Class ListMigratingVmsResponse (1.0.0)

public sealed class ListMigratingVmsResponse : IMessage<ListMigratingVmsResponse>, IEquatable<ListMigratingVmsResponse>, IDeepCloneable<ListMigratingVmsResponse>, IBufferMessage, IMessage, IPageResponse<MigratingVm>, IEnumerable<MigratingVm>, IEnumerable

Response message for 'ListMigratingVms' request.

Inheritance

Object > ListMigratingVmsResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListMigratingVmsResponse()

public ListMigratingVmsResponse()

ListMigratingVmsResponse(ListMigratingVmsResponse)

public ListMigratingVmsResponse(ListMigratingVmsResponse other)
Parameter
NameDescription
otherListMigratingVmsResponse

Properties

MigratingVms

public RepeatedField<MigratingVm> MigratingVms { get; }

Output only. The list of Migrating VMs response.

Property Value
TypeDescription
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
TypeDescription
String

Unreachable

public RepeatedField<string> Unreachable { get; }

Output only. Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<MigratingVm> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<MigratingVm>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator