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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setUsername

The credentials username.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPassword

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

Returns
TypeDescription
string

setPassword

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVcenterIp

The ip address of the vcenter this Source represents.

Returns
TypeDescription
string

setVcenterIp

The ip address of the vcenter this Source represents.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getThumbprint

The thumbprint representing the certificate for the vcenter.

Returns
TypeDescription
string

setThumbprint

The thumbprint representing the certificate for the vcenter.

Parameter
NameDescription
var string
Returns
TypeDescription
$this