Class DatacenterConnector (2.0.0)

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

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.

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

Bucket

public string Bucket { get; set; }

Output only. The communication channel between the datacenter connector and GCP.

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
DatacenterConnector.Types.State

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

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