public sealed class DatacenterConnector : IMessage<DatacenterConnector>, IEquatable<DatacenterConnector>, IDeepCloneable<DatacenterConnector>, IBufferMessage, IMessageReference 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.
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
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
AvailableVersions
public AvailableUpdates AvailableVersions { get; set; }Output only. The available versions for updating this appliance.
| Property Value | |
|---|---|
| Type | Description |
AvailableUpdates |
|
Bucket
public string Bucket { get; set; }Output only. The communication channel between the datacenter connector and Google Cloud.
| 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 |
|
UpgradeStatus
public UpgradeStatus UpgradeStatus { get; set; }Output only. The status of the current / last upgradeAppliance operation.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|