Google Cloud Vm Migration V1 Client - Class VmwareSourceDetails (0.6.5)

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

VmwareSourceDetails message describes a specific source details for the vmware source type.

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

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ username string

The credentials username.

↳ password string

Input only. The credentials password. This is write only and can not be read in a GET operation.

↳ vcenter_ip string

The ip address of the vcenter this Source represents.

↳ thumbprint string

The thumbprint representing the certificate for the vcenter.

getUsername

The credentials username.

Returns
Type Description
string

setUsername

The credentials username.

Parameter
Name Description
var string
Returns
Type Description
$this

getPassword

Input only. The credentials password. This is write only and can not be read in a GET operation.

Returns
Type Description
string

setPassword

Input only. The credentials password. This is write only and can not be read in a GET operation.

Parameter
Name Description
var string
Returns
Type Description
$this

getVcenterIp

The ip address of the vcenter this Source represents.

Returns
Type Description
string

setVcenterIp

The ip address of the vcenter this Source represents.

Parameter
Name Description
var string
Returns
Type Description
$this

getThumbprint

The thumbprint representing the certificate for the vcenter.

Returns
Type Description
string

setThumbprint

The thumbprint representing the certificate for the vcenter.

Parameter
Name Description
var string
Returns
Type Description
$this