Class DatacenterConnector (1.8.2)

DatacenterConnector(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
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 Google Cloud.
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.
appliance_infrastructure_version str
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 str
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.types.AvailableUpdates
Output only. The available versions for updating this appliance.
upgrade_status google.cloud.vmmigration_v1.types.UpgradeStatus
Output only. The status of the current / last upgradeAppliance operation.

Classes

State

State(value)

The possible values of the state.

Values: STATE_UNSPECIFIED (0): The state is unknown. This is used for API compatibility only and is not used by the system. PENDING (1): The state was not sampled by the health checks yet. OFFLINE (2): The source was sampled by health checks and is not available. FAILED (3): 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 (4): The source exists and its credentials were verified.