Class CloudProviderProfileArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.hybridcontainerservice.inputs.CloudProviderProfileArgs.Builder
-
- Enclosing class:
- CloudProviderProfileArgs
public static final class CloudProviderProfileArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(CloudProviderProfileArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudProviderProfileArgs
build()
CloudProviderProfileArgs.Builder
infraNetworkProfile(CloudProviderProfileInfraNetworkProfileArgs infraNetworkProfile)
CloudProviderProfileArgs.Builder
infraNetworkProfile(com.pulumi.core.Output<CloudProviderProfileInfraNetworkProfileArgs> infraNetworkProfile)
CloudProviderProfileArgs.Builder
infraStorageProfile(CloudProviderProfileInfraStorageProfileArgs infraStorageProfile)
CloudProviderProfileArgs.Builder
infraStorageProfile(com.pulumi.core.Output<CloudProviderProfileInfraStorageProfileArgs> infraStorageProfile)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(CloudProviderProfileArgs defaults)
-
-
Method Detail
-
infraNetworkProfile
public CloudProviderProfileArgs.Builder infraNetworkProfile(@Nullable com.pulumi.core.Output<CloudProviderProfileInfraNetworkProfileArgs> infraNetworkProfile)
- Parameters:
infraNetworkProfile
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster- Returns:
- builder
-
infraNetworkProfile
public CloudProviderProfileArgs.Builder infraNetworkProfile(CloudProviderProfileInfraNetworkProfileArgs infraNetworkProfile)
- Parameters:
infraNetworkProfile
- InfraNetworkProfile - List of infra network profiles for the provisioned cluster- Returns:
- builder
-
infraStorageProfile
public CloudProviderProfileArgs.Builder infraStorageProfile(@Nullable com.pulumi.core.Output<CloudProviderProfileInfraStorageProfileArgs> infraStorageProfile)
- Parameters:
infraStorageProfile
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster- Returns:
- builder
-
infraStorageProfile
public CloudProviderProfileArgs.Builder infraStorageProfile(CloudProviderProfileInfraStorageProfileArgs infraStorageProfile)
- Parameters:
infraStorageProfile
- InfraStorageProfile - List of infra storage profiles for the provisioned cluster- Returns:
- builder
-
build
public CloudProviderProfileArgs build()
-
-