public sealed class DatacenterConnector : IMessage<DatacenterConnector>, IEquatable<DatacenterConnector>, IDeepCloneable<DatacenterConnector>, IBufferMessage, IMessageDatacenterConnector 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.
Implements
IMessage<DatacenterConnector>, IEquatable<DatacenterConnector>, IDeepCloneable<DatacenterConnector>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
DatacenterConnector()
public DatacenterConnector()DatacenterConnector(DatacenterConnector)
public DatacenterConnector(DatacenterConnector other)| Parameter | |
|---|---|
| Name | Description |
other |
DatacenterConnector |
Properties
Bucket
public string Bucket { get; set; }Output only. The communication channel between the datacenter connector and GCP.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
|
DatacenterConnectorName
public DatacenterConnectorName DatacenterConnectorName { get; set; }DatacenterConnectorName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Status |
|
Name
public string Name { get; set; }Output only. The connector's name.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
ServiceAccount
public string ServiceAccount { get; set; }The service account to use in the connector when communicating with the cloud.
| Property Value | |
|---|---|
| Type | Description |
String |
|
State
public DatacenterConnector.Types.State State { get; set; }Output only. State of the DatacenterConnector, as determined by the health checks.
| Property Value | |
|---|---|
| Type | Description |
DatacenterConnector.Types.State |
|
StateTime
public Timestamp StateTime { get; set; }Output only. The time the state was last set.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The last time the connector was updated with an API call.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|