Resource: DatacenterConnector
DatacenterConnector message describes a connector between the Source and GCP, which is installed on a vmware datacenter (an OVA vm installed by the user) to connect the Datacenter to GCP and support vm migration data transfer.
JSON representation | |
---|---|
{ "createTime": string, "updateTime": string, "name": string, "registrationId": string, "serviceAccount": string, "version": string, "bucket": string, "state": enum ( |
Fields | |
---|---|
createTime |
Output only. The time the connector was created (as an API call, not when it was actually installed). A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The last time the connector was updated with an API call. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
name |
Output only. The connector's name. |
registrationId |
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. |
serviceAccount |
The service account to use in the connector when communicating with the cloud. |
version |
The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified. |
bucket |
Output only. The communication channel between the datacenter connector and GCP. |
state |
Output only. State of the DatacenterConnector, as determined by the health checks. |
stateTime |
Output only. The time the state was last set. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
error |
Output only. Provides details on the state of the Datacenter Connector in case of an error. |
State
The possible values of the state.
Enums | |
---|---|
STATE_UNSPECIFIED |
The state is unknown. This is used for API compatibility only and is not used by the system. |
PENDING |
The state was not sampled by the health checks yet. |
OFFLINE |
The source was sampled by health checks and is not available. |
FAILED |
The source is available but might not be usable yet due to unvalidated credentials or another reason. The credentials referred to are the ones to the Source. The error message will contain further details. |
ACTIVE |
The source exists and its credentials were verified. |
Methods |
|
---|---|
|
Creates a new DatacenterConnector in a given Source. |
|
Deletes a single DatacenterConnector. |
|
Gets details of a single DatacenterConnector. |
|
Lists DatacenterConnectors in a given Source. |