Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::MasterAuthorizedNetworksConfig::CidrBlock.
CidrBlock contains an optional name and one CIDR block.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cidr_block
def cidr_block() -> ::String
Returns
- (::String) — cidr_block must be specified in CIDR notation.
#cidr_block=
def cidr_block=(value) -> ::String
Parameter
- value (::String) — cidr_block must be specified in CIDR notation.
Returns
- (::String) — cidr_block must be specified in CIDR notation.
#display_name
def display_name() -> ::String
Returns
- (::String) — display_name is an optional field for users to identify CIDR blocks.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — display_name is an optional field for users to identify CIDR blocks.
Returns
- (::String) — display_name is an optional field for users to identify CIDR blocks.