azure-native.azurestackhci.DeploymentSetting
Explore with Pulumi AI
Edge device resource Azure REST API version: 2023-08-01-preview.
Other available API versions: 2023-11-01-preview, 2024-01-01, 2024-02-15-preview, 2024-04-01.
Example Usage
Create Deployment Settings
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var deploymentSetting = new AzureNative.AzureStackHCI.DeploymentSetting("deploymentSetting", new()
{
ArcNodeResourceIds = new[]
{
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1",
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2",
},
ClusterName = "myCluster",
DeploymentConfiguration = new AzureNative.AzureStackHCI.Inputs.DeploymentConfigurationArgs
{
ScaleUnits = new[]
{
new AzureNative.AzureStackHCI.Inputs.ScaleUnitsArgs
{
DeploymentData = new AzureNative.AzureStackHCI.Inputs.DeploymentDataArgs
{
AdouPath = "OU=ms169,DC=ASZ1PLab8,DC=nttest,DC=microsoft,DC=com",
Cluster = new AzureNative.AzureStackHCI.Inputs.ClusterArgs
{
AzureServiceEndpoint = "core.windows.net",
CloudAccountName = "myasestoragacct",
Name = "testHCICluster",
WitnessPath = "Cloud",
WitnessType = "Cloud",
},
DomainFqdn = "ASZ1PLab8.nttest.microsoft.com",
HostNetwork = new AzureNative.AzureStackHCI.Inputs.HostNetworkArgs
{
Intents = new[]
{
new AzureNative.AzureStackHCI.Inputs.IntentsArgs
{
Adapter = new[]
{
"Port2",
},
AdapterPropertyOverrides = new AzureNative.AzureStackHCI.Inputs.AdapterPropertyOverridesArgs
{
JumboPacket = "1514",
NetworkDirect = "Enabled",
NetworkDirectTechnology = "iWARP",
},
Name = "Compute_Management",
OverrideAdapterProperty = false,
OverrideQosPolicy = false,
OverrideVirtualSwitchConfiguration = false,
QosPolicyOverrides = new AzureNative.AzureStackHCI.Inputs.QosPolicyOverridesArgs
{
BandwidthPercentageSMB = "50",
PriorityValue8021ActionCluster = "7",
PriorityValue8021ActionSMB = "3",
},
TrafficType = new[]
{
"Compute",
"Management",
},
VirtualSwitchConfigurationOverrides = new AzureNative.AzureStackHCI.Inputs.VirtualSwitchConfigurationOverridesArgs
{
EnableIov = "True",
LoadBalancingAlgorithm = "HyperVPort",
},
},
},
StorageConnectivitySwitchless = true,
StorageNetworks = new[]
{
new AzureNative.AzureStackHCI.Inputs.StorageNetworksArgs
{
Name = "Storage1Network",
NetworkAdapterName = "Port3",
VlanId = "5",
},
},
},
InfrastructureNetwork = new[]
{
new AzureNative.AzureStackHCI.Inputs.InfrastructureNetworkArgs
{
DnsServers = new[]
{
"10.57.50.90",
},
Gateway = "255.255.248.0",
IpPools = new[]
{
new AzureNative.AzureStackHCI.Inputs.IpPoolsArgs
{
EndingAddress = "10.57.48.66",
StartingAddress = "10.57.48.60",
},
},
SubnetMask = "255.255.248.0",
},
},
NamingPrefix = "ms169",
Observability = new AzureNative.AzureStackHCI.Inputs.ObservabilityArgs
{
EpisodicDataUpload = true,
EuLocation = false,
StreamingDataClient = true,
},
OptionalServices = new AzureNative.AzureStackHCI.Inputs.OptionalServicesArgs
{
CustomLocation = "customLocationName",
},
PhysicalNodes = new[]
{
new AzureNative.AzureStackHCI.Inputs.PhysicalNodesArgs
{
Ipv4Address = "10.57.51.224",
Name = "ms169host",
},
new AzureNative.AzureStackHCI.Inputs.PhysicalNodesArgs
{
Ipv4Address = "10.57.53.236",
Name = "ms154host",
},
},
SecretsLocation = "/subscriptions/db4e2fdb-6d80-4e6e-b7cd-xxxxxxx/resourceGroups/test-rg/providers/Microsoft.KeyVault/vaults/abcd123",
SecuritySettings = new AzureNative.AzureStackHCI.Inputs.SecuritySettingsArgs
{
BitlockerBootVolume = true,
BitlockerDataVolumes = true,
CredentialGuardEnforced = false,
DriftControlEnforced = true,
DrtmProtection = true,
HvciProtection = true,
SideChannelMitigationEnforced = true,
SmbClusterEncryption = false,
SmbSigningEnforced = true,
WdacEnforced = true,
},
Storage = new AzureNative.AzureStackHCI.Inputs.StorageArgs
{
ConfigurationMode = "Express",
},
},
},
},
Version = "string",
},
DeploymentMode = AzureNative.AzureStackHCI.DeploymentMode.Deploy,
DeploymentSettingsName = "default",
ResourceGroupName = "test-rg",
});
});
package main
import (
azurestackhci "github.com/pulumi/pulumi-azure-native-sdk/azurestackhci/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := azurestackhci.NewDeploymentSetting(ctx, "deploymentSetting", &azurestackhci.DeploymentSettingArgs{
ArcNodeResourceIds: pulumi.StringArray{
pulumi.String("/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1"),
pulumi.String("/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2"),
},
ClusterName: pulumi.String("myCluster"),
DeploymentConfiguration: &azurestackhci.DeploymentConfigurationArgs{
ScaleUnits: azurestackhci.ScaleUnitsArray{
&azurestackhci.ScaleUnitsArgs{
DeploymentData: &azurestackhci.DeploymentDataArgs{
AdouPath: pulumi.String("OU=ms169,DC=ASZ1PLab8,DC=nttest,DC=microsoft,DC=com"),
Cluster: &azurestackhci.ClusterTypeArgs{
AzureServiceEndpoint: pulumi.String("core.windows.net"),
CloudAccountName: pulumi.String("myasestoragacct"),
Name: pulumi.String("testHCICluster"),
WitnessPath: pulumi.String("Cloud"),
WitnessType: pulumi.String("Cloud"),
},
DomainFqdn: pulumi.String("ASZ1PLab8.nttest.microsoft.com"),
HostNetwork: &azurestackhci.HostNetworkArgs{
Intents: azurestackhci.IntentsArray{
&azurestackhci.IntentsArgs{
Adapter: pulumi.StringArray{
pulumi.String("Port2"),
},
AdapterPropertyOverrides: &azurestackhci.AdapterPropertyOverridesArgs{
JumboPacket: pulumi.String("1514"),
NetworkDirect: pulumi.String("Enabled"),
NetworkDirectTechnology: pulumi.String("iWARP"),
},
Name: pulumi.String("Compute_Management"),
OverrideAdapterProperty: pulumi.Bool(false),
OverrideQosPolicy: pulumi.Bool(false),
OverrideVirtualSwitchConfiguration: pulumi.Bool(false),
QosPolicyOverrides: &azurestackhci.QosPolicyOverridesArgs{
BandwidthPercentageSMB: pulumi.String("50"),
PriorityValue8021ActionCluster: pulumi.String("7"),
PriorityValue8021ActionSMB: pulumi.String("3"),
},
TrafficType: pulumi.StringArray{
pulumi.String("Compute"),
pulumi.String("Management"),
},
VirtualSwitchConfigurationOverrides: &azurestackhci.VirtualSwitchConfigurationOverridesArgs{
EnableIov: pulumi.String("True"),
LoadBalancingAlgorithm: pulumi.String("HyperVPort"),
},
},
},
StorageConnectivitySwitchless: pulumi.Bool(true),
StorageNetworks: azurestackhci.StorageNetworksArray{
&azurestackhci.StorageNetworksArgs{
Name: pulumi.String("Storage1Network"),
NetworkAdapterName: pulumi.String("Port3"),
VlanId: pulumi.String("5"),
},
},
},
InfrastructureNetwork: azurestackhci.InfrastructureNetworkArray{
&azurestackhci.InfrastructureNetworkArgs{
DnsServers: pulumi.StringArray{
pulumi.String("10.57.50.90"),
},
Gateway: pulumi.String("255.255.248.0"),
IpPools: azurestackhci.IpPoolsArray{
&azurestackhci.IpPoolsArgs{
EndingAddress: pulumi.String("10.57.48.66"),
StartingAddress: pulumi.String("10.57.48.60"),
},
},
SubnetMask: pulumi.String("255.255.248.0"),
},
},
NamingPrefix: pulumi.String("ms169"),
Observability: &azurestackhci.ObservabilityArgs{
EpisodicDataUpload: pulumi.Bool(true),
EuLocation: pulumi.Bool(false),
StreamingDataClient: pulumi.Bool(true),
},
OptionalServices: &azurestackhci.OptionalServicesArgs{
CustomLocation: pulumi.String("customLocationName"),
},
PhysicalNodes: azurestackhci.PhysicalNodesArray{
&azurestackhci.PhysicalNodesArgs{
Ipv4Address: pulumi.String("10.57.51.224"),
Name: pulumi.String("ms169host"),
},
&azurestackhci.PhysicalNodesArgs{
Ipv4Address: pulumi.String("10.57.53.236"),
Name: pulumi.String("ms154host"),
},
},
SecretsLocation: pulumi.String("/subscriptions/db4e2fdb-6d80-4e6e-b7cd-xxxxxxx/resourceGroups/test-rg/providers/Microsoft.KeyVault/vaults/abcd123"),
SecuritySettings: &azurestackhci.SecuritySettingsArgs{
BitlockerBootVolume: pulumi.Bool(true),
BitlockerDataVolumes: pulumi.Bool(true),
CredentialGuardEnforced: pulumi.Bool(false),
DriftControlEnforced: pulumi.Bool(true),
DrtmProtection: pulumi.Bool(true),
HvciProtection: pulumi.Bool(true),
SideChannelMitigationEnforced: pulumi.Bool(true),
SmbClusterEncryption: pulumi.Bool(false),
SmbSigningEnforced: pulumi.Bool(true),
WdacEnforced: pulumi.Bool(true),
},
Storage: &azurestackhci.StorageArgs{
ConfigurationMode: pulumi.String("Express"),
},
},
},
},
Version: pulumi.String("string"),
},
DeploymentMode: pulumi.String(azurestackhci.DeploymentModeDeploy),
DeploymentSettingsName: pulumi.String("default"),
ResourceGroupName: pulumi.String("test-rg"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.azurestackhci.DeploymentSetting;
import com.pulumi.azurenative.azurestackhci.DeploymentSettingArgs;
import com.pulumi.azurenative.azurestackhci.inputs.DeploymentConfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var deploymentSetting = new DeploymentSetting("deploymentSetting", DeploymentSettingArgs.builder()
.arcNodeResourceIds(
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1",
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2")
.clusterName("myCluster")
.deploymentConfiguration(DeploymentConfigurationArgs.builder()
.scaleUnits(ScaleUnitsArgs.builder()
.deploymentData(DeploymentDataArgs.builder()
.adouPath("OU=ms169,DC=ASZ1PLab8,DC=nttest,DC=microsoft,DC=com")
.cluster(ClusterArgs.builder()
.azureServiceEndpoint("core.windows.net")
.cloudAccountName("myasestoragacct")
.name("testHCICluster")
.witnessPath("Cloud")
.witnessType("Cloud")
.build())
.domainFqdn("ASZ1PLab8.nttest.microsoft.com")
.hostNetwork(HostNetworkArgs.builder()
.intents(IntentsArgs.builder()
.adapter("Port2")
.adapterPropertyOverrides(AdapterPropertyOverridesArgs.builder()
.jumboPacket("1514")
.networkDirect("Enabled")
.networkDirectTechnology("iWARP")
.build())
.name("Compute_Management")
.overrideAdapterProperty(false)
.overrideQosPolicy(false)
.overrideVirtualSwitchConfiguration(false)
.qosPolicyOverrides(QosPolicyOverridesArgs.builder()
.bandwidthPercentageSMB("50")
.priorityValue8021ActionCluster("7")
.priorityValue8021ActionSMB("3")
.build())
.trafficType(
"Compute",
"Management")
.virtualSwitchConfigurationOverrides(VirtualSwitchConfigurationOverridesArgs.builder()
.enableIov("True")
.loadBalancingAlgorithm("HyperVPort")
.build())
.build())
.storageConnectivitySwitchless(true)
.storageNetworks(StorageNetworksArgs.builder()
.name("Storage1Network")
.networkAdapterName("Port3")
.vlanId("5")
.build())
.build())
.infrastructureNetwork(InfrastructureNetworkArgs.builder()
.dnsServers("10.57.50.90")
.gateway("255.255.248.0")
.ipPools(IpPoolsArgs.builder()
.endingAddress("10.57.48.66")
.startingAddress("10.57.48.60")
.build())
.subnetMask("255.255.248.0")
.build())
.namingPrefix("ms169")
.observability(ObservabilityArgs.builder()
.episodicDataUpload(true)
.euLocation(false)
.streamingDataClient(true)
.build())
.optionalServices(OptionalServicesArgs.builder()
.customLocation("customLocationName")
.build())
.physicalNodes(
PhysicalNodesArgs.builder()
.ipv4Address("10.57.51.224")
.name("ms169host")
.build(),
PhysicalNodesArgs.builder()
.ipv4Address("10.57.53.236")
.name("ms154host")
.build())
.secretsLocation("/subscriptions/db4e2fdb-6d80-4e6e-b7cd-xxxxxxx/resourceGroups/test-rg/providers/Microsoft.KeyVault/vaults/abcd123")
.securitySettings(SecuritySettingsArgs.builder()
.bitlockerBootVolume(true)
.bitlockerDataVolumes(true)
.credentialGuardEnforced(false)
.driftControlEnforced(true)
.drtmProtection(true)
.hvciProtection(true)
.sideChannelMitigationEnforced(true)
.smbClusterEncryption(false)
.smbSigningEnforced(true)
.wdacEnforced(true)
.build())
.storage(StorageArgs.builder()
.configurationMode("Express")
.build())
.build())
.build())
.version("string")
.build())
.deploymentMode("Deploy")
.deploymentSettingsName("default")
.resourceGroupName("test-rg")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
deployment_setting = azure_native.azurestackhci.DeploymentSetting("deploymentSetting",
arc_node_resource_ids=[
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1",
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2",
],
cluster_name="myCluster",
deployment_configuration={
"scale_units": [{
"deployment_data": {
"adou_path": "OU=ms169,DC=ASZ1PLab8,DC=nttest,DC=microsoft,DC=com",
"cluster": {
"azure_service_endpoint": "core.windows.net",
"cloud_account_name": "myasestoragacct",
"name": "testHCICluster",
"witness_path": "Cloud",
"witness_type": "Cloud",
},
"domain_fqdn": "ASZ1PLab8.nttest.microsoft.com",
"host_network": {
"intents": [{
"adapter": ["Port2"],
"adapter_property_overrides": {
"jumbo_packet": "1514",
"network_direct": "Enabled",
"network_direct_technology": "iWARP",
},
"name": "Compute_Management",
"override_adapter_property": False,
"override_qos_policy": False,
"override_virtual_switch_configuration": False,
"qos_policy_overrides": {
"bandwidth_percentage_smb": "50",
"priority_value8021_action_cluster": "7",
"priority_value8021_action_smb": "3",
},
"traffic_type": [
"Compute",
"Management",
],
"virtual_switch_configuration_overrides": {
"enable_iov": "True",
"load_balancing_algorithm": "HyperVPort",
},
}],
"storage_connectivity_switchless": True,
"storage_networks": [{
"name": "Storage1Network",
"network_adapter_name": "Port3",
"vlan_id": "5",
}],
},
"infrastructure_network": [{
"dns_servers": ["10.57.50.90"],
"gateway": "255.255.248.0",
"ip_pools": [{
"ending_address": "10.57.48.66",
"starting_address": "10.57.48.60",
}],
"subnet_mask": "255.255.248.0",
}],
"naming_prefix": "ms169",
"observability": {
"episodic_data_upload": True,
"eu_location": False,
"streaming_data_client": True,
},
"optional_services": {
"custom_location": "customLocationName",
},
"physical_nodes": [
{
"ipv4_address": "10.57.51.224",
"name": "ms169host",
},
{
"ipv4_address": "10.57.53.236",
"name": "ms154host",
},
],
"secrets_location": "/subscriptions/db4e2fdb-6d80-4e6e-b7cd-xxxxxxx/resourceGroups/test-rg/providers/Microsoft.KeyVault/vaults/abcd123",
"security_settings": {
"bitlocker_boot_volume": True,
"bitlocker_data_volumes": True,
"credential_guard_enforced": False,
"drift_control_enforced": True,
"drtm_protection": True,
"hvci_protection": True,
"side_channel_mitigation_enforced": True,
"smb_cluster_encryption": False,
"smb_signing_enforced": True,
"wdac_enforced": True,
},
"storage": {
"configuration_mode": "Express",
},
},
}],
"version": "string",
},
deployment_mode=azure_native.azurestackhci.DeploymentMode.DEPLOY,
deployment_settings_name="default",
resource_group_name="test-rg")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const deploymentSetting = new azure_native.azurestackhci.DeploymentSetting("deploymentSetting", {
arcNodeResourceIds: [
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1",
"/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2",
],
clusterName: "myCluster",
deploymentConfiguration: {
scaleUnits: [{
deploymentData: {
adouPath: "OU=ms169,DC=ASZ1PLab8,DC=nttest,DC=microsoft,DC=com",
cluster: {
azureServiceEndpoint: "core.windows.net",
cloudAccountName: "myasestoragacct",
name: "testHCICluster",
witnessPath: "Cloud",
witnessType: "Cloud",
},
domainFqdn: "ASZ1PLab8.nttest.microsoft.com",
hostNetwork: {
intents: [{
adapter: ["Port2"],
adapterPropertyOverrides: {
jumboPacket: "1514",
networkDirect: "Enabled",
networkDirectTechnology: "iWARP",
},
name: "Compute_Management",
overrideAdapterProperty: false,
overrideQosPolicy: false,
overrideVirtualSwitchConfiguration: false,
qosPolicyOverrides: {
bandwidthPercentageSMB: "50",
priorityValue8021ActionCluster: "7",
priorityValue8021ActionSMB: "3",
},
trafficType: [
"Compute",
"Management",
],
virtualSwitchConfigurationOverrides: {
enableIov: "True",
loadBalancingAlgorithm: "HyperVPort",
},
}],
storageConnectivitySwitchless: true,
storageNetworks: [{
name: "Storage1Network",
networkAdapterName: "Port3",
vlanId: "5",
}],
},
infrastructureNetwork: [{
dnsServers: ["10.57.50.90"],
gateway: "255.255.248.0",
ipPools: [{
endingAddress: "10.57.48.66",
startingAddress: "10.57.48.60",
}],
subnetMask: "255.255.248.0",
}],
namingPrefix: "ms169",
observability: {
episodicDataUpload: true,
euLocation: false,
streamingDataClient: true,
},
optionalServices: {
customLocation: "customLocationName",
},
physicalNodes: [
{
ipv4Address: "10.57.51.224",
name: "ms169host",
},
{
ipv4Address: "10.57.53.236",
name: "ms154host",
},
],
secretsLocation: "/subscriptions/db4e2fdb-6d80-4e6e-b7cd-xxxxxxx/resourceGroups/test-rg/providers/Microsoft.KeyVault/vaults/abcd123",
securitySettings: {
bitlockerBootVolume: true,
bitlockerDataVolumes: true,
credentialGuardEnforced: false,
driftControlEnforced: true,
drtmProtection: true,
hvciProtection: true,
sideChannelMitigationEnforced: true,
smbClusterEncryption: false,
smbSigningEnforced: true,
wdacEnforced: true,
},
storage: {
configurationMode: "Express",
},
},
}],
version: "string",
},
deploymentMode: azure_native.azurestackhci.DeploymentMode.Deploy,
deploymentSettingsName: "default",
resourceGroupName: "test-rg",
});
resources:
deploymentSetting:
type: azure-native:azurestackhci:DeploymentSetting
properties:
arcNodeResourceIds:
- /subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-1
- /subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/ArcInstance-rg/providers/Microsoft.HybridCompute/machines/Node-2
clusterName: myCluster
deploymentConfiguration:
scaleUnits:
- deploymentData:
adouPath: OU=ms169,DC=ASZ1PLab8,DC=nttest,DC=microsoft,DC=com
cluster:
azureServiceEndpoint: core.windows.net
cloudAccountName: myasestoragacct
name: testHCICluster
witnessPath: Cloud
witnessType: Cloud
domainFqdn: ASZ1PLab8.nttest.microsoft.com
hostNetwork:
intents:
- adapter:
- Port2
adapterPropertyOverrides:
jumboPacket: '1514'
networkDirect: Enabled
networkDirectTechnology: iWARP
name: Compute_Management
overrideAdapterProperty: false
overrideQosPolicy: false
overrideVirtualSwitchConfiguration: false
qosPolicyOverrides:
bandwidthPercentageSMB: '50'
priorityValue8021ActionCluster: '7'
priorityValue8021ActionSMB: '3'
trafficType:
- Compute
- Management
virtualSwitchConfigurationOverrides:
enableIov: True
loadBalancingAlgorithm: HyperVPort
storageConnectivitySwitchless: true
storageNetworks:
- name: Storage1Network
networkAdapterName: Port3
vlanId: '5'
infrastructureNetwork:
- dnsServers:
- 10.57.50.90
gateway: 255.255.248.0
ipPools:
- endingAddress: 10.57.48.66
startingAddress: 10.57.48.60
subnetMask: 255.255.248.0
namingPrefix: ms169
observability:
episodicDataUpload: true
euLocation: false
streamingDataClient: true
optionalServices:
customLocation: customLocationName
physicalNodes:
- ipv4Address: 10.57.51.224
name: ms169host
- ipv4Address: 10.57.53.236
name: ms154host
secretsLocation: /subscriptions/db4e2fdb-6d80-4e6e-b7cd-xxxxxxx/resourceGroups/test-rg/providers/Microsoft.KeyVault/vaults/abcd123
securitySettings:
bitlockerBootVolume: true
bitlockerDataVolumes: true
credentialGuardEnforced: false
driftControlEnforced: true
drtmProtection: true
hvciProtection: true
sideChannelMitigationEnforced: true
smbClusterEncryption: false
smbSigningEnforced: true
wdacEnforced: true
storage:
configurationMode: Express
version: string
deploymentMode: Deploy
deploymentSettingsName: default
resourceGroupName: test-rg
Create DeploymentSetting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DeploymentSetting(name: string, args: DeploymentSettingArgs, opts?: CustomResourceOptions);
@overload
def DeploymentSetting(resource_name: str,
args: DeploymentSettingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DeploymentSetting(resource_name: str,
opts: Optional[ResourceOptions] = None,
arc_node_resource_ids: Optional[Sequence[str]] = None,
cluster_name: Optional[str] = None,
deployment_configuration: Optional[DeploymentConfigurationArgs] = None,
deployment_mode: Optional[Union[str, DeploymentMode]] = None,
resource_group_name: Optional[str] = None,
deployment_settings_name: Optional[str] = None)
func NewDeploymentSetting(ctx *Context, name string, args DeploymentSettingArgs, opts ...ResourceOption) (*DeploymentSetting, error)
public DeploymentSetting(string name, DeploymentSettingArgs args, CustomResourceOptions? opts = null)
public DeploymentSetting(String name, DeploymentSettingArgs args)
public DeploymentSetting(String name, DeploymentSettingArgs args, CustomResourceOptions options)
type: azure-native:azurestackhci:DeploymentSetting
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DeploymentSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DeploymentSettingArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DeploymentSettingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeploymentSettingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DeploymentSettingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var deploymentSettingResource = new AzureNative.AzureStackHCI.DeploymentSetting("deploymentSettingResource", new()
{
ArcNodeResourceIds = new[]
{
"string",
},
ClusterName = "string",
DeploymentConfiguration = new AzureNative.AzureStackHCI.Inputs.DeploymentConfigurationArgs
{
ScaleUnits = new[]
{
new AzureNative.AzureStackHCI.Inputs.ScaleUnitsArgs
{
DeploymentData = new AzureNative.AzureStackHCI.Inputs.DeploymentDataArgs
{
AdouPath = "string",
Cluster = new AzureNative.AzureStackHCI.Inputs.ClusterArgs
{
AzureServiceEndpoint = "string",
CloudAccountName = "string",
Name = "string",
WitnessPath = "string",
WitnessType = "string",
},
DomainFqdn = "string",
HostNetwork = new AzureNative.AzureStackHCI.Inputs.HostNetworkArgs
{
EnableStorageAutoIp = false,
Intents = new[]
{
new AzureNative.AzureStackHCI.Inputs.IntentsArgs
{
Adapter = new[]
{
"string",
},
AdapterPropertyOverrides = new AzureNative.AzureStackHCI.Inputs.AdapterPropertyOverridesArgs
{
JumboPacket = "string",
NetworkDirect = "string",
NetworkDirectTechnology = "string",
},
Name = "string",
OverrideAdapterProperty = false,
OverrideQosPolicy = false,
OverrideVirtualSwitchConfiguration = false,
QosPolicyOverrides = new AzureNative.AzureStackHCI.Inputs.QosPolicyOverridesArgs
{
BandwidthPercentageSMB = "string",
PriorityValue8021ActionCluster = "string",
PriorityValue8021ActionSMB = "string",
},
TrafficType = new[]
{
"string",
},
VirtualSwitchConfigurationOverrides = new AzureNative.AzureStackHCI.Inputs.VirtualSwitchConfigurationOverridesArgs
{
EnableIov = "string",
LoadBalancingAlgorithm = "string",
},
},
},
StorageConnectivitySwitchless = false,
StorageNetworks = new[]
{
new AzureNative.AzureStackHCI.Inputs.StorageNetworksArgs
{
Name = "string",
NetworkAdapterName = "string",
VlanId = "string",
},
},
},
InfrastructureNetwork = new[]
{
new AzureNative.AzureStackHCI.Inputs.InfrastructureNetworkArgs
{
DnsServers = new[]
{
"string",
},
Gateway = "string",
IpPools = new[]
{
new AzureNative.AzureStackHCI.Inputs.IpPoolsArgs
{
EndingAddress = "string",
StartingAddress = "string",
},
},
SubnetMask = "string",
UseDhcp = false,
},
},
NamingPrefix = "string",
Observability = new AzureNative.AzureStackHCI.Inputs.ObservabilityArgs
{
EpisodicDataUpload = false,
EuLocation = false,
StreamingDataClient = false,
},
OptionalServices = new AzureNative.AzureStackHCI.Inputs.OptionalServicesArgs
{
CustomLocation = "string",
},
PhysicalNodes = new[]
{
new AzureNative.AzureStackHCI.Inputs.PhysicalNodesArgs
{
Ipv4Address = "string",
Name = "string",
},
},
SecretsLocation = "string",
SecuritySettings = new AzureNative.AzureStackHCI.Inputs.SecuritySettingsArgs
{
BitlockerBootVolume = false,
BitlockerDataVolumes = false,
CredentialGuardEnforced = false,
DriftControlEnforced = false,
DrtmProtection = false,
HvciProtection = false,
SideChannelMitigationEnforced = false,
SmbClusterEncryption = false,
SmbSigningEnforced = false,
WdacEnforced = false,
},
Storage = new AzureNative.AzureStackHCI.Inputs.StorageArgs
{
ConfigurationMode = "string",
},
},
},
},
Version = "string",
},
DeploymentMode = "string",
ResourceGroupName = "string",
DeploymentSettingsName = "string",
});
example, err := azurestackhci.NewDeploymentSetting(ctx, "deploymentSettingResource", &azurestackhci.DeploymentSettingArgs{
ArcNodeResourceIds: pulumi.StringArray{
pulumi.String("string"),
},
ClusterName: pulumi.String("string"),
DeploymentConfiguration: &azurestackhci.DeploymentConfigurationArgs{
ScaleUnits: azurestackhci.ScaleUnitsArray{
&azurestackhci.ScaleUnitsArgs{
DeploymentData: &azurestackhci.DeploymentDataArgs{
AdouPath: pulumi.String("string"),
Cluster: &azurestackhci.ClusterTypeArgs{
AzureServiceEndpoint: pulumi.String("string"),
CloudAccountName: pulumi.String("string"),
Name: pulumi.String("string"),
WitnessPath: pulumi.String("string"),
WitnessType: pulumi.String("string"),
},
DomainFqdn: pulumi.String("string"),
HostNetwork: &azurestackhci.HostNetworkArgs{
EnableStorageAutoIp: pulumi.Bool(false),
Intents: azurestackhci.IntentsArray{
&azurestackhci.IntentsArgs{
Adapter: pulumi.StringArray{
pulumi.String("string"),
},
AdapterPropertyOverrides: &azurestackhci.AdapterPropertyOverridesArgs{
JumboPacket: pulumi.String("string"),
NetworkDirect: pulumi.String("string"),
NetworkDirectTechnology: pulumi.String("string"),
},
Name: pulumi.String("string"),
OverrideAdapterProperty: pulumi.Bool(false),
OverrideQosPolicy: pulumi.Bool(false),
OverrideVirtualSwitchConfiguration: pulumi.Bool(false),
QosPolicyOverrides: &azurestackhci.QosPolicyOverridesArgs{
BandwidthPercentageSMB: pulumi.String("string"),
PriorityValue8021ActionCluster: pulumi.String("string"),
PriorityValue8021ActionSMB: pulumi.String("string"),
},
TrafficType: pulumi.StringArray{
pulumi.String("string"),
},
VirtualSwitchConfigurationOverrides: &azurestackhci.VirtualSwitchConfigurationOverridesArgs{
EnableIov: pulumi.String("string"),
LoadBalancingAlgorithm: pulumi.String("string"),
},
},
},
StorageConnectivitySwitchless: pulumi.Bool(false),
StorageNetworks: azurestackhci.StorageNetworksArray{
&azurestackhci.StorageNetworksArgs{
Name: pulumi.String("string"),
NetworkAdapterName: pulumi.String("string"),
VlanId: pulumi.String("string"),
},
},
},
InfrastructureNetwork: azurestackhci.InfrastructureNetworkArray{
&azurestackhci.InfrastructureNetworkArgs{
DnsServers: pulumi.StringArray{
pulumi.String("string"),
},
Gateway: pulumi.String("string"),
IpPools: azurestackhci.IpPoolsArray{
&azurestackhci.IpPoolsArgs{
EndingAddress: pulumi.String("string"),
StartingAddress: pulumi.String("string"),
},
},
SubnetMask: pulumi.String("string"),
UseDhcp: pulumi.Bool(false),
},
},
NamingPrefix: pulumi.String("string"),
Observability: &azurestackhci.ObservabilityArgs{
EpisodicDataUpload: pulumi.Bool(false),
EuLocation: pulumi.Bool(false),
StreamingDataClient: pulumi.Bool(false),
},
OptionalServices: &azurestackhci.OptionalServicesArgs{
CustomLocation: pulumi.String("string"),
},
PhysicalNodes: azurestackhci.PhysicalNodesArray{
&azurestackhci.PhysicalNodesArgs{
Ipv4Address: pulumi.String("string"),
Name: pulumi.String("string"),
},
},
SecretsLocation: pulumi.String("string"),
SecuritySettings: &azurestackhci.SecuritySettingsArgs{
BitlockerBootVolume: pulumi.Bool(false),
BitlockerDataVolumes: pulumi.Bool(false),
CredentialGuardEnforced: pulumi.Bool(false),
DriftControlEnforced: pulumi.Bool(false),
DrtmProtection: pulumi.Bool(false),
HvciProtection: pulumi.Bool(false),
SideChannelMitigationEnforced: pulumi.Bool(false),
SmbClusterEncryption: pulumi.Bool(false),
SmbSigningEnforced: pulumi.Bool(false),
WdacEnforced: pulumi.Bool(false),
},
Storage: &azurestackhci.StorageArgs{
ConfigurationMode: pulumi.String("string"),
},
},
},
},
Version: pulumi.String("string"),
},
DeploymentMode: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
DeploymentSettingsName: pulumi.String("string"),
})
var deploymentSettingResource = new DeploymentSetting("deploymentSettingResource", DeploymentSettingArgs.builder()
.arcNodeResourceIds("string")
.clusterName("string")
.deploymentConfiguration(DeploymentConfigurationArgs.builder()
.scaleUnits(ScaleUnitsArgs.builder()
.deploymentData(DeploymentDataArgs.builder()
.adouPath("string")
.cluster(ClusterArgs.builder()
.azureServiceEndpoint("string")
.cloudAccountName("string")
.name("string")
.witnessPath("string")
.witnessType("string")
.build())
.domainFqdn("string")
.hostNetwork(HostNetworkArgs.builder()
.enableStorageAutoIp(false)
.intents(IntentsArgs.builder()
.adapter("string")
.adapterPropertyOverrides(AdapterPropertyOverridesArgs.builder()
.jumboPacket("string")
.networkDirect("string")
.networkDirectTechnology("string")
.build())
.name("string")
.overrideAdapterProperty(false)
.overrideQosPolicy(false)
.overrideVirtualSwitchConfiguration(false)
.qosPolicyOverrides(QosPolicyOverridesArgs.builder()
.bandwidthPercentageSMB("string")
.priorityValue8021ActionCluster("string")
.priorityValue8021ActionSMB("string")
.build())
.trafficType("string")
.virtualSwitchConfigurationOverrides(VirtualSwitchConfigurationOverridesArgs.builder()
.enableIov("string")
.loadBalancingAlgorithm("string")
.build())
.build())
.storageConnectivitySwitchless(false)
.storageNetworks(StorageNetworksArgs.builder()
.name("string")
.networkAdapterName("string")
.vlanId("string")
.build())
.build())
.infrastructureNetwork(InfrastructureNetworkArgs.builder()
.dnsServers("string")
.gateway("string")
.ipPools(IpPoolsArgs.builder()
.endingAddress("string")
.startingAddress("string")
.build())
.subnetMask("string")
.useDhcp(false)
.build())
.namingPrefix("string")
.observability(ObservabilityArgs.builder()
.episodicDataUpload(false)
.euLocation(false)
.streamingDataClient(false)
.build())
.optionalServices(OptionalServicesArgs.builder()
.customLocation("string")
.build())
.physicalNodes(PhysicalNodesArgs.builder()
.ipv4Address("string")
.name("string")
.build())
.secretsLocation("string")
.securitySettings(SecuritySettingsArgs.builder()
.bitlockerBootVolume(false)
.bitlockerDataVolumes(false)
.credentialGuardEnforced(false)
.driftControlEnforced(false)
.drtmProtection(false)
.hvciProtection(false)
.sideChannelMitigationEnforced(false)
.smbClusterEncryption(false)
.smbSigningEnforced(false)
.wdacEnforced(false)
.build())
.storage(StorageArgs.builder()
.configurationMode("string")
.build())
.build())
.build())
.version("string")
.build())
.deploymentMode("string")
.resourceGroupName("string")
.deploymentSettingsName("string")
.build());
deployment_setting_resource = azure_native.azurestackhci.DeploymentSetting("deploymentSettingResource",
arc_node_resource_ids=["string"],
cluster_name="string",
deployment_configuration={
"scaleUnits": [{
"deploymentData": {
"adouPath": "string",
"cluster": {
"azureServiceEndpoint": "string",
"cloudAccountName": "string",
"name": "string",
"witnessPath": "string",
"witnessType": "string",
},
"domainFqdn": "string",
"hostNetwork": {
"enableStorageAutoIp": False,
"intents": [{
"adapter": ["string"],
"adapterPropertyOverrides": {
"jumboPacket": "string",
"networkDirect": "string",
"networkDirectTechnology": "string",
},
"name": "string",
"overrideAdapterProperty": False,
"overrideQosPolicy": False,
"overrideVirtualSwitchConfiguration": False,
"qosPolicyOverrides": {
"bandwidthPercentageSMB": "string",
"priorityValue8021ActionCluster": "string",
"priorityValue8021ActionSMB": "string",
},
"trafficType": ["string"],
"virtualSwitchConfigurationOverrides": {
"enableIov": "string",
"loadBalancingAlgorithm": "string",
},
}],
"storageConnectivitySwitchless": False,
"storageNetworks": [{
"name": "string",
"networkAdapterName": "string",
"vlanId": "string",
}],
},
"infrastructureNetwork": [{
"dnsServers": ["string"],
"gateway": "string",
"ipPools": [{
"endingAddress": "string",
"startingAddress": "string",
}],
"subnetMask": "string",
"useDhcp": False,
}],
"namingPrefix": "string",
"observability": {
"episodicDataUpload": False,
"euLocation": False,
"streamingDataClient": False,
},
"optionalServices": {
"customLocation": "string",
},
"physicalNodes": [{
"ipv4Address": "string",
"name": "string",
}],
"secretsLocation": "string",
"securitySettings": {
"bitlockerBootVolume": False,
"bitlockerDataVolumes": False,
"credentialGuardEnforced": False,
"driftControlEnforced": False,
"drtmProtection": False,
"hvciProtection": False,
"sideChannelMitigationEnforced": False,
"smbClusterEncryption": False,
"smbSigningEnforced": False,
"wdacEnforced": False,
},
"storage": {
"configurationMode": "string",
},
},
}],
"version": "string",
},
deployment_mode="string",
resource_group_name="string",
deployment_settings_name="string")
const deploymentSettingResource = new azure_native.azurestackhci.DeploymentSetting("deploymentSettingResource", {
arcNodeResourceIds: ["string"],
clusterName: "string",
deploymentConfiguration: {
scaleUnits: [{
deploymentData: {
adouPath: "string",
cluster: {
azureServiceEndpoint: "string",
cloudAccountName: "string",
name: "string",
witnessPath: "string",
witnessType: "string",
},
domainFqdn: "string",
hostNetwork: {
enableStorageAutoIp: false,
intents: [{
adapter: ["string"],
adapterPropertyOverrides: {
jumboPacket: "string",
networkDirect: "string",
networkDirectTechnology: "string",
},
name: "string",
overrideAdapterProperty: false,
overrideQosPolicy: false,
overrideVirtualSwitchConfiguration: false,
qosPolicyOverrides: {
bandwidthPercentageSMB: "string",
priorityValue8021ActionCluster: "string",
priorityValue8021ActionSMB: "string",
},
trafficType: ["string"],
virtualSwitchConfigurationOverrides: {
enableIov: "string",
loadBalancingAlgorithm: "string",
},
}],
storageConnectivitySwitchless: false,
storageNetworks: [{
name: "string",
networkAdapterName: "string",
vlanId: "string",
}],
},
infrastructureNetwork: [{
dnsServers: ["string"],
gateway: "string",
ipPools: [{
endingAddress: "string",
startingAddress: "string",
}],
subnetMask: "string",
useDhcp: false,
}],
namingPrefix: "string",
observability: {
episodicDataUpload: false,
euLocation: false,
streamingDataClient: false,
},
optionalServices: {
customLocation: "string",
},
physicalNodes: [{
ipv4Address: "string",
name: "string",
}],
secretsLocation: "string",
securitySettings: {
bitlockerBootVolume: false,
bitlockerDataVolumes: false,
credentialGuardEnforced: false,
driftControlEnforced: false,
drtmProtection: false,
hvciProtection: false,
sideChannelMitigationEnforced: false,
smbClusterEncryption: false,
smbSigningEnforced: false,
wdacEnforced: false,
},
storage: {
configurationMode: "string",
},
},
}],
version: "string",
},
deploymentMode: "string",
resourceGroupName: "string",
deploymentSettingsName: "string",
});
type: azure-native:azurestackhci:DeploymentSetting
properties:
arcNodeResourceIds:
- string
clusterName: string
deploymentConfiguration:
scaleUnits:
- deploymentData:
adouPath: string
cluster:
azureServiceEndpoint: string
cloudAccountName: string
name: string
witnessPath: string
witnessType: string
domainFqdn: string
hostNetwork:
enableStorageAutoIp: false
intents:
- adapter:
- string
adapterPropertyOverrides:
jumboPacket: string
networkDirect: string
networkDirectTechnology: string
name: string
overrideAdapterProperty: false
overrideQosPolicy: false
overrideVirtualSwitchConfiguration: false
qosPolicyOverrides:
bandwidthPercentageSMB: string
priorityValue8021ActionCluster: string
priorityValue8021ActionSMB: string
trafficType:
- string
virtualSwitchConfigurationOverrides:
enableIov: string
loadBalancingAlgorithm: string
storageConnectivitySwitchless: false
storageNetworks:
- name: string
networkAdapterName: string
vlanId: string
infrastructureNetwork:
- dnsServers:
- string
gateway: string
ipPools:
- endingAddress: string
startingAddress: string
subnetMask: string
useDhcp: false
namingPrefix: string
observability:
episodicDataUpload: false
euLocation: false
streamingDataClient: false
optionalServices:
customLocation: string
physicalNodes:
- ipv4Address: string
name: string
secretsLocation: string
securitySettings:
bitlockerBootVolume: false
bitlockerDataVolumes: false
credentialGuardEnforced: false
driftControlEnforced: false
drtmProtection: false
hvciProtection: false
sideChannelMitigationEnforced: false
smbClusterEncryption: false
smbSigningEnforced: false
wdacEnforced: false
storage:
configurationMode: string
version: string
deploymentMode: string
deploymentSettingsName: string
resourceGroupName: string
DeploymentSetting Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DeploymentSetting resource accepts the following input properties:
- Arc
Node List<string>Resource Ids - Azure resource ids of Arc machines to be part of cluster.
- Cluster
Name string - The name of the cluster.
- Deployment
Configuration Pulumi.Azure Native. Azure Stack HCI. Inputs. Deployment Configuration - Scale units will contains list of deployment data
- Deployment
Mode string | Pulumi.Azure Native. Azure Stack HCI. Deployment Mode - The deployment mode for cluster deployment.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Deployment
Settings stringName - Name of Deployment Setting
- Arc
Node []stringResource Ids - Azure resource ids of Arc machines to be part of cluster.
- Cluster
Name string - The name of the cluster.
- Deployment
Configuration DeploymentConfiguration Args - Scale units will contains list of deployment data
- Deployment
Mode string | DeploymentMode - The deployment mode for cluster deployment.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Deployment
Settings stringName - Name of Deployment Setting
- arc
Node List<String>Resource Ids - Azure resource ids of Arc machines to be part of cluster.
- cluster
Name String - The name of the cluster.
- deployment
Configuration DeploymentConfiguration - Scale units will contains list of deployment data
- deployment
Mode String | DeploymentMode - The deployment mode for cluster deployment.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- deployment
Settings StringName - Name of Deployment Setting
- arc
Node string[]Resource Ids - Azure resource ids of Arc machines to be part of cluster.
- cluster
Name string - The name of the cluster.
- deployment
Configuration DeploymentConfiguration - Scale units will contains list of deployment data
- deployment
Mode string | DeploymentMode - The deployment mode for cluster deployment.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- deployment
Settings stringName - Name of Deployment Setting
- arc_
node_ Sequence[str]resource_ ids - Azure resource ids of Arc machines to be part of cluster.
- cluster_
name str - The name of the cluster.
- deployment_
configuration DeploymentConfiguration Args - Scale units will contains list of deployment data
- deployment_
mode str | DeploymentMode - The deployment mode for cluster deployment.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- deployment_
settings_ strname - Name of Deployment Setting
- arc
Node List<String>Resource Ids - Azure resource ids of Arc machines to be part of cluster.
- cluster
Name String - The name of the cluster.
- deployment
Configuration Property Map - Scale units will contains list of deployment data
- deployment
Mode String | "Validate" | "Deploy" - The deployment mode for cluster deployment.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- deployment
Settings StringName - Name of Deployment Setting
Outputs
All input properties are implicitly available as output properties. Additionally, the DeploymentSetting resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - DeploymentSetting provisioning state
- Reported
Properties Pulumi.Azure Native. Azure Stack HCI. Outputs. Reported Properties Response - Deployment Status reported from cluster.
- System
Data Pulumi.Azure Native. Azure Stack HCI. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - DeploymentSetting provisioning state
- Reported
Properties ReportedProperties Response - Deployment Status reported from cluster.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - DeploymentSetting provisioning state
- reported
Properties ReportedProperties Response - Deployment Status reported from cluster.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- provisioning
State string - DeploymentSetting provisioning state
- reported
Properties ReportedProperties Response - Deployment Status reported from cluster.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- provisioning_
state str - DeploymentSetting provisioning state
- reported_
properties ReportedProperties Response - Deployment Status reported from cluster.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - DeploymentSetting provisioning state
- reported
Properties Property Map - Deployment Status reported from cluster.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AdapterPropertyOverrides, AdapterPropertyOverridesArgs
- Jumbo
Packet string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct stringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- Jumbo
Packet string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct stringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo
Packet String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct StringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo
Packet string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct stringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo_
packet str - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network_
direct str - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network_
direct_ strtechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo
Packet String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct StringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
AdapterPropertyOverridesResponse, AdapterPropertyOverridesResponseArgs
- Jumbo
Packet string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct stringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- Jumbo
Packet string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Network
Direct stringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo
Packet String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct StringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo
Packet string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct string - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct stringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo_
packet str - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network_
direct str - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network_
direct_ strtechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
- jumbo
Packet String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct String - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- network
Direct StringTechnology - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'
Cluster, ClusterArgs
- Azure
Service stringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- Cloud
Account stringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- Name string
- The cluster name provided when preparing Active Directory.
- Witness
Path string - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- Witness
Type string - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- Azure
Service stringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- Cloud
Account stringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- Name string
- The cluster name provided when preparing Active Directory.
- Witness
Path string - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- Witness
Type string - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure
Service StringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud
Account StringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name String
- The cluster name provided when preparing Active Directory.
- witness
Path String - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness
Type String - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure
Service stringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud
Account stringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name string
- The cluster name provided when preparing Active Directory.
- witness
Path string - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness
Type string - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure_
service_ strendpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud_
account_ strname - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name str
- The cluster name provided when preparing Active Directory.
- witness_
path str - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness_
type str - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure
Service StringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud
Account StringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name String
- The cluster name provided when preparing Active Directory.
- witness
Path String - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness
Type String - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
ClusterResponse, ClusterResponseArgs
- Azure
Service stringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- Cloud
Account stringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- Name string
- The cluster name provided when preparing Active Directory.
- Witness
Path string - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- Witness
Type string - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- Azure
Service stringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- Cloud
Account stringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- Name string
- The cluster name provided when preparing Active Directory.
- Witness
Path string - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- Witness
Type string - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure
Service StringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud
Account StringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name String
- The cluster name provided when preparing Active Directory.
- witness
Path String - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness
Type String - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure
Service stringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud
Account stringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name string
- The cluster name provided when preparing Active Directory.
- witness
Path string - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness
Type string - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure_
service_ strendpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud_
account_ strname - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name str
- The cluster name provided when preparing Active Directory.
- witness_
path str - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness_
type str - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
- azure
Service StringEndpoint - For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.
- cloud
Account StringName - Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- name String
- The cluster name provided when preparing Active Directory.
- witness
Path String - Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- witness
Type String - Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.
DeploymentConfiguration, DeploymentConfigurationArgs
- Scale
Units List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Scale Units> - Scale units will contains list of deployment data
- Version string
- deployment template version
- Scale
Units []ScaleUnits - Scale units will contains list of deployment data
- Version string
- deployment template version
- scale
Units List<ScaleUnits> - Scale units will contains list of deployment data
- version String
- deployment template version
- scale
Units ScaleUnits[] - Scale units will contains list of deployment data
- version string
- deployment template version
- scale_
units Sequence[ScaleUnits] - Scale units will contains list of deployment data
- version str
- deployment template version
- scale
Units List<Property Map> - Scale units will contains list of deployment data
- version String
- deployment template version
DeploymentConfigurationResponse, DeploymentConfigurationResponseArgs
- Scale
Units List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Scale Units Response> - Scale units will contains list of deployment data
- Version string
- deployment template version
- Scale
Units []ScaleUnits Response - Scale units will contains list of deployment data
- Version string
- deployment template version
- scale
Units List<ScaleUnits Response> - Scale units will contains list of deployment data
- version String
- deployment template version
- scale
Units ScaleUnits Response[] - Scale units will contains list of deployment data
- version string
- deployment template version
- scale_
units Sequence[ScaleUnits Response] - Scale units will contains list of deployment data
- version str
- deployment template version
- scale
Units List<Property Map> - Scale units will contains list of deployment data
- version String
- deployment template version
DeploymentData, DeploymentDataArgs
- Adou
Path string - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- Cluster
Pulumi.
Azure Native. Azure Stack HCI. Inputs. Cluster - Observability config to deploy AzureStackHCI Cluster.
- Domain
Fqdn string - FQDN to deploy cluster
- Host
Network Pulumi.Azure Native. Azure Stack HCI. Inputs. Host Network - HostNetwork config to deploy AzureStackHCI Cluster.
- Infrastructure
Network List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Infrastructure Network> - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- Naming
Prefix string - naming prefix to deploy cluster.
- Observability
Pulumi.
Azure Native. Azure Stack HCI. Inputs. Observability - Observability config to deploy AzureStackHCI Cluster.
- Optional
Services Pulumi.Azure Native. Azure Stack HCI. Inputs. Optional Services - OptionalServices config to deploy AzureStackHCI Cluster.
- Physical
Nodes List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Physical Nodes> - list of physical nodes config to deploy AzureStackHCI Cluster.
- Secrets
Location string - The URI to the keyvault / secret store.
- Security
Settings Pulumi.Azure Native. Azure Stack HCI. Inputs. Security Settings - SecuritySettings to deploy AzureStackHCI Cluster.
- Storage
Pulumi.
Azure Native. Azure Stack HCI. Inputs. Storage - Storage config to deploy AzureStackHCI Cluster.
- Adou
Path string - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- Cluster
Cluster
Type - Observability config to deploy AzureStackHCI Cluster.
- Domain
Fqdn string - FQDN to deploy cluster
- Host
Network HostNetwork - HostNetwork config to deploy AzureStackHCI Cluster.
- Infrastructure
Network []InfrastructureNetwork - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- Naming
Prefix string - naming prefix to deploy cluster.
- Observability Observability
- Observability config to deploy AzureStackHCI Cluster.
- Optional
Services OptionalServices - OptionalServices config to deploy AzureStackHCI Cluster.
- Physical
Nodes []PhysicalNodes - list of physical nodes config to deploy AzureStackHCI Cluster.
- Secrets
Location string - The URI to the keyvault / secret store.
- Security
Settings SecuritySettings - SecuritySettings to deploy AzureStackHCI Cluster.
- Storage Storage
- Storage config to deploy AzureStackHCI Cluster.
- adou
Path String - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster Cluster
- Observability config to deploy AzureStackHCI Cluster.
- domain
Fqdn String - FQDN to deploy cluster
- host
Network HostNetwork - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure
Network List<InfrastructureNetwork> - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming
Prefix String - naming prefix to deploy cluster.
- observability Observability
- Observability config to deploy AzureStackHCI Cluster.
- optional
Services OptionalServices - OptionalServices config to deploy AzureStackHCI Cluster.
- physical
Nodes List<PhysicalNodes> - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets
Location String - The URI to the keyvault / secret store.
- security
Settings SecuritySettings - SecuritySettings to deploy AzureStackHCI Cluster.
- storage Storage
- Storage config to deploy AzureStackHCI Cluster.
- adou
Path string - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster Cluster
- Observability config to deploy AzureStackHCI Cluster.
- domain
Fqdn string - FQDN to deploy cluster
- host
Network HostNetwork - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure
Network InfrastructureNetwork[] - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming
Prefix string - naming prefix to deploy cluster.
- observability Observability
- Observability config to deploy AzureStackHCI Cluster.
- optional
Services OptionalServices - OptionalServices config to deploy AzureStackHCI Cluster.
- physical
Nodes PhysicalNodes[] - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets
Location string - The URI to the keyvault / secret store.
- security
Settings SecuritySettings - SecuritySettings to deploy AzureStackHCI Cluster.
- storage Storage
- Storage config to deploy AzureStackHCI Cluster.
- adou_
path str - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster Cluster
- Observability config to deploy AzureStackHCI Cluster.
- domain_
fqdn str - FQDN to deploy cluster
- host_
network HostNetwork - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure_
network Sequence[InfrastructureNetwork] - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming_
prefix str - naming prefix to deploy cluster.
- observability Observability
- Observability config to deploy AzureStackHCI Cluster.
- optional_
services OptionalServices - OptionalServices config to deploy AzureStackHCI Cluster.
- physical_
nodes Sequence[PhysicalNodes] - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets_
location str - The URI to the keyvault / secret store.
- security_
settings SecuritySettings - SecuritySettings to deploy AzureStackHCI Cluster.
- storage Storage
- Storage config to deploy AzureStackHCI Cluster.
- adou
Path String - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster Property Map
- Observability config to deploy AzureStackHCI Cluster.
- domain
Fqdn String - FQDN to deploy cluster
- host
Network Property Map - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure
Network List<Property Map> - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming
Prefix String - naming prefix to deploy cluster.
- observability Property Map
- Observability config to deploy AzureStackHCI Cluster.
- optional
Services Property Map - OptionalServices config to deploy AzureStackHCI Cluster.
- physical
Nodes List<Property Map> - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets
Location String - The URI to the keyvault / secret store.
- security
Settings Property Map - SecuritySettings to deploy AzureStackHCI Cluster.
- storage Property Map
- Storage config to deploy AzureStackHCI Cluster.
DeploymentDataResponse, DeploymentDataResponseArgs
- Adou
Path string - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- Cluster
Pulumi.
Azure Native. Azure Stack HCI. Inputs. Cluster Response - Observability config to deploy AzureStackHCI Cluster.
- Domain
Fqdn string - FQDN to deploy cluster
- Host
Network Pulumi.Azure Native. Azure Stack HCI. Inputs. Host Network Response - HostNetwork config to deploy AzureStackHCI Cluster.
- Infrastructure
Network List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Infrastructure Network Response> - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- Naming
Prefix string - naming prefix to deploy cluster.
- Observability
Pulumi.
Azure Native. Azure Stack HCI. Inputs. Observability Response - Observability config to deploy AzureStackHCI Cluster.
- Optional
Services Pulumi.Azure Native. Azure Stack HCI. Inputs. Optional Services Response - OptionalServices config to deploy AzureStackHCI Cluster.
- Physical
Nodes List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Physical Nodes Response> - list of physical nodes config to deploy AzureStackHCI Cluster.
- Secrets
Location string - The URI to the keyvault / secret store.
- Security
Settings Pulumi.Azure Native. Azure Stack HCI. Inputs. Security Settings Response - SecuritySettings to deploy AzureStackHCI Cluster.
- Storage
Pulumi.
Azure Native. Azure Stack HCI. Inputs. Storage Response - Storage config to deploy AzureStackHCI Cluster.
- Adou
Path string - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- Cluster
Cluster
Response - Observability config to deploy AzureStackHCI Cluster.
- Domain
Fqdn string - FQDN to deploy cluster
- Host
Network HostNetwork Response - HostNetwork config to deploy AzureStackHCI Cluster.
- Infrastructure
Network []InfrastructureNetwork Response - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- Naming
Prefix string - naming prefix to deploy cluster.
- Observability
Observability
Response - Observability config to deploy AzureStackHCI Cluster.
- Optional
Services OptionalServices Response - OptionalServices config to deploy AzureStackHCI Cluster.
- Physical
Nodes []PhysicalNodes Response - list of physical nodes config to deploy AzureStackHCI Cluster.
- Secrets
Location string - The URI to the keyvault / secret store.
- Security
Settings SecuritySettings Response - SecuritySettings to deploy AzureStackHCI Cluster.
- Storage
Storage
Response - Storage config to deploy AzureStackHCI Cluster.
- adou
Path String - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster
Cluster
Response - Observability config to deploy AzureStackHCI Cluster.
- domain
Fqdn String - FQDN to deploy cluster
- host
Network HostNetwork Response - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure
Network List<InfrastructureNetwork Response> - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming
Prefix String - naming prefix to deploy cluster.
- observability
Observability
Response - Observability config to deploy AzureStackHCI Cluster.
- optional
Services OptionalServices Response - OptionalServices config to deploy AzureStackHCI Cluster.
- physical
Nodes List<PhysicalNodes Response> - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets
Location String - The URI to the keyvault / secret store.
- security
Settings SecuritySettings Response - SecuritySettings to deploy AzureStackHCI Cluster.
- storage
Storage
Response - Storage config to deploy AzureStackHCI Cluster.
- adou
Path string - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster
Cluster
Response - Observability config to deploy AzureStackHCI Cluster.
- domain
Fqdn string - FQDN to deploy cluster
- host
Network HostNetwork Response - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure
Network InfrastructureNetwork Response[] - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming
Prefix string - naming prefix to deploy cluster.
- observability
Observability
Response - Observability config to deploy AzureStackHCI Cluster.
- optional
Services OptionalServices Response - OptionalServices config to deploy AzureStackHCI Cluster.
- physical
Nodes PhysicalNodes Response[] - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets
Location string - The URI to the keyvault / secret store.
- security
Settings SecuritySettings Response - SecuritySettings to deploy AzureStackHCI Cluster.
- storage
Storage
Response - Storage config to deploy AzureStackHCI Cluster.
- adou_
path str - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster
Cluster
Response - Observability config to deploy AzureStackHCI Cluster.
- domain_
fqdn str - FQDN to deploy cluster
- host_
network HostNetwork Response - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure_
network Sequence[InfrastructureNetwork Response] - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming_
prefix str - naming prefix to deploy cluster.
- observability
Observability
Response - Observability config to deploy AzureStackHCI Cluster.
- optional_
services OptionalServices Response - OptionalServices config to deploy AzureStackHCI Cluster.
- physical_
nodes Sequence[PhysicalNodes Response] - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets_
location str - The URI to the keyvault / secret store.
- security_
settings SecuritySettings Response - SecuritySettings to deploy AzureStackHCI Cluster.
- storage
Storage
Response - Storage config to deploy AzureStackHCI Cluster.
- adou
Path String - The path to the Active Directory Organizational Unit container object prepared for the deployment.
- cluster Property Map
- Observability config to deploy AzureStackHCI Cluster.
- domain
Fqdn String - FQDN to deploy cluster
- host
Network Property Map - HostNetwork config to deploy AzureStackHCI Cluster.
- infrastructure
Network List<Property Map> - InfrastructureNetwork config to deploy AzureStackHCI Cluster.
- naming
Prefix String - naming prefix to deploy cluster.
- observability Property Map
- Observability config to deploy AzureStackHCI Cluster.
- optional
Services Property Map - OptionalServices config to deploy AzureStackHCI Cluster.
- physical
Nodes List<Property Map> - list of physical nodes config to deploy AzureStackHCI Cluster.
- secrets
Location String - The URI to the keyvault / secret store.
- security
Settings Property Map - SecuritySettings to deploy AzureStackHCI Cluster.
- storage Property Map
- Storage config to deploy AzureStackHCI Cluster.
DeploymentMode, DeploymentModeArgs
- Validate
- ValidateValidate deployment settings for cluster.
- Deploy
- DeployDeploy cluster using deployment settings.
- Deployment
Mode Validate - ValidateValidate deployment settings for cluster.
- Deployment
Mode Deploy - DeployDeploy cluster using deployment settings.
- Validate
- ValidateValidate deployment settings for cluster.
- Deploy
- DeployDeploy cluster using deployment settings.
- Validate
- ValidateValidate deployment settings for cluster.
- Deploy
- DeployDeploy cluster using deployment settings.
- VALIDATE
- ValidateValidate deployment settings for cluster.
- DEPLOY
- DeployDeploy cluster using deployment settings.
- "Validate"
- ValidateValidate deployment settings for cluster.
- "Deploy"
- DeployDeploy cluster using deployment settings.
DeploymentStatusResponse, DeploymentStatusResponseArgs
- Status string
- Status of AzureStackHCI Cluster Deployment.
- Steps
List<Pulumi.
Azure Native. Azure Stack HCI. Inputs. Step Response> - List of steps of AzureStackHCI Cluster Deployment.
- Status string
- Status of AzureStackHCI Cluster Deployment.
- Steps
[]Step
Response - List of steps of AzureStackHCI Cluster Deployment.
- status String
- Status of AzureStackHCI Cluster Deployment.
- steps
List<Step
Response> - List of steps of AzureStackHCI Cluster Deployment.
- status string
- Status of AzureStackHCI Cluster Deployment.
- steps
Step
Response[] - List of steps of AzureStackHCI Cluster Deployment.
- status str
- Status of AzureStackHCI Cluster Deployment.
- steps
Sequence[Step
Response] - List of steps of AzureStackHCI Cluster Deployment.
- status String
- Status of AzureStackHCI Cluster Deployment.
- steps List<Property Map>
- List of steps of AzureStackHCI Cluster Deployment.
HostNetwork, HostNetworkArgs
- Enable
Storage boolAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- Intents
List<Pulumi.
Azure Native. Azure Stack HCI. Inputs. Intents> - The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- Storage
Connectivity boolSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- Storage
Networks List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Storage Networks> - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- Enable
Storage boolAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- Intents []Intents
- The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- Storage
Connectivity boolSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- Storage
Networks []StorageNetworks - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable
Storage BooleanAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents List<Intents>
- The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage
Connectivity BooleanSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage
Networks List<StorageNetworks> - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable
Storage booleanAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents Intents[]
- The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage
Connectivity booleanSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage
Networks StorageNetworks[] - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable_
storage_ boolauto_ ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents Sequence[Intents]
- The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage_
connectivity_ boolswitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage_
networks Sequence[StorageNetworks] - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable
Storage BooleanAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents List<Property Map>
- The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage
Connectivity BooleanSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage
Networks List<Property Map> - List of StorageNetworks config to deploy AzureStackHCI Cluster.
HostNetworkResponse, HostNetworkResponseArgs
- Enable
Storage boolAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- Intents
List<Pulumi.
Azure Native. Azure Stack HCI. Inputs. Intents Response> - The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- Storage
Connectivity boolSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- Storage
Networks List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Storage Networks Response> - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- Enable
Storage boolAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- Intents
[]Intents
Response - The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- Storage
Connectivity boolSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- Storage
Networks []StorageNetworks Response - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable
Storage BooleanAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents
List<Intents
Response> - The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage
Connectivity BooleanSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage
Networks List<StorageNetworks Response> - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable
Storage booleanAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents
Intents
Response[] - The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage
Connectivity booleanSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage
Networks StorageNetworks Response[] - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable_
storage_ boolauto_ ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents
Sequence[Intents
Response] - The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage_
connectivity_ boolswitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage_
networks Sequence[StorageNetworks Response] - List of StorageNetworks config to deploy AzureStackHCI Cluster.
- enable
Storage BooleanAuto Ip - Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.
- intents List<Property Map>
- The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.
- storage
Connectivity BooleanSwitchless - Defines how the storage adapters between nodes are connected either switch or switch less..
- storage
Networks List<Property Map> - List of StorageNetworks config to deploy AzureStackHCI Cluster.
InfrastructureNetwork, InfrastructureNetworkArgs
- Dns
Servers List<string> - IPv4 address of the DNS servers in your environment.
- Gateway string
- Default gateway that should be used for the provided IP address space.
- Ip
Pools List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Ip Pools> - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- Subnet
Mask string - Subnet mask that matches the provided IP address space.
- Use
Dhcp bool - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- Dns
Servers []string - IPv4 address of the DNS servers in your environment.
- Gateway string
- Default gateway that should be used for the provided IP address space.
- Ip
Pools []IpPools - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- Subnet
Mask string - Subnet mask that matches the provided IP address space.
- Use
Dhcp bool - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns
Servers List<String> - IPv4 address of the DNS servers in your environment.
- gateway String
- Default gateway that should be used for the provided IP address space.
- ip
Pools List<IpPools> - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet
Mask String - Subnet mask that matches the provided IP address space.
- use
Dhcp Boolean - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns
Servers string[] - IPv4 address of the DNS servers in your environment.
- gateway string
- Default gateway that should be used for the provided IP address space.
- ip
Pools IpPools[] - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet
Mask string - Subnet mask that matches the provided IP address space.
- use
Dhcp boolean - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns_
servers Sequence[str] - IPv4 address of the DNS servers in your environment.
- gateway str
- Default gateway that should be used for the provided IP address space.
- ip_
pools Sequence[IpPools] - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet_
mask str - Subnet mask that matches the provided IP address space.
- use_
dhcp bool - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns
Servers List<String> - IPv4 address of the DNS servers in your environment.
- gateway String
- Default gateway that should be used for the provided IP address space.
- ip
Pools List<Property Map> - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet
Mask String - Subnet mask that matches the provided IP address space.
- use
Dhcp Boolean - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
InfrastructureNetworkResponse, InfrastructureNetworkResponseArgs
- Dns
Servers List<string> - IPv4 address of the DNS servers in your environment.
- Gateway string
- Default gateway that should be used for the provided IP address space.
- Ip
Pools List<Pulumi.Azure Native. Azure Stack HCI. Inputs. Ip Pools Response> - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- Subnet
Mask string - Subnet mask that matches the provided IP address space.
- Use
Dhcp bool - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- Dns
Servers []string - IPv4 address of the DNS servers in your environment.
- Gateway string
- Default gateway that should be used for the provided IP address space.
- Ip
Pools []IpPools Response - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- Subnet
Mask string - Subnet mask that matches the provided IP address space.
- Use
Dhcp bool - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns
Servers List<String> - IPv4 address of the DNS servers in your environment.
- gateway String
- Default gateway that should be used for the provided IP address space.
- ip
Pools List<IpPools Response> - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet
Mask String - Subnet mask that matches the provided IP address space.
- use
Dhcp Boolean - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns
Servers string[] - IPv4 address of the DNS servers in your environment.
- gateway string
- Default gateway that should be used for the provided IP address space.
- ip
Pools IpPools Response[] - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet
Mask string - Subnet mask that matches the provided IP address space.
- use
Dhcp boolean - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns_
servers Sequence[str] - IPv4 address of the DNS servers in your environment.
- gateway str
- Default gateway that should be used for the provided IP address space.
- ip_
pools Sequence[IpPools Response] - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet_
mask str - Subnet mask that matches the provided IP address space.
- use_
dhcp bool - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
- dns
Servers List<String> - IPv4 address of the DNS servers in your environment.
- gateway String
- Default gateway that should be used for the provided IP address space.
- ip
Pools List<Property Map> - Range of IP addresses from which addresses are allocated for nodes within a subnet.
- subnet
Mask String - Subnet mask that matches the provided IP address space.
- use
Dhcp Boolean - Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required
Intents, IntentsArgs
- Adapter List<string>
- Array of network interfaces used for the network intent.
- Adapter
Property Pulumi.Overrides Azure Native. Azure Stack HCI. Inputs. Adapter Property Overrides - Set Adapter PropertyOverrides for cluster.
- Name string
- Name of the network intent you wish to create.
- Override
Adapter boolProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Qos boolPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Virtual boolSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Qos
Policy Pulumi.Overrides Azure Native. Azure Stack HCI. Inputs. Qos Policy Overrides - Set QoS PolicyOverrides for cluster.
- Traffic
Type List<string> - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- Virtual
Switch Pulumi.Configuration Overrides Azure Native. Azure Stack HCI. Inputs. Virtual Switch Configuration Overrides - Set virtualSwitch ConfigurationOverrides for cluster.
- Adapter []string
- Array of network interfaces used for the network intent.
- Adapter
Property AdapterOverrides Property Overrides - Set Adapter PropertyOverrides for cluster.
- Name string
- Name of the network intent you wish to create.
- Override
Adapter boolProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Qos boolPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Virtual boolSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Qos
Policy QosOverrides Policy Overrides - Set QoS PolicyOverrides for cluster.
- Traffic
Type []string - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- Virtual
Switch VirtualConfiguration Overrides Switch Configuration Overrides - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter List<String>
- Array of network interfaces used for the network intent.
- adapter
Property AdapterOverrides Property Overrides - Set Adapter PropertyOverrides for cluster.
- name String
- Name of the network intent you wish to create.
- override
Adapter BooleanProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Qos BooleanPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Virtual BooleanSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos
Policy QosOverrides Policy Overrides - Set QoS PolicyOverrides for cluster.
- traffic
Type List<String> - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual
Switch VirtualConfiguration Overrides Switch Configuration Overrides - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter string[]
- Array of network interfaces used for the network intent.
- adapter
Property AdapterOverrides Property Overrides - Set Adapter PropertyOverrides for cluster.
- name string
- Name of the network intent you wish to create.
- override
Adapter booleanProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Qos booleanPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Virtual booleanSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos
Policy QosOverrides Policy Overrides - Set QoS PolicyOverrides for cluster.
- traffic
Type string[] - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual
Switch VirtualConfiguration Overrides Switch Configuration Overrides - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter Sequence[str]
- Array of network interfaces used for the network intent.
- adapter_
property_ Adapteroverrides Property Overrides - Set Adapter PropertyOverrides for cluster.
- name str
- Name of the network intent you wish to create.
- override_
adapter_ boolproperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override_
qos_ boolpolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override_
virtual_ boolswitch_ configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos_
policy_ Qosoverrides Policy Overrides - Set QoS PolicyOverrides for cluster.
- traffic_
type Sequence[str] - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual_
switch_ Virtualconfiguration_ overrides Switch Configuration Overrides - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter List<String>
- Array of network interfaces used for the network intent.
- adapter
Property Property MapOverrides - Set Adapter PropertyOverrides for cluster.
- name String
- Name of the network intent you wish to create.
- override
Adapter BooleanProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Qos BooleanPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Virtual BooleanSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos
Policy Property MapOverrides - Set QoS PolicyOverrides for cluster.
- traffic
Type List<String> - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual
Switch Property MapConfiguration Overrides - Set virtualSwitch ConfigurationOverrides for cluster.
IntentsResponse, IntentsResponseArgs
- Adapter List<string>
- Array of network interfaces used for the network intent.
- Adapter
Property Pulumi.Overrides Azure Native. Azure Stack HCI. Inputs. Adapter Property Overrides Response - Set Adapter PropertyOverrides for cluster.
- Name string
- Name of the network intent you wish to create.
- Override
Adapter boolProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Qos boolPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Virtual boolSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Qos
Policy Pulumi.Overrides Azure Native. Azure Stack HCI. Inputs. Qos Policy Overrides Response - Set QoS PolicyOverrides for cluster.
- Traffic
Type List<string> - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- Virtual
Switch Pulumi.Configuration Overrides Azure Native. Azure Stack HCI. Inputs. Virtual Switch Configuration Overrides Response - Set virtualSwitch ConfigurationOverrides for cluster.
- Adapter []string
- Array of network interfaces used for the network intent.
- Adapter
Property AdapterOverrides Property Overrides Response - Set Adapter PropertyOverrides for cluster.
- Name string
- Name of the network intent you wish to create.
- Override
Adapter boolProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Qos boolPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Override
Virtual boolSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Qos
Policy QosOverrides Policy Overrides Response - Set QoS PolicyOverrides for cluster.
- Traffic
Type []string - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- Virtual
Switch VirtualConfiguration Overrides Switch Configuration Overrides Response - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter List<String>
- Array of network interfaces used for the network intent.
- adapter
Property AdapterOverrides Property Overrides Response - Set Adapter PropertyOverrides for cluster.
- name String
- Name of the network intent you wish to create.
- override
Adapter BooleanProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Qos BooleanPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Virtual BooleanSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos
Policy QosOverrides Policy Overrides Response - Set QoS PolicyOverrides for cluster.
- traffic
Type List<String> - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual
Switch VirtualConfiguration Overrides Switch Configuration Overrides Response - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter string[]
- Array of network interfaces used for the network intent.
- adapter
Property AdapterOverrides Property Overrides Response - Set Adapter PropertyOverrides for cluster.
- name string
- Name of the network intent you wish to create.
- override
Adapter booleanProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Qos booleanPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Virtual booleanSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos
Policy QosOverrides Policy Overrides Response - Set QoS PolicyOverrides for cluster.
- traffic
Type string[] - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual
Switch VirtualConfiguration Overrides Switch Configuration Overrides Response - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter Sequence[str]
- Array of network interfaces used for the network intent.
- adapter_
property_ Adapteroverrides Property Overrides Response - Set Adapter PropertyOverrides for cluster.
- name str
- Name of the network intent you wish to create.
- override_
adapter_ boolproperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override_
qos_ boolpolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override_
virtual_ boolswitch_ configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos_
policy_ Qosoverrides Policy Overrides Response - Set QoS PolicyOverrides for cluster.
- traffic_
type Sequence[str] - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual_
switch_ Virtualconfiguration_ overrides Switch Configuration Overrides Response - Set virtualSwitch ConfigurationOverrides for cluster.
- adapter List<String>
- Array of network interfaces used for the network intent.
- adapter
Property Property MapOverrides - Set Adapter PropertyOverrides for cluster.
- name String
- Name of the network intent you wish to create.
- override
Adapter BooleanProperty - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Qos BooleanPolicy - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- override
Virtual BooleanSwitch Configuration - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- qos
Policy Property MapOverrides - Set QoS PolicyOverrides for cluster.
- traffic
Type List<String> - List of network traffic types. Only allowed values are 'Compute', 'Storage', 'Management'.
- virtual
Switch Property MapConfiguration Overrides - Set virtualSwitch ConfigurationOverrides for cluster.
IpPools, IpPoolsArgs
- Ending
Address string - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- Starting
Address string - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- Ending
Address string - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- Starting
Address string - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending
Address String - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting
Address String - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending
Address string - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting
Address string - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending_
address str - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting_
address str - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending
Address String - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting
Address String - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
IpPoolsResponse, IpPoolsResponseArgs
- Ending
Address string - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- Starting
Address string - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- Ending
Address string - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- Starting
Address string - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending
Address String - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting
Address String - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending
Address string - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting
Address string - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending_
address str - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting_
address str - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- ending
Address String - Ending IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
- starting
Address String - Starting IP address for the management network. A minimum of six free, contiguous IPv4 addresses (excluding your host IPs) are needed for infrastructure services such as clustering.
Observability, ObservabilityArgs
- Episodic
Data boolUpload - When set to true, collects log data to facilitate quicker issue resolution.
- Eu
Location bool - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- Streaming
Data boolClient - Enables telemetry data to be sent to Microsoft
- Episodic
Data boolUpload - When set to true, collects log data to facilitate quicker issue resolution.
- Eu
Location bool - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- Streaming
Data boolClient - Enables telemetry data to be sent to Microsoft
- episodic
Data BooleanUpload - When set to true, collects log data to facilitate quicker issue resolution.
- eu
Location Boolean - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming
Data BooleanClient - Enables telemetry data to be sent to Microsoft
- episodic
Data booleanUpload - When set to true, collects log data to facilitate quicker issue resolution.
- eu
Location boolean - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming
Data booleanClient - Enables telemetry data to be sent to Microsoft
- episodic_
data_ boolupload - When set to true, collects log data to facilitate quicker issue resolution.
- eu_
location bool - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming_
data_ boolclient - Enables telemetry data to be sent to Microsoft
- episodic
Data BooleanUpload - When set to true, collects log data to facilitate quicker issue resolution.
- eu
Location Boolean - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming
Data BooleanClient - Enables telemetry data to be sent to Microsoft
ObservabilityResponse, ObservabilityResponseArgs
- Episodic
Data boolUpload - When set to true, collects log data to facilitate quicker issue resolution.
- Eu
Location bool - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- Streaming
Data boolClient - Enables telemetry data to be sent to Microsoft
- Episodic
Data boolUpload - When set to true, collects log data to facilitate quicker issue resolution.
- Eu
Location bool - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- Streaming
Data boolClient - Enables telemetry data to be sent to Microsoft
- episodic
Data BooleanUpload - When set to true, collects log data to facilitate quicker issue resolution.
- eu
Location Boolean - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming
Data BooleanClient - Enables telemetry data to be sent to Microsoft
- episodic
Data booleanUpload - When set to true, collects log data to facilitate quicker issue resolution.
- eu
Location boolean - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming
Data booleanClient - Enables telemetry data to be sent to Microsoft
- episodic_
data_ boolupload - When set to true, collects log data to facilitate quicker issue resolution.
- eu_
location bool - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming_
data_ boolclient - Enables telemetry data to be sent to Microsoft
- episodic
Data BooleanUpload - When set to true, collects log data to facilitate quicker issue resolution.
- eu
Location Boolean - Location of your cluster. The log and diagnostic data is sent to the appropriate diagnostics servers depending upon where your cluster resides. Setting this to false results in all data sent to Microsoft to be stored outside of the EU.
- streaming
Data BooleanClient - Enables telemetry data to be sent to Microsoft
OptionalServices, OptionalServicesArgs
- Custom
Location string - The name of custom location.
- Custom
Location string - The name of custom location.
- custom
Location String - The name of custom location.
- custom
Location string - The name of custom location.
- custom_
location str - The name of custom location.
- custom
Location String - The name of custom location.
OptionalServicesResponse, OptionalServicesResponseArgs
- Custom
Location string - The name of custom location.
- Custom
Location string - The name of custom location.
- custom
Location String - The name of custom location.
- custom
Location string - The name of custom location.
- custom_
location str - The name of custom location.
- custom
Location String - The name of custom location.
PhysicalNodes, PhysicalNodesArgs
- Ipv4Address string
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- Name string
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- Ipv4Address string
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- Name string
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4Address String
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name String
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4Address string
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name string
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4_
address str - The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name str
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4Address String
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name String
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
PhysicalNodesResponse, PhysicalNodesResponseArgs
- Ipv4Address string
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- Name string
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- Ipv4Address string
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- Name string
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4Address String
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name String
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4Address string
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name string
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4_
address str - The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name str
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
- ipv4Address String
- The IPv4 address assigned to each physical server on your Azure Stack HCI cluster.
- name String
- NETBIOS name of each physical server on your Azure Stack HCI cluster.
QosPolicyOverrides, QosPolicyOverridesArgs
- Bandwidth
Percentage stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Bandwidth
Percentage stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth
Percentage StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth
Percentage stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action stringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth_
percentage_ strsmb - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority_
value8021_ straction_ cluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority_
value8021_ straction_ smb - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth
Percentage StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
QosPolicyOverridesResponse, QosPolicyOverridesResponseArgs
- Bandwidth
Percentage stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Bandwidth
Percentage stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- Priority
Value8021Action stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth
Percentage StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth
Percentage stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action stringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action stringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth_
percentage_ strsmb - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority_
value8021_ straction_ cluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority_
value8021_ straction_ smb - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- bandwidth
Percentage StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringCluster - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
- priority
Value8021Action StringSMB - This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.
ReportedPropertiesResponse, ReportedPropertiesResponseArgs
- Deployment
Status Pulumi.Azure Native. Azure Stack HCI. Inputs. Deployment Status Response - Deployment status of AzureStackHCI Cluster Deployment.
- Validation
Status Pulumi.Azure Native. Azure Stack HCI. Inputs. Validation Status Response - validation status of AzureStackHCI Cluster Deployment.
- Deployment
Status DeploymentStatus Response - Deployment status of AzureStackHCI Cluster Deployment.
- Validation
Status ValidationStatus Response - validation status of AzureStackHCI Cluster Deployment.
- deployment
Status DeploymentStatus Response - Deployment status of AzureStackHCI Cluster Deployment.
- validation
Status ValidationStatus Response - validation status of AzureStackHCI Cluster Deployment.
- deployment
Status DeploymentStatus Response - Deployment status of AzureStackHCI Cluster Deployment.
- validation
Status ValidationStatus Response - validation status of AzureStackHCI Cluster Deployment.
- deployment_
status DeploymentStatus Response - Deployment status of AzureStackHCI Cluster Deployment.
- validation_
status ValidationStatus Response - validation status of AzureStackHCI Cluster Deployment.
- deployment
Status Property Map - Deployment status of AzureStackHCI Cluster Deployment.
- validation
Status Property Map - validation status of AzureStackHCI Cluster Deployment.
ScaleUnits, ScaleUnitsArgs
- Deployment
Data Pulumi.Azure Native. Azure Stack HCI. Inputs. Deployment Data - Deployment Data to deploy AzureStackHCI Cluster.
- Deployment
Data DeploymentData - Deployment Data to deploy AzureStackHCI Cluster.
- deployment
Data DeploymentData - Deployment Data to deploy AzureStackHCI Cluster.
- deployment
Data DeploymentData - Deployment Data to deploy AzureStackHCI Cluster.
- deployment_
data DeploymentData - Deployment Data to deploy AzureStackHCI Cluster.
- deployment
Data Property Map - Deployment Data to deploy AzureStackHCI Cluster.
ScaleUnitsResponse, ScaleUnitsResponseArgs
- Deployment
Data Pulumi.Azure Native. Azure Stack HCI. Inputs. Deployment Data Response - Deployment Data to deploy AzureStackHCI Cluster.
- Deployment
Data DeploymentData Response - Deployment Data to deploy AzureStackHCI Cluster.
- deployment
Data DeploymentData Response - Deployment Data to deploy AzureStackHCI Cluster.
- deployment
Data DeploymentData Response - Deployment Data to deploy AzureStackHCI Cluster.
- deployment_
data DeploymentData Response - Deployment Data to deploy AzureStackHCI Cluster.
- deployment
Data Property Map - Deployment Data to deploy AzureStackHCI Cluster.
SecuritySettings, SecuritySettingsArgs
- Bitlocker
Boot boolVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- Bitlocker
Data boolVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- Credential
Guard boolEnforced - When set to true, Credential Guard is enabled.
- Drift
Control boolEnforced - When set to true, the security baseline is re-applied regularly.
- Drtm
Protection bool - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- Hvci
Protection bool - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- Side
Channel boolMitigation Enforced - When set to true, all the side channel mitigations are enabled
- Smb
Cluster boolEncryption - When set to true, cluster east-west traffic is encrypted.
- Smb
Signing boolEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- Wdac
Enforced bool - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- Bitlocker
Boot boolVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- Bitlocker
Data boolVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- Credential
Guard boolEnforced - When set to true, Credential Guard is enabled.
- Drift
Control boolEnforced - When set to true, the security baseline is re-applied regularly.
- Drtm
Protection bool - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- Hvci
Protection bool - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- Side
Channel boolMitigation Enforced - When set to true, all the side channel mitigations are enabled
- Smb
Cluster boolEncryption - When set to true, cluster east-west traffic is encrypted.
- Smb
Signing boolEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- Wdac
Enforced bool - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker
Boot BooleanVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker
Data BooleanVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential
Guard BooleanEnforced - When set to true, Credential Guard is enabled.
- drift
Control BooleanEnforced - When set to true, the security baseline is re-applied regularly.
- drtm
Protection Boolean - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci
Protection Boolean - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side
Channel BooleanMitigation Enforced - When set to true, all the side channel mitigations are enabled
- smb
Cluster BooleanEncryption - When set to true, cluster east-west traffic is encrypted.
- smb
Signing BooleanEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac
Enforced Boolean - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker
Boot booleanVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker
Data booleanVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential
Guard booleanEnforced - When set to true, Credential Guard is enabled.
- drift
Control booleanEnforced - When set to true, the security baseline is re-applied regularly.
- drtm
Protection boolean - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci
Protection boolean - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side
Channel booleanMitigation Enforced - When set to true, all the side channel mitigations are enabled
- smb
Cluster booleanEncryption - When set to true, cluster east-west traffic is encrypted.
- smb
Signing booleanEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac
Enforced boolean - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker_
boot_ boolvolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker_
data_ boolvolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential_
guard_ boolenforced - When set to true, Credential Guard is enabled.
- drift_
control_ boolenforced - When set to true, the security baseline is re-applied regularly.
- drtm_
protection bool - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci_
protection bool - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side_
channel_ boolmitigation_ enforced - When set to true, all the side channel mitigations are enabled
- smb_
cluster_ boolencryption - When set to true, cluster east-west traffic is encrypted.
- smb_
signing_ boolenforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac_
enforced bool - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker
Boot BooleanVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker
Data BooleanVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential
Guard BooleanEnforced - When set to true, Credential Guard is enabled.
- drift
Control BooleanEnforced - When set to true, the security baseline is re-applied regularly.
- drtm
Protection Boolean - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci
Protection Boolean - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side
Channel BooleanMitigation Enforced - When set to true, all the side channel mitigations are enabled
- smb
Cluster BooleanEncryption - When set to true, cluster east-west traffic is encrypted.
- smb
Signing BooleanEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac
Enforced Boolean - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
SecuritySettingsResponse, SecuritySettingsResponseArgs
- Bitlocker
Boot boolVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- Bitlocker
Data boolVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- Credential
Guard boolEnforced - When set to true, Credential Guard is enabled.
- Drift
Control boolEnforced - When set to true, the security baseline is re-applied regularly.
- Drtm
Protection bool - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- Hvci
Protection bool - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- Side
Channel boolMitigation Enforced - When set to true, all the side channel mitigations are enabled
- Smb
Cluster boolEncryption - When set to true, cluster east-west traffic is encrypted.
- Smb
Signing boolEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- Wdac
Enforced bool - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- Bitlocker
Boot boolVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- Bitlocker
Data boolVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- Credential
Guard boolEnforced - When set to true, Credential Guard is enabled.
- Drift
Control boolEnforced - When set to true, the security baseline is re-applied regularly.
- Drtm
Protection bool - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- Hvci
Protection bool - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- Side
Channel boolMitigation Enforced - When set to true, all the side channel mitigations are enabled
- Smb
Cluster boolEncryption - When set to true, cluster east-west traffic is encrypted.
- Smb
Signing boolEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- Wdac
Enforced bool - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker
Boot BooleanVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker
Data BooleanVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential
Guard BooleanEnforced - When set to true, Credential Guard is enabled.
- drift
Control BooleanEnforced - When set to true, the security baseline is re-applied regularly.
- drtm
Protection Boolean - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci
Protection Boolean - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side
Channel BooleanMitigation Enforced - When set to true, all the side channel mitigations are enabled
- smb
Cluster BooleanEncryption - When set to true, cluster east-west traffic is encrypted.
- smb
Signing BooleanEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac
Enforced Boolean - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker
Boot booleanVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker
Data booleanVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential
Guard booleanEnforced - When set to true, Credential Guard is enabled.
- drift
Control booleanEnforced - When set to true, the security baseline is re-applied regularly.
- drtm
Protection boolean - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci
Protection boolean - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side
Channel booleanMitigation Enforced - When set to true, all the side channel mitigations are enabled
- smb
Cluster booleanEncryption - When set to true, cluster east-west traffic is encrypted.
- smb
Signing booleanEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac
Enforced boolean - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker_
boot_ boolvolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker_
data_ boolvolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential_
guard_ boolenforced - When set to true, Credential Guard is enabled.
- drift_
control_ boolenforced - When set to true, the security baseline is re-applied regularly.
- drtm_
protection bool - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci_
protection bool - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side_
channel_ boolmitigation_ enforced - When set to true, all the side channel mitigations are enabled
- smb_
cluster_ boolencryption - When set to true, cluster east-west traffic is encrypted.
- smb_
signing_ boolenforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac_
enforced bool - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
- bitlocker
Boot BooleanVolume - When set to true, BitLocker XTS_AES 256-bit encryption is enabled for all data-at-rest on the OS volume of your Azure Stack HCI cluster. This setting is TPM-hardware dependent.
- bitlocker
Data BooleanVolumes - When set to true, BitLocker XTS-AES 256-bit encryption is enabled for all data-at-rest on your Azure Stack HCI cluster shared volumes.
- credential
Guard BooleanEnforced - When set to true, Credential Guard is enabled.
- drift
Control BooleanEnforced - When set to true, the security baseline is re-applied regularly.
- drtm
Protection Boolean - By default, Secure Boot is enabled on your Azure HCI cluster. This setting is hardware dependent.
- hvci
Protection Boolean - By default, Hypervisor-protected Code Integrity is enabled on your Azure HCI cluster.
- side
Channel BooleanMitigation Enforced - When set to true, all the side channel mitigations are enabled
- smb
Cluster BooleanEncryption - When set to true, cluster east-west traffic is encrypted.
- smb
Signing BooleanEnforced - When set to true, the SMB default instance requires sign in for the client and server services.
- wdac
Enforced Boolean - WDAC is enabled by default and limits the applications and the code that you can run on your Azure Stack HCI cluster.
StepResponse, StepResponseArgs
- Description string
- More detailed description of the step.
- End
Time stringUtc - When the step reached a terminal state.
- Error
Message string - Error message, specified if the step is in a failed state.
- Exception List<string>
- List of exceptions in AzureStackHCI Cluster Deployment.
- Full
Step stringIndex - FullStepIndex of step.
- Last
Updated stringTime Utc - Completion time of this step or the last completed sub-step.
- Name string
- Name of the step.
- Start
Time stringUtc - When the step started, or empty if it has not started executing.
- Status string
- Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
- Steps
List<Pulumi.
Azure Native. Azure Stack HCI. Inputs. Step Response> - Recursive model for child steps of this step.
- Description string
- More detailed description of the step.
- End
Time stringUtc - When the step reached a terminal state.
- Error
Message string - Error message, specified if the step is in a failed state.
- Exception []string
- List of exceptions in AzureStackHCI Cluster Deployment.
- Full
Step stringIndex - FullStepIndex of step.
- Last
Updated stringTime Utc - Completion time of this step or the last completed sub-step.
- Name string
- Name of the step.
- Start
Time stringUtc - When the step started, or empty if it has not started executing.
- Status string
- Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
- Steps
[]Step
Response - Recursive model for child steps of this step.
- description String
- More detailed description of the step.
- end
Time StringUtc - When the step reached a terminal state.
- error
Message String - Error message, specified if the step is in a failed state.
- exception List<String>
- List of exceptions in AzureStackHCI Cluster Deployment.
- full
Step StringIndex - FullStepIndex of step.
- last
Updated StringTime Utc - Completion time of this step or the last completed sub-step.
- name String
- Name of the step.
- start
Time StringUtc - When the step started, or empty if it has not started executing.
- status String
- Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
- steps
List<Step
Response> - Recursive model for child steps of this step.
- description string
- More detailed description of the step.
- end
Time stringUtc - When the step reached a terminal state.
- error
Message string - Error message, specified if the step is in a failed state.
- exception string[]
- List of exceptions in AzureStackHCI Cluster Deployment.
- full
Step stringIndex - FullStepIndex of step.
- last
Updated stringTime Utc - Completion time of this step or the last completed sub-step.
- name string
- Name of the step.
- start
Time stringUtc - When the step started, or empty if it has not started executing.
- status string
- Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
- steps
Step
Response[] - Recursive model for child steps of this step.
- description str
- More detailed description of the step.
- end_
time_ strutc - When the step reached a terminal state.
- error_
message str - Error message, specified if the step is in a failed state.
- exception Sequence[str]
- List of exceptions in AzureStackHCI Cluster Deployment.
- full_
step_ strindex - FullStepIndex of step.
- last_
updated_ strtime_ utc - Completion time of this step or the last completed sub-step.
- name str
- Name of the step.
- start_
time_ strutc - When the step started, or empty if it has not started executing.
- status str
- Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
- steps
Sequence[Step
Response] - Recursive model for child steps of this step.
- description String
- More detailed description of the step.
- end
Time StringUtc - When the step reached a terminal state.
- error
Message String - Error message, specified if the step is in a failed state.
- exception List<String>
- List of exceptions in AzureStackHCI Cluster Deployment.
- full
Step StringIndex - FullStepIndex of step.
- last
Updated StringTime Utc - Completion time of this step or the last completed sub-step.
- name String
- Name of the step.
- start
Time StringUtc - When the step started, or empty if it has not started executing.
- status String
- Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
- steps List<Property Map>
- Recursive model for child steps of this step.
Storage, StorageArgs
- Configuration
Mode string - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- Configuration
Mode string - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration
Mode String - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration
Mode string - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration_
mode str - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration
Mode String - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
StorageNetworks, StorageNetworksArgs
- Name string
- Name of the storage network.
- Network
Adapter stringName - Name of the storage network adapter.
- Vlan
Id string - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- Name string
- Name of the storage network.
- Network
Adapter stringName - Name of the storage network adapter.
- Vlan
Id string - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name String
- Name of the storage network.
- network
Adapter StringName - Name of the storage network adapter.
- vlan
Id String - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name string
- Name of the storage network.
- network
Adapter stringName - Name of the storage network adapter.
- vlan
Id string - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name str
- Name of the storage network.
- network_
adapter_ strname - Name of the storage network adapter.
- vlan_
id str - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name String
- Name of the storage network.
- network
Adapter StringName - Name of the storage network adapter.
- vlan
Id String - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
StorageNetworksResponse, StorageNetworksResponseArgs
- Name string
- Name of the storage network.
- Network
Adapter stringName - Name of the storage network adapter.
- Vlan
Id string - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- Name string
- Name of the storage network.
- Network
Adapter stringName - Name of the storage network adapter.
- Vlan
Id string - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name String
- Name of the storage network.
- network
Adapter StringName - Name of the storage network adapter.
- vlan
Id String - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name string
- Name of the storage network.
- network
Adapter stringName - Name of the storage network adapter.
- vlan
Id string - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name str
- Name of the storage network.
- network_
adapter_ strname - Name of the storage network adapter.
- vlan_
id str - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
- name String
- Name of the storage network.
- network
Adapter StringName - Name of the storage network adapter.
- vlan
Id String - ID specified for the VLAN storage network. This setting is applied to the network interfaces that route the storage and VM migration traffic.
StorageResponse, StorageResponseArgs
- Configuration
Mode string - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- Configuration
Mode string - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration
Mode String - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration
Mode string - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration_
mode str - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
- configuration
Mode String - By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
ValidationStatusResponse, ValidationStatusResponseArgs
- Status string
- Status of AzureStackHCI Cluster Deployment.
- Steps
List<Pulumi.
Azure Native. Azure Stack HCI. Inputs. Step Response> - List of steps of AzureStackHCI Cluster Deployment.
- Status string
- Status of AzureStackHCI Cluster Deployment.
- Steps
[]Step
Response - List of steps of AzureStackHCI Cluster Deployment.
- status String
- Status of AzureStackHCI Cluster Deployment.
- steps
List<Step
Response> - List of steps of AzureStackHCI Cluster Deployment.
- status string
- Status of AzureStackHCI Cluster Deployment.
- steps
Step
Response[] - List of steps of AzureStackHCI Cluster Deployment.
- status str
- Status of AzureStackHCI Cluster Deployment.
- steps
Sequence[Step
Response] - List of steps of AzureStackHCI Cluster Deployment.
- status String
- Status of AzureStackHCI Cluster Deployment.
- steps List<Property Map>
- List of steps of AzureStackHCI Cluster Deployment.
VirtualSwitchConfigurationOverrides, VirtualSwitchConfigurationOverridesArgs
- Enable
Iov string - Enable IoV for Virtual Switch
- Load
Balancing stringAlgorithm - Load Balancing Algorithm for Virtual Switch
- Enable
Iov string - Enable IoV for Virtual Switch
- Load
Balancing stringAlgorithm - Load Balancing Algorithm for Virtual Switch
- enable
Iov String - Enable IoV for Virtual Switch
- load
Balancing StringAlgorithm - Load Balancing Algorithm for Virtual Switch
- enable
Iov string - Enable IoV for Virtual Switch
- load
Balancing stringAlgorithm - Load Balancing Algorithm for Virtual Switch
- enable_
iov str - Enable IoV for Virtual Switch
- load_
balancing_ stralgorithm - Load Balancing Algorithm for Virtual Switch
- enable
Iov String - Enable IoV for Virtual Switch
- load
Balancing StringAlgorithm - Load Balancing Algorithm for Virtual Switch
VirtualSwitchConfigurationOverridesResponse, VirtualSwitchConfigurationOverridesResponseArgs
- Enable
Iov string - Enable IoV for Virtual Switch
- Load
Balancing stringAlgorithm - Load Balancing Algorithm for Virtual Switch
- Enable
Iov string - Enable IoV for Virtual Switch
- Load
Balancing stringAlgorithm - Load Balancing Algorithm for Virtual Switch
- enable
Iov String - Enable IoV for Virtual Switch
- load
Balancing StringAlgorithm - Load Balancing Algorithm for Virtual Switch
- enable
Iov string - Enable IoV for Virtual Switch
- load
Balancing stringAlgorithm - Load Balancing Algorithm for Virtual Switch
- enable_
iov str - Enable IoV for Virtual Switch
- load_
balancing_ stralgorithm - Load Balancing Algorithm for Virtual Switch
- enable
Iov String - Enable IoV for Virtual Switch
- load
Balancing StringAlgorithm - Load Balancing Algorithm for Virtual Switch
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:azurestackhci:DeploymentSetting default /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0