Class: Google::Cloud::Dataproc::V1beta2::ListAutoscalingPoliciesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/autoscaling_policies.rb

Overview

A response to a request to list autoscaling policies in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns Output only. This token is included in the response if there are more results to fetch.

Returns:

  • (String)

    Output only. This token is included in the response if there are more results to fetch.



234
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/autoscaling_policies.rb', line 234

class ListAutoscalingPoliciesResponse; end

#policiesArray<Google::Cloud::Dataproc::V1beta2::AutoscalingPolicy>

Returns Output only. Autoscaling policies list.

Returns:



234
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/autoscaling_policies.rb', line 234

class ListAutoscalingPoliciesResponse; end