DeploymentData interface
The Deployment data of AzureStackHCI Cluster.
Properties
| adou |
The path to the Active Directory Organizational Unit container object prepared for the deployment. |
| cluster | Observability config to deploy AzureStackHCI Cluster. |
| domain |
FQDN to deploy cluster |
| host |
HostNetwork config to deploy AzureStackHCI Cluster. |
| infrastructure |
InfrastructureNetwork config to deploy AzureStackHCI Cluster. |
| naming |
naming prefix to deploy cluster. |
| observability | Observability config to deploy AzureStackHCI Cluster. |
| optional |
OptionalServices config to deploy AzureStackHCI Cluster. |
| physical |
list of physical nodes config to deploy AzureStackHCI Cluster. |
| sdn |
SDN Integration config to deploy AzureStackHCI Cluster. |
| secrets | secrets used for cloud deployment. |
| secrets |
Azure keyvault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead. |
| security |
SecuritySettings to deploy AzureStackHCI Cluster. |
| storage | Storage config to deploy AzureStackHCI Cluster. |
Property Details
adouPath
The path to the Active Directory Organizational Unit container object prepared for the deployment.
adouPath?: string
Property Value
string
cluster
Observability config to deploy AzureStackHCI Cluster.
cluster?: DeploymentCluster
Property Value
domainFqdn
FQDN to deploy cluster
domainFqdn?: string
Property Value
string
hostNetwork
HostNetwork config to deploy AzureStackHCI Cluster.
hostNetwork?: DeploymentSettingHostNetwork
Property Value
infrastructureNetwork
InfrastructureNetwork config to deploy AzureStackHCI Cluster.
infrastructureNetwork?: InfrastructureNetwork[]
Property Value
namingPrefix
naming prefix to deploy cluster.
namingPrefix?: string
Property Value
string
observability
Observability config to deploy AzureStackHCI Cluster.
observability?: Observability
Property Value
optionalServices
OptionalServices config to deploy AzureStackHCI Cluster.
optionalServices?: OptionalServices
Property Value
physicalNodes
list of physical nodes config to deploy AzureStackHCI Cluster.
physicalNodes?: PhysicalNodes[]
Property Value
sdnIntegration
SDN Integration config to deploy AzureStackHCI Cluster.
sdnIntegration?: SdnIntegration
Property Value
secrets
secrets used for cloud deployment.
secrets?: EceDeploymentSecrets[]
Property Value
secretsLocation
Azure keyvault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead.
secretsLocation?: string
Property Value
string
securitySettings
SecuritySettings to deploy AzureStackHCI Cluster.
securitySettings?: DeploymentSecuritySettings