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 \ V1Methods
__construct
Constructor.
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.
string
setUsername
The credentials username.
var
string
$this
getPassword
Input only. The credentials password. This is write only and can not be read in a GET operation.
string
setPassword
Input only. The credentials password. This is write only and can not be read in a GET operation.
var
string
$this
getVcenterIp
The ip address of the vcenter this Source represents.
string
setVcenterIp
The ip address of the vcenter this Source represents.
var
string
$this
getThumbprint
The thumbprint representing the certificate for the vcenter.
string
setThumbprint
The thumbprint representing the certificate for the vcenter.
var
string
$this