Interface protos.google.cloud.networkconnectivity.v1alpha1.IHub (1.1.6)

Properties of a Hub.

Package

@google-cloud/network-connectivity!

Properties

createTime

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

Hub createTime

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

description

description?: (string|null);

Hub description

Property Value
TypeDescription
(string|null)

labels

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

Hub labels

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

name

name?: (string|null);

Hub name

Property Value
TypeDescription
(string|null)

spokes

spokes?: (string[]|null);

Hub spokes

Property Value
TypeDescription
(string[]|null)

state

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

Hub state

Property Value
TypeDescription
(google.cloud.networkconnectivity.v1alpha1.State|keyof typeof google.cloud.networkconnectivity.v1alpha1.State|null)

uniqueId

uniqueId?: (string|null);

Hub uniqueId

Property Value
TypeDescription
(string|null)

updateTime

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

Hub updateTime

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