public sealed class ListMigratingVmsResponse : IMessage<ListMigratingVmsResponse>, IEquatable<ListMigratingVmsResponse>, IDeepCloneable<ListMigratingVmsResponse>, IBufferMessage, IMessage, IPageResponse<MigratingVm>, IEnumerable<MigratingVm>, IEnumerable
Response message for 'ListMigratingVms' request.
Implements
IMessage<ListMigratingVmsResponse>, IEquatable<ListMigratingVmsResponse>, IDeepCloneable<ListMigratingVmsResponse>, IBufferMessage, IMessage, IPageResponse<MigratingVm>, IEnumerable<MigratingVm>, 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 |
RepeatedField<MigratingVm> |
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 |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<MigratingVm> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<MigratingVm> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |