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’t change or update 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:



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_networksArray<Types::RemotePodNetwork>

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

Returns:



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