Interface protos.google.cloud.netapp.v1.IQuotaRule (0.12.0)

Properties of a QuotaRule.

Package

@google-cloud/netapp

Properties

createTime

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

QuotaRule createTime

description

description?: (string|null);

QuotaRule description

diskLimitMib

diskLimitMib?: (number|null);

QuotaRule diskLimitMib

labels

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

QuotaRule labels

name

name?: (string|null);

QuotaRule name

state

state?: (google.cloud.netapp.v1.QuotaRule.State|keyof typeof google.cloud.netapp.v1.QuotaRule.State|null);

QuotaRule state

stateDetails

stateDetails?: (string|null);

QuotaRule stateDetails

target

target?: (string|null);

QuotaRule target

type

type?: (google.cloud.netapp.v1.QuotaRule.Type|keyof typeof google.cloud.netapp.v1.QuotaRule.Type|null);

QuotaRule type