Class: Google::Cloud::Container::V1::ListUsableSubnetworksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ListUsableSubnetworksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
networkProjectId
is 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
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.
4832 4833 4834 4835 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4832 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::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)
4832 4833 4834 4835 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4832 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.
4832 4833 4834 4835 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4832 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns The parent project where subnetworks are usable.
Specified in the format projects/*
.
4832 4833 4834 4835 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4832 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |