Class: Google::Container::V1::ListUsableSubnetworksRequest
- Inherits:
-
Object
- Object
- Google::Container::V1::ListUsableSubnetworksRequest
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
Overview
ListUsableSubnetworksRequest requests the list of usable subnetworks available to a user for creating clusters.
Instance Attribute Summary collapse
-
#filter ⇒ String
Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", where
networkProjectIdis the project which owns the listed subnetworks. -
#page_size ⇒ Integer
The max number of results per page that should be returned.
-
#page_token ⇒ String
Specifies a page token to use.
-
#parent ⇒ String
The parent project where subnetworks are usable.
Instance Attribute Details
#filter ⇒ String
2248 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2248 class ListUsableSubnetworksRequest; end |
#page_size ⇒ Integer
2248 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2248 class ListUsableSubnetworksRequest; end |
#page_token ⇒ String
2248 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2248 class ListUsableSubnetworksRequest; end |
#parent ⇒ String
2248 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2248 class ListUsableSubnetworksRequest; end |