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
fun DeploymentDataArgs(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)