public sealed class FetchStorageInventoryResponse : IMessage<FetchStorageInventoryResponse>, IEquatable<FetchStorageInventoryResponse>, IDeepCloneable<FetchStorageInventoryResponse>, IBufferMessage, IMessage, IPageResponse<SourceStorageResource>, IEnumerable<SourceStorageResource>, IEnumerable
Reference documentation and code samples for the VM Migration v1 API class FetchStorageInventoryResponse.
Response message for [fetchStorageInventory][google.cloud.vmmigration.v1.VmMigration.FetchStorageInventory].
Implements
IMessageFetchStorageInventoryResponse, IEquatableFetchStorageInventoryResponse, IDeepCloneableFetchStorageInventoryResponse, IBufferMessage, IMessage, IPageResponseSourceStorageResource, IEnumerableSourceStorageResource, IEnumerableNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
FetchStorageInventoryResponse()
public FetchStorageInventoryResponse()
FetchStorageInventoryResponse(FetchStorageInventoryResponse)
public FetchStorageInventoryResponse(FetchStorageInventoryResponse other)
Parameter | |
---|---|
Name | Description |
other |
FetchStorageInventoryResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Output only. A token, which can be sent as page_token
to retrieve the
next page. If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Resources
public RepeatedField<SourceStorageResource> Resources { get; }
The list of storage resources in the source.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSourceStorageResource |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The timestamp when the source was last queried (if the result is from the cache).
Property Value | |
---|---|
Type | Description |
Timestamp |
Methods
GetEnumerator()
public IEnumerator<SourceStorageResource> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSourceStorageResource |