Interface protos.google.cloud.redis.v1.IInstance (2.2.6)

Properties of an Instance.

Package

@google-cloud/redis!

Properties

alternativeLocationId

alternativeLocationId?: (string|null);

Instance alternativeLocationId

Property Value
TypeDescription
(string|null)

authorizedNetwork

authorizedNetwork?: (string|null);

Instance authorizedNetwork

Property Value
TypeDescription
(string|null)

connectMode

connectMode?: (google.cloud.redis.v1.Instance.ConnectMode|keyof typeof google.cloud.redis.v1.Instance.ConnectMode|null);

Instance connectMode

Property Value
TypeDescription
(google.cloud.redis.v1.Instance.ConnectMode|keyof typeof google.cloud.redis.v1.Instance.ConnectMode|null)

createTime

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

Instance createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

currentLocationId

currentLocationId?: (string|null);

Instance currentLocationId

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Instance displayName

Property Value
TypeDescription
(string|null)

host

host?: (string|null);

Instance host

Property Value
TypeDescription
(string|null)

labels

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

Instance labels

Property Value
TypeDescription
({ [k: string]: string }|null)

locationId

locationId?: (string|null);

Instance locationId

Property Value
TypeDescription
(string|null)

memorySizeGb

memorySizeGb?: (number|null);

Instance memorySizeGb

Property Value
TypeDescription
(number|null)

name

name?: (string|null);

Instance name

Property Value
TypeDescription
(string|null)

persistenceIamIdentity

persistenceIamIdentity?: (string|null);

Instance persistenceIamIdentity

Property Value
TypeDescription
(string|null)

port

port?: (number|null);

Instance port

Property Value
TypeDescription
(number|null)

redisConfigs

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

Instance redisConfigs

Property Value
TypeDescription
({ [k: string]: string }|null)

redisVersion

redisVersion?: (string|null);

Instance redisVersion

Property Value
TypeDescription
(string|null)

reservedIpRange

reservedIpRange?: (string|null);

Instance reservedIpRange

Property Value
TypeDescription
(string|null)

state

state?: (google.cloud.redis.v1.Instance.State|keyof typeof google.cloud.redis.v1.Instance.State|null);

Instance state

Property Value
TypeDescription
(google.cloud.redis.v1.Instance.State|keyof typeof google.cloud.redis.v1.Instance.State|null)

statusMessage

statusMessage?: (string|null);

Instance statusMessage

Property Value
TypeDescription
(string|null)

tier

tier?: (google.cloud.redis.v1.Instance.Tier|keyof typeof google.cloud.redis.v1.Instance.Tier|null);

Instance tier

Property Value
TypeDescription
(google.cloud.redis.v1.Instance.Tier|keyof typeof google.cloud.redis.v1.Instance.Tier|null)