Deployment Data Response
data class DeploymentDataResponse(val adouPath: String? = null, val cluster: ClusterResponse? = null, val domainFqdn: String? = null, val hostNetwork: HostNetworkResponse? = null, val infrastructureNetwork: List<InfrastructureNetworkResponse>? = null, val namingPrefix: String? = null, val observability: ObservabilityResponse? = null, val optionalServices: OptionalServicesResponse? = null, val physicalNodes: List<PhysicalNodesResponse>? = null, val secretsLocation: String? = null, val securitySettings: SecuritySettingsResponse? = null, val storage: StorageResponse? = null)
The Deployment data of AzureStackHCI Cluster.
Constructors
Link copied to clipboard
fun DeploymentDataResponse(adouPath: String? = null, cluster: ClusterResponse? = null, domainFqdn: String? = null, hostNetwork: HostNetworkResponse? = null, infrastructureNetwork: List<InfrastructureNetworkResponse>? = null, namingPrefix: String? = null, observability: ObservabilityResponse? = null, optionalServices: OptionalServicesResponse? = null, physicalNodes: List<PhysicalNodesResponse>? = null, secretsLocation: String? = null, securitySettings: SecuritySettingsResponse? = null, storage: StorageResponse? = null)