Google Cloud Dms V1 Client - Class FetchStaticIpsRequest (1.2.1)

Reference documentation and code samples for the Google Cloud Dms V1 Client class FetchStaticIpsRequest.

Request message for 'FetchStaticIps' request.

Generated from protobuf message google.cloud.clouddms.v1.FetchStaticIpsRequest

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

↳ page_size int

Maximum number of IPs to return.

↳ page_token string

A page token, received from a previous FetchStaticIps call.

getName

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

Returns
TypeDescription
string

setName

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of IPs to return.

Returns
TypeDescription
int

setPageSize

Maximum number of IPs to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A page token, received from a previous FetchStaticIps call.

Returns
TypeDescription
string

setPageToken

A page token, received from a previous FetchStaticIps call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The resource name for the location for which static IPs should be returned. Must be in the format projects/*/locations/*. Please see Google\Cloud\CloudDms\V1\DataMigrationServiceClient::locationName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\CloudDms\V1\FetchStaticIpsRequest