Google Cloud Vm Migration V1 Client - Class ListMigratingVmsRequest (0.2.3)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ListMigratingVmsRequest.

Request message for 'LisMigratingVmsRequest' request.

Generated from protobuf message google.cloud.vmmigration.v1.ListMigratingVmsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

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.

↳ page_token string

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.

↳ filter string

Optional. The filter request.

↳ order_by string

Optional. the order by fields for the result.

↳ view int

Optional. The level of details of each migrating VM.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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.

Returns
TypeDescription
int

setPageSize

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.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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.

Returns
TypeDescription
string

setPageToken

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. The filter request.

Returns
TypeDescription
string

setFilter

Optional. The filter request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getOrderBy

Optional. the order by fields for the result.

Returns
TypeDescription
string

setOrderBy

Optional. the order by fields for the result.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. The level of details of each migrating VM.

Returns
TypeDescription
int

setView

Optional. The level of details of each migrating VM.

Parameter
NameDescription
var int
Returns
TypeDescription
$this