DatacenterConnector(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes | |
---|---|
Name | Description |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the connector was created (as an API call, not when it was actually installed). |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The last time the connector was updated with an API call. |
name |
str
Output only. The connector's name. |
registration_id |
str
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 |
str
The service account to use in the connector when communicating with the cloud. |
version |
str
The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified. |
bucket |
str
Output only. The communication channel between the datacenter connector and GCP. |
state |
google.cloud.vmmigration_v1.types.DatacenterConnector.State
Output only. State of the DatacenterConnector, as determined by the health checks. |
state_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time the state was last set. |
error |
google.rpc.status_pb2.Status
Output only. Provides details on the state of the Datacenter Connector in case of an error. |
Classes
State
State(value)
The possible values of the state.