Class: Aws::EKS::Types::RemoteNetworkConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::RemoteNetworkConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The configuration in the cluster for EKS Hybrid Nodes. You can’t change or update this configuration after the cluster is created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#remote_node_networks ⇒ Array<Types::RemoteNodeNetwork>
The list of network CIDRs that can contain hybrid nodes.
-
#remote_pod_networks ⇒ Array<Types::RemotePodNetwork>
The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.
Instance Attribute Details
#remote_node_networks ⇒ Array<Types::RemoteNodeNetwork>
The list of network CIDRs that can contain hybrid nodes.
5677 5678 5679 5680 5681 5682 |
# File 'lib/aws-sdk-eks/types.rb', line 5677 class RemoteNetworkConfigResponse < Struct.new( :remote_node_networks, :remote_pod_networks) SENSITIVE = [] include Aws::Structure end |
#remote_pod_networks ⇒ Array<Types::RemotePodNetwork>
The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.
5677 5678 5679 5680 5681 5682 |
# File 'lib/aws-sdk-eks/types.rb', line 5677 class RemoteNetworkConfigResponse < Struct.new( :remote_node_networks, :remote_pod_networks) SENSITIVE = [] include Aws::Structure end |