Get Storage Appliance Result
data class GetStorageApplianceResult(val administratorCredentials: AdministrativeCredentialsResponse, val capacity: Double, val capacityUsed: Double, val clusterId: String, val detailedStatus: String, val detailedStatusMessage: String, val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val managementIpv4Address: String, val name: String, val provisioningState: String, val rackId: String, val rackSlot: Double, val remoteVendorManagementFeature: String, val remoteVendorManagementStatus: String, val serialNumber: String, val storageApplianceSkuId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Constructors
Link copied to clipboard
fun GetStorageApplianceResult(administratorCredentials: AdministrativeCredentialsResponse, capacity: Double, capacityUsed: Double, clusterId: String, detailedStatus: String, detailedStatusMessage: String, extendedLocation: ExtendedLocationResponse, id: String, location: String, managementIpv4Address: String, name: String, provisioningState: String, rackId: String, rackSlot: Double, remoteVendorManagementFeature: String, remoteVendorManagementStatus: String, serialNumber: String, storageApplianceSkuId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)