DeploymentDataResponse

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adouPath: String? = null

The path to the Active Directory Organizational Unit container object prepared for the deployment.

Link copied to clipboard

Observability config to deploy AzureStackHCI Cluster.

Link copied to clipboard
val domainFqdn: String? = null

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
val namingPrefix: String? = null

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
val secretsLocation: String? = null

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.