Deployment Data Args
data class DeploymentDataArgs(val adouPath: Output<String>? = null, val cluster: Output<ClusterArgs>? = null, val domainFqdn: Output<String>? = null, val hostNetwork: Output<HostNetworkArgs>? = null, val infrastructureNetwork: Output<List<InfrastructureNetworkArgs>>? = null, val namingPrefix: Output<String>? = null, val observability: Output<ObservabilityArgs>? = null, val optionalServices: Output<OptionalServicesArgs>? = null, val physicalNodes: Output<List<PhysicalNodesArgs>>? = null, val secretsLocation: Output<String>? = null, val securitySettings: Output<SecuritySettingsArgs>? = null, val storage: Output<StorageArgs>? = null) : ConvertibleToJava<DeploymentDataArgs>
The Deployment data of AzureStackHCI Cluster.
Constructors
Link copied to clipboard
constructor(adouPath: Output<String>? = null, cluster: Output<ClusterArgs>? = null, domainFqdn: Output<String>? = null, hostNetwork: Output<HostNetworkArgs>? = null, infrastructureNetwork: Output<List<InfrastructureNetworkArgs>>? = null, namingPrefix: Output<String>? = null, observability: Output<ObservabilityArgs>? = null, optionalServices: Output<OptionalServicesArgs>? = null, physicalNodes: Output<List<PhysicalNodesArgs>>? = null, secretsLocation: Output<String>? = null, securitySettings: Output<SecuritySettingsArgs>? = null, storage: Output<StorageArgs>? = null)
Properties
Link copied to clipboard
Observability config to deploy AzureStackHCI Cluster.
Link copied to clipboard
FQDN to deploy cluster
Link copied to clipboard
HostNetwork config to deploy AzureStackHCI Cluster.
Link copied to clipboard
InfrastructureNetwork config to deploy AzureStackHCI Cluster.
Link copied to clipboard
naming prefix to deploy cluster.
Link copied to clipboard
Observability config to deploy AzureStackHCI Cluster.
Link copied to clipboard
OptionalServices config to deploy AzureStackHCI Cluster.
Link copied to clipboard
list of physical nodes config to deploy AzureStackHCI Cluster.
Link copied to clipboard
The URI to the keyvault / secret store.
Link copied to clipboard
SecuritySettings to deploy AzureStackHCI Cluster.
Link copied to clipboard
Storage config to deploy AzureStackHCI Cluster.