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.
Implements
IMessageMasterAuthorizedNetworksConfigTypesCidrBlock, IEquatableMasterAuthorizedNetworksConfigTypesCidrBlock, IDeepCloneableMasterAuthorizedNetworksConfigTypesCidrBlock, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.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 must be specified in CIDR notation.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
display_name is an optional field for users to identify CIDR blocks.
Property Value | |
---|---|
Type | Description |
string |