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 Cloud Composer v1 API class MasterAuthorizedNetworksConfig.Types.CidrBlock.
CIDR block with an optional name.
Implements
IMessageMasterAuthorizedNetworksConfigTypesCidrBlock, IEquatableMasterAuthorizedNetworksConfigTypesCidrBlock, IDeepCloneableMasterAuthorizedNetworksConfigTypesCidrBlock, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.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; }
CIDR block that must be specified in CIDR notation.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
User-defined name that identifies the CIDR block.
Property Value | |
---|---|
Type | Description |
string |