Interface protos.google.container.v1.IUsableSubnetwork (2.4.4)

Properties of a UsableSubnetwork.

Package

@google-cloud/container!

Properties

ipCidrRange

ipCidrRange?: (string|null);

UsableSubnetwork ipCidrRange

Property Value
TypeDescription
(string|null)

network

network?: (string|null);

UsableSubnetwork network

Property Value
TypeDescription
(string|null)

secondaryIpRanges

secondaryIpRanges?: (google.container.v1.IUsableSubnetworkSecondaryRange[]|null);

UsableSubnetwork secondaryIpRanges

Property Value
TypeDescription
(google.container.v1.IUsableSubnetworkSecondaryRange[]|null)

statusMessage

statusMessage?: (string|null);

UsableSubnetwork statusMessage

Property Value
TypeDescription
(string|null)

subnetwork

subnetwork?: (string|null);

UsableSubnetwork subnetwork

Property Value
TypeDescription
(string|null)