Interface protos.google.cloud.filestore.v1.IInstance (1.0.1)

Properties of an Instance.

Package

@google-cloud/filestore!

Properties

createTime

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

Instance createTime

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

description

description?: (string|null);

Instance description

Property Value
TypeDescription
(string|null)

etag

etag?: (string|null);

Instance etag

Property Value
TypeDescription
(string|null)

fileShares

fileShares?: (google.cloud.filestore.v1.IFileShareConfig[]|null);

Instance fileShares

Property Value
TypeDescription
(google.cloud.filestore.v1.IFileShareConfig[]|null)

labels

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

Instance labels

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

name

name?: (string|null);

Instance name

Property Value
TypeDescription
(string|null)

networks

networks?: (google.cloud.filestore.v1.INetworkConfig[]|null);

Instance networks

Property Value
TypeDescription
(google.cloud.filestore.v1.INetworkConfig[]|null)

satisfiesPzs

satisfiesPzs?: (google.protobuf.IBoolValue|null);

Instance satisfiesPzs

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

state

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

Instance state

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

statusMessage

statusMessage?: (string|null);

Instance statusMessage

Property Value
TypeDescription
(string|null)

tier

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

Instance tier

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