Show / Hide Table of Contents

Class PscConfig

PscConfig contains PSC related configuration at a cluster level.

Inheritance
object
PscConfig
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 PscConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PscEnabled

Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.

Declaration
[JsonProperty("pscEnabled")]
public virtual bool? PscEnabled { get; set; }
Property Value
Type Description
bool?

ServiceOwnedProjectNumber

Output only. The project number that needs to be allowlisted on the network attachment to enable outbound connectivity.

Declaration
[JsonProperty("serviceOwnedProjectNumber")]
public virtual long? ServiceOwnedProjectNumber { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX