Class: Google::Cloud::Compute::V1::ListNetworkEndpointsNetworkEndpointGroupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ListNetworkEndpointsNetworkEndpointGroupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NetworkEndpointGroups.ListNetworkEndpoints. See the method description for details.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter expression that filters resources listed in the response.
-
#max_results ⇒ ::Integer
The maximum number of results per page that should be returned.
-
#network_endpoint_group ⇒ ::String
The name of the network endpoint group from which you want to generate a list of included network endpoints.
-
#network_endpoint_groups_list_endpoints_request_resource ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupsListEndpointsRequest
The body resource for this request.
-
#order_by ⇒ ::String
Sorts list results by a certain order.
-
#page_token ⇒ ::String
Specifies a page token to use.
-
#project ⇒ ::String
Project ID for this request.
-
#return_partial_success ⇒ ::Boolean
Opt-in for partial success behavior which provides partial results in case of failure.
-
#zone ⇒ ::String
The name of the zone where the network endpoint group is located.
Instance Attribute Details
#filter ⇒ ::String
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_results ⇒ ::Integer
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_endpoint_group ⇒ ::String
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_endpoint_groups_list_endpoints_request_resource ⇒ ::Google::Cloud::Compute::V1::NetworkEndpointGroupsListEndpointsRequest
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#return_partial_success ⇒ ::Boolean
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
18106 18107 18108 18109 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18106 class ListNetworkEndpointsNetworkEndpointGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |