Class AuthorizedNetwork
AuthorizedNetwork contains metadata for an authorized network.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class AuthorizedNetwork : IDirectResponseSchema
Properties
CidrRange
CIDR range for one authorzied network of the instance.
Declaration
[JsonProperty("cidrRange")]
public virtual string CidrRange { 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 |