Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class DatacenterConnector : IDirectResponseSchema

Properties

ApplianceInfrastructureVersion

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.

Declaration
[JsonProperty("applianceInfrastructureVersion")]
public virtual string ApplianceInfrastructureVersion { get; set; }
Property Value
Type Description
string

ApplianceSoftwareVersion

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

Declaration
[JsonProperty("applianceSoftwareVersion")]
public virtual string ApplianceSoftwareVersion { get; set; }
Property Value
Type Description
string

AvailableVersions

Output only. The available versions for updating this appliance.

Declaration
[JsonProperty("availableVersions")]
public virtual AvailableUpdates AvailableVersions { get; set; }
Property Value
Type Description
AvailableUpdates

Bucket

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

Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type Description
string

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

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

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

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

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

Name

Output only. The connector's name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RegistrationId

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.

Declaration
[JsonProperty("registrationId")]
public virtual string RegistrationId { get; set; }
Property Value
Type Description
string

ServiceAccount

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

Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type Description
string

State

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

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

StateTime

object representation of StateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateTimeDateTimeOffset instead.")]
public virtual object StateTime { get; set; }
Property Value
Type Description
object

StateTimeDateTimeOffset

DateTimeOffset representation of StateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StateTimeRaw

Output only. The time the state was last set.

Declaration
[JsonProperty("stateTime")]
public virtual string StateTimeRaw { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

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

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

UpgradeStatus

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

Declaration
[JsonProperty("upgradeStatus")]
public virtual UpgradeStatus UpgradeStatus { get; set; }
Property Value
Type Description
UpgradeStatus

Version

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

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX