Get Datacenter Connector Result
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)