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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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

#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.

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.



4480
4481
4482
4483
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4480

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)

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)



4480
4481
4482
4483
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4480

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.

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.



4480
4481
4482
4483
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4480

class ListUsableSubnetworksRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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/*.



4480
4481
4482
4483
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4480

class ListUsableSubnetworksRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end