Interface protos.google.cloud.memcache.v1.IInstance (1.4.7)

Properties of an Instance.

Package

@google-cloud/memcache!

Properties

authorizedNetwork

authorizedNetwork?: (string|null);

Instance authorizedNetwork

Property Value
TypeDescription
(string|null)

createTime

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

Instance createTime

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

discoveryEndpoint

discoveryEndpoint?: (string|null);

Instance discoveryEndpoint

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Instance displayName

Property Value
TypeDescription
(string|null)

instanceMessages

instanceMessages?: (google.cloud.memcache.v1.Instance.IInstanceMessage[]|null);

Instance instanceMessages

Property Value
TypeDescription
(google.cloud.memcache.v1.Instance.IInstanceMessage[]|null)

labels

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

Instance labels

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

memcacheFullVersion

memcacheFullVersion?: (string|null);

Instance memcacheFullVersion

Property Value
TypeDescription
(string|null)

memcacheNodes

memcacheNodes?: (google.cloud.memcache.v1.Instance.INode[]|null);

Instance memcacheNodes

Property Value
TypeDescription
(google.cloud.memcache.v1.Instance.INode[]|null)

memcacheVersion

memcacheVersion?: (google.cloud.memcache.v1.MemcacheVersion|keyof typeof google.cloud.memcache.v1.MemcacheVersion|null);

Instance memcacheVersion

Property Value
TypeDescription
(google.cloud.memcache.v1.MemcacheVersion|keyof typeof google.cloud.memcache.v1.MemcacheVersion|null)

name

name?: (string|null);

Instance name

Property Value
TypeDescription
(string|null)

nodeConfig

nodeConfig?: (google.cloud.memcache.v1.Instance.INodeConfig|null);

Instance nodeConfig

Property Value
TypeDescription
(google.cloud.memcache.v1.Instance.INodeConfig|null)

nodeCount

nodeCount?: (number|null);

Instance nodeCount

Property Value
TypeDescription
(number|null)

parameters

parameters?: (google.cloud.memcache.v1.IMemcacheParameters|null);

Instance parameters

Property Value
TypeDescription
(google.cloud.memcache.v1.IMemcacheParameters|null)

state

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

Instance state

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

updateTime

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

Instance updateTime

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

zones

zones?: (string[]|null);

Instance zones

Property Value
TypeDescription
(string[]|null)