Google Kubernetes Engine v1 API - Class MasterAuthorizedNetworksConfig.Types.CidrBlock (3.25.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 Google Kubernetes Engine v1 API class MasterAuthorizedNetworksConfig.Types.CidrBlock.

CidrBlock contains an optional name and one CIDR block.

Inheritance

object > MasterAuthorizedNetworksConfig.Types.CidrBlock

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.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 must be specified in CIDR notation.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

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

Property Value
TypeDescription
string