GetDatacenterConnectorResult

data class GetDatacenterConnectorResult(val applianceInfrastructureVersion: String, val applianceSoftwareVersion: String, val availableVersions: AvailableUpdatesResponse, val bucket: String, val createTime: String, val error: StatusResponse, val name: String, val registrationId: String, val serviceAccount: String, val state: String, val stateTime: String, val updateTime: String, val upgradeStatus: UpgradeStatusResponse, val version: String)

Constructors

Link copied to clipboard
fun GetDatacenterConnectorResult(applianceInfrastructureVersion: String, applianceSoftwareVersion: String, availableVersions: AvailableUpdatesResponse, bucket: String, createTime: String, error: StatusResponse, name: String, registrationId: String, serviceAccount: String, state: String, stateTime: String, updateTime: String, upgradeStatus: UpgradeStatusResponse, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The available versions for updating this appliance.

Link copied to clipboard

The communication channel between the datacenter connector and Google Cloud.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The connector's name.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The time the state was last set.

Link copied to clipboard

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

Link copied to clipboard

The status of the current / last upgradeAppliance operation.

Link copied to clipboard

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