DeploymentDataArgs

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)