Class: Google::Cloud::Container::V1beta1::MasterAuthorizedNetworksConfig::CidrBlock
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::MasterAuthorizedNetworksConfig::CidrBlock
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
CidrBlock contains an optional name and one CIDR block.
Instance Attribute Summary collapse
-
#cidr_block ⇒ ::String
Cidr_block must be specified in CIDR notation.
-
#display_name ⇒ ::String
Display_name is an optional field for users to identify CIDR blocks.
Instance Attribute Details
#cidr_block ⇒ ::String
Returns cidr_block must be specified in CIDR notation.
790 791 792 793 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 790 class CidrBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns display_name is an optional field for users to identify CIDR blocks.
790 791 792 793 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 790 class CidrBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |