Interface protos.google.cloud.alloydb.v1alpha.IInstance (0.1.1)

Properties of an Instance.

Package

@google-cloud/alloydb

Properties

annotations

annotations?: ({ [k: string]: string }|null);

Instance annotations

availabilityType

availabilityType?: (google.cloud.alloydb.v1alpha.Instance.AvailabilityType|keyof typeof google.cloud.alloydb.v1alpha.Instance.AvailabilityType|null);

Instance availabilityType

createTime

createTime?: (google.protobuf.ITimestamp|null);

Instance createTime

databaseFlags

databaseFlags?: ({ [k: string]: string }|null);

Instance databaseFlags

deleteTime

deleteTime?: (google.protobuf.ITimestamp|null);

Instance deleteTime

displayName

displayName?: (string|null);

Instance displayName

etag

etag?: (string|null);

Instance etag

gceZone

gceZone?: (string|null);

Instance gceZone

instanceType

instanceType?: (google.cloud.alloydb.v1alpha.Instance.InstanceType|keyof typeof google.cloud.alloydb.v1alpha.Instance.InstanceType|null);

Instance instanceType

ipAddress

ipAddress?: (string|null);

Instance ipAddress

labels

labels?: ({ [k: string]: string }|null);

Instance labels

machineConfig

machineConfig?: (google.cloud.alloydb.v1alpha.Instance.IMachineConfig|null);

Instance machineConfig

name

name?: (string|null);

Instance name

nodes

nodes?: (google.cloud.alloydb.v1alpha.Instance.INode[]|null);

Instance nodes

queryInsightsConfig

queryInsightsConfig?: (google.cloud.alloydb.v1alpha.Instance.IQueryInsightsInstanceConfig|null);

Instance queryInsightsConfig

readPoolConfig

readPoolConfig?: (google.cloud.alloydb.v1alpha.Instance.IReadPoolConfig|null);

Instance readPoolConfig

reconciling

reconciling?: (boolean|null);

Instance reconciling

state

state?: (google.cloud.alloydb.v1alpha.Instance.State|keyof typeof google.cloud.alloydb.v1alpha.Instance.State|null);

Instance state

uid

uid?: (string|null);

Instance uid

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Instance updateTime

writableNode

writableNode?: (google.cloud.alloydb.v1alpha.Instance.INode|null);

Instance writableNode