Interface protos.google.cloud.networkconnectivity.v1.IGroup (4.6.0)

Properties of a Group.

Package

@google-cloud/network-connectivity

Properties

autoAccept

autoAccept?: (google.cloud.networkconnectivity.v1.IAutoAccept|null);

Group autoAccept

createTime

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

Group createTime

description

description?: (string|null);

Group description

labels

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

Group labels

name

name?: (string|null);

Group name

routeTable

routeTable?: (string|null);

Group routeTable

state

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

Group state

uid

uid?: (string|null);

Group uid

updateTime

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

Group updateTime