Class: Google::Cloud::Dataproc::V1::ListAutoscalingPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListAutoscalingPoliciesResponse
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/autoscaling_policies.rb
Overview
A response to a request to list autoscaling policies in a project.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Output only.
-
#policies ⇒ Array<Google::Cloud::Dataproc::V1::AutoscalingPolicy>
Output only.
Instance Attribute Details
#next_page_token ⇒ String
Returns Output only. This token is included in the response if there are more results to fetch.
234 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/autoscaling_policies.rb', line 234 class ListAutoscalingPoliciesResponse; end |
#policies ⇒ Array<Google::Cloud::Dataproc::V1::AutoscalingPolicy>
Returns Output only. Autoscaling policies list.
234 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/autoscaling_policies.rb', line 234 class ListAutoscalingPoliciesResponse; end |