Get Appliance Result
data class GetApplianceResult(val distro: String? = null, val id: String, val identity: IdentityResponse? = null, val infrastructureConfig: AppliancePropertiesResponseInfrastructureConfig? = null, val location: String, val name: String, val provisioningState: String, val publicKey: String? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String? = null)
Appliances definition.
Constructors
Link copied to clipboard
fun GetApplianceResult(distro: String? = null, id: String, identity: IdentityResponse? = null, infrastructureConfig: AppliancePropertiesResponseInfrastructureConfig? = null, location: String, name: String, provisioningState: String, publicKey: String? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String? = null)