Class PscInterfaceConfig
Configuration for setting up a PSC interface to enable outbound connectivity.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class PscInterfaceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkAttachmentResource
The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/\({CONSUMER_PROJECT}/regions/\){REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.
Declaration
[JsonProperty("networkAttachmentResource")]
public virtual string NetworkAttachmentResource { get; set; }
Property Value
Type | Description |
---|---|
string |