public sealed class ListInstancesResponse : IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class ListInstancesResponse.
ListInstancesResponse is the result of ListInstancesRequest.
Implements
IPageResponseInstance, IEnumerableInstance, IEnumerable, IMessageListInstancesResponse, IEquatableListInstancesResponse, IDeepCloneableListInstancesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
ListInstancesResponse()
public ListInstancesResponse()
ListInstancesResponse(ListInstancesResponse)
public ListInstancesResponse(ListInstancesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }
A list of instances in the project for the specified location.
If the {location}
value in the request is "-", the response contains a
list of instances from all locations. If any location is unreachable, the
response will only return instances in reachable locations and the
"unreachable" field will be populated with a list of unreachable locations.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInstance |
NextPageToken
public string NextPageToken { get; set; }
The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Instance> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorInstance |