Interface protos.google.container.v1.IListUsableSubnetworksResponse (2.3.2)

Properties of a ListUsableSubnetworksResponse.

Package

@google-cloud/container!

Properties

nextPageToken

nextPageToken?: (string|null);

ListUsableSubnetworksResponse nextPageToken

Property Value
TypeDescription
(string|null)

subnetworks

subnetworks?: (google.container.v1.IUsableSubnetwork[]|null);

ListUsableSubnetworksResponse subnetworks

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