azure-native.datareplication.ProtectedItem
Explore with Pulumi AI
Protected item model.
Uses Azure REST API version 2021-02-16-preview. In version 2.x of the Azure Native provider, it used API version 2021-02-16-preview.
Other available API versions: 2024-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native datareplication [ApiVersion]
. See the version guide for details.
Create ProtectedItem Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProtectedItem(name: string, args: ProtectedItemArgs, opts?: CustomResourceOptions);
@overload
def ProtectedItem(resource_name: str,
args: ProtectedItemArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ProtectedItem(resource_name: str,
opts: Optional[ResourceOptions] = None,
properties: Optional[ProtectedItemModelPropertiesArgs] = None,
resource_group_name: Optional[str] = None,
vault_name: Optional[str] = None,
protected_item_name: Optional[str] = None)
func NewProtectedItem(ctx *Context, name string, args ProtectedItemArgs, opts ...ResourceOption) (*ProtectedItem, error)
public ProtectedItem(string name, ProtectedItemArgs args, CustomResourceOptions? opts = null)
public ProtectedItem(String name, ProtectedItemArgs args)
public ProtectedItem(String name, ProtectedItemArgs args, CustomResourceOptions options)
type: azure-native:datareplication:ProtectedItem
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProtectedItemArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ProtectedItemArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProtectedItemArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProtectedItemArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ProtectedItemArgs - 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 protectedItemResource = new AzureNative.DataReplication.ProtectedItem("protectedItemResource", new()
{
Properties = new AzureNative.DataReplication.Inputs.ProtectedItemModelPropertiesArgs
{
CustomProperties = new AzureNative.DataReplication.Inputs.HyperVToAzStackHCIProtectedItemModelCustomPropertiesArgs
{
StorageContainerId = "string",
TargetResourceGroupId = "string",
RunAsAccountId = "string",
FabricDiscoveryMachineId = "string",
HyperVGeneration = "string",
InstanceType = "HyperVToAzStackHCI",
SourceDraName = "string",
CustomLocationRegion = "string",
TargetHciClusterId = "string",
DisksToInclude = new[]
{
new AzureNative.DataReplication.Inputs.HyperVToAzStackHCIDiskInputArgs
{
DiskFileFormat = "string",
DiskId = "string",
DiskSizeGB = 0,
IsOsDisk = false,
IsDynamic = false,
StorageContainerId = "string",
},
},
NicsToInclude = new[]
{
new AzureNative.DataReplication.Inputs.HyperVToAzStackHCINicInputArgs
{
NicId = "string",
SelectionTypeForFailover = "string",
TargetNetworkId = "string",
TestNetworkId = "string",
},
},
TargetArcClusterCustomLocationId = "string",
TargetDraName = "string",
TargetCpuCores = 0,
TestNetworkId = "string",
TargetMemoryInMegaBytes = 0,
TargetNetworkId = "string",
IsDynamicRam = false,
TargetVmName = "string",
DynamicMemoryConfig = new AzureNative.DataReplication.Inputs.ProtectedItemDynamicMemoryConfigArgs
{
MaximumMemoryInMegaBytes = 0,
MinimumMemoryInMegaBytes = 0,
TargetMemoryBufferPercentage = 0,
},
},
PolicyName = "string",
ReplicationExtensionName = "string",
},
ResourceGroupName = "string",
VaultName = "string",
ProtectedItemName = "string",
});
example, err := datareplication.NewProtectedItem(ctx, "protectedItemResource", &datareplication.ProtectedItemArgs{
Properties: &datareplication.ProtectedItemModelPropertiesArgs{
CustomProperties: datareplication.HyperVToAzStackHCIProtectedItemModelCustomProperties{
StorageContainerId: "string",
TargetResourceGroupId: "string",
RunAsAccountId: "string",
FabricDiscoveryMachineId: "string",
HyperVGeneration: "string",
InstanceType: "HyperVToAzStackHCI",
SourceDraName: "string",
CustomLocationRegion: "string",
TargetHciClusterId: "string",
DisksToInclude: []datareplication.HyperVToAzStackHCIDiskInput{
{
DiskFileFormat: "string",
DiskId: "string",
DiskSizeGB: 0,
IsOsDisk: false,
IsDynamic: false,
StorageContainerId: "string",
},
},
NicsToInclude: []datareplication.HyperVToAzStackHCINicInput{
{
NicId: "string",
SelectionTypeForFailover: "string",
TargetNetworkId: "string",
TestNetworkId: "string",
},
},
TargetArcClusterCustomLocationId: "string",
TargetDraName: "string",
TargetCpuCores: 0,
TestNetworkId: "string",
TargetMemoryInMegaBytes: 0,
TargetNetworkId: "string",
IsDynamicRam: false,
TargetVmName: "string",
DynamicMemoryConfig: datareplication.ProtectedItemDynamicMemoryConfig{
MaximumMemoryInMegaBytes: 0,
MinimumMemoryInMegaBytes: 0,
TargetMemoryBufferPercentage: 0,
},
},
PolicyName: pulumi.String("string"),
ReplicationExtensionName: pulumi.String("string"),
},
ResourceGroupName: pulumi.String("string"),
VaultName: pulumi.String("string"),
ProtectedItemName: pulumi.String("string"),
})
var protectedItemResource = new ProtectedItem("protectedItemResource", ProtectedItemArgs.builder()
.properties(ProtectedItemModelPropertiesArgs.builder()
.customProperties(HyperVToAzStackHCIProtectedItemModelCustomPropertiesArgs.builder()
.storageContainerId("string")
.targetResourceGroupId("string")
.runAsAccountId("string")
.fabricDiscoveryMachineId("string")
.hyperVGeneration("string")
.instanceType("HyperVToAzStackHCI")
.sourceDraName("string")
.customLocationRegion("string")
.targetHciClusterId("string")
.disksToInclude(HyperVToAzStackHCIDiskInputArgs.builder()
.diskFileFormat("string")
.diskId("string")
.diskSizeGB(0)
.isOsDisk(false)
.isDynamic(false)
.storageContainerId("string")
.build())
.nicsToInclude(HyperVToAzStackHCINicInputArgs.builder()
.nicId("string")
.selectionTypeForFailover("string")
.targetNetworkId("string")
.testNetworkId("string")
.build())
.targetArcClusterCustomLocationId("string")
.targetDraName("string")
.targetCpuCores(0)
.testNetworkId("string")
.targetMemoryInMegaBytes(0)
.targetNetworkId("string")
.isDynamicRam(false)
.targetVmName("string")
.dynamicMemoryConfig(ProtectedItemDynamicMemoryConfigArgs.builder()
.maximumMemoryInMegaBytes(0)
.minimumMemoryInMegaBytes(0)
.targetMemoryBufferPercentage(0)
.build())
.build())
.policyName("string")
.replicationExtensionName("string")
.build())
.resourceGroupName("string")
.vaultName("string")
.protectedItemName("string")
.build());
protected_item_resource = azure_native.datareplication.ProtectedItem("protectedItemResource",
properties={
"custom_properties": {
"storage_container_id": "string",
"target_resource_group_id": "string",
"run_as_account_id": "string",
"fabric_discovery_machine_id": "string",
"hyper_v_generation": "string",
"instance_type": "HyperVToAzStackHCI",
"source_dra_name": "string",
"custom_location_region": "string",
"target_hci_cluster_id": "string",
"disks_to_include": [{
"disk_file_format": "string",
"disk_id": "string",
"disk_size_gb": 0,
"is_os_disk": False,
"is_dynamic": False,
"storage_container_id": "string",
}],
"nics_to_include": [{
"nic_id": "string",
"selection_type_for_failover": "string",
"target_network_id": "string",
"test_network_id": "string",
}],
"target_arc_cluster_custom_location_id": "string",
"target_dra_name": "string",
"target_cpu_cores": 0,
"test_network_id": "string",
"target_memory_in_mega_bytes": 0,
"target_network_id": "string",
"is_dynamic_ram": False,
"target_vm_name": "string",
"dynamic_memory_config": {
"maximum_memory_in_mega_bytes": 0,
"minimum_memory_in_mega_bytes": 0,
"target_memory_buffer_percentage": 0,
},
},
"policy_name": "string",
"replication_extension_name": "string",
},
resource_group_name="string",
vault_name="string",
protected_item_name="string")
const protectedItemResource = new azure_native.datareplication.ProtectedItem("protectedItemResource", {
properties: {
customProperties: {
storageContainerId: "string",
targetResourceGroupId: "string",
runAsAccountId: "string",
fabricDiscoveryMachineId: "string",
hyperVGeneration: "string",
instanceType: "HyperVToAzStackHCI",
sourceDraName: "string",
customLocationRegion: "string",
targetHciClusterId: "string",
disksToInclude: [{
diskFileFormat: "string",
diskId: "string",
diskSizeGB: 0,
isOsDisk: false,
isDynamic: false,
storageContainerId: "string",
}],
nicsToInclude: [{
nicId: "string",
selectionTypeForFailover: "string",
targetNetworkId: "string",
testNetworkId: "string",
}],
targetArcClusterCustomLocationId: "string",
targetDraName: "string",
targetCpuCores: 0,
testNetworkId: "string",
targetMemoryInMegaBytes: 0,
targetNetworkId: "string",
isDynamicRam: false,
targetVmName: "string",
dynamicMemoryConfig: {
maximumMemoryInMegaBytes: 0,
minimumMemoryInMegaBytes: 0,
targetMemoryBufferPercentage: 0,
},
},
policyName: "string",
replicationExtensionName: "string",
},
resourceGroupName: "string",
vaultName: "string",
protectedItemName: "string",
});
type: azure-native:datareplication:ProtectedItem
properties:
properties:
customProperties:
customLocationRegion: string
disksToInclude:
- diskFileFormat: string
diskId: string
diskSizeGB: 0
isDynamic: false
isOsDisk: false
storageContainerId: string
dynamicMemoryConfig:
maximumMemoryInMegaBytes: 0
minimumMemoryInMegaBytes: 0
targetMemoryBufferPercentage: 0
fabricDiscoveryMachineId: string
hyperVGeneration: string
instanceType: HyperVToAzStackHCI
isDynamicRam: false
nicsToInclude:
- nicId: string
selectionTypeForFailover: string
targetNetworkId: string
testNetworkId: string
runAsAccountId: string
sourceDraName: string
storageContainerId: string
targetArcClusterCustomLocationId: string
targetCpuCores: 0
targetDraName: string
targetHciClusterId: string
targetMemoryInMegaBytes: 0
targetNetworkId: string
targetResourceGroupId: string
targetVmName: string
testNetworkId: string
policyName: string
replicationExtensionName: string
protectedItemName: string
resourceGroupName: string
vaultName: string
ProtectedItem Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ProtectedItem resource accepts the following input properties:
- Properties
This property is required. Pulumi.Azure Native. Data Replication. Inputs. Protected Item Model Properties - Protected item model properties.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- Protected
Item Name Changes to this property will trigger replacement.
- The protected item name.
- Properties
This property is required. ProtectedItem Model Properties Args - Protected item model properties.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- Protected
Item Name Changes to this property will trigger replacement.
- The protected item name.
- properties
This property is required. ProtectedItem Model Properties - Protected item model properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- protected
Item Name Changes to this property will trigger replacement.
- The protected item name.
- properties
This property is required. ProtectedItem Model Properties - Protected item model properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- protected
Item Name Changes to this property will trigger replacement.
- The protected item name.
- properties
This property is required. ProtectedItem Model Properties Args - Protected item model properties.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault_
name This property is required. Changes to this property will trigger replacement.
- The vault name.
- protected_
item_ name Changes to this property will trigger replacement.
- The protected item name.
- properties
This property is required. Property Map - Protected item model properties.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- vault
Name This property is required. Changes to this property will trigger replacement.
- The vault name.
- protected
Item Name Changes to this property will trigger replacement.
- The protected item name.
Outputs
All input properties are implicitly available as output properties. Additionally, the ProtectedItem resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets or sets the name of the resource.
- System
Data Pulumi.Azure Native. Data Replication. Outputs. Protected Item Model Response System Data - Type string
- Gets or sets the type of the resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets or sets the name of the resource.
- System
Data ProtectedItem Model Response System Data - Type string
- Gets or sets the type of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets or sets the name of the resource.
- system
Data ProtectedItem Model Response System Data - type String
- Gets or sets the type of the resource.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Gets or sets the name of the resource.
- system
Data ProtectedItem Model Response System Data - type string
- Gets or sets the type of the resource.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Gets or sets the name of the resource.
- system_
data ProtectedItem Model Response System Data - type str
- Gets or sets the type of the resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets or sets the name of the resource.
- system
Data Property Map - type String
- Gets or sets the type of the resource.
Supporting Types
HealthErrorModelResponse, HealthErrorModelResponseArgs
- Category
This property is required. string - Gets or sets the error category.
- Causes
This property is required. string - Gets or sets possible causes of the error.
- Code
This property is required. string - Gets or sets the error code.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - Gets or sets the health category.
- Is
Customer Resolvable This property is required. bool - Gets or sets a value indicating whether the error is customer resolvable.
- Message
This property is required. string - Gets or sets the error message.
- Recommendation
This property is required. string - Gets or sets recommended action to resolve the error.
- Severity
This property is required. string - Gets or sets the error severity.
- Source
This property is required. string - Gets or sets the error source.
- Summary
This property is required. string - Gets or sets the error summary.
- Affected
Resource List<string>Correlation Ids - Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
- Affected
Resource stringType - Gets or sets the type of affected resource type.
- Child
Errors List<Pulumi.Azure Native. Data Replication. Inputs. Inner Health Error Model Response> - Gets or sets a list of child health errors associated with this error.
- Category
This property is required. string - Gets or sets the error category.
- Causes
This property is required. string - Gets or sets possible causes of the error.
- Code
This property is required. string - Gets or sets the error code.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - Gets or sets the health category.
- Is
Customer Resolvable This property is required. bool - Gets or sets a value indicating whether the error is customer resolvable.
- Message
This property is required. string - Gets or sets the error message.
- Recommendation
This property is required. string - Gets or sets recommended action to resolve the error.
- Severity
This property is required. string - Gets or sets the error severity.
- Source
This property is required. string - Gets or sets the error source.
- Summary
This property is required. string - Gets or sets the error summary.
- Affected
Resource []stringCorrelation Ids - Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
- Affected
Resource stringType - Gets or sets the type of affected resource type.
- Child
Errors []InnerHealth Error Model Response - Gets or sets a list of child health errors associated with this error.
- category
This property is required. String - Gets or sets the error category.
- causes
This property is required. String - Gets or sets possible causes of the error.
- code
This property is required. String - Gets or sets the error code.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable This property is required. Boolean - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. String - Gets or sets the error message.
- recommendation
This property is required. String - Gets or sets recommended action to resolve the error.
- severity
This property is required. String - Gets or sets the error severity.
- source
This property is required. String - Gets or sets the error source.
- summary
This property is required. String - Gets or sets the error summary.
- affected
Resource List<String>Correlation Ids - Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
- affected
Resource StringType - Gets or sets the type of affected resource type.
- child
Errors List<InnerHealth Error Model Response> - Gets or sets a list of child health errors associated with this error.
- category
This property is required. string - Gets or sets the error category.
- causes
This property is required. string - Gets or sets possible causes of the error.
- code
This property is required. string - Gets or sets the error code.
- creation
Time This property is required. string - Gets or sets the error creation time.
- health
Category This property is required. string - Gets or sets the health category.
- is
Customer Resolvable This property is required. boolean - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. string - Gets or sets the error message.
- recommendation
This property is required. string - Gets or sets recommended action to resolve the error.
- severity
This property is required. string - Gets or sets the error severity.
- source
This property is required. string - Gets or sets the error source.
- summary
This property is required. string - Gets or sets the error summary.
- affected
Resource string[]Correlation Ids - Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
- affected
Resource stringType - Gets or sets the type of affected resource type.
- child
Errors InnerHealth Error Model Response[] - Gets or sets a list of child health errors associated with this error.
- category
This property is required. str - Gets or sets the error category.
- causes
This property is required. str - Gets or sets possible causes of the error.
- code
This property is required. str - Gets or sets the error code.
- creation_
time This property is required. str - Gets or sets the error creation time.
- health_
category This property is required. str - Gets or sets the health category.
- is_
customer_ resolvable This property is required. bool - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. str - Gets or sets the error message.
- recommendation
This property is required. str - Gets or sets recommended action to resolve the error.
- severity
This property is required. str - Gets or sets the error severity.
- source
This property is required. str - Gets or sets the error source.
- summary
This property is required. str - Gets or sets the error summary.
- affected_
resource_ Sequence[str]correlation_ ids - Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
- affected_
resource_ strtype - Gets or sets the type of affected resource type.
- child_
errors Sequence[InnerHealth Error Model Response] - Gets or sets a list of child health errors associated with this error.
- category
This property is required. String - Gets or sets the error category.
- causes
This property is required. String - Gets or sets possible causes of the error.
- code
This property is required. String - Gets or sets the error code.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable This property is required. Boolean - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. String - Gets or sets the error message.
- recommendation
This property is required. String - Gets or sets recommended action to resolve the error.
- severity
This property is required. String - Gets or sets the error severity.
- source
This property is required. String - Gets or sets the error source.
- summary
This property is required. String - Gets or sets the error summary.
- affected
Resource List<String>Correlation Ids - Gets or sets the list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.
- affected
Resource StringType - Gets or sets the type of affected resource type.
- child
Errors List<Property Map> - Gets or sets a list of child health errors associated with this error.
HyperVToAzStackHCIDiskInput, HyperVToAzStackHCIDiskInputArgs
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. double - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. float64 - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Double - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. string - Gets or sets the disk Id.
- disk
Size GB This property is required. number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk_
file_ format This property is required. str - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id This property is required. str - Gets or sets the disk Id.
- disk_
size_ gb This property is required. float - Gets or sets the disk size in GB.
- is_
os_ disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- is_
dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage_
container_ strid - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
HyperVToAzStackHCIDiskInputResponse, HyperVToAzStackHCIDiskInputResponseArgs
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. double - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. float64 - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Double - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. string - Gets or sets the disk Id.
- disk
Size GB This property is required. number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk_
file_ format This property is required. str - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id This property is required. str - Gets or sets the disk Id.
- disk_
size_ gb This property is required. float - Gets or sets the disk size in GB.
- is_
os_ disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- is_
dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage_
container_ strid - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
HyperVToAzStackHCINicInput, HyperVToAzStackHCINicInputArgs
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string | Pulumi.Azure Native. Data Replication. VMNic Selection - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string | VMNicSelection - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String | VMNicSelection - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic
Id This property is required. string - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. string | VMNicSelection - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic_
id This property is required. str - Gets or sets the NIC Id.
- selection_
type_ for_ failover This property is required. str | VMNicSelection - Gets or sets the selection type of the NIC.
- target_
network_ id This property is required. str - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ id This property is required. str - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String | "NotSelected" | "Selected By User" | "Selected By Default" | "Selected By User Override" - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
HyperVToAzStackHCINicInputResponse, HyperVToAzStackHCINicInputResponseArgs
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
- network
Name This property is required. string - Gets or sets the network name.
- nic
Id This property is required. string - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- network_
name This property is required. str - Gets or sets the network name.
- nic_
id This property is required. str - Gets or sets the NIC Id.
- selection_
type_ for_ failover This property is required. str - Gets or sets the selection type of the NIC.
- target_
network_ id This property is required. str - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ id This property is required. str - Gets or sets the target test network Id within AzStackHCI Cluster.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
HyperVToAzStackHCIProtectedDiskPropertiesResponse, HyperVToAzStackHCIProtectedDiskPropertiesResponseArgs
- Capacity
In Bytes This property is required. double - Gets or sets the disk capacity in bytes.
- Disk
Type This property is required. string - Gets or sets the disk type.
- Is
Dynamic This property is required. bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk Name This property is required. string - Gets or sets the failover clone disk.
- Seed
Disk Name This property is required. string - Gets or sets the seed disk name.
- Source
Disk Id This property is required. string - Gets or sets the source disk Id.
- Source
Disk Name This property is required. string - Gets or sets the source disk Name.
- Storage
Container Id This property is required. string - Gets or sets the ARM Id of the storage container.
- Storage
Container Local Path This property is required. string - Gets or sets the local path of the storage container.
- Test
Migrate Disk Name This property is required. string - Gets or sets the test failover clone disk.
- Capacity
In Bytes This property is required. float64 - Gets or sets the disk capacity in bytes.
- Disk
Type This property is required. string - Gets or sets the disk type.
- Is
Dynamic This property is required. bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk Name This property is required. string - Gets or sets the failover clone disk.
- Seed
Disk Name This property is required. string - Gets or sets the seed disk name.
- Source
Disk Id This property is required. string - Gets or sets the source disk Id.
- Source
Disk Name This property is required. string - Gets or sets the source disk Name.
- Storage
Container Id This property is required. string - Gets or sets the ARM Id of the storage container.
- Storage
Container Local Path This property is required. string - Gets or sets the local path of the storage container.
- Test
Migrate Disk Name This property is required. string - Gets or sets the test failover clone disk.
- capacity
In Bytes This property is required. Double - Gets or sets the disk capacity in bytes.
- disk
Type This property is required. String - Gets or sets the disk type.
- is
Dynamic This property is required. Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk Name This property is required. String - Gets or sets the failover clone disk.
- seed
Disk Name This property is required. String - Gets or sets the seed disk name.
- source
Disk Id This property is required. String - Gets or sets the source disk Id.
- source
Disk Name This property is required. String - Gets or sets the source disk Name.
- storage
Container Id This property is required. String - Gets or sets the ARM Id of the storage container.
- storage
Container Local Path This property is required. String - Gets or sets the local path of the storage container.
- test
Migrate Disk Name This property is required. String - Gets or sets the test failover clone disk.
- capacity
In Bytes This property is required. number - Gets or sets the disk capacity in bytes.
- disk
Type This property is required. string - Gets or sets the disk type.
- is
Dynamic This property is required. boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os Disk This property is required. boolean - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk Name This property is required. string - Gets or sets the failover clone disk.
- seed
Disk Name This property is required. string - Gets or sets the seed disk name.
- source
Disk Id This property is required. string - Gets or sets the source disk Id.
- source
Disk Name This property is required. string - Gets or sets the source disk Name.
- storage
Container Id This property is required. string - Gets or sets the ARM Id of the storage container.
- storage
Container Local Path This property is required. string - Gets or sets the local path of the storage container.
- test
Migrate Disk Name This property is required. string - Gets or sets the test failover clone disk.
- capacity_
in_ bytes This property is required. float - Gets or sets the disk capacity in bytes.
- disk_
type This property is required. str - Gets or sets the disk type.
- is_
dynamic This property is required. bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is_
os_ disk This property is required. bool - Gets or sets a value indicating whether the disk is the OS disk.
- migrate_
disk_ name This property is required. str - Gets or sets the failover clone disk.
- seed_
disk_ name This property is required. str - Gets or sets the seed disk name.
- source_
disk_ id This property is required. str - Gets or sets the source disk Id.
- source_
disk_ name This property is required. str - Gets or sets the source disk Name.
- storage_
container_ id This property is required. str - Gets or sets the ARM Id of the storage container.
- storage_
container_ local_ path This property is required. str - Gets or sets the local path of the storage container.
- test_
migrate_ disk_ name This property is required. str - Gets or sets the test failover clone disk.
- capacity
In Bytes This property is required. Number - Gets or sets the disk capacity in bytes.
- disk
Type This property is required. String - Gets or sets the disk type.
- is
Dynamic This property is required. Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk Name This property is required. String - Gets or sets the failover clone disk.
- seed
Disk Name This property is required. String - Gets or sets the seed disk name.
- source
Disk Id This property is required. String - Gets or sets the source disk Id.
- source
Disk Name This property is required. String - Gets or sets the source disk Name.
- storage
Container Id This property is required. String - Gets or sets the ARM Id of the storage container.
- storage
Container Local Path This property is required. String - Gets or sets the local path of the storage container.
- test
Migrate Disk Name This property is required. String - Gets or sets the test failover clone disk.
HyperVToAzStackHCIProtectedItemModelCustomProperties, HyperVToAzStackHCIProtectedItemModelCustomPropertiesArgs
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine.
- Nics
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- Run
As Account Id This property is required. string - Gets or sets the Run As account Id.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Dynamic
Memory Pulumi.Config Azure Native. Data Replication. Inputs. Protected Item Dynamic Memory Config - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. []HyperVTo Az Stack HCIDisk Input - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine.
- Nics
To Include This property is required. []HyperVTo Az Stack HCINic Input - Gets or sets the list of VM NIC to replicate.
- Run
As Account Id This property is required. string - Gets or sets the Run As account Id.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Dynamic
Memory ProtectedConfig Item Dynamic Memory Config - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<HyperVTo Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine.
- nics
To Include This property is required. List<HyperVTo Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- run
As Account Id This property is required. String - Gets or sets the Run As account Id.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- target
Cpu IntegerCores - Gets or sets the target CPU cores.
- target
Memory IntegerIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. HyperVTo Az Stack HCIDisk Input[] - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine.
- nics
To Include This property is required. HyperVTo Az Stack HCINic Input[] - Gets or sets the list of VM NIC to replicate.
- run
As Account Id This property is required. string - Gets or sets the Run As account Id.
- source
Dra Name This property is required. string - Gets or sets the source DRA name.
- storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra Name This property is required. string - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config - Protected item dynamic memory config.
- is
Dynamic booleanRam - Gets or sets a value indicating whether memory is dynamical.
- target
Cpu numberCores - Gets or sets the target CPU cores.
- target
Memory numberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm stringName - Gets or sets the target VM display name.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom_
location_ region This property is required. str - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ include This property is required. Sequence[HyperVTo Az Stack HCIDisk Input] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ machine_ id This property is required. str - Gets or sets the ARM Id of the discovered machine.
- hyper_
v_ generation This property is required. str - Gets or sets the hypervisor generation of the virtual machine.
- nics_
to_ include This property is required. Sequence[HyperVTo Az Stack HCINic Input] - Gets or sets the list of VM NIC to replicate.
- run_
as_ account_ id This property is required. str - Gets or sets the Run As account Id.
- source_
dra_ name This property is required. str - Gets or sets the source DRA name.
- storage_
container_ id This property is required. str - Gets or sets the target storage container ARM Id.
- target_
arc_ cluster_ custom_ location_ id This property is required. str - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
dra_ name This property is required. str - Gets or sets the target DRA name.
- target_
hci_ cluster_ id This property is required. str - Gets or sets the Target HCI Cluster ARM Id.
- target_
resource_ group_ id This property is required. str - Gets or sets the target resource group ARM Id.
- dynamic_
memory_ Protectedconfig Item Dynamic Memory Config - Protected item dynamic memory config.
- is_
dynamic_ boolram - Gets or sets a value indicating whether memory is dynamical.
- target_
cpu_ intcores - Gets or sets the target CPU cores.
- target_
memory_ intin_ mega_ bytes - Gets or sets the target memory in mega-bytes.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- target_
vm_ strname - Gets or sets the target VM display name.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<Property Map> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine.
- nics
To Include This property is required. List<Property Map> - Gets or sets the list of VM NIC to replicate.
- run
As Account Id This property is required. String - Gets or sets the Run As account Id.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- dynamic
Memory Property MapConfig - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- target
Cpu NumberCores - Gets or sets the target CPU cores.
- target
Memory NumberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
HyperVToAzStackHCIProtectedItemModelCustomPropertiesResponse, HyperVToAzStackHCIProtectedItemModelCustomPropertiesResponseArgs
- Active
Location This property is required. string - Gets or sets the location of the protected item.
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery Point Id This property is required. string - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type This property is required. string - Gets or sets the firmware type.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine.
- Initial
Replication Progress Percentage This property is required. int - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Last
Recovery Point Id This property is required. string - Gets or sets the last recovery point Id.
- Last
Recovery Point Received This property is required. string - Gets or sets the last recovery point received time.
- Last
Replication Update Time This property is required. string - Gets or sets the latest timestamp that replication status is updated.
- Nics
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- Os
Name This property is required. string - Gets or sets the name of the OS.
- Os
Type This property is required. string - Gets or sets the type of the OS.
- Protected
Disks This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCIProtected Disk Properties Response> - Gets or sets the list of protected disks.
- Protected
Nics This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- Resync
Progress Percentage This property is required. int - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Run
As Account Id This property is required. string - Gets or sets the Run As account Id.
- Source
Appliance Name This property is required. string - Gets or sets the source appliance name.
- Source
Cpu Cores This property is required. int - Gets or sets the source VM CPU cores.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Source
Memory In Mega Bytes This property is required. double - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm Name This property is required. string - Gets or sets the source VM display name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Appliance Name This property is required. string - Gets or sets the target appliance name.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az Stack Hci Cluster Name This property is required. string - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location This property is required. string - Gets or sets the target location.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Target
Vm Bios Id This property is required. string - Gets or sets the BIOS Id of the target AzStackHCI VM.
- Dynamic
Memory Pulumi.Config Azure Native. Data Replication. Inputs. Protected Item Dynamic Memory Config Response - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Active
Location This property is required. string - Gets or sets the location of the protected item.
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. []HyperVTo Az Stack HCIDisk Input Response - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery Point Id This property is required. string - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type This property is required. string - Gets or sets the firmware type.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine.
- Initial
Replication Progress Percentage This property is required. int - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Last
Recovery Point Id This property is required. string - Gets or sets the last recovery point Id.
- Last
Recovery Point Received This property is required. string - Gets or sets the last recovery point received time.
- Last
Replication Update Time This property is required. string - Gets or sets the latest timestamp that replication status is updated.
- Nics
To Include This property is required. []HyperVTo Az Stack HCINic Input Response - Gets or sets the list of VM NIC to replicate.
- Os
Name This property is required. string - Gets or sets the name of the OS.
- Os
Type This property is required. string - Gets or sets the type of the OS.
- Protected
Disks This property is required. []HyperVTo Az Stack HCIProtected Disk Properties Response - Gets or sets the list of protected disks.
- Protected
Nics This property is required. []HyperVTo Az Stack HCIProtected Nic Properties Response - Gets or sets the VM NIC details.
- Resync
Progress Percentage This property is required. int - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Run
As Account Id This property is required. string - Gets or sets the Run As account Id.
- Source
Appliance Name This property is required. string - Gets or sets the source appliance name.
- Source
Cpu Cores This property is required. int - Gets or sets the source VM CPU cores.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Source
Memory In Mega Bytes This property is required. float64 - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm Name This property is required. string - Gets or sets the source VM display name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Appliance Name This property is required. string - Gets or sets the target appliance name.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az Stack Hci Cluster Name This property is required. string - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location This property is required. string - Gets or sets the target location.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Target
Vm Bios Id This property is required. string - Gets or sets the BIOS Id of the target AzStackHCI VM.
- Dynamic
Memory ProtectedConfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- active
Location This property is required. String - Gets or sets the location of the protected item.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<HyperVTo Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery Point Id This property is required. String - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type This property is required. String - Gets or sets the firmware type.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine.
- initial
Replication Progress Percentage This property is required. Integer - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last
Recovery Point Id This property is required. String - Gets or sets the last recovery point Id.
- last
Recovery Point Received This property is required. String - Gets or sets the last recovery point received time.
- last
Replication Update Time This property is required. String - Gets or sets the latest timestamp that replication status is updated.
- nics
To Include This property is required. List<HyperVTo Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- os
Name This property is required. String - Gets or sets the name of the OS.
- os
Type This property is required. String - Gets or sets the type of the OS.
- protected
Disks This property is required. List<HyperVTo Az Stack HCIProtected Disk Properties Response> - Gets or sets the list of protected disks.
- protected
Nics This property is required. List<HyperVTo Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- resync
Progress Percentage This property is required. Integer - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run
As Account Id This property is required. String - Gets or sets the Run As account Id.
- source
Appliance Name This property is required. String - Gets or sets the source appliance name.
- source
Cpu Cores This property is required. Integer - Gets or sets the source VM CPU cores.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- source
Memory In Mega Bytes This property is required. Double - Gets or sets the source VM ram memory size in megabytes.
- source
Vm Name This property is required. String - Gets or sets the source VM display name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Appliance Name This property is required. String - Gets or sets the target appliance name.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az Stack Hci Cluster Name This property is required. String - Gets or sets the Target AzStackHCI cluster name.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Location This property is required. String - Gets or sets the target location.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- target
Vm Bios Id This property is required. String - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- target
Cpu IntegerCores - Gets or sets the target CPU cores.
- target
Memory IntegerIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- active
Location This property is required. string - Gets or sets the location of the protected item.
- custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. HyperVTo Az Stack HCIDisk Input Response[] - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery Point Id This property is required. string - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type This property is required. string - Gets or sets the firmware type.
- hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine.
- initial
Replication Progress Percentage This property is required. number - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last
Recovery Point Id This property is required. string - Gets or sets the last recovery point Id.
- last
Recovery Point Received This property is required. string - Gets or sets the last recovery point received time.
- last
Replication Update Time This property is required. string - Gets or sets the latest timestamp that replication status is updated.
- nics
To Include This property is required. HyperVTo Az Stack HCINic Input Response[] - Gets or sets the list of VM NIC to replicate.
- os
Name This property is required. string - Gets or sets the name of the OS.
- os
Type This property is required. string - Gets or sets the type of the OS.
- protected
Disks This property is required. HyperVTo Az Stack HCIProtected Disk Properties Response[] - Gets or sets the list of protected disks.
- protected
Nics This property is required. HyperVTo Az Stack HCIProtected Nic Properties Response[] - Gets or sets the VM NIC details.
- resync
Progress Percentage This property is required. number - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run
As Account Id This property is required. string - Gets or sets the Run As account Id.
- source
Appliance Name This property is required. string - Gets or sets the source appliance name.
- source
Cpu Cores This property is required. number - Gets or sets the source VM CPU cores.
- source
Dra Name This property is required. string - Gets or sets the source DRA name.
- source
Memory In Mega Bytes This property is required. number - Gets or sets the source VM ram memory size in megabytes.
- source
Vm Name This property is required. string - Gets or sets the source VM display name.
- storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- target
Appliance Name This property is required. string - Gets or sets the target appliance name.
- target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az Stack Hci Cluster Name This property is required. string - Gets or sets the Target AzStackHCI cluster name.
- target
Dra Name This property is required. string - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- target
Location This property is required. string - Gets or sets the target location.
- target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- target
Vm Bios Id This property is required. string - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- is
Dynamic booleanRam - Gets or sets a value indicating whether memory is dynamical.
- target
Cpu numberCores - Gets or sets the target CPU cores.
- target
Memory numberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm stringName - Gets or sets the target VM display name.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- active_
location This property is required. str - Gets or sets the location of the protected item.
- custom_
location_ region This property is required. str - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ include This property is required. Sequence[HyperVTo Az Stack HCIDisk Input Response] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ machine_ id This property is required. str - Gets or sets the ARM Id of the discovered machine.
- failover_
recovery_ point_ id This property is required. str - Gets or sets the recovery point Id to which the VM was failed over.
- firmware_
type This property is required. str - Gets or sets the firmware type.
- hyper_
v_ generation This property is required. str - Gets or sets the hypervisor generation of the virtual machine.
- initial_
replication_ progress_ percentage This property is required. int - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last_
recovery_ point_ id This property is required. str - Gets or sets the last recovery point Id.
- last_
recovery_ point_ received This property is required. str - Gets or sets the last recovery point received time.
- last_
replication_ update_ time This property is required. str - Gets or sets the latest timestamp that replication status is updated.
- nics_
to_ include This property is required. Sequence[HyperVTo Az Stack HCINic Input Response] - Gets or sets the list of VM NIC to replicate.
- os_
name This property is required. str - Gets or sets the name of the OS.
- os_
type This property is required. str - Gets or sets the type of the OS.
- protected_
disks This property is required. Sequence[HyperVTo Az Stack HCIProtected Disk Properties Response] - Gets or sets the list of protected disks.
- protected_
nics This property is required. Sequence[HyperVTo Az Stack HCIProtected Nic Properties Response] - Gets or sets the VM NIC details.
- resync_
progress_ percentage This property is required. int - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run_
as_ account_ id This property is required. str - Gets or sets the Run As account Id.
- source_
appliance_ name This property is required. str - Gets or sets the source appliance name.
- source_
cpu_ cores This property is required. int - Gets or sets the source VM CPU cores.
- source_
dra_ name This property is required. str - Gets or sets the source DRA name.
- source_
memory_ in_ mega_ bytes This property is required. float - Gets or sets the source VM ram memory size in megabytes.
- source_
vm_ name This property is required. str - Gets or sets the source VM display name.
- storage_
container_ id This property is required. str - Gets or sets the target storage container ARM Id.
- target_
appliance_ name This property is required. str - Gets or sets the target appliance name.
- target_
arc_ cluster_ custom_ location_ id This property is required. str - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
az_ stack_ hci_ cluster_ name This property is required. str - Gets or sets the Target AzStackHCI cluster name.
- target_
dra_ name This property is required. str - Gets or sets the target DRA name.
- target_
hci_ cluster_ id This property is required. str - Gets or sets the Target HCI Cluster ARM Id.
- target_
location This property is required. str - Gets or sets the target location.
- target_
resource_ group_ id This property is required. str - Gets or sets the target resource group ARM Id.
- target_
vm_ bios_ id This property is required. str - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic_
memory_ Protectedconfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- is_
dynamic_ boolram - Gets or sets a value indicating whether memory is dynamical.
- target_
cpu_ intcores - Gets or sets the target CPU cores.
- target_
memory_ intin_ mega_ bytes - Gets or sets the target memory in mega-bytes.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- target_
vm_ strname - Gets or sets the target VM display name.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- active
Location This property is required. String - Gets or sets the location of the protected item.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<Property Map> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery Point Id This property is required. String - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type This property is required. String - Gets or sets the firmware type.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine.
- initial
Replication Progress Percentage This property is required. Number - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last
Recovery Point Id This property is required. String - Gets or sets the last recovery point Id.
- last
Recovery Point Received This property is required. String - Gets or sets the last recovery point received time.
- last
Replication Update Time This property is required. String - Gets or sets the latest timestamp that replication status is updated.
- nics
To Include This property is required. List<Property Map> - Gets or sets the list of VM NIC to replicate.
- os
Name This property is required. String - Gets or sets the name of the OS.
- os
Type This property is required. String - Gets or sets the type of the OS.
- protected
Disks This property is required. List<Property Map> - Gets or sets the list of protected disks.
- protected
Nics This property is required. List<Property Map> - Gets or sets the VM NIC details.
- resync
Progress Percentage This property is required. Number - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run
As Account Id This property is required. String - Gets or sets the Run As account Id.
- source
Appliance Name This property is required. String - Gets or sets the source appliance name.
- source
Cpu Cores This property is required. Number - Gets or sets the source VM CPU cores.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- source
Memory In Mega Bytes This property is required. Number - Gets or sets the source VM ram memory size in megabytes.
- source
Vm Name This property is required. String - Gets or sets the source VM display name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Appliance Name This property is required. String - Gets or sets the target appliance name.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az Stack Hci Cluster Name This property is required. String - Gets or sets the Target AzStackHCI cluster name.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Location This property is required. String - Gets or sets the target location.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- target
Vm Bios Id This property is required. String - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic
Memory Property MapConfig - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- target
Cpu NumberCores - Gets or sets the target CPU cores.
- target
Memory NumberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
HyperVToAzStackHCIProtectedNicPropertiesResponse, HyperVToAzStackHCIProtectedNicPropertiesResponseArgs
- Mac
Address This property is required. string - Gets or sets the NIC mac address.
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- Mac
Address This property is required. string - Gets or sets the NIC mac address.
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac
Address This property is required. String - Gets or sets the NIC mac address.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac
Address This property is required. string - Gets or sets the NIC mac address.
- network
Name This property is required. string - Gets or sets the network name.
- nic
Id This property is required. string - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac_
address This property is required. str - Gets or sets the NIC mac address.
- network_
name This property is required. str - Gets or sets the network name.
- nic_
id This property is required. str - Gets or sets the NIC Id.
- selection_
type_ for_ failover This property is required. str - Gets or sets the selection type of the NIC.
- target_
network_ id This property is required. str - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ id This property is required. str - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac
Address This property is required. String - Gets or sets the NIC mac address.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
InnerHealthErrorModelResponse, InnerHealthErrorModelResponseArgs
- Category
This property is required. string - Gets or sets the error category.
- Causes
This property is required. string - Gets or sets possible causes of the error.
- Code
This property is required. string - Gets or sets the error code.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - Gets or sets the health category.
- Is
Customer Resolvable This property is required. bool - Gets or sets a value indicating whether the error is customer resolvable.
- Message
This property is required. string - Gets or sets the error message.
- Recommendation
This property is required. string - Gets or sets recommended action to resolve the error.
- Severity
This property is required. string - Gets or sets the error severity.
- Source
This property is required. string - Gets or sets the error source.
- Summary
This property is required. string - Gets or sets the error summary.
- Category
This property is required. string - Gets or sets the error category.
- Causes
This property is required. string - Gets or sets possible causes of the error.
- Code
This property is required. string - Gets or sets the error code.
- Creation
Time This property is required. string - Gets or sets the error creation time.
- Health
Category This property is required. string - Gets or sets the health category.
- Is
Customer Resolvable This property is required. bool - Gets or sets a value indicating whether the error is customer resolvable.
- Message
This property is required. string - Gets or sets the error message.
- Recommendation
This property is required. string - Gets or sets recommended action to resolve the error.
- Severity
This property is required. string - Gets or sets the error severity.
- Source
This property is required. string - Gets or sets the error source.
- Summary
This property is required. string - Gets or sets the error summary.
- category
This property is required. String - Gets or sets the error category.
- causes
This property is required. String - Gets or sets possible causes of the error.
- code
This property is required. String - Gets or sets the error code.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable This property is required. Boolean - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. String - Gets or sets the error message.
- recommendation
This property is required. String - Gets or sets recommended action to resolve the error.
- severity
This property is required. String - Gets or sets the error severity.
- source
This property is required. String - Gets or sets the error source.
- summary
This property is required. String - Gets or sets the error summary.
- category
This property is required. string - Gets or sets the error category.
- causes
This property is required. string - Gets or sets possible causes of the error.
- code
This property is required. string - Gets or sets the error code.
- creation
Time This property is required. string - Gets or sets the error creation time.
- health
Category This property is required. string - Gets or sets the health category.
- is
Customer Resolvable This property is required. boolean - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. string - Gets or sets the error message.
- recommendation
This property is required. string - Gets or sets recommended action to resolve the error.
- severity
This property is required. string - Gets or sets the error severity.
- source
This property is required. string - Gets or sets the error source.
- summary
This property is required. string - Gets or sets the error summary.
- category
This property is required. str - Gets or sets the error category.
- causes
This property is required. str - Gets or sets possible causes of the error.
- code
This property is required. str - Gets or sets the error code.
- creation_
time This property is required. str - Gets or sets the error creation time.
- health_
category This property is required. str - Gets or sets the health category.
- is_
customer_ resolvable This property is required. bool - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. str - Gets or sets the error message.
- recommendation
This property is required. str - Gets or sets recommended action to resolve the error.
- severity
This property is required. str - Gets or sets the error severity.
- source
This property is required. str - Gets or sets the error source.
- summary
This property is required. str - Gets or sets the error summary.
- category
This property is required. String - Gets or sets the error category.
- causes
This property is required. String - Gets or sets possible causes of the error.
- code
This property is required. String - Gets or sets the error code.
- creation
Time This property is required. String - Gets or sets the error creation time.
- health
Category This property is required. String - Gets or sets the health category.
- is
Customer Resolvable This property is required. Boolean - Gets or sets a value indicating whether the error is customer resolvable.
- message
This property is required. String - Gets or sets the error message.
- recommendation
This property is required. String - Gets or sets recommended action to resolve the error.
- severity
This property is required. String - Gets or sets the error severity.
- source
This property is required. String - Gets or sets the error source.
- summary
This property is required. String - Gets or sets the error summary.
ProtectedItemDynamicMemoryConfig, ProtectedItemDynamicMemoryConfigArgs
- Maximum
Memory In Mega Bytes This property is required. double - Gets or sets maximum memory in MB.
- Minimum
Memory In Mega Bytes This property is required. double - Gets or sets minimum memory in MB.
- Target
Memory Buffer Percentage This property is required. int - Gets or sets target memory buffer in %.
- Maximum
Memory In Mega Bytes This property is required. float64 - Gets or sets maximum memory in MB.
- Minimum
Memory In Mega Bytes This property is required. float64 - Gets or sets minimum memory in MB.
- Target
Memory Buffer Percentage This property is required. int - Gets or sets target memory buffer in %.
- maximum
Memory In Mega Bytes This property is required. Double - Gets or sets maximum memory in MB.
- minimum
Memory In Mega Bytes This property is required. Double - Gets or sets minimum memory in MB.
- target
Memory Buffer Percentage This property is required. Integer - Gets or sets target memory buffer in %.
- maximum
Memory In Mega Bytes This property is required. number - Gets or sets maximum memory in MB.
- minimum
Memory In Mega Bytes This property is required. number - Gets or sets minimum memory in MB.
- target
Memory Buffer Percentage This property is required. number - Gets or sets target memory buffer in %.
- maximum_
memory_ in_ mega_ bytes This property is required. float - Gets or sets maximum memory in MB.
- minimum_
memory_ in_ mega_ bytes This property is required. float - Gets or sets minimum memory in MB.
- target_
memory_ buffer_ percentage This property is required. int - Gets or sets target memory buffer in %.
- maximum
Memory In Mega Bytes This property is required. Number - Gets or sets maximum memory in MB.
- minimum
Memory In Mega Bytes This property is required. Number - Gets or sets minimum memory in MB.
- target
Memory Buffer Percentage This property is required. Number - Gets or sets target memory buffer in %.
ProtectedItemDynamicMemoryConfigResponse, ProtectedItemDynamicMemoryConfigResponseArgs
- Maximum
Memory In Mega Bytes This property is required. double - Gets or sets maximum memory in MB.
- Minimum
Memory In Mega Bytes This property is required. double - Gets or sets minimum memory in MB.
- Target
Memory Buffer Percentage This property is required. int - Gets or sets target memory buffer in %.
- Maximum
Memory In Mega Bytes This property is required. float64 - Gets or sets maximum memory in MB.
- Minimum
Memory In Mega Bytes This property is required. float64 - Gets or sets minimum memory in MB.
- Target
Memory Buffer Percentage This property is required. int - Gets or sets target memory buffer in %.
- maximum
Memory In Mega Bytes This property is required. Double - Gets or sets maximum memory in MB.
- minimum
Memory In Mega Bytes This property is required. Double - Gets or sets minimum memory in MB.
- target
Memory Buffer Percentage This property is required. Integer - Gets or sets target memory buffer in %.
- maximum
Memory In Mega Bytes This property is required. number - Gets or sets maximum memory in MB.
- minimum
Memory In Mega Bytes This property is required. number - Gets or sets minimum memory in MB.
- target
Memory Buffer Percentage This property is required. number - Gets or sets target memory buffer in %.
- maximum_
memory_ in_ mega_ bytes This property is required. float - Gets or sets maximum memory in MB.
- minimum_
memory_ in_ mega_ bytes This property is required. float - Gets or sets minimum memory in MB.
- target_
memory_ buffer_ percentage This property is required. int - Gets or sets target memory buffer in %.
- maximum
Memory In Mega Bytes This property is required. Number - Gets or sets maximum memory in MB.
- minimum
Memory In Mega Bytes This property is required. Number - Gets or sets minimum memory in MB.
- target
Memory Buffer Percentage This property is required. Number - Gets or sets target memory buffer in %.
ProtectedItemModelProperties, ProtectedItemModelPropertiesArgs
- Custom
Properties This property is required. Pulumi.Azure | Pulumi.Native. Data Replication. Inputs. Hyper VTo Az Stack HCIProtected Item Model Custom Properties Azure Native. Data Replication. Inputs. VMware To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- Policy
Name This property is required. string - Gets or sets the policy name.
- Replication
Extension Name This property is required. string - Gets or sets the replication extension name.
- Custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- Policy
Name This property is required. string - Gets or sets the policy name.
- Replication
Extension Name This property is required. string - Gets or sets the replication extension name.
- custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- policy
Name This property is required. String - Gets or sets the policy name.
- replication
Extension Name This property is required. String - Gets or sets the replication extension name.
- custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- policy
Name This property is required. string - Gets or sets the policy name.
- replication
Extension Name This property is required. string - Gets or sets the replication extension name.
- custom_
properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- policy_
name This property is required. str - Gets or sets the policy name.
- replication_
extension_ name This property is required. str - Gets or sets the replication extension name.
- custom
Properties This property is required. Property Map | Property Map - Protected item model custom properties.
- policy
Name This property is required. String - Gets or sets the policy name.
- replication
Extension Name This property is required. String - Gets or sets the replication extension name.
ProtectedItemModelPropertiesResponse, ProtectedItemModelPropertiesResponseArgs
- Allowed
Jobs This property is required. List<string> - Gets or sets the allowed scenarios on the protected item.
- Correlation
Id This property is required. string - Gets or sets the protected item correlation Id.
- Current
Job This property is required. Pulumi.Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Current Job - Custom
Properties This property is required. Pulumi.Azure | Pulumi.Native. Data Replication. Inputs. Hyper VTo Az Stack HCIProtected Item Model Custom Properties Response Azure Native. Data Replication. Inputs. VMware To Az Stack HCIProtected Item Model Custom Properties Response - Protected item model custom properties.
- Dra
Id This property is required. string - Gets or sets the DRA Id.
- Fabric
Id This property is required. string - Gets or sets the fabric Id.
- Fabric
Object Id This property is required. string - Gets or sets the fabric object Id.
- Fabric
Object Name This property is required. string - Gets or sets the fabric object name.
- Health
Errors This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. Health Error Model Response> - Gets or sets the list of health errors.
- Last
Failed Enable Protection Job This property is required. Pulumi.Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Last Failed Enable Protection Job - Last
Failed Planned Failover Job This property is required. Pulumi.Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Last Failed Planned Failover Job - Last
Successful Planned Failover Time This property is required. string - Gets or sets the Last successful planned failover time.
- Last
Successful Test Failover Time This property is required. string - Gets or sets the Last successful test failover time.
- Last
Successful Unplanned Failover Time This property is required. string - Gets or sets the Last successful unplanned failover time.
- Last
Test Failover Job This property is required. Pulumi.Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Last Test Failover Job - Policy
Name This property is required. string - Gets or sets the policy name.
- Protection
State This property is required. string - Gets or sets the protection state.
- Protection
State Description This property is required. string - Gets or sets the protection state description.
- Provisioning
State This property is required. string - Gets or sets the provisioning state of the Dra.
- Replication
Extension Name This property is required. string - Gets or sets the replication extension name.
- Replication
Health This property is required. string - Gets or sets protected item replication health.
- Resync
Required This property is required. bool - Gets or sets a value indicating whether resynchronization is required or not.
- Resynchronization
State This property is required. string - Gets or sets the resynchronization state.
- Source
Fabric Provider Id This property is required. string - Gets or sets the source fabric provider Id.
- Target
Dra Id This property is required. string - Gets or sets the target DRA Id.
- Target
Fabric Id This property is required. string - Gets or sets the target fabric Id.
- Target
Fabric Provider Id This property is required. string - Gets or sets the target fabric provider Id.
- Test
Failover State This property is required. string - Gets or sets the test failover state.
- Test
Failover State Description This property is required. string - Gets or sets the Test failover state description.
- Allowed
Jobs This property is required. []string - Gets or sets the allowed scenarios on the protected item.
- Correlation
Id This property is required. string - Gets or sets the protected item correlation Id.
- Current
Job This property is required. ProtectedItem Model Properties Response Current Job - Custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties Response To Az Stack HCIProtected Item Model Custom Properties Response - Protected item model custom properties.
- Dra
Id This property is required. string - Gets or sets the DRA Id.
- Fabric
Id This property is required. string - Gets or sets the fabric Id.
- Fabric
Object Id This property is required. string - Gets or sets the fabric object Id.
- Fabric
Object Name This property is required. string - Gets or sets the fabric object name.
- Health
Errors This property is required. []HealthError Model Response - Gets or sets the list of health errors.
- Last
Failed Enable Protection Job This property is required. ProtectedItem Model Properties Response Last Failed Enable Protection Job - Last
Failed Planned Failover Job This property is required. ProtectedItem Model Properties Response Last Failed Planned Failover Job - Last
Successful Planned Failover Time This property is required. string - Gets or sets the Last successful planned failover time.
- Last
Successful Test Failover Time This property is required. string - Gets or sets the Last successful test failover time.
- Last
Successful Unplanned Failover Time This property is required. string - Gets or sets the Last successful unplanned failover time.
- Last
Test Failover Job This property is required. ProtectedItem Model Properties Response Last Test Failover Job - Policy
Name This property is required. string - Gets or sets the policy name.
- Protection
State This property is required. string - Gets or sets the protection state.
- Protection
State Description This property is required. string - Gets or sets the protection state description.
- Provisioning
State This property is required. string - Gets or sets the provisioning state of the Dra.
- Replication
Extension Name This property is required. string - Gets or sets the replication extension name.
- Replication
Health This property is required. string - Gets or sets protected item replication health.
- Resync
Required This property is required. bool - Gets or sets a value indicating whether resynchronization is required or not.
- Resynchronization
State This property is required. string - Gets or sets the resynchronization state.
- Source
Fabric Provider Id This property is required. string - Gets or sets the source fabric provider Id.
- Target
Dra Id This property is required. string - Gets or sets the target DRA Id.
- Target
Fabric Id This property is required. string - Gets or sets the target fabric Id.
- Target
Fabric Provider Id This property is required. string - Gets or sets the target fabric provider Id.
- Test
Failover State This property is required. string - Gets or sets the test failover state.
- Test
Failover State Description This property is required. string - Gets or sets the Test failover state description.
- allowed
Jobs This property is required. List<String> - Gets or sets the allowed scenarios on the protected item.
- correlation
Id This property is required. String - Gets or sets the protected item correlation Id.
- current
Job This property is required. ProtectedItem Model Properties Response Current Job - custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties Response To Az Stack HCIProtected Item Model Custom Properties Response - Protected item model custom properties.
- dra
Id This property is required. String - Gets or sets the DRA Id.
- fabric
Id This property is required. String - Gets or sets the fabric Id.
- fabric
Object Id This property is required. String - Gets or sets the fabric object Id.
- fabric
Object Name This property is required. String - Gets or sets the fabric object name.
- health
Errors This property is required. List<HealthError Model Response> - Gets or sets the list of health errors.
- last
Failed Enable Protection Job This property is required. ProtectedItem Model Properties Response Last Failed Enable Protection Job - last
Failed Planned Failover Job This property is required. ProtectedItem Model Properties Response Last Failed Planned Failover Job - last
Successful Planned Failover Time This property is required. String - Gets or sets the Last successful planned failover time.
- last
Successful Test Failover Time This property is required. String - Gets or sets the Last successful test failover time.
- last
Successful Unplanned Failover Time This property is required. String - Gets or sets the Last successful unplanned failover time.
- last
Test Failover Job This property is required. ProtectedItem Model Properties Response Last Test Failover Job - policy
Name This property is required. String - Gets or sets the policy name.
- protection
State This property is required. String - Gets or sets the protection state.
- protection
State Description This property is required. String - Gets or sets the protection state description.
- provisioning
State This property is required. String - Gets or sets the provisioning state of the Dra.
- replication
Extension Name This property is required. String - Gets or sets the replication extension name.
- replication
Health This property is required. String - Gets or sets protected item replication health.
- resync
Required This property is required. Boolean - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization
State This property is required. String - Gets or sets the resynchronization state.
- source
Fabric Provider Id This property is required. String - Gets or sets the source fabric provider Id.
- target
Dra Id This property is required. String - Gets or sets the target DRA Id.
- target
Fabric Id This property is required. String - Gets or sets the target fabric Id.
- target
Fabric Provider Id This property is required. String - Gets or sets the target fabric provider Id.
- test
Failover State This property is required. String - Gets or sets the test failover state.
- test
Failover State Description This property is required. String - Gets or sets the Test failover state description.
- allowed
Jobs This property is required. string[] - Gets or sets the allowed scenarios on the protected item.
- correlation
Id This property is required. string - Gets or sets the protected item correlation Id.
- current
Job This property is required. ProtectedItem Model Properties Response Current Job - custom
Properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties Response To Az Stack HCIProtected Item Model Custom Properties Response - Protected item model custom properties.
- dra
Id This property is required. string - Gets or sets the DRA Id.
- fabric
Id This property is required. string - Gets or sets the fabric Id.
- fabric
Object Id This property is required. string - Gets or sets the fabric object Id.
- fabric
Object Name This property is required. string - Gets or sets the fabric object name.
- health
Errors This property is required. HealthError Model Response[] - Gets or sets the list of health errors.
- last
Failed Enable Protection Job This property is required. ProtectedItem Model Properties Response Last Failed Enable Protection Job - last
Failed Planned Failover Job This property is required. ProtectedItem Model Properties Response Last Failed Planned Failover Job - last
Successful Planned Failover Time This property is required. string - Gets or sets the Last successful planned failover time.
- last
Successful Test Failover Time This property is required. string - Gets or sets the Last successful test failover time.
- last
Successful Unplanned Failover Time This property is required. string - Gets or sets the Last successful unplanned failover time.
- last
Test Failover Job This property is required. ProtectedItem Model Properties Response Last Test Failover Job - policy
Name This property is required. string - Gets or sets the policy name.
- protection
State This property is required. string - Gets or sets the protection state.
- protection
State Description This property is required. string - Gets or sets the protection state description.
- provisioning
State This property is required. string - Gets or sets the provisioning state of the Dra.
- replication
Extension Name This property is required. string - Gets or sets the replication extension name.
- replication
Health This property is required. string - Gets or sets protected item replication health.
- resync
Required This property is required. boolean - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization
State This property is required. string - Gets or sets the resynchronization state.
- source
Fabric Provider Id This property is required. string - Gets or sets the source fabric provider Id.
- target
Dra Id This property is required. string - Gets or sets the target DRA Id.
- target
Fabric Id This property is required. string - Gets or sets the target fabric Id.
- target
Fabric Provider Id This property is required. string - Gets or sets the target fabric provider Id.
- test
Failover State This property is required. string - Gets or sets the test failover state.
- test
Failover State Description This property is required. string - Gets or sets the Test failover state description.
- allowed_
jobs This property is required. Sequence[str] - Gets or sets the allowed scenarios on the protected item.
- correlation_
id This property is required. str - Gets or sets the protected item correlation Id.
- current_
job This property is required. ProtectedItem Model Properties Response Current Job - custom_
properties This property is required. HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties Response To Az Stack HCIProtected Item Model Custom Properties Response - Protected item model custom properties.
- dra_
id This property is required. str - Gets or sets the DRA Id.
- fabric_
id This property is required. str - Gets or sets the fabric Id.
- fabric_
object_ id This property is required. str - Gets or sets the fabric object Id.
- fabric_
object_ name This property is required. str - Gets or sets the fabric object name.
- health_
errors This property is required. Sequence[HealthError Model Response] - Gets or sets the list of health errors.
- last_
failed_ enable_ protection_ job This property is required. ProtectedItem Model Properties Response Last Failed Enable Protection Job - last_
failed_ planned_ failover_ job This property is required. ProtectedItem Model Properties Response Last Failed Planned Failover Job - last_
successful_ planned_ failover_ time This property is required. str - Gets or sets the Last successful planned failover time.
- last_
successful_ test_ failover_ time This property is required. str - Gets or sets the Last successful test failover time.
- last_
successful_ unplanned_ failover_ time This property is required. str - Gets or sets the Last successful unplanned failover time.
- last_
test_ failover_ job This property is required. ProtectedItem Model Properties Response Last Test Failover Job - policy_
name This property is required. str - Gets or sets the policy name.
- protection_
state This property is required. str - Gets or sets the protection state.
- protection_
state_ description This property is required. str - Gets or sets the protection state description.
- provisioning_
state This property is required. str - Gets or sets the provisioning state of the Dra.
- replication_
extension_ name This property is required. str - Gets or sets the replication extension name.
- replication_
health This property is required. str - Gets or sets protected item replication health.
- resync_
required This property is required. bool - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization_
state This property is required. str - Gets or sets the resynchronization state.
- source_
fabric_ provider_ id This property is required. str - Gets or sets the source fabric provider Id.
- target_
dra_ id This property is required. str - Gets or sets the target DRA Id.
- target_
fabric_ id This property is required. str - Gets or sets the target fabric Id.
- target_
fabric_ provider_ id This property is required. str - Gets or sets the target fabric provider Id.
- test_
failover_ state This property is required. str - Gets or sets the test failover state.
- test_
failover_ state_ description This property is required. str - Gets or sets the Test failover state description.
- allowed
Jobs This property is required. List<String> - Gets or sets the allowed scenarios on the protected item.
- correlation
Id This property is required. String - Gets or sets the protected item correlation Id.
- current
Job This property is required. Property Map - custom
Properties This property is required. Property Map | Property Map - Protected item model custom properties.
- dra
Id This property is required. String - Gets or sets the DRA Id.
- fabric
Id This property is required. String - Gets or sets the fabric Id.
- fabric
Object Id This property is required. String - Gets or sets the fabric object Id.
- fabric
Object Name This property is required. String - Gets or sets the fabric object name.
- health
Errors This property is required. List<Property Map> - Gets or sets the list of health errors.
- last
Failed Enable Protection Job This property is required. Property Map - last
Failed Planned Failover Job This property is required. Property Map - last
Successful Planned Failover Time This property is required. String - Gets or sets the Last successful planned failover time.
- last
Successful Test Failover Time This property is required. String - Gets or sets the Last successful test failover time.
- last
Successful Unplanned Failover Time This property is required. String - Gets or sets the Last successful unplanned failover time.
- last
Test Failover Job This property is required. Property Map - policy
Name This property is required. String - Gets or sets the policy name.
- protection
State This property is required. String - Gets or sets the protection state.
- protection
State Description This property is required. String - Gets or sets the protection state description.
- provisioning
State This property is required. String - Gets or sets the provisioning state of the Dra.
- replication
Extension Name This property is required. String - Gets or sets the replication extension name.
- replication
Health This property is required. String - Gets or sets protected item replication health.
- resync
Required This property is required. Boolean - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization
State This property is required. String - Gets or sets the resynchronization state.
- source
Fabric Provider Id This property is required. String - Gets or sets the source fabric provider Id.
- target
Dra Id This property is required. String - Gets or sets the target DRA Id.
- target
Fabric Id This property is required. String - Gets or sets the target fabric Id.
- target
Fabric Provider Id This property is required. String - Gets or sets the target fabric provider Id.
- test
Failover State This property is required. String - Gets or sets the test failover state.
- test
Failover State Description This property is required. String - Gets or sets the Test failover state description.
ProtectedItemModelPropertiesResponseCurrentJob, ProtectedItemModelPropertiesResponseCurrentJobArgs
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
- display
Name This property is required. string - Gets or sets the workflow friendly display name.
- end
Time This property is required. string - Gets or sets end time of the workflow.
- id
This property is required. string - Gets or sets workflow Id.
- name
This property is required. string - Gets or sets workflow name.
- scenario
Name This property is required. string - Gets or sets protection scenario name.
- start
Time This property is required. string - Gets or sets start time of the workflow.
- state
This property is required. string - Gets or sets workflow state.
- display_
name This property is required. str - Gets or sets the workflow friendly display name.
- end_
time This property is required. str - Gets or sets end time of the workflow.
- id
This property is required. str - Gets or sets workflow Id.
- name
This property is required. str - Gets or sets workflow name.
- scenario_
name This property is required. str - Gets or sets protection scenario name.
- start_
time This property is required. str - Gets or sets start time of the workflow.
- state
This property is required. str - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
ProtectedItemModelPropertiesResponseLastFailedEnableProtectionJob, ProtectedItemModelPropertiesResponseLastFailedEnableProtectionJobArgs
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
- display
Name This property is required. string - Gets or sets the workflow friendly display name.
- end
Time This property is required. string - Gets or sets end time of the workflow.
- id
This property is required. string - Gets or sets workflow Id.
- name
This property is required. string - Gets or sets workflow name.
- scenario
Name This property is required. string - Gets or sets protection scenario name.
- start
Time This property is required. string - Gets or sets start time of the workflow.
- state
This property is required. string - Gets or sets workflow state.
- display_
name This property is required. str - Gets or sets the workflow friendly display name.
- end_
time This property is required. str - Gets or sets end time of the workflow.
- id
This property is required. str - Gets or sets workflow Id.
- name
This property is required. str - Gets or sets workflow name.
- scenario_
name This property is required. str - Gets or sets protection scenario name.
- start_
time This property is required. str - Gets or sets start time of the workflow.
- state
This property is required. str - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
ProtectedItemModelPropertiesResponseLastFailedPlannedFailoverJob, ProtectedItemModelPropertiesResponseLastFailedPlannedFailoverJobArgs
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
- display
Name This property is required. string - Gets or sets the workflow friendly display name.
- end
Time This property is required. string - Gets or sets end time of the workflow.
- id
This property is required. string - Gets or sets workflow Id.
- name
This property is required. string - Gets or sets workflow name.
- scenario
Name This property is required. string - Gets or sets protection scenario name.
- start
Time This property is required. string - Gets or sets start time of the workflow.
- state
This property is required. string - Gets or sets workflow state.
- display_
name This property is required. str - Gets or sets the workflow friendly display name.
- end_
time This property is required. str - Gets or sets end time of the workflow.
- id
This property is required. str - Gets or sets workflow Id.
- name
This property is required. str - Gets or sets workflow name.
- scenario_
name This property is required. str - Gets or sets protection scenario name.
- start_
time This property is required. str - Gets or sets start time of the workflow.
- state
This property is required. str - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
ProtectedItemModelPropertiesResponseLastTestFailoverJob, ProtectedItemModelPropertiesResponseLastTestFailoverJobArgs
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- Display
Name This property is required. string - Gets or sets the workflow friendly display name.
- End
Time This property is required. string - Gets or sets end time of the workflow.
- Id
This property is required. string - Gets or sets workflow Id.
- Name
This property is required. string - Gets or sets workflow name.
- Scenario
Name This property is required. string - Gets or sets protection scenario name.
- Start
Time This property is required. string - Gets or sets start time of the workflow.
- State
This property is required. string - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
- display
Name This property is required. string - Gets or sets the workflow friendly display name.
- end
Time This property is required. string - Gets or sets end time of the workflow.
- id
This property is required. string - Gets or sets workflow Id.
- name
This property is required. string - Gets or sets workflow name.
- scenario
Name This property is required. string - Gets or sets protection scenario name.
- start
Time This property is required. string - Gets or sets start time of the workflow.
- state
This property is required. string - Gets or sets workflow state.
- display_
name This property is required. str - Gets or sets the workflow friendly display name.
- end_
time This property is required. str - Gets or sets end time of the workflow.
- id
This property is required. str - Gets or sets workflow Id.
- name
This property is required. str - Gets or sets workflow name.
- scenario_
name This property is required. str - Gets or sets protection scenario name.
- start_
time This property is required. str - Gets or sets start time of the workflow.
- state
This property is required. str - Gets or sets workflow state.
- display
Name This property is required. String - Gets or sets the workflow friendly display name.
- end
Time This property is required. String - Gets or sets end time of the workflow.
- id
This property is required. String - Gets or sets workflow Id.
- name
This property is required. String - Gets or sets workflow name.
- scenario
Name This property is required. String - Gets or sets protection scenario name.
- start
Time This property is required. String - Gets or sets start time of the workflow.
- state
This property is required. String - Gets or sets workflow state.
ProtectedItemModelResponseSystemData, ProtectedItemModelResponseSystemDataArgs
- Created
At string - Gets or sets the timestamp of resource creation (UTC).
- Created
By string - Gets or sets identity that created the resource.
- Created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- Last
Modified stringBy - Gets or sets the identity that last modified the resource.
- Last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- Created
At string - Gets or sets the timestamp of resource creation (UTC).
- Created
By string - Gets or sets identity that created the resource.
- Created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- Last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- Last
Modified stringBy - Gets or sets the identity that last modified the resource.
- Last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - Gets or sets the timestamp of resource creation (UTC).
- created
By String - Gets or sets identity that created the resource.
- created
By StringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified StringBy - Gets or sets the identity that last modified the resource.
- last
Modified StringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At string - Gets or sets the timestamp of resource creation (UTC).
- created
By string - Gets or sets identity that created the resource.
- created
By stringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified stringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified stringBy - Gets or sets the identity that last modified the resource.
- last
Modified stringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created_
at str - Gets or sets the timestamp of resource creation (UTC).
- created_
by str - Gets or sets identity that created the resource.
- created_
by_ strtype - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last_
modified_ strat - Gets or sets the timestamp of resource last modification (UTC).
- last_
modified_ strby - Gets or sets the identity that last modified the resource.
- last_
modified_ strby_ type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- created
At String - Gets or sets the timestamp of resource creation (UTC).
- created
By String - Gets or sets identity that created the resource.
- created
By StringType - Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- last
Modified StringAt - Gets or sets the timestamp of resource last modification (UTC).
- last
Modified StringBy - Gets or sets the identity that last modified the resource.
- last
Modified StringBy Type - Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
VMNicSelection, VMNicSelectionArgs
- Not
Selected - NotSelected
- Selected
By User - SelectedByUser
- Selected
By Default - SelectedByDefault
- Selected
By User Override - SelectedByUserOverride
- VMNic
Selection Not Selected - NotSelected
- VMNic
Selection Selected By User - SelectedByUser
- VMNic
Selection Selected By Default - SelectedByDefault
- VMNic
Selection Selected By User Override - SelectedByUserOverride
- Not
Selected - NotSelected
- Selected
By User - SelectedByUser
- Selected
By Default - SelectedByDefault
- Selected
By User Override - SelectedByUserOverride
- Not
Selected - NotSelected
- Selected
By User - SelectedByUser
- Selected
By Default - SelectedByDefault
- Selected
By User Override - SelectedByUserOverride
- NOT_SELECTED
- NotSelected
- SELECTED_BY_USER
- SelectedByUser
- SELECTED_BY_DEFAULT
- SelectedByDefault
- SELECTED_BY_USER_OVERRIDE
- SelectedByUserOverride
- "Not
Selected" - NotSelected
- "Selected
By User" - SelectedByUser
- "Selected
By Default" - SelectedByDefault
- "Selected
By User Override" - SelectedByUserOverride
VMwareToAzStackHCIDiskInput, VMwareToAzStackHCIDiskInputArgs
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. double - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. float64 - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Double - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. string - Gets or sets the disk Id.
- disk
Size GB This property is required. number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk_
file_ format This property is required. str - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id This property is required. str - Gets or sets the disk Id.
- disk_
size_ gb This property is required. float - Gets or sets the disk size in GB.
- is_
os_ disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- is_
dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage_
container_ strid - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
VMwareToAzStackHCIDiskInputResponse, VMwareToAzStackHCIDiskInputResponseArgs
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. double - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- Disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id This property is required. string - Gets or sets the disk Id.
- Disk
Size GB This property is required. float64 - Gets or sets the disk size in GB.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Double - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. string - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. string - Gets or sets the disk Id.
- disk
Size GB This property is required. number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container stringId - Gets or sets the target storage account ARM Id.
- disk_
file_ format This property is required. str - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id This property is required. str - Gets or sets the disk Id.
- disk_
size_ gb This property is required. float - Gets or sets the disk size in GB.
- is_
os_ disk This property is required. bool - Gets or sets a value indicating whether disk is os disk.
- is_
dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage_
container_ strid - Gets or sets the target storage account ARM Id.
- disk
File Format This property is required. String - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id This property is required. String - Gets or sets the disk Id.
- disk
Size GB This property is required. Number - Gets or sets the disk size in GB.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether disk is os disk.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- storage
Container StringId - Gets or sets the target storage account ARM Id.
VMwareToAzStackHCINicInput, VMwareToAzStackHCINicInputArgs
- Label
This property is required. string - Gets or sets the NIC label.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string | Pulumi.Azure Native. Data Replication. VMNic Selection - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- Label
This property is required. string - Gets or sets the NIC label.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string | VMNicSelection - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. String - Gets or sets the NIC label.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String | VMNicSelection - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. string - Gets or sets the NIC label.
- nic
Id This property is required. string - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. string | VMNicSelection - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. str - Gets or sets the NIC label.
- nic_
id This property is required. str - Gets or sets the NIC Id.
- selection_
type_ for_ failover This property is required. str | VMNicSelection - Gets or sets the selection type of the NIC.
- target_
network_ id This property is required. str - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ id This property is required. str - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. String - Gets or sets the NIC label.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String | "NotSelected" | "Selected By User" | "Selected By Default" | "Selected By User Override" - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
VMwareToAzStackHCINicInputResponse, VMwareToAzStackHCINicInputResponseArgs
- Label
This property is required. string - Gets or sets the NIC label.
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- Label
This property is required. string - Gets or sets the NIC label.
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. String - Gets or sets the NIC label.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. string - Gets or sets the NIC label.
- network
Name This property is required. string - Gets or sets the network name.
- nic
Id This property is required. string - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. str - Gets or sets the NIC label.
- network_
name This property is required. str - Gets or sets the network name.
- nic_
id This property is required. str - Gets or sets the NIC Id.
- selection_
type_ for_ failover This property is required. str - Gets or sets the selection type of the NIC.
- target_
network_ id This property is required. str - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ id This property is required. str - Gets or sets the target test network Id within AzStackHCI Cluster.
- label
This property is required. String - Gets or sets the NIC label.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
VMwareToAzStackHCIProtectedDiskPropertiesResponse, VMwareToAzStackHCIProtectedDiskPropertiesResponseArgs
- Capacity
In Bytes This property is required. double - Gets or sets the disk capacity in bytes.
- Disk
Type This property is required. string - Gets or sets the disk type.
- Is
Dynamic This property is required. bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk Name This property is required. string - Gets or sets the failover clone disk.
- Seed
Disk Name This property is required. string - Gets or sets the seed disk name.
- Source
Disk Id This property is required. string - Gets or sets the source disk Id.
- Source
Disk Name This property is required. string - Gets or sets the source disk Name.
- Storage
Container Id This property is required. string - Gets or sets the ARM Id of the storage container.
- Storage
Container Local Path This property is required. string - Gets or sets the local path of the storage container.
- Test
Migrate Disk Name This property is required. string - Gets or sets the test failover clone disk.
- Capacity
In Bytes This property is required. float64 - Gets or sets the disk capacity in bytes.
- Disk
Type This property is required. string - Gets or sets the disk type.
- Is
Dynamic This property is required. bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os Disk This property is required. bool - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk Name This property is required. string - Gets or sets the failover clone disk.
- Seed
Disk Name This property is required. string - Gets or sets the seed disk name.
- Source
Disk Id This property is required. string - Gets or sets the source disk Id.
- Source
Disk Name This property is required. string - Gets or sets the source disk Name.
- Storage
Container Id This property is required. string - Gets or sets the ARM Id of the storage container.
- Storage
Container Local Path This property is required. string - Gets or sets the local path of the storage container.
- Test
Migrate Disk Name This property is required. string - Gets or sets the test failover clone disk.
- capacity
In Bytes This property is required. Double - Gets or sets the disk capacity in bytes.
- disk
Type This property is required. String - Gets or sets the disk type.
- is
Dynamic This property is required. Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk Name This property is required. String - Gets or sets the failover clone disk.
- seed
Disk Name This property is required. String - Gets or sets the seed disk name.
- source
Disk Id This property is required. String - Gets or sets the source disk Id.
- source
Disk Name This property is required. String - Gets or sets the source disk Name.
- storage
Container Id This property is required. String - Gets or sets the ARM Id of the storage container.
- storage
Container Local Path This property is required. String - Gets or sets the local path of the storage container.
- test
Migrate Disk Name This property is required. String - Gets or sets the test failover clone disk.
- capacity
In Bytes This property is required. number - Gets or sets the disk capacity in bytes.
- disk
Type This property is required. string - Gets or sets the disk type.
- is
Dynamic This property is required. boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os Disk This property is required. boolean - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk Name This property is required. string - Gets or sets the failover clone disk.
- seed
Disk Name This property is required. string - Gets or sets the seed disk name.
- source
Disk Id This property is required. string - Gets or sets the source disk Id.
- source
Disk Name This property is required. string - Gets or sets the source disk Name.
- storage
Container Id This property is required. string - Gets or sets the ARM Id of the storage container.
- storage
Container Local Path This property is required. string - Gets or sets the local path of the storage container.
- test
Migrate Disk Name This property is required. string - Gets or sets the test failover clone disk.
- capacity_
in_ bytes This property is required. float - Gets or sets the disk capacity in bytes.
- disk_
type This property is required. str - Gets or sets the disk type.
- is_
dynamic This property is required. bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is_
os_ disk This property is required. bool - Gets or sets a value indicating whether the disk is the OS disk.
- migrate_
disk_ name This property is required. str - Gets or sets the failover clone disk.
- seed_
disk_ name This property is required. str - Gets or sets the seed disk name.
- source_
disk_ id This property is required. str - Gets or sets the source disk Id.
- source_
disk_ name This property is required. str - Gets or sets the source disk Name.
- storage_
container_ id This property is required. str - Gets or sets the ARM Id of the storage container.
- storage_
container_ local_ path This property is required. str - Gets or sets the local path of the storage container.
- test_
migrate_ disk_ name This property is required. str - Gets or sets the test failover clone disk.
- capacity
In Bytes This property is required. Number - Gets or sets the disk capacity in bytes.
- disk
Type This property is required. String - Gets or sets the disk type.
- is
Dynamic This property is required. Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os Disk This property is required. Boolean - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk Name This property is required. String - Gets or sets the failover clone disk.
- seed
Disk Name This property is required. String - Gets or sets the seed disk name.
- source
Disk Id This property is required. String - Gets or sets the source disk Id.
- source
Disk Name This property is required. String - Gets or sets the source disk Name.
- storage
Container Id This property is required. String - Gets or sets the ARM Id of the storage container.
- storage
Container Local Path This property is required. String - Gets or sets the local path of the storage container.
- test
Migrate Disk Name This property is required. String - Gets or sets the test failover clone disk.
VMwareToAzStackHCIProtectedItemModelCustomProperties, VMwareToAzStackHCIProtectedItemModelCustomPropertiesArgs
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. VMware To Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Nics
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. VMware To Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- Run
As Account Id This property is required. string - Gets or sets the run as account Id.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Dynamic
Memory Pulumi.Config Azure Native. Data Replication. Inputs. Protected Item Dynamic Memory Config - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Perform
Auto boolResync - Gets or sets a value indicating whether auto resync is to be done.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. []VMwareTo Az Stack HCIDisk Input - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Nics
To Include This property is required. []VMwareTo Az Stack HCINic Input - Gets or sets the list of VM NIC to replicate.
- Run
As Account Id This property is required. string - Gets or sets the run as account Id.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Dynamic
Memory ProtectedConfig Item Dynamic Memory Config - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Perform
Auto boolResync - Gets or sets a value indicating whether auto resync is to be done.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<VMwareTo Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics
To Include This property is required. List<VMwareTo Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- run
As Account Id This property is required. String - Gets or sets the run as account Id.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- perform
Auto BooleanResync - Gets or sets a value indicating whether auto resync is to be done.
- target
Cpu IntegerCores - Gets or sets the target CPU cores.
- target
Memory IntegerIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. VMwareTo Az Stack HCIDisk Input[] - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics
To Include This property is required. VMwareTo Az Stack HCINic Input[] - Gets or sets the list of VM NIC to replicate.
- run
As Account Id This property is required. string - Gets or sets the run as account Id.
- source
Dra Name This property is required. string - Gets or sets the source DRA name.
- storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra Name This property is required. string - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config - Protected item dynamic memory config.
- is
Dynamic booleanRam - Gets or sets a value indicating whether memory is dynamical.
- perform
Auto booleanResync - Gets or sets a value indicating whether auto resync is to be done.
- target
Cpu numberCores - Gets or sets the target CPU cores.
- target
Memory numberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm stringName - Gets or sets the target VM display name.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom_
location_ region This property is required. str - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ include This property is required. Sequence[VMwareTo Az Stack HCIDisk Input] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ machine_ id This property is required. str - Gets or sets the ARM Id of the discovered machine.
- hyper_
v_ generation This property is required. str - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics_
to_ include This property is required. Sequence[VMwareTo Az Stack HCINic Input] - Gets or sets the list of VM NIC to replicate.
- run_
as_ account_ id This property is required. str - Gets or sets the run as account Id.
- source_
dra_ name This property is required. str - Gets or sets the source DRA name.
- storage_
container_ id This property is required. str - Gets or sets the target storage container ARM Id.
- target_
arc_ cluster_ custom_ location_ id This property is required. str - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
dra_ name This property is required. str - Gets or sets the target DRA name.
- target_
hci_ cluster_ id This property is required. str - Gets or sets the Target HCI Cluster ARM Id.
- target_
resource_ group_ id This property is required. str - Gets or sets the target resource group ARM Id.
- dynamic_
memory_ Protectedconfig Item Dynamic Memory Config - Protected item dynamic memory config.
- is_
dynamic_ boolram - Gets or sets a value indicating whether memory is dynamical.
- perform_
auto_ boolresync - Gets or sets a value indicating whether auto resync is to be done.
- target_
cpu_ intcores - Gets or sets the target CPU cores.
- target_
memory_ intin_ mega_ bytes - Gets or sets the target memory in mega-bytes.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- target_
vm_ strname - Gets or sets the target VM display name.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<Property Map> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics
To Include This property is required. List<Property Map> - Gets or sets the list of VM NIC to replicate.
- run
As Account Id This property is required. String - Gets or sets the run as account Id.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- dynamic
Memory Property MapConfig - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- perform
Auto BooleanResync - Gets or sets a value indicating whether auto resync is to be done.
- target
Cpu NumberCores - Gets or sets the target CPU cores.
- target
Memory NumberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
VMwareToAzStackHCIProtectedItemModelCustomPropertiesResponse, VMwareToAzStackHCIProtectedItemModelCustomPropertiesResponseArgs
- Active
Location This property is required. string - Gets or sets the location of the protected item.
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. VMware To Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery Point Id This property is required. string - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type This property is required. string - Gets or sets the firmware type.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Initial
Replication Progress Percentage This property is required. int - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Last
Recovery Point Id This property is required. string - Gets or sets the last recovery point Id.
- Last
Recovery Point Received This property is required. string - Gets or sets the last recovery point received time.
- Last
Replication Update Time This property is required. string - Gets or sets the latest timestamp that replication status is updated.
- Migration
Progress Percentage This property is required. int - Gets or sets the migration progress percentage.
- Nics
To Include This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. VMware To Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- Os
Name This property is required. string - Gets or sets the name of the OS.
- Os
Type This property is required. string - Gets or sets the type of the OS.
- Protected
Disks This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. VMware To Az Stack HCIProtected Disk Properties Response> - Gets or sets the list of protected disks.
- Protected
Nics This property is required. List<Pulumi.Azure Native. Data Replication. Inputs. VMware To Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- Resume
Progress Percentage This property is required. int - Gets or sets the resume progress percentage.
- Resume
Retry Count This property is required. double - Gets or sets the resume retry count.
- Resync
Progress Percentage This property is required. int - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Resync
Required This property is required. bool - Gets or sets a value indicating whether resync is required.
- Resync
Retry Count This property is required. double - Gets or sets the resync retry count.
- Resync
State This property is required. string - Gets or sets the resync state.
- Run
As Account Id This property is required. string - Gets or sets the run as account Id.
- Source
Appliance Name This property is required. string - Gets or sets the source appliance name.
- Source
Cpu Cores This property is required. int - Gets or sets the source VM CPU cores.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Source
Memory In Mega Bytes This property is required. double - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm Name This property is required. string - Gets or sets the source VM display name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Appliance Name This property is required. string - Gets or sets the target appliance name.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az Stack Hci Cluster Name This property is required. string - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location This property is required. string - Gets or sets the target location.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Target
Vm Bios Id This property is required. string - Gets or sets the BIOS Id of the target AzStackHCI VM.
- Dynamic
Memory Pulumi.Config Azure Native. Data Replication. Inputs. Protected Item Dynamic Memory Config Response - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Perform
Auto boolResync - Gets or sets a value indicating whether auto resync is to be done.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Active
Location This property is required. string - Gets or sets the location of the protected item.
- Custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To Include This property is required. []VMwareTo Az Stack HCIDisk Input Response - Gets or sets the list of disks to replicate.
- Fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery Point Id This property is required. string - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type This property is required. string - Gets or sets the firmware type.
- Hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Initial
Replication Progress Percentage This property is required. int - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Last
Recovery Point Id This property is required. string - Gets or sets the last recovery point Id.
- Last
Recovery Point Received This property is required. string - Gets or sets the last recovery point received time.
- Last
Replication Update Time This property is required. string - Gets or sets the latest timestamp that replication status is updated.
- Migration
Progress Percentage This property is required. int - Gets or sets the migration progress percentage.
- Nics
To Include This property is required. []VMwareTo Az Stack HCINic Input Response - Gets or sets the list of VM NIC to replicate.
- Os
Name This property is required. string - Gets or sets the name of the OS.
- Os
Type This property is required. string - Gets or sets the type of the OS.
- Protected
Disks This property is required. []VMwareTo Az Stack HCIProtected Disk Properties Response - Gets or sets the list of protected disks.
- Protected
Nics This property is required. []VMwareTo Az Stack HCIProtected Nic Properties Response - Gets or sets the VM NIC details.
- Resume
Progress Percentage This property is required. int - Gets or sets the resume progress percentage.
- Resume
Retry Count This property is required. float64 - Gets or sets the resume retry count.
- Resync
Progress Percentage This property is required. int - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Resync
Required This property is required. bool - Gets or sets a value indicating whether resync is required.
- Resync
Retry Count This property is required. float64 - Gets or sets the resync retry count.
- Resync
State This property is required. string - Gets or sets the resync state.
- Run
As Account Id This property is required. string - Gets or sets the run as account Id.
- Source
Appliance Name This property is required. string - Gets or sets the source appliance name.
- Source
Cpu Cores This property is required. int - Gets or sets the source VM CPU cores.
- Source
Dra Name This property is required. string - Gets or sets the source DRA name.
- Source
Memory In Mega Bytes This property is required. float64 - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm Name This property is required. string - Gets or sets the source VM display name.
- Storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- Target
Appliance Name This property is required. string - Gets or sets the target appliance name.
- Target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az Stack Hci Cluster Name This property is required. string - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra Name This property is required. string - Gets or sets the target DRA name.
- Target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location This property is required. string - Gets or sets the target location.
- Target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- Target
Vm Bios Id This property is required. string - Gets or sets the BIOS Id of the target AzStackHCI VM.
- Dynamic
Memory ProtectedConfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- Is
Dynamic boolRam - Gets or sets a value indicating whether memory is dynamical.
- Perform
Auto boolResync - Gets or sets a value indicating whether auto resync is to be done.
- Target
Cpu intCores - Gets or sets the target CPU cores.
- Target
Memory intIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Target
Vm stringName - Gets or sets the target VM display name.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- active
Location This property is required. String - Gets or sets the location of the protected item.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<VMwareTo Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery Point Id This property is required. String - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type This property is required. String - Gets or sets the firmware type.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial
Replication Progress Percentage This property is required. Integer - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last
Recovery Point Id This property is required. String - Gets or sets the last recovery point Id.
- last
Recovery Point Received This property is required. String - Gets or sets the last recovery point received time.
- last
Replication Update Time This property is required. String - Gets or sets the latest timestamp that replication status is updated.
- migration
Progress Percentage This property is required. Integer - Gets or sets the migration progress percentage.
- nics
To Include This property is required. List<VMwareTo Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- os
Name This property is required. String - Gets or sets the name of the OS.
- os
Type This property is required. String - Gets or sets the type of the OS.
- protected
Disks This property is required. List<VMwareTo Az Stack HCIProtected Disk Properties Response> - Gets or sets the list of protected disks.
- protected
Nics This property is required. List<VMwareTo Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- resume
Progress Percentage This property is required. Integer - Gets or sets the resume progress percentage.
- resume
Retry Count This property is required. Double - Gets or sets the resume retry count.
- resync
Progress Percentage This property is required. Integer - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync
Required This property is required. Boolean - Gets or sets a value indicating whether resync is required.
- resync
Retry Count This property is required. Double - Gets or sets the resync retry count.
- resync
State This property is required. String - Gets or sets the resync state.
- run
As Account Id This property is required. String - Gets or sets the run as account Id.
- source
Appliance Name This property is required. String - Gets or sets the source appliance name.
- source
Cpu Cores This property is required. Integer - Gets or sets the source VM CPU cores.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- source
Memory In Mega Bytes This property is required. Double - Gets or sets the source VM ram memory size in megabytes.
- source
Vm Name This property is required. String - Gets or sets the source VM display name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Appliance Name This property is required. String - Gets or sets the target appliance name.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az Stack Hci Cluster Name This property is required. String - Gets or sets the Target AzStackHCI cluster name.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Location This property is required. String - Gets or sets the target location.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- target
Vm Bios Id This property is required. String - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- perform
Auto BooleanResync - Gets or sets a value indicating whether auto resync is to be done.
- target
Cpu IntegerCores - Gets or sets the target CPU cores.
- target
Memory IntegerIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- active
Location This property is required. string - Gets or sets the location of the protected item.
- custom
Location Region This property is required. string - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. VMwareTo Az Stack HCIDisk Input Response[] - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. string - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery Point Id This property is required. string - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type This property is required. string - Gets or sets the firmware type.
- hyper
VGeneration This property is required. string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial
Replication Progress Percentage This property is required. number - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last
Recovery Point Id This property is required. string - Gets or sets the last recovery point Id.
- last
Recovery Point Received This property is required. string - Gets or sets the last recovery point received time.
- last
Replication Update Time This property is required. string - Gets or sets the latest timestamp that replication status is updated.
- migration
Progress Percentage This property is required. number - Gets or sets the migration progress percentage.
- nics
To Include This property is required. VMwareTo Az Stack HCINic Input Response[] - Gets or sets the list of VM NIC to replicate.
- os
Name This property is required. string - Gets or sets the name of the OS.
- os
Type This property is required. string - Gets or sets the type of the OS.
- protected
Disks This property is required. VMwareTo Az Stack HCIProtected Disk Properties Response[] - Gets or sets the list of protected disks.
- protected
Nics This property is required. VMwareTo Az Stack HCIProtected Nic Properties Response[] - Gets or sets the VM NIC details.
- resume
Progress Percentage This property is required. number - Gets or sets the resume progress percentage.
- resume
Retry Count This property is required. number - Gets or sets the resume retry count.
- resync
Progress Percentage This property is required. number - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync
Required This property is required. boolean - Gets or sets a value indicating whether resync is required.
- resync
Retry Count This property is required. number - Gets or sets the resync retry count.
- resync
State This property is required. string - Gets or sets the resync state.
- run
As Account Id This property is required. string - Gets or sets the run as account Id.
- source
Appliance Name This property is required. string - Gets or sets the source appliance name.
- source
Cpu Cores This property is required. number - Gets or sets the source VM CPU cores.
- source
Dra Name This property is required. string - Gets or sets the source DRA name.
- source
Memory In Mega Bytes This property is required. number - Gets or sets the source VM ram memory size in megabytes.
- source
Vm Name This property is required. string - Gets or sets the source VM display name.
- storage
Container Id This property is required. string - Gets or sets the target storage container ARM Id.
- target
Appliance Name This property is required. string - Gets or sets the target appliance name.
- target
Arc Cluster Custom Location Id This property is required. string - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az Stack Hci Cluster Name This property is required. string - Gets or sets the Target AzStackHCI cluster name.
- target
Dra Name This property is required. string - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. string - Gets or sets the Target HCI Cluster ARM Id.
- target
Location This property is required. string - Gets or sets the target location.
- target
Resource Group Id This property is required. string - Gets or sets the target resource group ARM Id.
- target
Vm Bios Id This property is required. string - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic
Memory ProtectedConfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- is
Dynamic booleanRam - Gets or sets a value indicating whether memory is dynamical.
- perform
Auto booleanResync - Gets or sets a value indicating whether auto resync is to be done.
- target
Cpu numberCores - Gets or sets the target CPU cores.
- target
Memory numberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm stringName - Gets or sets the target VM display name.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- active_
location This property is required. str - Gets or sets the location of the protected item.
- custom_
location_ region This property is required. str - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ include This property is required. Sequence[VMwareTo Az Stack HCIDisk Input Response] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ machine_ id This property is required. str - Gets or sets the ARM Id of the discovered machine.
- failover_
recovery_ point_ id This property is required. str - Gets or sets the recovery point Id to which the VM was failed over.
- firmware_
type This property is required. str - Gets or sets the firmware type.
- hyper_
v_ generation This property is required. str - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial_
replication_ progress_ percentage This property is required. int - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last_
recovery_ point_ id This property is required. str - Gets or sets the last recovery point Id.
- last_
recovery_ point_ received This property is required. str - Gets or sets the last recovery point received time.
- last_
replication_ update_ time This property is required. str - Gets or sets the latest timestamp that replication status is updated.
- migration_
progress_ percentage This property is required. int - Gets or sets the migration progress percentage.
- nics_
to_ include This property is required. Sequence[VMwareTo Az Stack HCINic Input Response] - Gets or sets the list of VM NIC to replicate.
- os_
name This property is required. str - Gets or sets the name of the OS.
- os_
type This property is required. str - Gets or sets the type of the OS.
- protected_
disks This property is required. Sequence[VMwareTo Az Stack HCIProtected Disk Properties Response] - Gets or sets the list of protected disks.
- protected_
nics This property is required. Sequence[VMwareTo Az Stack HCIProtected Nic Properties Response] - Gets or sets the VM NIC details.
- resume_
progress_ percentage This property is required. int - Gets or sets the resume progress percentage.
- resume_
retry_ count This property is required. float - Gets or sets the resume retry count.
- resync_
progress_ percentage This property is required. int - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync_
required This property is required. bool - Gets or sets a value indicating whether resync is required.
- resync_
retry_ count This property is required. float - Gets or sets the resync retry count.
- resync_
state This property is required. str - Gets or sets the resync state.
- run_
as_ account_ id This property is required. str - Gets or sets the run as account Id.
- source_
appliance_ name This property is required. str - Gets or sets the source appliance name.
- source_
cpu_ cores This property is required. int - Gets or sets the source VM CPU cores.
- source_
dra_ name This property is required. str - Gets or sets the source DRA name.
- source_
memory_ in_ mega_ bytes This property is required. float - Gets or sets the source VM ram memory size in megabytes.
- source_
vm_ name This property is required. str - Gets or sets the source VM display name.
- storage_
container_ id This property is required. str - Gets or sets the target storage container ARM Id.
- target_
appliance_ name This property is required. str - Gets or sets the target appliance name.
- target_
arc_ cluster_ custom_ location_ id This property is required. str - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
az_ stack_ hci_ cluster_ name This property is required. str - Gets or sets the Target AzStackHCI cluster name.
- target_
dra_ name This property is required. str - Gets or sets the target DRA name.
- target_
hci_ cluster_ id This property is required. str - Gets or sets the Target HCI Cluster ARM Id.
- target_
location This property is required. str - Gets or sets the target location.
- target_
resource_ group_ id This property is required. str - Gets or sets the target resource group ARM Id.
- target_
vm_ bios_ id This property is required. str - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic_
memory_ Protectedconfig Item Dynamic Memory Config Response - Protected item dynamic memory config.
- is_
dynamic_ boolram - Gets or sets a value indicating whether memory is dynamical.
- perform_
auto_ boolresync - Gets or sets a value indicating whether auto resync is to be done.
- target_
cpu_ intcores - Gets or sets the target CPU cores.
- target_
memory_ intin_ mega_ bytes - Gets or sets the target memory in mega-bytes.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- target_
vm_ strname - Gets or sets the target VM display name.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- active
Location This property is required. String - Gets or sets the location of the protected item.
- custom
Location Region This property is required. String - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To Include This property is required. List<Property Map> - Gets or sets the list of disks to replicate.
- fabric
Discovery Machine Id This property is required. String - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery Point Id This property is required. String - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type This property is required. String - Gets or sets the firmware type.
- hyper
VGeneration This property is required. String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial
Replication Progress Percentage This property is required. Number - Gets or sets the initial replication progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- last
Recovery Point Id This property is required. String - Gets or sets the last recovery point Id.
- last
Recovery Point Received This property is required. String - Gets or sets the last recovery point received time.
- last
Replication Update Time This property is required. String - Gets or sets the latest timestamp that replication status is updated.
- migration
Progress Percentage This property is required. Number - Gets or sets the migration progress percentage.
- nics
To Include This property is required. List<Property Map> - Gets or sets the list of VM NIC to replicate.
- os
Name This property is required. String - Gets or sets the name of the OS.
- os
Type This property is required. String - Gets or sets the type of the OS.
- protected
Disks This property is required. List<Property Map> - Gets or sets the list of protected disks.
- protected
Nics This property is required. List<Property Map> - Gets or sets the VM NIC details.
- resume
Progress Percentage This property is required. Number - Gets or sets the resume progress percentage.
- resume
Retry Count This property is required. Number - Gets or sets the resume retry count.
- resync
Progress Percentage This property is required. Number - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync
Required This property is required. Boolean - Gets or sets a value indicating whether resync is required.
- resync
Retry Count This property is required. Number - Gets or sets the resync retry count.
- resync
State This property is required. String - Gets or sets the resync state.
- run
As Account Id This property is required. String - Gets or sets the run as account Id.
- source
Appliance Name This property is required. String - Gets or sets the source appliance name.
- source
Cpu Cores This property is required. Number - Gets or sets the source VM CPU cores.
- source
Dra Name This property is required. String - Gets or sets the source DRA name.
- source
Memory In Mega Bytes This property is required. Number - Gets or sets the source VM ram memory size in megabytes.
- source
Vm Name This property is required. String - Gets or sets the source VM display name.
- storage
Container Id This property is required. String - Gets or sets the target storage container ARM Id.
- target
Appliance Name This property is required. String - Gets or sets the target appliance name.
- target
Arc Cluster Custom Location Id This property is required. String - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az Stack Hci Cluster Name This property is required. String - Gets or sets the Target AzStackHCI cluster name.
- target
Dra Name This property is required. String - Gets or sets the target DRA name.
- target
Hci Cluster Id This property is required. String - Gets or sets the Target HCI Cluster ARM Id.
- target
Location This property is required. String - Gets or sets the target location.
- target
Resource Group Id This property is required. String - Gets or sets the target resource group ARM Id.
- target
Vm Bios Id This property is required. String - Gets or sets the BIOS Id of the target AzStackHCI VM.
- dynamic
Memory Property MapConfig - Protected item dynamic memory config.
- is
Dynamic BooleanRam - Gets or sets a value indicating whether memory is dynamical.
- perform
Auto BooleanResync - Gets or sets a value indicating whether auto resync is to be done.
- target
Cpu NumberCores - Gets or sets the target CPU cores.
- target
Memory NumberIn Mega Bytes - Gets or sets the target memory in mega-bytes.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- target
Vm StringName - Gets or sets the target VM display name.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
VMwareToAzStackHCIProtectedNicPropertiesResponse, VMwareToAzStackHCIProtectedNicPropertiesResponseArgs
- Label
This property is required. string - Gets or sets the NIC label.
- Mac
Address This property is required. string - Gets or sets the NIC mac address.
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- Is
Primary boolNic - Gets or sets a value indicating whether this is the primary NIC.
- Label
This property is required. string - Gets or sets the NIC label.
- Mac
Address This property is required. string - Gets or sets the NIC mac address.
- Network
Name This property is required. string - Gets or sets the network name.
- Nic
Id This property is required. string - Gets or sets the NIC Id.
- Selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- Target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- Is
Primary boolNic - Gets or sets a value indicating whether this is the primary NIC.
- label
This property is required. String - Gets or sets the NIC label.
- mac
Address This property is required. String - Gets or sets the NIC mac address.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
- is
Primary BooleanNic - Gets or sets a value indicating whether this is the primary NIC.
- label
This property is required. string - Gets or sets the NIC label.
- mac
Address This property is required. string - Gets or sets the NIC mac address.
- network
Name This property is required. string - Gets or sets the network name.
- nic
Id This property is required. string - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. string - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. string - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. string - Gets or sets the target test network Id within AzStackHCI Cluster.
- is
Primary booleanNic - Gets or sets a value indicating whether this is the primary NIC.
- label
This property is required. str - Gets or sets the NIC label.
- mac_
address This property is required. str - Gets or sets the NIC mac address.
- network_
name This property is required. str - Gets or sets the network name.
- nic_
id This property is required. str - Gets or sets the NIC Id.
- selection_
type_ for_ failover This property is required. str - Gets or sets the selection type of the NIC.
- target_
network_ id This property is required. str - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ id This property is required. str - Gets or sets the target test network Id within AzStackHCI Cluster.
- is_
primary_ boolnic - Gets or sets a value indicating whether this is the primary NIC.
- label
This property is required. String - Gets or sets the NIC label.
- mac
Address This property is required. String - Gets or sets the NIC mac address.
- network
Name This property is required. String - Gets or sets the network name.
- nic
Id This property is required. String - Gets or sets the NIC Id.
- selection
Type For Failover This property is required. String - Gets or sets the selection type of the NIC.
- target
Network Id This property is required. String - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network Id This property is required. String - Gets or sets the target test network Id within AzStackHCI Cluster.
- is
Primary BooleanNic - Gets or sets a value indicating whether this is the primary NIC.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:datareplication:ProtectedItem t /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/protectedItems/{protectedItemName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0