Class: Aws::EKS::Types::RemoteNetworkConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this configuration after the cluster is created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#remote_node_networksArray<Types::RemoteNodeNetwork>

The list of network CIDRs that can contain hybrid nodes.

Returns:



6009
6010
6011
6012
6013
6014
# File 'lib/aws-sdk-eks/types.rb', line 6009

class RemoteNetworkConfigResponse < Struct.new(
  :remote_node_networks,
  :remote_pod_networks)
  SENSITIVE = []
  include Aws::Structure
end

#remote_pod_networksArray<Types::RemotePodNetwork>

The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.

Returns:



6009
6010
6011
6012
6013
6014
# File 'lib/aws-sdk-eks/types.rb', line 6009

class RemoteNetworkConfigResponse < Struct.new(
  :remote_node_networks,
  :remote_pod_networks)
  SENSITIVE = []
  include Aws::Structure
end