public sealed class ListMigratingVmsResponse : IMessage<ListMigratingVmsResponse>, IEquatable<ListMigratingVmsResponse>, IDeepCloneable<ListMigratingVmsResponse>, IBufferMessage, IMessage, IPageResponse<MigratingVm>, IEnumerable<MigratingVm>, IEnumerable
Reference documentation and code samples for the VM Migration v1 API class ListMigratingVmsResponse.
Response message for 'ListMigratingVms' request.
Implements
IMessageListMigratingVmsResponse, IEquatableListMigratingVmsResponse, IDeepCloneableListMigratingVmsResponse, IBufferMessage, IMessage, IPageResponseMigratingVm, IEnumerableMigratingVm, IEnumerableNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ListMigratingVmsResponse()
public ListMigratingVmsResponse()
ListMigratingVmsResponse(ListMigratingVmsResponse)
public ListMigratingVmsResponse(ListMigratingVmsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMigratingVmsResponse |
Properties
MigratingVms
public RepeatedField<MigratingVm> MigratingVms { get; }
Output only. The list of Migrating VMs response.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMigratingVm |
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 |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<MigratingVm> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorMigratingVm |