Class CidrBlock
CIDR block with an optional name.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class CidrBlock : IDirectResponseSchema
Properties
CidrBlockValue
CIDR block that must be specified in CIDR notation.
Declaration
[JsonProperty("cidrBlock")]
public virtual string CidrBlockValue { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
User-defined name that identifies the CIDR block.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |