Class: Google::Cloud::Container::V1beta1::AdditionalNodeNetworkConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

AdditionalNodeNetworkConfig is the configuration for additional node networks within the NodeNetworkConfig message

Instance Attribute Summary collapse

Instance Attribute Details

#network::String

Returns Name of the VPC where the additional interface belongs.

Returns:

  • (::String)

    Name of the VPC where the additional interface belongs



530
531
532
533
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530

class AdditionalNodeNetworkConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subnetwork::String

Returns Name of the subnetwork where the additional interface belongs.

Returns:

  • (::String)

    Name of the subnetwork where the additional interface belongs



530
531
532
533
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 530

class AdditionalNodeNetworkConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end