Show / Hide Table of Contents

Class PscInterfaceConfig

Configuration for setting up a PSC interface to enable outbound connectivity.

Inheritance
object
PscInterfaceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX