VM Migration v1 API - Class ListMigratingVmsRequest (2.5.0)

public sealed class ListMigratingVmsRequest : IMessage<ListMigratingVmsRequest>, IEquatable<ListMigratingVmsRequest>, IDeepCloneable<ListMigratingVmsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the VM Migration v1 API class ListMigratingVmsRequest.

Request message for 'LisMigratingVmsRequest' request.

Inheritance

object > ListMigratingVmsRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListMigratingVmsRequest()

public ListMigratingVmsRequest()

ListMigratingVmsRequest(ListMigratingVmsRequest)

public ListMigratingVmsRequest(ListMigratingVmsRequest other)
Parameter
NameDescription
otherListMigratingVmsRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter request.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. the order by fields for the result.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of migrating VMs to return. The service may return fewer than this value. If unspecified, at most 500 migrating VMs will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Required. A page token, received from a previous ListMigratingVms call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListMigratingVms must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of MigratingVms.

Property Value
TypeDescription
string

ParentAsSourceName

public SourceName ParentAsSourceName { get; set; }

SourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
SourceName

View

public MigratingVmView View { get; set; }

Optional. The level of details of each migrating VM.

Property Value
TypeDescription
MigratingVmView