Class: Google::Container::V1beta1::ListUsableSubnetworksRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb

Overview

ListUsableSubnetworksRequest requests the list of usable subnetworks. available to a user for creating clusters.

Instance Attribute Summary collapse

Instance Attribute Details

#filterString

Returns Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", where networkProjectId is the project which owns the listed subnetworks. This defaults to the parent project ID.

Returns:

  • (String)

    Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", where networkProjectId is the project which owns the listed subnetworks. This defaults to the parent project ID.



2387
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2387

class ListUsableSubnetworksRequest; end

#page_sizeInteger

The max number of results per page that should be returned. If the number of available results is larger than page_size, a next_page_token is returned which can be used to get the next page of results in subsequent requests. Acceptable values are 0 to 500, inclusive. (Default: 500)

Returns:

  • (Integer)

    The max number of results per page that should be returned. If the number of available results is larger than page_size, a next_page_token is returned which can be used to get the next page of results in subsequent requests. Acceptable values are 0 to 500, inclusive. (Default: 500)



2387
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2387

class ListUsableSubnetworksRequest; end

#page_tokenString

Returns Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.

Returns:

  • (String)

    Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.



2387
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2387

class ListUsableSubnetworksRequest; end

#parentString

Returns Required. The parent project where subnetworks are usable. Specified in the format 'projects/*'.

Returns:

  • (String)

    Required. The parent project where subnetworks are usable. Specified in the format 'projects/*'.



2387
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2387

class ListUsableSubnetworksRequest; end