Package-level declarations

Types

Link copied to clipboard
data class GetAzureBareMetalStorageInstanceResult(val azureBareMetalStorageInstanceUniqueIdentifier: String? = null, val id: String, val location: String, val name: String, val storageProperties: StoragePropertiesResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties)

Link copied to clipboard
data class StorageBillingPropertiesResponse(val azureBareMetalStorageInstanceSize: String? = null, val billingMode: String? = null)

Describes the billing related details of the AzureBareMetalStorageInstance.

Link copied to clipboard
data class StoragePropertiesResponse(val generation: String? = null, val hardwareType: String? = null, val offeringType: String? = null, val provisioningState: String? = null, val storageBillingProperties: StorageBillingPropertiesResponse? = null, val storageType: String? = null, val workloadType: String? = null)

described the storage properties of the azure baremetalstorage instance

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.