Cloud Provider Profile Args
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)