Class: Google::Cloud::Container::V1beta1::AdditionalNodeNetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AdditionalNodeNetworkConfig
- 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
-
#network ⇒ ::String
Name of the VPC where the additional interface belongs.
-
#subnetwork ⇒ ::String
Name of the subnetwork where the additional interface belongs.
Instance Attribute Details
#network ⇒ ::String
Returns Name of the VPC where the additional interface belongs.
554 555 556 557 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 554 class AdditionalNodeNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetwork ⇒ ::String
Returns Name of the subnetwork where the additional interface belongs.
554 555 556 557 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 554 class AdditionalNodeNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |