Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class DatacenterConnector.
DatacenterConnector message describes a connector between the Source and Google Cloud, which is installed on a vmware datacenter (an OVA vm installed by the user) to connect the Datacenter to Google Cloud and support vm migration data transfer.
Generated from protobuf message google.cloud.vmmigration.v1.DatacenterConnector
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
Google\Protobuf\Timestamp
Output only. The time the connector was created (as an API call, not when it was actually installed).
↳ update_time
↳ name
string
Output only. The connector's name.
↳ registration_id
string
Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.
↳ service_account
string
The service account to use in the connector when communicating with the cloud.
↳ version
string
The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.
↳ bucket
string
Output only. The communication channel between the datacenter connector and Google Cloud.
↳ state
int
Output only. State of the DatacenterConnector, as determined by the health checks.
↳ state_time
↳ error
Google\Rpc\Status
Output only. Provides details on the state of the Datacenter Connector in case of an error.
↳ appliance_infrastructure_version
string
Output only. Appliance OVA version. This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.
↳ appliance_software_version
string
Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.
↳ available_versions
Google\Cloud\VMMigration\V1\AvailableUpdates
Output only. The available versions for updating this appliance.
↳ upgrade_status
Google\Cloud\VMMigration\V1\UpgradeStatus
Output only. The status of the current / last upgradeAppliance operation.
getCreateTime
Output only. The time the connector was created (as an API call, not when it was actually installed).
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time the connector was created (as an API call, not when it was actually installed).
$this
getUpdateTime
Output only. The last time the connector was updated with an API call.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The last time the connector was updated with an API call.
$this
getName
Output only. The connector's name.
string
setName
Output only. The connector's name.
var
string
$this
getRegistrationId
Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.
string
setRegistrationId
Immutable. A unique key for this connector. This key is internal to the OVA connector and is supplied with its creation during the registration process and can not be modified.
var
string
$this
getServiceAccount
The service account to use in the connector when communicating with the cloud.
string
setServiceAccount
The service account to use in the connector when communicating with the cloud.
var
string
$this
getVersion
The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.
string
setVersion
The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.
var
string
$this
getBucket
Output only. The communication channel between the datacenter connector and Google Cloud.
string
setBucket
Output only. The communication channel between the datacenter connector and Google Cloud.
var
string
$this
getState
Output only. State of the DatacenterConnector, as determined by the health checks.
int
setState
Output only. State of the DatacenterConnector, as determined by the health checks.
var
int
$this
getStateTime
Output only. The time the state was last set.
hasStateTime
clearStateTime
setStateTime
Output only. The time the state was last set.
$this
getError
Output only. Provides details on the state of the Datacenter Connector in case of an error.
hasError
clearError
setError
Output only. Provides details on the state of the Datacenter Connector in case of an error.
$this
getApplianceInfrastructureVersion
Output only. Appliance OVA version.
This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.
string
setApplianceInfrastructureVersion
Output only. Appliance OVA version.
This is the OVA which is manually installed by the user and contains the infrastructure for the automatically updatable components on the appliance.
var
string
$this
getApplianceSoftwareVersion
Output only. Appliance last installed update bundle version.
This is the version of the automatically updatable components on the appliance.
string
setApplianceSoftwareVersion
Output only. Appliance last installed update bundle version.
This is the version of the automatically updatable components on the appliance.
var
string
$this
getAvailableVersions
Output only. The available versions for updating this appliance.
hasAvailableVersions
clearAvailableVersions
setAvailableVersions
Output only. The available versions for updating this appliance.
$this
getUpgradeStatus
Output only. The status of the current / last upgradeAppliance operation.
hasUpgradeStatus
clearUpgradeStatus
setUpgradeStatus
Output only. The status of the current / last upgradeAppliance operation.
$this