CloudProviderProfileInfraStorageProfileArgs

data class CloudProviderProfileInfraStorageProfileArgs(val storageSpaceIds: Output<List<String>>? = null) : ConvertibleToJava<CloudProviderProfileInfraStorageProfileArgs>

InfraStorageProfile - List of infra storage profiles for the provisioned cluster

Constructors

constructor(storageSpaceIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val storageSpaceIds: Output<List<String>>? = null

Reference to azure resource corresponding to the new HybridAKSStorage object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/storageSpaces/{storageSpaceName}

Functions

Link copied to clipboard
open override fun toJava(): CloudProviderProfileInfraStorageProfileArgs