Cloud Composer v1 API - Class MasterAuthorizedNetworksConfig.Types.CidrBlock (2.7.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 Cloud Composer v1 API class MasterAuthorizedNetworksConfig.Types.CidrBlock.

CIDR block with an optional name.

Inheritance

object > MasterAuthorizedNetworksConfig.Types.CidrBlock

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

CidrBlock()

public CidrBlock()

CidrBlock(CidrBlock)

public CidrBlock(MasterAuthorizedNetworksConfig.Types.CidrBlock other)
Parameter
NameDescription
otherMasterAuthorizedNetworksConfigTypesCidrBlock

Properties

CidrBlock_

public string CidrBlock_ { get; set; }

CIDR block that must be specified in CIDR notation.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User-defined name that identifies the CIDR block.

Property Value
TypeDescription
string