Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::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) — Optional. cidr_block must be specified in CIDR notation when using master_authorized_networks_config. Currently, the user could still use the deprecated man_block field, so this field is currently optional, but will be required in the future.
#cidr_block=
def cidr_block=(value) -> ::String
Parameter
- value (::String) — Optional. cidr_block must be specified in CIDR notation when using master_authorized_networks_config. Currently, the user could still use the deprecated man_block field, so this field is currently optional, but will be required in the future.
Returns
- (::String) — Optional. cidr_block must be specified in CIDR notation when using master_authorized_networks_config. Currently, the user could still use the deprecated man_block field, so this field is currently optional, but will be required in the future.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. display_name is an optional field for users to identify CIDR blocks.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. display_name is an optional field for users to identify CIDR blocks.
Returns
- (::String) — Optional. display_name is an optional field for users to identify CIDR blocks.