CloudProviderProfileArgs

data class CloudProviderProfileArgs(val infraNetworkProfile: Output<CloudProviderProfileInfraNetworkProfileArgs>? = null, val infraStorageProfile: Output<CloudProviderProfileInfraStorageProfileArgs>? = null) : ConvertibleToJava<CloudProviderProfileArgs>

CloudProviderProfile - The underlying cloud infra provider properties.

Constructors

Link copied to clipboard
constructor(infraNetworkProfile: Output<CloudProviderProfileInfraNetworkProfileArgs>? = null, infraStorageProfile: Output<CloudProviderProfileInfraStorageProfileArgs>? = null)

Properties

Link copied to clipboard

InfraNetworkProfile - List of infra network profiles for the provisioned cluster

Link copied to clipboard

InfraStorageProfile - List of infra storage profiles for the provisioned cluster

Functions

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