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
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
4835 4836 4837 4838 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4835 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
4835 4836 4837 4838 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4835 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
4835 4836 4837 4838 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4835 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
4835 4836 4837 4838 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4835 class ListUsableSubnetworksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |