Telco Automation v1 API - Class MasterAuthorizedNetworksConfig.Types.CidrBlock (1.2.0)

public sealed class MasterAuthorizedNetworksConfig.Types.CidrBlock : IMessage<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IEquatable<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IDeepCloneable<MasterAuthorizedNetworksConfig.Types.CidrBlock>, IBufferMessage, IMessage

Reference documentation and code samples for the Telco Automation v1 API class MasterAuthorizedNetworksConfig.Types.CidrBlock.

CidrBlock contains an optional name and one CIDR block.

Inheritance

object > MasterAuthorizedNetworksConfig.Types.CidrBlock

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

CidrBlock()

public CidrBlock()

CidrBlock(CidrBlock)

public CidrBlock(MasterAuthorizedNetworksConfig.Types.CidrBlock other)
Parameter
Name Description
other MasterAuthorizedNetworksConfigTypesCidrBlock

Properties

CidrBlock_

public string CidrBlock_ { get; set; }

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.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Optional. display_name is an optional field for users to identify CIDR blocks.

Property Value
Type Description
string