Class: Aws::EKS::Types::RemoteNetworkConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::RemoteNetworkConfigRequest
- 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.
5656 5657 5658 5659 5660 5661 |
# File 'lib/aws-sdk-eks/types.rb', line 5656 class RemoteNetworkConfigRequest < 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.
5656 5657 5658 5659 5660 5661 |
# File 'lib/aws-sdk-eks/types.rb', line 5656 class RemoteNetworkConfigRequest < Struct.new( :remote_node_networks, :remote_pod_networks) SENSITIVE = [] include Aws::Structure end |