Package-level declarations
Types
Link copied to clipboard
data class GetAzureBareMetalStorageInstancePlainArgs(val azureBareMetalStorageInstanceName: String, val resourceGroupName: String) : ConvertibleToJava<GetAzureBareMetalStorageInstancePlainArgs>
Link copied to clipboard
Link copied to clipboard
data class StorageBillingPropertiesArgs(val azureBareMetalStorageInstanceSize: Output<String>? = null, val billingMode: Output<String>? = null) : ConvertibleToJava<StorageBillingPropertiesArgs>
Describes the billing related details of the AzureBareMetalStorageInstance.
Link copied to clipboard
Builder for StorageBillingPropertiesArgs.
Link copied to clipboard
data class StoragePropertiesArgs(val generation: Output<String>? = null, val hardwareType: Output<String>? = null, val offeringType: Output<String>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null, val storageBillingProperties: Output<StorageBillingPropertiesArgs>? = null, val storageType: Output<String>? = null, val workloadType: Output<String>? = null) : ConvertibleToJava<StoragePropertiesArgs>
described the storage properties of the azure baremetalstorage instance
Link copied to clipboard
Builder for StoragePropertiesArgs.