Class InstanceNetworkConfig
Metadata related to instance-level network configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class InstanceNetworkConfig : IDirectResponseSchema
Properties
AllocatedIpRangeOverride
Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: "google-managed-services-default". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
Declaration
[JsonProperty("allocatedIpRangeOverride")]
public virtual string AllocatedIpRangeOverride { get; set; }
Property Value
Type | Description |
---|---|
string |
AuthorizedExternalNetworks
Optional. A list of external network authorized to access this instance.
Declaration
[JsonProperty("authorizedExternalNetworks")]
public virtual IList<AuthorizedNetwork> AuthorizedExternalNetworks { get; set; }
Property Value
Type | Description |
---|---|
IList<AuthorizedNetwork> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableOutboundPublicIp
Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
Declaration
[JsonProperty("enableOutboundPublicIp")]
public virtual bool? EnableOutboundPublicIp { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EnablePublicIp
Optional. Enabling public ip for the instance.
Declaration
[JsonProperty("enablePublicIp")]
public virtual bool? EnablePublicIp { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Network
Output only. The resource link for the VPC network in which instance resources are created and from which
they are accessible via Private IP. This will be the same value as the parent cluster's network. It is
specified in the form: // projects/{project_number}/global/networks/{network_id}
.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |