VM Migration v1 API - Class DatacenterConnector (2.5.0)

public sealed class DatacenterConnector : IMessage<DatacenterConnector>, IEquatable<DatacenterConnector>, IDeepCloneable<DatacenterConnector>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API 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.

Inheritance

object > DatacenterConnector

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

DatacenterConnector()

public DatacenterConnector()

DatacenterConnector(DatacenterConnector)

public DatacenterConnector(DatacenterConnector other)
Parameter
NameDescription
otherDatacenterConnector

Properties

ApplianceInfrastructureVersion

public string ApplianceInfrastructureVersion { get; set; }

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.

Property Value
TypeDescription
string

ApplianceSoftwareVersion

public string ApplianceSoftwareVersion { get; set; }

Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.

Property Value
TypeDescription
string

AvailableVersions

public AvailableUpdates AvailableVersions { get; set; }

Output only. The available versions for updating this appliance.

Property Value
TypeDescription
AvailableUpdates

Bucket

public string Bucket { get; set; }

Output only. The communication channel between the datacenter connector and Google Cloud.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the connector was created (as an API call, not when it was actually installed).

Property Value
TypeDescription
Timestamp

DatacenterConnectorName

public DatacenterConnectorName DatacenterConnectorName { get; set; }

DatacenterConnectorName-typed view over the Name resource name property.

Property Value
TypeDescription
DatacenterConnectorName

Error

public Status Error { get; set; }

Output only. Provides details on the state of the Datacenter Connector in case of an error.

Property Value
TypeDescription
Status

Name

public string Name { get; set; }

Output only. The connector's name.

Property Value
TypeDescription
string

RegistrationId

public string RegistrationId { get; set; }

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.

Property Value
TypeDescription
string

ServiceAccount

public string ServiceAccount { get; set; }

The service account to use in the connector when communicating with the cloud.

Property Value
TypeDescription
string

State

public DatacenterConnector.Types.State State { get; set; }

Output only. State of the DatacenterConnector, as determined by the health checks.

Property Value
TypeDescription
DatacenterConnectorTypesState

StateTime

public Timestamp StateTime { get; set; }

Output only. The time the state was last set.

Property Value
TypeDescription
Timestamp

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last time the connector was updated with an API call.

Property Value
TypeDescription
Timestamp

UpgradeStatus

public UpgradeStatus UpgradeStatus { get; set; }

Output only. The status of the current / last upgradeAppliance operation.

Property Value
TypeDescription
UpgradeStatus

Version

public string Version { get; set; }

The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.

Property Value
TypeDescription
string