public sealed class ListAutoscalingPoliciesResponse : IMessage<ListAutoscalingPoliciesResponse>, IEquatable<ListAutoscalingPoliciesResponse>, IDeepCloneable<ListAutoscalingPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AutoscalingPolicy>, IEnumerable<AutoscalingPolicy>, IEnumerable
A response to a request to list autoscaling policies in a project.
Implements
IMessage<ListAutoscalingPoliciesResponse>, IEquatable<ListAutoscalingPoliciesResponse>, IDeepCloneable<ListAutoscalingPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AutoscalingPolicy>, IEnumerable<AutoscalingPolicy>, 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 |
RepeatedField<AutoscalingPolicy> |
Methods
GetEnumerator()
public IEnumerator<AutoscalingPolicy> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<AutoscalingPolicy> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |