public sealed class ListAutoscalingPoliciesResponse : IMessage<ListAutoscalingPoliciesResponse>, IEquatable<ListAutoscalingPoliciesResponse>, IDeepCloneable<ListAutoscalingPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AutoscalingPolicy>, IEnumerable<AutoscalingPolicy>, IEnumerable
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ListAutoscalingPoliciesResponse.
A response to a request to list autoscaling policies in a project.
Implements
IMessageListAutoscalingPoliciesResponse, IEquatableListAutoscalingPoliciesResponse, IDeepCloneableListAutoscalingPoliciesResponse, IBufferMessage, IMessage, IPageResponseAutoscalingPolicy, IEnumerableAutoscalingPolicy, IEnumerableNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListAutoscalingPoliciesResponse()
public ListAutoscalingPoliciesResponse()
ListAutoscalingPoliciesResponse(ListAutoscalingPoliciesResponse)
public ListAutoscalingPoliciesResponse(ListAutoscalingPoliciesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAutoscalingPoliciesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Output only. This token is included in the response if there are more results to fetch.
Property Value | |
---|---|
Type | Description |
string |
Policies
public RepeatedField<AutoscalingPolicy> Policies { get; }
Output only. Autoscaling policies list.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAutoscalingPolicy |
Methods
GetEnumerator()
public IEnumerator<AutoscalingPolicy> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAutoscalingPolicy |