azure-native.datareplication.ProtectedItem
Explore with Pulumi AI
Protected item model. Azure REST API version: 2021-02-16-preview.
Example Usage
ProtectedItem_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var protectedItem = new AzureNative.DataReplication.ProtectedItem("protectedItem", new()
{
Properties = new AzureNative.DataReplication.Inputs.ProtectedItemModelPropertiesArgs
{
CustomProperties =
{
{ "instanceType", "ProtectedItemModelCustomProperties" },
},
PolicyName = "tjoeiynplt",
ReplicationExtensionName = "jwxdo",
},
ProtectedItemName = "d",
ResourceGroupName = "rgrecoveryservicesdatareplication",
VaultName = "4",
});
});
package main
import (
datareplication "github.com/pulumi/pulumi-azure-native-sdk/datareplication/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datareplication.NewProtectedItem(ctx, "protectedItem", &datareplication.ProtectedItemArgs{
Properties: &datareplication.ProtectedItemModelPropertiesArgs{
CustomProperties: pulumi.Any{
InstanceType: pulumi.String("ProtectedItemModelCustomProperties"),
},
PolicyName: pulumi.String("tjoeiynplt"),
ReplicationExtensionName: pulumi.String("jwxdo"),
},
ProtectedItemName: pulumi.String("d"),
ResourceGroupName: pulumi.String("rgrecoveryservicesdatareplication"),
VaultName: pulumi.String("4"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.datareplication.ProtectedItem;
import com.pulumi.azurenative.datareplication.ProtectedItemArgs;
import com.pulumi.azurenative.datareplication.inputs.ProtectedItemModelPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var protectedItem = new ProtectedItem("protectedItem", ProtectedItemArgs.builder()
.properties(ProtectedItemModelPropertiesArgs.builder()
.customProperties(HyperVToAzStackHCIProtectedItemModelCustomPropertiesArgs.builder()
.instanceType("ProtectedItemModelCustomProperties")
.build())
.policyName("tjoeiynplt")
.replicationExtensionName("jwxdo")
.build())
.protectedItemName("d")
.resourceGroupName("rgrecoveryservicesdatareplication")
.vaultName("4")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
protected_item = azure_native.datareplication.ProtectedItem("protectedItem",
properties={
"custom_properties": {
"instance_type": "ProtectedItemModelCustomProperties",
},
"policy_name": "tjoeiynplt",
"replication_extension_name": "jwxdo",
},
protected_item_name="d",
resource_group_name="rgrecoveryservicesdatareplication",
vault_name="4")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const protectedItem = new azure_native.datareplication.ProtectedItem("protectedItem", {
properties: {
customProperties: {
instanceType: "ProtectedItemModelCustomProperties",
},
policyName: "tjoeiynplt",
replicationExtensionName: "jwxdo",
},
protectedItemName: "d",
resourceGroupName: "rgrecoveryservicesdatareplication",
vaultName: "4",
});
resources:
protectedItem:
type: azure-native:datareplication:ProtectedItem
properties:
properties:
customProperties:
instanceType: ProtectedItemModelCustomProperties
policyName: tjoeiynplt
replicationExtensionName: jwxdo
protectedItemName: d
resourceGroupName: rgrecoveryservicesdatareplication
vaultName: '4'
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 string
- The unique name of the resource.
- args ProtectedItemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args ProtectedItemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProtectedItemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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={
"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",
},
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
The ProtectedItem resource accepts the following input properties:
- Properties
Pulumi.
Azure Native. Data Replication. Inputs. Protected Item Model Properties - Protected item model properties.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Vault
Name string - The vault name.
- Protected
Item stringName - The protected item name.
- Properties
Protected
Item Model Properties Args - Protected item model properties.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Vault
Name string - The vault name.
- Protected
Item stringName - The protected item name.
- properties
Protected
Item Model Properties - Protected item model properties.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- vault
Name String - The vault name.
- protected
Item StringName - The protected item name.
- properties
Protected
Item Model Properties - Protected item model properties.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- vault
Name string - The vault name.
- protected
Item stringName - The protected item name.
- properties
Protected
Item Model Properties Args - Protected item model properties.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- vault_
name str - The vault name.
- protected_
item_ strname - The protected item name.
- properties Property Map
- Protected item model properties.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- vault
Name String - The vault name.
- protected
Item StringName - The protected item name.
Outputs
All input properties are implicitly available as output properties. Additionally, the ProtectedItem resource produces the following output properties:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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 string
- Gets or sets the error category.
- Causes string
- Gets or sets possible causes of the error.
- Code string
- Gets or sets the error code.
- Creation
Time string - Gets or sets the error creation time.
- Health
Category string - Gets or sets the health category.
- Is
Customer boolResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- Message string
- Gets or sets the error message.
- Recommendation string
- Gets or sets recommended action to resolve the error.
- Severity string
- Gets or sets the error severity.
- Source string
- Gets or sets the error source.
- Summary 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 string
- Gets or sets the error category.
- Causes string
- Gets or sets possible causes of the error.
- Code string
- Gets or sets the error code.
- Creation
Time string - Gets or sets the error creation time.
- Health
Category string - Gets or sets the health category.
- Is
Customer boolResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- Message string
- Gets or sets the error message.
- Recommendation string
- Gets or sets recommended action to resolve the error.
- Severity string
- Gets or sets the error severity.
- Source string
- Gets or sets the error source.
- Summary 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 String
- Gets or sets the error category.
- causes String
- Gets or sets possible causes of the error.
- code String
- Gets or sets the error code.
- creation
Time String - Gets or sets the error creation time.
- health
Category String - Gets or sets the health category.
- is
Customer BooleanResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message String
- Gets or sets the error message.
- recommendation String
- Gets or sets recommended action to resolve the error.
- severity String
- Gets or sets the error severity.
- source String
- Gets or sets the error source.
- summary 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 string
- Gets or sets the error category.
- causes string
- Gets or sets possible causes of the error.
- code string
- Gets or sets the error code.
- creation
Time string - Gets or sets the error creation time.
- health
Category string - Gets or sets the health category.
- is
Customer booleanResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message string
- Gets or sets the error message.
- recommendation string
- Gets or sets recommended action to resolve the error.
- severity string
- Gets or sets the error severity.
- source string
- Gets or sets the error source.
- summary 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 str
- Gets or sets the error category.
- causes str
- Gets or sets possible causes of the error.
- code str
- Gets or sets the error code.
- creation_
time str - Gets or sets the error creation time.
- health_
category str - Gets or sets the health category.
- is_
customer_ boolresolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message str
- Gets or sets the error message.
- recommendation str
- Gets or sets recommended action to resolve the error.
- severity str
- Gets or sets the error severity.
- source str
- Gets or sets the error source.
- summary 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 String
- Gets or sets the error category.
- causes String
- Gets or sets possible causes of the error.
- code String
- Gets or sets the error code.
- creation
Time String - Gets or sets the error creation time.
- health
Category String - Gets or sets the health category.
- is
Customer BooleanResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message String
- Gets or sets the error message.
- recommendation String
- Gets or sets recommended action to resolve the error.
- severity String
- Gets or sets the error severity.
- source String
- Gets or sets the error source.
- summary 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size doubleGB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size float64GB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size DoubleGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id string - Gets or sets the disk Id.
- disk
Size numberGB - Gets or sets the disk size in GB.
- is
Os booleanDisk - 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_ strformat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id str - Gets or sets the disk Id.
- disk_
size_ floatgb - Gets or sets the disk size in GB.
- is_
os_ booldisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size NumberGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size doubleGB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size float64GB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size DoubleGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id string - Gets or sets the disk Id.
- disk
Size numberGB - Gets or sets the disk size in GB.
- is
Os booleanDisk - 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_ strformat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id str - Gets or sets the disk Id.
- disk_
size_ floatgb - Gets or sets the disk size in GB.
- is_
os_ booldisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size NumberGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 string - Gets or sets the NIC Id.
- Selection
Type string | Pulumi.For Failover Azure Native. Data Replication. VMNic Selection - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type string | VMNicFor Failover Selection - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type String | VMNicFor Failover Selection - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic
Id string - Gets or sets the NIC Id.
- selection
Type string | VMNicFor Failover Selection - Gets or sets the selection type of the NIC.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic_
id str - Gets or sets the NIC Id.
- selection_
type_ str | VMNicfor_ failover Selection - Gets or sets the selection type of the NIC.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type String | "NotFor Failover Selected" | "Selected By User" | "Selected By Default" | "Selected By User Override" - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
HyperVToAzStackHCINicInputResponse, HyperVToAzStackHCINicInputResponseArgs
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- network
Name string - Gets or sets the network name.
- nic
Id string - Gets or sets the NIC Id.
- selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- network_
name str - Gets or sets the network name.
- nic_
id str - Gets or sets the NIC Id.
- selection_
type_ strfor_ failover - Gets or sets the selection type of the NIC.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
HyperVToAzStackHCIProtectedDiskPropertiesResponse, HyperVToAzStackHCIProtectedDiskPropertiesResponseArgs
- Capacity
In doubleBytes - Gets or sets the disk capacity in bytes.
- Disk
Type string - Gets or sets the disk type.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os boolDisk - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk stringName - Gets or sets the failover clone disk.
- Seed
Disk stringName - Gets or sets the seed disk name.
- Source
Disk stringId - Gets or sets the source disk Id.
- Source
Disk stringName - Gets or sets the source disk Name.
- Storage
Container stringId - Gets or sets the ARM Id of the storage container.
- Storage
Container stringLocal Path - Gets or sets the local path of the storage container.
- Test
Migrate stringDisk Name - Gets or sets the test failover clone disk.
- Capacity
In float64Bytes - Gets or sets the disk capacity in bytes.
- Disk
Type string - Gets or sets the disk type.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os boolDisk - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk stringName - Gets or sets the failover clone disk.
- Seed
Disk stringName - Gets or sets the seed disk name.
- Source
Disk stringId - Gets or sets the source disk Id.
- Source
Disk stringName - Gets or sets the source disk Name.
- Storage
Container stringId - Gets or sets the ARM Id of the storage container.
- Storage
Container stringLocal Path - Gets or sets the local path of the storage container.
- Test
Migrate stringDisk Name - Gets or sets the test failover clone disk.
- capacity
In DoubleBytes - Gets or sets the disk capacity in bytes.
- disk
Type String - Gets or sets the disk type.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os BooleanDisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk StringName - Gets or sets the failover clone disk.
- seed
Disk StringName - Gets or sets the seed disk name.
- source
Disk StringId - Gets or sets the source disk Id.
- source
Disk StringName - Gets or sets the source disk Name.
- storage
Container StringId - Gets or sets the ARM Id of the storage container.
- storage
Container StringLocal Path - Gets or sets the local path of the storage container.
- test
Migrate StringDisk Name - Gets or sets the test failover clone disk.
- capacity
In numberBytes - Gets or sets the disk capacity in bytes.
- disk
Type string - Gets or sets the disk type.
- is
Dynamic boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os booleanDisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk stringName - Gets or sets the failover clone disk.
- seed
Disk stringName - Gets or sets the seed disk name.
- source
Disk stringId - Gets or sets the source disk Id.
- source
Disk stringName - Gets or sets the source disk Name.
- storage
Container stringId - Gets or sets the ARM Id of the storage container.
- storage
Container stringLocal Path - Gets or sets the local path of the storage container.
- test
Migrate stringDisk Name - Gets or sets the test failover clone disk.
- capacity_
in_ floatbytes - Gets or sets the disk capacity in bytes.
- disk_
type str - Gets or sets the disk type.
- is_
dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is_
os_ booldisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate_
disk_ strname - Gets or sets the failover clone disk.
- seed_
disk_ strname - Gets or sets the seed disk name.
- source_
disk_ strid - Gets or sets the source disk Id.
- source_
disk_ strname - Gets or sets the source disk Name.
- storage_
container_ strid - Gets or sets the ARM Id of the storage container.
- storage_
container_ strlocal_ path - Gets or sets the local path of the storage container.
- test_
migrate_ strdisk_ name - Gets or sets the test failover clone disk.
- capacity
In NumberBytes - Gets or sets the disk capacity in bytes.
- disk
Type String - Gets or sets the disk type.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os BooleanDisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk StringName - Gets or sets the failover clone disk.
- seed
Disk StringName - Gets or sets the seed disk name.
- source
Disk StringId - Gets or sets the source disk Id.
- source
Disk StringName - Gets or sets the source disk Name.
- storage
Container StringId - Gets or sets the ARM Id of the storage container.
- storage
Container StringLocal Path - Gets or sets the local path of the storage container.
- test
Migrate StringDisk Name - Gets or sets the test failover clone disk.
HyperVToAzStackHCIProtectedItemModelCustomProperties, HyperVToAzStackHCIProtectedItemModelCustomPropertiesArgs
- Custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To List<Pulumi.Include Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine.
- Nics
To List<Pulumi.Include Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- Run
As stringAccount Id - Gets or sets the Run As account Id.
- Source
Dra stringName - Gets or sets the source DRA name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource stringGroup Id - 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 stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To []HyperInclude VTo Az Stack HCIDisk Input - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine.
- Nics
To []HyperInclude VTo Az Stack HCINic Input - Gets or sets the list of VM NIC to replicate.
- Run
As stringAccount Id - Gets or sets the Run As account Id.
- Source
Dra stringName - Gets or sets the source DRA name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource stringGroup Id - 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 StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<HyperInclude VTo Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine.
- nics
To List<HyperInclude VTo Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- run
As StringAccount Id - Gets or sets the Run As account Id.
- source
Dra StringName - Gets or sets the source DRA name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource StringGroup Id - 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 stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To HyperInclude VTo Az Stack HCIDisk Input[] - Gets or sets the list of disks to replicate.
- fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine.
- nics
To HyperInclude VTo Az Stack HCINic Input[] - Gets or sets the list of VM NIC to replicate.
- run
As stringAccount Id - Gets or sets the Run As account Id.
- source
Dra stringName - Gets or sets the source DRA name.
- storage
Container stringId - Gets or sets the target storage container ARM Id.
- target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra stringName - Gets or sets the target DRA name.
- target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource stringGroup Id - 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_ strregion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ Sequence[Hyperinclude VTo Az Stack HCIDisk Input] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ strmachine_ id - Gets or sets the ARM Id of the discovered machine.
- hyper_
v_ strgeneration - Gets or sets the hypervisor generation of the virtual machine.
- nics_
to_ Sequence[Hyperinclude VTo Az Stack HCINic Input] - Gets or sets the list of VM NIC to replicate.
- run_
as_ straccount_ id - Gets or sets the Run As account Id.
- source_
dra_ strname - Gets or sets the source DRA name.
- storage_
container_ strid - Gets or sets the target storage container ARM Id.
- target_
arc_ strcluster_ custom_ location_ id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
dra_ strname - Gets or sets the target DRA name.
- target_
hci_ strcluster_ id - Gets or sets the Target HCI Cluster ARM Id.
- target_
resource_ strgroup_ id - 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 StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<Property Map>Include - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine.
- nics
To List<Property Map>Include - Gets or sets the list of VM NIC to replicate.
- run
As StringAccount Id - Gets or sets the Run As account Id.
- source
Dra StringName - Gets or sets the source DRA name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource StringGroup Id - 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 string - Gets or sets the location of the protected item.
- Custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To List<Pulumi.Include Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery stringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type string - Gets or sets the firmware type.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine.
- Initial
Replication intProgress Percentage - 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 stringPoint Id - Gets or sets the last recovery point Id.
- Last
Recovery stringPoint Received - Gets or sets the last recovery point received time.
- Last
Replication stringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- Nics
To List<Pulumi.Include Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- Os
Name string - Gets or sets the name of the OS.
- Os
Type string - Gets or sets the type of the OS.
- Protected
Disks 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 List<Pulumi.Azure Native. Data Replication. Inputs. Hyper VTo Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- Resync
Progress intPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Run
As stringAccount Id - Gets or sets the Run As account Id.
- Source
Appliance stringName - Gets or sets the source appliance name.
- Source
Cpu intCores - Gets or sets the source VM CPU cores.
- Source
Dra stringName - Gets or sets the source DRA name.
- Source
Memory doubleIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm stringName - Gets or sets the source VM display name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Appliance stringName - Gets or sets the target appliance name.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az stringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location string - Gets or sets the target location.
- Target
Resource stringGroup Id - Gets or sets the target resource group ARM Id.
- Target
Vm stringBios Id - 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 string - Gets or sets the location of the protected item.
- Custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To []HyperInclude VTo Az Stack HCIDisk Input Response - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery stringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type string - Gets or sets the firmware type.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine.
- Initial
Replication intProgress Percentage - 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 stringPoint Id - Gets or sets the last recovery point Id.
- Last
Recovery stringPoint Received - Gets or sets the last recovery point received time.
- Last
Replication stringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- Nics
To []HyperInclude VTo Az Stack HCINic Input Response - Gets or sets the list of VM NIC to replicate.
- Os
Name string - Gets or sets the name of the OS.
- Os
Type string - Gets or sets the type of the OS.
- Protected
Disks []HyperVTo Az Stack HCIProtected Disk Properties Response - Gets or sets the list of protected disks.
- Protected
Nics []HyperVTo Az Stack HCIProtected Nic Properties Response - Gets or sets the VM NIC details.
- Resync
Progress intPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Run
As stringAccount Id - Gets or sets the Run As account Id.
- Source
Appliance stringName - Gets or sets the source appliance name.
- Source
Cpu intCores - Gets or sets the source VM CPU cores.
- Source
Dra stringName - Gets or sets the source DRA name.
- Source
Memory float64In Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm stringName - Gets or sets the source VM display name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Appliance stringName - Gets or sets the target appliance name.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az stringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location string - Gets or sets the target location.
- Target
Resource stringGroup Id - Gets or sets the target resource group ARM Id.
- Target
Vm stringBios Id - 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 String - Gets or sets the location of the protected item.
- custom
Location StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<HyperInclude VTo Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery StringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type String - Gets or sets the firmware type.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine.
- initial
Replication IntegerProgress Percentage - 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 StringPoint Id - Gets or sets the last recovery point Id.
- last
Recovery StringPoint Received - Gets or sets the last recovery point received time.
- last
Replication StringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- nics
To List<HyperInclude VTo Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- os
Name String - Gets or sets the name of the OS.
- os
Type String - Gets or sets the type of the OS.
- protected
Disks List<HyperVTo Az Stack HCIProtected Disk Properties Response> - Gets or sets the list of protected disks.
- protected
Nics List<HyperVTo Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- resync
Progress IntegerPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run
As StringAccount Id - Gets or sets the Run As account Id.
- source
Appliance StringName - Gets or sets the source appliance name.
- source
Cpu IntegerCores - Gets or sets the source VM CPU cores.
- source
Dra StringName - Gets or sets the source DRA name.
- source
Memory DoubleIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- source
Vm StringName - Gets or sets the source VM display name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Appliance StringName - Gets or sets the target appliance name.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az StringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Location String - Gets or sets the target location.
- target
Resource StringGroup Id - Gets or sets the target resource group ARM Id.
- target
Vm StringBios Id - 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 string - Gets or sets the location of the protected item.
- custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To HyperInclude VTo Az Stack HCIDisk Input Response[] - Gets or sets the list of disks to replicate.
- fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery stringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type string - Gets or sets the firmware type.
- hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine.
- initial
Replication numberProgress Percentage - 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 stringPoint Id - Gets or sets the last recovery point Id.
- last
Recovery stringPoint Received - Gets or sets the last recovery point received time.
- last
Replication stringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- nics
To HyperInclude VTo Az Stack HCINic Input Response[] - Gets or sets the list of VM NIC to replicate.
- os
Name string - Gets or sets the name of the OS.
- os
Type string - Gets or sets the type of the OS.
- protected
Disks HyperVTo Az Stack HCIProtected Disk Properties Response[] - Gets or sets the list of protected disks.
- protected
Nics HyperVTo Az Stack HCIProtected Nic Properties Response[] - Gets or sets the VM NIC details.
- resync
Progress numberPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run
As stringAccount Id - Gets or sets the Run As account Id.
- source
Appliance stringName - Gets or sets the source appliance name.
- source
Cpu numberCores - Gets or sets the source VM CPU cores.
- source
Dra stringName - Gets or sets the source DRA name.
- source
Memory numberIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- source
Vm stringName - Gets or sets the source VM display name.
- storage
Container stringId - Gets or sets the target storage container ARM Id.
- target
Appliance stringName - Gets or sets the target appliance name.
- target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az stringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- target
Dra stringName - Gets or sets the target DRA name.
- target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Location string - Gets or sets the target location.
- target
Resource stringGroup Id - Gets or sets the target resource group ARM Id.
- target
Vm stringBios Id - 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 str - Gets or sets the location of the protected item.
- custom_
location_ strregion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ Sequence[Hyperinclude VTo Az Stack HCIDisk Input Response] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ strmachine_ id - Gets or sets the ARM Id of the discovered machine.
- failover_
recovery_ strpoint_ id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware_
type str - Gets or sets the firmware type.
- hyper_
v_ strgeneration - Gets or sets the hypervisor generation of the virtual machine.
- initial_
replication_ intprogress_ percentage - 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_ strpoint_ id - Gets or sets the last recovery point Id.
- last_
recovery_ strpoint_ received - Gets or sets the last recovery point received time.
- last_
replication_ strupdate_ time - Gets or sets the latest timestamp that replication status is updated.
- nics_
to_ Sequence[Hyperinclude VTo Az Stack HCINic Input Response] - Gets or sets the list of VM NIC to replicate.
- os_
name str - Gets or sets the name of the OS.
- os_
type str - Gets or sets the type of the OS.
- protected_
disks Sequence[HyperVTo Az Stack HCIProtected Disk Properties Response] - Gets or sets the list of protected disks.
- protected_
nics Sequence[HyperVTo Az Stack HCIProtected Nic Properties Response] - Gets or sets the VM NIC details.
- resync_
progress_ intpercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run_
as_ straccount_ id - Gets or sets the Run As account Id.
- source_
appliance_ strname - Gets or sets the source appliance name.
- source_
cpu_ intcores - Gets or sets the source VM CPU cores.
- source_
dra_ strname - Gets or sets the source DRA name.
- source_
memory_ floatin_ mega_ bytes - Gets or sets the source VM ram memory size in megabytes.
- source_
vm_ strname - Gets or sets the source VM display name.
- storage_
container_ strid - Gets or sets the target storage container ARM Id.
- target_
appliance_ strname - Gets or sets the target appliance name.
- target_
arc_ strcluster_ custom_ location_ id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
az_ strstack_ hci_ cluster_ name - Gets or sets the Target AzStackHCI cluster name.
- target_
dra_ strname - Gets or sets the target DRA name.
- target_
hci_ strcluster_ id - Gets or sets the Target HCI Cluster ARM Id.
- target_
location str - Gets or sets the target location.
- target_
resource_ strgroup_ id - Gets or sets the target resource group ARM Id.
- target_
vm_ strbios_ id - 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 String - Gets or sets the location of the protected item.
- custom
Location StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<Property Map>Include - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery StringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type String - Gets or sets the firmware type.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine.
- initial
Replication NumberProgress Percentage - 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 StringPoint Id - Gets or sets the last recovery point Id.
- last
Recovery StringPoint Received - Gets or sets the last recovery point received time.
- last
Replication StringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- nics
To List<Property Map>Include - Gets or sets the list of VM NIC to replicate.
- os
Name String - Gets or sets the name of the OS.
- os
Type String - Gets or sets the type of the OS.
- protected
Disks List<Property Map> - Gets or sets the list of protected disks.
- protected
Nics List<Property Map> - Gets or sets the VM NIC details.
- resync
Progress NumberPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- run
As StringAccount Id - Gets or sets the Run As account Id.
- source
Appliance StringName - Gets or sets the source appliance name.
- source
Cpu NumberCores - Gets or sets the source VM CPU cores.
- source
Dra StringName - Gets or sets the source DRA name.
- source
Memory NumberIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- source
Vm StringName - Gets or sets the source VM display name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Appliance StringName - Gets or sets the target appliance name.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az StringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Location String - Gets or sets the target location.
- target
Resource StringGroup Id - Gets or sets the target resource group ARM Id.
- target
Vm StringBios Id - 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 string - Gets or sets the NIC mac address.
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Mac
Address string - Gets or sets the NIC mac address.
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac
Address String - Gets or sets the NIC mac address.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac
Address string - Gets or sets the NIC mac address.
- network
Name string - Gets or sets the network name.
- nic
Id string - Gets or sets the NIC Id.
- selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac_
address str - Gets or sets the NIC mac address.
- network_
name str - Gets or sets the network name.
- nic_
id str - Gets or sets the NIC Id.
- selection_
type_ strfor_ failover - Gets or sets the selection type of the NIC.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- mac
Address String - Gets or sets the NIC mac address.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
InnerHealthErrorModelResponse, InnerHealthErrorModelResponseArgs
- Category string
- Gets or sets the error category.
- Causes string
- Gets or sets possible causes of the error.
- Code string
- Gets or sets the error code.
- Creation
Time string - Gets or sets the error creation time.
- Health
Category string - Gets or sets the health category.
- Is
Customer boolResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- Message string
- Gets or sets the error message.
- Recommendation string
- Gets or sets recommended action to resolve the error.
- Severity string
- Gets or sets the error severity.
- Source string
- Gets or sets the error source.
- Summary string
- Gets or sets the error summary.
- Category string
- Gets or sets the error category.
- Causes string
- Gets or sets possible causes of the error.
- Code string
- Gets or sets the error code.
- Creation
Time string - Gets or sets the error creation time.
- Health
Category string - Gets or sets the health category.
- Is
Customer boolResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- Message string
- Gets or sets the error message.
- Recommendation string
- Gets or sets recommended action to resolve the error.
- Severity string
- Gets or sets the error severity.
- Source string
- Gets or sets the error source.
- Summary string
- Gets or sets the error summary.
- category String
- Gets or sets the error category.
- causes String
- Gets or sets possible causes of the error.
- code String
- Gets or sets the error code.
- creation
Time String - Gets or sets the error creation time.
- health
Category String - Gets or sets the health category.
- is
Customer BooleanResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message String
- Gets or sets the error message.
- recommendation String
- Gets or sets recommended action to resolve the error.
- severity String
- Gets or sets the error severity.
- source String
- Gets or sets the error source.
- summary String
- Gets or sets the error summary.
- category string
- Gets or sets the error category.
- causes string
- Gets or sets possible causes of the error.
- code string
- Gets or sets the error code.
- creation
Time string - Gets or sets the error creation time.
- health
Category string - Gets or sets the health category.
- is
Customer booleanResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message string
- Gets or sets the error message.
- recommendation string
- Gets or sets recommended action to resolve the error.
- severity string
- Gets or sets the error severity.
- source string
- Gets or sets the error source.
- summary string
- Gets or sets the error summary.
- category str
- Gets or sets the error category.
- causes str
- Gets or sets possible causes of the error.
- code str
- Gets or sets the error code.
- creation_
time str - Gets or sets the error creation time.
- health_
category str - Gets or sets the health category.
- is_
customer_ boolresolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message str
- Gets or sets the error message.
- recommendation str
- Gets or sets recommended action to resolve the error.
- severity str
- Gets or sets the error severity.
- source str
- Gets or sets the error source.
- summary str
- Gets or sets the error summary.
- category String
- Gets or sets the error category.
- causes String
- Gets or sets possible causes of the error.
- code String
- Gets or sets the error code.
- creation
Time String - Gets or sets the error creation time.
- health
Category String - Gets or sets the health category.
- is
Customer BooleanResolvable - Gets or sets a value indicating whether the error is customer resolvable.
- message String
- Gets or sets the error message.
- recommendation String
- Gets or sets recommended action to resolve the error.
- severity String
- Gets or sets the error severity.
- source String
- Gets or sets the error source.
- summary String
- Gets or sets the error summary.
ProtectedItemDynamicMemoryConfig, ProtectedItemDynamicMemoryConfigArgs
- Maximum
Memory doubleIn Mega Bytes - Gets or sets maximum memory in MB.
- Minimum
Memory doubleIn Mega Bytes - Gets or sets minimum memory in MB.
- Target
Memory intBuffer Percentage - Gets or sets target memory buffer in %.
- Maximum
Memory float64In Mega Bytes - Gets or sets maximum memory in MB.
- Minimum
Memory float64In Mega Bytes - Gets or sets minimum memory in MB.
- Target
Memory intBuffer Percentage - Gets or sets target memory buffer in %.
- maximum
Memory DoubleIn Mega Bytes - Gets or sets maximum memory in MB.
- minimum
Memory DoubleIn Mega Bytes - Gets or sets minimum memory in MB.
- target
Memory IntegerBuffer Percentage - Gets or sets target memory buffer in %.
- maximum
Memory numberIn Mega Bytes - Gets or sets maximum memory in MB.
- minimum
Memory numberIn Mega Bytes - Gets or sets minimum memory in MB.
- target
Memory numberBuffer Percentage - Gets or sets target memory buffer in %.
- maximum_
memory_ floatin_ mega_ bytes - Gets or sets maximum memory in MB.
- minimum_
memory_ floatin_ mega_ bytes - Gets or sets minimum memory in MB.
- target_
memory_ intbuffer_ percentage - Gets or sets target memory buffer in %.
- maximum
Memory NumberIn Mega Bytes - Gets or sets maximum memory in MB.
- minimum
Memory NumberIn Mega Bytes - Gets or sets minimum memory in MB.
- target
Memory NumberBuffer Percentage - Gets or sets target memory buffer in %.
ProtectedItemDynamicMemoryConfigResponse, ProtectedItemDynamicMemoryConfigResponseArgs
- Maximum
Memory doubleIn Mega Bytes - Gets or sets maximum memory in MB.
- Minimum
Memory doubleIn Mega Bytes - Gets or sets minimum memory in MB.
- Target
Memory intBuffer Percentage - Gets or sets target memory buffer in %.
- Maximum
Memory float64In Mega Bytes - Gets or sets maximum memory in MB.
- Minimum
Memory float64In Mega Bytes - Gets or sets minimum memory in MB.
- Target
Memory intBuffer Percentage - Gets or sets target memory buffer in %.
- maximum
Memory DoubleIn Mega Bytes - Gets or sets maximum memory in MB.
- minimum
Memory DoubleIn Mega Bytes - Gets or sets minimum memory in MB.
- target
Memory IntegerBuffer Percentage - Gets or sets target memory buffer in %.
- maximum
Memory numberIn Mega Bytes - Gets or sets maximum memory in MB.
- minimum
Memory numberIn Mega Bytes - Gets or sets minimum memory in MB.
- target
Memory numberBuffer Percentage - Gets or sets target memory buffer in %.
- maximum_
memory_ floatin_ mega_ bytes - Gets or sets maximum memory in MB.
- minimum_
memory_ floatin_ mega_ bytes - Gets or sets minimum memory in MB.
- target_
memory_ intbuffer_ percentage - Gets or sets target memory buffer in %.
- maximum
Memory NumberIn Mega Bytes - Gets or sets maximum memory in MB.
- minimum
Memory NumberIn Mega Bytes - Gets or sets minimum memory in MB.
- target
Memory NumberBuffer Percentage - Gets or sets target memory buffer in %.
ProtectedItemModelProperties, ProtectedItemModelPropertiesArgs
- Custom
Properties 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 string - Gets or sets the policy name.
- Replication
Extension stringName - Gets or sets the replication extension name.
- Custom
Properties HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- Policy
Name string - Gets or sets the policy name.
- Replication
Extension stringName - Gets or sets the replication extension name.
- custom
Properties HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- policy
Name String - Gets or sets the policy name.
- replication
Extension StringName - Gets or sets the replication extension name.
- custom
Properties HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- policy
Name string - Gets or sets the policy name.
- replication
Extension stringName - Gets or sets the replication extension name.
- custom_
properties HyperVTo | VMwareAz Stack HCIProtected Item Model Custom Properties To Az Stack HCIProtected Item Model Custom Properties - Protected item model custom properties.
- policy_
name str - Gets or sets the policy name.
- replication_
extension_ strname - Gets or sets the replication extension name.
- custom
Properties Property Map | Property Map - Protected item model custom properties.
- policy
Name String - Gets or sets the policy name.
- replication
Extension StringName - Gets or sets the replication extension name.
ProtectedItemModelPropertiesResponse, ProtectedItemModelPropertiesResponseArgs
- Allowed
Jobs List<string> - Gets or sets the allowed scenarios on the protected item.
- Correlation
Id string - Gets or sets the protected item correlation Id.
- Current
Job Pulumi.Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Current Job - Custom
Properties 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 string - Gets or sets the DRA Id.
- Fabric
Id string - Gets or sets the fabric Id.
- Fabric
Object stringId - Gets or sets the fabric object Id.
- Fabric
Object stringName - Gets or sets the fabric object name.
- Health
Errors List<Pulumi.Azure Native. Data Replication. Inputs. Health Error Model Response> - Gets or sets the list of health errors.
- Last
Failed Pulumi.Enable Protection Job Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Last Failed Enable Protection Job - Last
Failed Pulumi.Planned Failover Job Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Last Failed Planned Failover Job - Last
Successful stringPlanned Failover Time - Gets or sets the Last successful planned failover time.
- Last
Successful stringTest Failover Time - Gets or sets the Last successful test failover time.
- Last
Successful stringUnplanned Failover Time - Gets or sets the Last successful unplanned failover time.
- Last
Test Pulumi.Failover Job Azure Native. Data Replication. Inputs. Protected Item Model Properties Response Last Test Failover Job - Policy
Name string - Gets or sets the policy name.
- Protection
State string - Gets or sets the protection state.
- Protection
State stringDescription - Gets or sets the protection state description.
- Provisioning
State string - Gets or sets the provisioning state of the Dra.
- Replication
Extension stringName - Gets or sets the replication extension name.
- Replication
Health string - Gets or sets protected item replication health.
- Resync
Required bool - Gets or sets a value indicating whether resynchronization is required or not.
- Resynchronization
State string - Gets or sets the resynchronization state.
- Source
Fabric stringProvider Id - Gets or sets the source fabric provider Id.
- Target
Dra stringId - Gets or sets the target DRA Id.
- Target
Fabric stringId - Gets or sets the target fabric Id.
- Target
Fabric stringProvider Id - Gets or sets the target fabric provider Id.
- Test
Failover stringState - Gets or sets the test failover state.
- Test
Failover stringState Description - Gets or sets the Test failover state description.
- Allowed
Jobs []string - Gets or sets the allowed scenarios on the protected item.
- Correlation
Id string - Gets or sets the protected item correlation Id.
- Current
Job ProtectedItem Model Properties Response Current Job - Custom
Properties 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 string - Gets or sets the DRA Id.
- Fabric
Id string - Gets or sets the fabric Id.
- Fabric
Object stringId - Gets or sets the fabric object Id.
- Fabric
Object stringName - Gets or sets the fabric object name.
- Health
Errors []HealthError Model Response - Gets or sets the list of health errors.
- Last
Failed ProtectedEnable Protection Job Item Model Properties Response Last Failed Enable Protection Job - Last
Failed ProtectedPlanned Failover Job Item Model Properties Response Last Failed Planned Failover Job - Last
Successful stringPlanned Failover Time - Gets or sets the Last successful planned failover time.
- Last
Successful stringTest Failover Time - Gets or sets the Last successful test failover time.
- Last
Successful stringUnplanned Failover Time - Gets or sets the Last successful unplanned failover time.
- Last
Test ProtectedFailover Job Item Model Properties Response Last Test Failover Job - Policy
Name string - Gets or sets the policy name.
- Protection
State string - Gets or sets the protection state.
- Protection
State stringDescription - Gets or sets the protection state description.
- Provisioning
State string - Gets or sets the provisioning state of the Dra.
- Replication
Extension stringName - Gets or sets the replication extension name.
- Replication
Health string - Gets or sets protected item replication health.
- Resync
Required bool - Gets or sets a value indicating whether resynchronization is required or not.
- Resynchronization
State string - Gets or sets the resynchronization state.
- Source
Fabric stringProvider Id - Gets or sets the source fabric provider Id.
- Target
Dra stringId - Gets or sets the target DRA Id.
- Target
Fabric stringId - Gets or sets the target fabric Id.
- Target
Fabric stringProvider Id - Gets or sets the target fabric provider Id.
- Test
Failover stringState - Gets or sets the test failover state.
- Test
Failover stringState Description - Gets or sets the Test failover state description.
- allowed
Jobs List<String> - Gets or sets the allowed scenarios on the protected item.
- correlation
Id String - Gets or sets the protected item correlation Id.
- current
Job ProtectedItem Model Properties Response Current Job - custom
Properties 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 String - Gets or sets the DRA Id.
- fabric
Id String - Gets or sets the fabric Id.
- fabric
Object StringId - Gets or sets the fabric object Id.
- fabric
Object StringName - Gets or sets the fabric object name.
- health
Errors List<HealthError Model Response> - Gets or sets the list of health errors.
- last
Failed ProtectedEnable Protection Job Item Model Properties Response Last Failed Enable Protection Job - last
Failed ProtectedPlanned Failover Job Item Model Properties Response Last Failed Planned Failover Job - last
Successful StringPlanned Failover Time - Gets or sets the Last successful planned failover time.
- last
Successful StringTest Failover Time - Gets or sets the Last successful test failover time.
- last
Successful StringUnplanned Failover Time - Gets or sets the Last successful unplanned failover time.
- last
Test ProtectedFailover Job Item Model Properties Response Last Test Failover Job - policy
Name String - Gets or sets the policy name.
- protection
State String - Gets or sets the protection state.
- protection
State StringDescription - Gets or sets the protection state description.
- provisioning
State String - Gets or sets the provisioning state of the Dra.
- replication
Extension StringName - Gets or sets the replication extension name.
- replication
Health String - Gets or sets protected item replication health.
- resync
Required Boolean - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization
State String - Gets or sets the resynchronization state.
- source
Fabric StringProvider Id - Gets or sets the source fabric provider Id.
- target
Dra StringId - Gets or sets the target DRA Id.
- target
Fabric StringId - Gets or sets the target fabric Id.
- target
Fabric StringProvider Id - Gets or sets the target fabric provider Id.
- test
Failover StringState - Gets or sets the test failover state.
- test
Failover StringState Description - Gets or sets the Test failover state description.
- allowed
Jobs string[] - Gets or sets the allowed scenarios on the protected item.
- correlation
Id string - Gets or sets the protected item correlation Id.
- current
Job ProtectedItem Model Properties Response Current Job - custom
Properties 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 string - Gets or sets the DRA Id.
- fabric
Id string - Gets or sets the fabric Id.
- fabric
Object stringId - Gets or sets the fabric object Id.
- fabric
Object stringName - Gets or sets the fabric object name.
- health
Errors HealthError Model Response[] - Gets or sets the list of health errors.
- last
Failed ProtectedEnable Protection Job Item Model Properties Response Last Failed Enable Protection Job - last
Failed ProtectedPlanned Failover Job Item Model Properties Response Last Failed Planned Failover Job - last
Successful stringPlanned Failover Time - Gets or sets the Last successful planned failover time.
- last
Successful stringTest Failover Time - Gets or sets the Last successful test failover time.
- last
Successful stringUnplanned Failover Time - Gets or sets the Last successful unplanned failover time.
- last
Test ProtectedFailover Job Item Model Properties Response Last Test Failover Job - policy
Name string - Gets or sets the policy name.
- protection
State string - Gets or sets the protection state.
- protection
State stringDescription - Gets or sets the protection state description.
- provisioning
State string - Gets or sets the provisioning state of the Dra.
- replication
Extension stringName - Gets or sets the replication extension name.
- replication
Health string - Gets or sets protected item replication health.
- resync
Required boolean - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization
State string - Gets or sets the resynchronization state.
- source
Fabric stringProvider Id - Gets or sets the source fabric provider Id.
- target
Dra stringId - Gets or sets the target DRA Id.
- target
Fabric stringId - Gets or sets the target fabric Id.
- target
Fabric stringProvider Id - Gets or sets the target fabric provider Id.
- test
Failover stringState - Gets or sets the test failover state.
- test
Failover stringState Description - Gets or sets the Test failover state description.
- allowed_
jobs Sequence[str] - Gets or sets the allowed scenarios on the protected item.
- correlation_
id str - Gets or sets the protected item correlation Id.
- current_
job ProtectedItem Model Properties Response Current Job - custom_
properties 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 str - Gets or sets the DRA Id.
- fabric_
id str - Gets or sets the fabric Id.
- fabric_
object_ strid - Gets or sets the fabric object Id.
- fabric_
object_ strname - Gets or sets the fabric object name.
- health_
errors Sequence[HealthError Model Response] - Gets or sets the list of health errors.
- last_
failed_ Protectedenable_ protection_ job Item Model Properties Response Last Failed Enable Protection Job - last_
failed_ Protectedplanned_ failover_ job Item Model Properties Response Last Failed Planned Failover Job - last_
successful_ strplanned_ failover_ time - Gets or sets the Last successful planned failover time.
- last_
successful_ strtest_ failover_ time - Gets or sets the Last successful test failover time.
- last_
successful_ strunplanned_ failover_ time - Gets or sets the Last successful unplanned failover time.
- last_
test_ Protectedfailover_ job Item Model Properties Response Last Test Failover Job - policy_
name str - Gets or sets the policy name.
- protection_
state str - Gets or sets the protection state.
- protection_
state_ strdescription - Gets or sets the protection state description.
- provisioning_
state str - Gets or sets the provisioning state of the Dra.
- replication_
extension_ strname - Gets or sets the replication extension name.
- replication_
health str - Gets or sets protected item replication health.
- resync_
required bool - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization_
state str - Gets or sets the resynchronization state.
- source_
fabric_ strprovider_ id - Gets or sets the source fabric provider Id.
- target_
dra_ strid - Gets or sets the target DRA Id.
- target_
fabric_ strid - Gets or sets the target fabric Id.
- target_
fabric_ strprovider_ id - Gets or sets the target fabric provider Id.
- test_
failover_ strstate - Gets or sets the test failover state.
- test_
failover_ strstate_ description - Gets or sets the Test failover state description.
- allowed
Jobs List<String> - Gets or sets the allowed scenarios on the protected item.
- correlation
Id String - Gets or sets the protected item correlation Id.
- current
Job Property Map - custom
Properties Property Map | Property Map - Protected item model custom properties.
- dra
Id String - Gets or sets the DRA Id.
- fabric
Id String - Gets or sets the fabric Id.
- fabric
Object StringId - Gets or sets the fabric object Id.
- fabric
Object StringName - Gets or sets the fabric object name.
- health
Errors List<Property Map> - Gets or sets the list of health errors.
- last
Failed Property MapEnable Protection Job - last
Failed Property MapPlanned Failover Job - last
Successful StringPlanned Failover Time - Gets or sets the Last successful planned failover time.
- last
Successful StringTest Failover Time - Gets or sets the Last successful test failover time.
- last
Successful StringUnplanned Failover Time - Gets or sets the Last successful unplanned failover time.
- last
Test Property MapFailover Job - policy
Name String - Gets or sets the policy name.
- protection
State String - Gets or sets the protection state.
- protection
State StringDescription - Gets or sets the protection state description.
- provisioning
State String - Gets or sets the provisioning state of the Dra.
- replication
Extension StringName - Gets or sets the replication extension name.
- replication
Health String - Gets or sets protected item replication health.
- resync
Required Boolean - Gets or sets a value indicating whether resynchronization is required or not.
- resynchronization
State String - Gets or sets the resynchronization state.
- source
Fabric StringProvider Id - Gets or sets the source fabric provider Id.
- target
Dra StringId - Gets or sets the target DRA Id.
- target
Fabric StringId - Gets or sets the target fabric Id.
- target
Fabric StringProvider Id - Gets or sets the target fabric provider Id.
- test
Failover StringState - Gets or sets the test failover state.
- test
Failover StringState Description - Gets or sets the Test failover state description.
ProtectedItemModelPropertiesResponseCurrentJob, ProtectedItemModelPropertiesResponseCurrentJobArgs
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state String
- Gets or sets workflow state.
- display
Name string - Gets or sets the workflow friendly display name.
- end
Time string - Gets or sets end time of the workflow.
- id string
- Gets or sets workflow Id.
- name string
- Gets or sets workflow name.
- scenario
Name string - Gets or sets protection scenario name.
- start
Time string - Gets or sets start time of the workflow.
- state string
- Gets or sets workflow state.
- display_
name str - Gets or sets the workflow friendly display name.
- end_
time str - Gets or sets end time of the workflow.
- id str
- Gets or sets workflow Id.
- name str
- Gets or sets workflow name.
- scenario_
name str - Gets or sets protection scenario name.
- start_
time str - Gets or sets start time of the workflow.
- state str
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state String
- Gets or sets workflow state.
ProtectedItemModelPropertiesResponseLastFailedEnableProtectionJob, ProtectedItemModelPropertiesResponseLastFailedEnableProtectionJobArgs
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state String
- Gets or sets workflow state.
- display
Name string - Gets or sets the workflow friendly display name.
- end
Time string - Gets or sets end time of the workflow.
- id string
- Gets or sets workflow Id.
- name string
- Gets or sets workflow name.
- scenario
Name string - Gets or sets protection scenario name.
- start
Time string - Gets or sets start time of the workflow.
- state string
- Gets or sets workflow state.
- display_
name str - Gets or sets the workflow friendly display name.
- end_
time str - Gets or sets end time of the workflow.
- id str
- Gets or sets workflow Id.
- name str
- Gets or sets workflow name.
- scenario_
name str - Gets or sets protection scenario name.
- start_
time str - Gets or sets start time of the workflow.
- state str
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state String
- Gets or sets workflow state.
ProtectedItemModelPropertiesResponseLastFailedPlannedFailoverJob, ProtectedItemModelPropertiesResponseLastFailedPlannedFailoverJobArgs
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state String
- Gets or sets workflow state.
- display
Name string - Gets or sets the workflow friendly display name.
- end
Time string - Gets or sets end time of the workflow.
- id string
- Gets or sets workflow Id.
- name string
- Gets or sets workflow name.
- scenario
Name string - Gets or sets protection scenario name.
- start
Time string - Gets or sets start time of the workflow.
- state string
- Gets or sets workflow state.
- display_
name str - Gets or sets the workflow friendly display name.
- end_
time str - Gets or sets end time of the workflow.
- id str
- Gets or sets workflow Id.
- name str
- Gets or sets workflow name.
- scenario_
name str - Gets or sets protection scenario name.
- start_
time str - Gets or sets start time of the workflow.
- state str
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state String
- Gets or sets workflow state.
ProtectedItemModelPropertiesResponseLastTestFailoverJob, ProtectedItemModelPropertiesResponseLastTestFailoverJobArgs
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- Display
Name string - Gets or sets the workflow friendly display name.
- End
Time string - Gets or sets end time of the workflow.
- Id string
- Gets or sets workflow Id.
- Name string
- Gets or sets workflow name.
- Scenario
Name string - Gets or sets protection scenario name.
- Start
Time string - Gets or sets start time of the workflow.
- State string
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state String
- Gets or sets workflow state.
- display
Name string - Gets or sets the workflow friendly display name.
- end
Time string - Gets or sets end time of the workflow.
- id string
- Gets or sets workflow Id.
- name string
- Gets or sets workflow name.
- scenario
Name string - Gets or sets protection scenario name.
- start
Time string - Gets or sets start time of the workflow.
- state string
- Gets or sets workflow state.
- display_
name str - Gets or sets the workflow friendly display name.
- end_
time str - Gets or sets end time of the workflow.
- id str
- Gets or sets workflow Id.
- name str
- Gets or sets workflow name.
- scenario_
name str - Gets or sets protection scenario name.
- start_
time str - Gets or sets start time of the workflow.
- state str
- Gets or sets workflow state.
- display
Name String - Gets or sets the workflow friendly display name.
- end
Time String - Gets or sets end time of the workflow.
- id String
- Gets or sets workflow Id.
- name String
- Gets or sets workflow name.
- scenario
Name String - Gets or sets protection scenario name.
- start
Time String - Gets or sets start time of the workflow.
- state 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size doubleGB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size float64GB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size DoubleGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id string - Gets or sets the disk Id.
- disk
Size numberGB - Gets or sets the disk size in GB.
- is
Os booleanDisk - 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_ strformat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id str - Gets or sets the disk Id.
- disk_
size_ floatgb - Gets or sets the disk size in GB.
- is_
os_ booldisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size NumberGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size doubleGB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- Disk
Id string - Gets or sets the disk Id.
- Disk
Size float64GB - Gets or sets the disk size in GB.
- Is
Os boolDisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size DoubleGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 stringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id string - Gets or sets the disk Id.
- disk
Size numberGB - Gets or sets the disk size in GB.
- is
Os booleanDisk - 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_ strformat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk_
id str - Gets or sets the disk Id.
- disk_
size_ floatgb - Gets or sets the disk size in GB.
- is_
os_ booldisk - 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 StringFormat - Gets or sets the type of the virtual hard disk, vhd or vhdx.
- disk
Id String - Gets or sets the disk Id.
- disk
Size NumberGB - Gets or sets the disk size in GB.
- is
Os BooleanDisk - 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 string
- Gets or sets the NIC label.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type string | Pulumi.For Failover Azure Native. Data Replication. VMNic Selection - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Label string
- Gets or sets the NIC label.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type string | VMNicFor Failover Selection - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- label String
- Gets or sets the NIC label.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type String | VMNicFor Failover Selection - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- label string
- Gets or sets the NIC label.
- nic
Id string - Gets or sets the NIC Id.
- selection
Type string | VMNicFor Failover Selection - Gets or sets the selection type of the NIC.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- label str
- Gets or sets the NIC label.
- nic_
id str - Gets or sets the NIC Id.
- selection_
type_ str | VMNicfor_ failover Selection - Gets or sets the selection type of the NIC.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- label String
- Gets or sets the NIC label.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type String | "NotFor Failover Selected" | "Selected By User" | "Selected By Default" | "Selected By User Override" - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
VMwareToAzStackHCINicInputResponse, VMwareToAzStackHCINicInputResponseArgs
- Label string
- Gets or sets the NIC label.
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- Label string
- Gets or sets the NIC label.
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- label String
- Gets or sets the NIC label.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- label string
- Gets or sets the NIC label.
- network
Name string - Gets or sets the network name.
- nic
Id string - Gets or sets the NIC Id.
- selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network stringId - Gets or sets the target test network Id within AzStackHCI Cluster.
- label str
- Gets or sets the NIC label.
- network_
name str - Gets or sets the network name.
- nic_
id str - Gets or sets the NIC Id.
- selection_
type_ strfor_ failover - Gets or sets the selection type of the NIC.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ strid - Gets or sets the target test network Id within AzStackHCI Cluster.
- label String
- Gets or sets the NIC label.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - Gets or sets the target test network Id within AzStackHCI Cluster.
VMwareToAzStackHCIProtectedDiskPropertiesResponse, VMwareToAzStackHCIProtectedDiskPropertiesResponseArgs
- Capacity
In doubleBytes - Gets or sets the disk capacity in bytes.
- Disk
Type string - Gets or sets the disk type.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os boolDisk - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk stringName - Gets or sets the failover clone disk.
- Seed
Disk stringName - Gets or sets the seed disk name.
- Source
Disk stringId - Gets or sets the source disk Id.
- Source
Disk stringName - Gets or sets the source disk Name.
- Storage
Container stringId - Gets or sets the ARM Id of the storage container.
- Storage
Container stringLocal Path - Gets or sets the local path of the storage container.
- Test
Migrate stringDisk Name - Gets or sets the test failover clone disk.
- Capacity
In float64Bytes - Gets or sets the disk capacity in bytes.
- Disk
Type string - Gets or sets the disk type.
- Is
Dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- Is
Os boolDisk - Gets or sets a value indicating whether the disk is the OS disk.
- Migrate
Disk stringName - Gets or sets the failover clone disk.
- Seed
Disk stringName - Gets or sets the seed disk name.
- Source
Disk stringId - Gets or sets the source disk Id.
- Source
Disk stringName - Gets or sets the source disk Name.
- Storage
Container stringId - Gets or sets the ARM Id of the storage container.
- Storage
Container stringLocal Path - Gets or sets the local path of the storage container.
- Test
Migrate stringDisk Name - Gets or sets the test failover clone disk.
- capacity
In DoubleBytes - Gets or sets the disk capacity in bytes.
- disk
Type String - Gets or sets the disk type.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os BooleanDisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk StringName - Gets or sets the failover clone disk.
- seed
Disk StringName - Gets or sets the seed disk name.
- source
Disk StringId - Gets or sets the source disk Id.
- source
Disk StringName - Gets or sets the source disk Name.
- storage
Container StringId - Gets or sets the ARM Id of the storage container.
- storage
Container StringLocal Path - Gets or sets the local path of the storage container.
- test
Migrate StringDisk Name - Gets or sets the test failover clone disk.
- capacity
In numberBytes - Gets or sets the disk capacity in bytes.
- disk
Type string - Gets or sets the disk type.
- is
Dynamic boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os booleanDisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk stringName - Gets or sets the failover clone disk.
- seed
Disk stringName - Gets or sets the seed disk name.
- source
Disk stringId - Gets or sets the source disk Id.
- source
Disk stringName - Gets or sets the source disk Name.
- storage
Container stringId - Gets or sets the ARM Id of the storage container.
- storage
Container stringLocal Path - Gets or sets the local path of the storage container.
- test
Migrate stringDisk Name - Gets or sets the test failover clone disk.
- capacity_
in_ floatbytes - Gets or sets the disk capacity in bytes.
- disk_
type str - Gets or sets the disk type.
- is_
dynamic bool - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is_
os_ booldisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate_
disk_ strname - Gets or sets the failover clone disk.
- seed_
disk_ strname - Gets or sets the seed disk name.
- source_
disk_ strid - Gets or sets the source disk Id.
- source_
disk_ strname - Gets or sets the source disk Name.
- storage_
container_ strid - Gets or sets the ARM Id of the storage container.
- storage_
container_ strlocal_ path - Gets or sets the local path of the storage container.
- test_
migrate_ strdisk_ name - Gets or sets the test failover clone disk.
- capacity
In NumberBytes - Gets or sets the disk capacity in bytes.
- disk
Type String - Gets or sets the disk type.
- is
Dynamic Boolean - Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
- is
Os BooleanDisk - Gets or sets a value indicating whether the disk is the OS disk.
- migrate
Disk StringName - Gets or sets the failover clone disk.
- seed
Disk StringName - Gets or sets the seed disk name.
- source
Disk StringId - Gets or sets the source disk Id.
- source
Disk StringName - Gets or sets the source disk Name.
- storage
Container StringId - Gets or sets the ARM Id of the storage container.
- storage
Container StringLocal Path - Gets or sets the local path of the storage container.
- test
Migrate StringDisk Name - Gets or sets the test failover clone disk.
VMwareToAzStackHCIProtectedItemModelCustomProperties, VMwareToAzStackHCIProtectedItemModelCustomPropertiesArgs
- Custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To List<Pulumi.Include Azure Native. Data Replication. Inputs. VMware To Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Nics
To List<Pulumi.Include Azure Native. Data Replication. Inputs. VMware To Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- Run
As stringAccount Id - Gets or sets the run as account Id.
- Source
Dra stringName - Gets or sets the source DRA name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource stringGroup Id - 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 stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To []VMwareInclude To Az Stack HCIDisk Input - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Nics
To []VMwareInclude To Az Stack HCINic Input - Gets or sets the list of VM NIC to replicate.
- Run
As stringAccount Id - Gets or sets the run as account Id.
- Source
Dra stringName - Gets or sets the source DRA name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Resource stringGroup Id - 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 StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<VMwareInclude To Az Stack HCIDisk Input> - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics
To List<VMwareInclude To Az Stack HCINic Input> - Gets or sets the list of VM NIC to replicate.
- run
As StringAccount Id - Gets or sets the run as account Id.
- source
Dra StringName - Gets or sets the source DRA name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource StringGroup Id - 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 stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To VMwareInclude To Az Stack HCIDisk Input[] - Gets or sets the list of disks to replicate.
- fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics
To VMwareInclude To Az Stack HCINic Input[] - Gets or sets the list of VM NIC to replicate.
- run
As stringAccount Id - Gets or sets the run as account Id.
- source
Dra stringName - Gets or sets the source DRA name.
- storage
Container stringId - Gets or sets the target storage container ARM Id.
- target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra stringName - Gets or sets the target DRA name.
- target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource stringGroup Id - 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_ strregion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ Sequence[VMwareinclude To Az Stack HCIDisk Input] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ strmachine_ id - Gets or sets the ARM Id of the discovered machine.
- hyper_
v_ strgeneration - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics_
to_ Sequence[VMwareinclude To Az Stack HCINic Input] - Gets or sets the list of VM NIC to replicate.
- run_
as_ straccount_ id - Gets or sets the run as account Id.
- source_
dra_ strname - Gets or sets the source DRA name.
- storage_
container_ strid - Gets or sets the target storage container ARM Id.
- target_
arc_ strcluster_ custom_ location_ id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
dra_ strname - Gets or sets the target DRA name.
- target_
hci_ strcluster_ id - Gets or sets the Target HCI Cluster ARM Id.
- target_
resource_ strgroup_ id - 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 StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<Property Map>Include - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- nics
To List<Property Map>Include - Gets or sets the list of VM NIC to replicate.
- run
As StringAccount Id - Gets or sets the run as account Id.
- source
Dra StringName - Gets or sets the source DRA name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Resource StringGroup Id - 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 string - Gets or sets the location of the protected item.
- Custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To List<Pulumi.Include Azure Native. Data Replication. Inputs. VMware To Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery stringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type string - Gets or sets the firmware type.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Initial
Replication intProgress Percentage - 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 stringPoint Id - Gets or sets the last recovery point Id.
- Last
Recovery stringPoint Received - Gets or sets the last recovery point received time.
- Last
Replication stringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- Migration
Progress intPercentage - Gets or sets the migration progress percentage.
- Nics
To List<Pulumi.Include Azure Native. Data Replication. Inputs. VMware To Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- Os
Name string - Gets or sets the name of the OS.
- Os
Type string - Gets or sets the type of the OS.
- Protected
Disks 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 List<Pulumi.Azure Native. Data Replication. Inputs. VMware To Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- Resume
Progress intPercentage - Gets or sets the resume progress percentage.
- Resume
Retry doubleCount - Gets or sets the resume retry count.
- Resync
Progress intPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Resync
Required bool - Gets or sets a value indicating whether resync is required.
- Resync
Retry doubleCount - Gets or sets the resync retry count.
- Resync
State string - Gets or sets the resync state.
- Run
As stringAccount Id - Gets or sets the run as account Id.
- Source
Appliance stringName - Gets or sets the source appliance name.
- Source
Cpu intCores - Gets or sets the source VM CPU cores.
- Source
Dra stringName - Gets or sets the source DRA name.
- Source
Memory doubleIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm stringName - Gets or sets the source VM display name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Appliance stringName - Gets or sets the target appliance name.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az stringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location string - Gets or sets the target location.
- Target
Resource stringGroup Id - Gets or sets the target resource group ARM Id.
- Target
Vm stringBios Id - 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 string - Gets or sets the location of the protected item.
- Custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- Disks
To []VMwareInclude To Az Stack HCIDisk Input Response - Gets or sets the list of disks to replicate.
- Fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- Failover
Recovery stringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- Firmware
Type string - Gets or sets the firmware type.
- Hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- Initial
Replication intProgress Percentage - 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 stringPoint Id - Gets or sets the last recovery point Id.
- Last
Recovery stringPoint Received - Gets or sets the last recovery point received time.
- Last
Replication stringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- Migration
Progress intPercentage - Gets or sets the migration progress percentage.
- Nics
To []VMwareInclude To Az Stack HCINic Input Response - Gets or sets the list of VM NIC to replicate.
- Os
Name string - Gets or sets the name of the OS.
- Os
Type string - Gets or sets the type of the OS.
- Protected
Disks []VMwareTo Az Stack HCIProtected Disk Properties Response - Gets or sets the list of protected disks.
- Protected
Nics []VMwareTo Az Stack HCIProtected Nic Properties Response - Gets or sets the VM NIC details.
- Resume
Progress intPercentage - Gets or sets the resume progress percentage.
- Resume
Retry float64Count - Gets or sets the resume retry count.
- Resync
Progress intPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- Resync
Required bool - Gets or sets a value indicating whether resync is required.
- Resync
Retry float64Count - Gets or sets the resync retry count.
- Resync
State string - Gets or sets the resync state.
- Run
As stringAccount Id - Gets or sets the run as account Id.
- Source
Appliance stringName - Gets or sets the source appliance name.
- Source
Cpu intCores - Gets or sets the source VM CPU cores.
- Source
Dra stringName - Gets or sets the source DRA name.
- Source
Memory float64In Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- Source
Vm stringName - Gets or sets the source VM display name.
- Storage
Container stringId - Gets or sets the target storage container ARM Id.
- Target
Appliance stringName - Gets or sets the target appliance name.
- Target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- Target
Az stringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- Target
Dra stringName - Gets or sets the target DRA name.
- Target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- Target
Location string - Gets or sets the target location.
- Target
Resource stringGroup Id - Gets or sets the target resource group ARM Id.
- Target
Vm stringBios Id - 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 String - Gets or sets the location of the protected item.
- custom
Location StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<VMwareInclude To Az Stack HCIDisk Input Response> - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery StringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type String - Gets or sets the firmware type.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial
Replication IntegerProgress Percentage - 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 StringPoint Id - Gets or sets the last recovery point Id.
- last
Recovery StringPoint Received - Gets or sets the last recovery point received time.
- last
Replication StringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- migration
Progress IntegerPercentage - Gets or sets the migration progress percentage.
- nics
To List<VMwareInclude To Az Stack HCINic Input Response> - Gets or sets the list of VM NIC to replicate.
- os
Name String - Gets or sets the name of the OS.
- os
Type String - Gets or sets the type of the OS.
- protected
Disks List<VMwareTo Az Stack HCIProtected Disk Properties Response> - Gets or sets the list of protected disks.
- protected
Nics List<VMwareTo Az Stack HCIProtected Nic Properties Response> - Gets or sets the VM NIC details.
- resume
Progress IntegerPercentage - Gets or sets the resume progress percentage.
- resume
Retry DoubleCount - Gets or sets the resume retry count.
- resync
Progress IntegerPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync
Required Boolean - Gets or sets a value indicating whether resync is required.
- resync
Retry DoubleCount - Gets or sets the resync retry count.
- resync
State String - Gets or sets the resync state.
- run
As StringAccount Id - Gets or sets the run as account Id.
- source
Appliance StringName - Gets or sets the source appliance name.
- source
Cpu IntegerCores - Gets or sets the source VM CPU cores.
- source
Dra StringName - Gets or sets the source DRA name.
- source
Memory DoubleIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- source
Vm StringName - Gets or sets the source VM display name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Appliance StringName - Gets or sets the target appliance name.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az StringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Location String - Gets or sets the target location.
- target
Resource StringGroup Id - Gets or sets the target resource group ARM Id.
- target
Vm StringBios Id - 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 string - Gets or sets the location of the protected item.
- custom
Location stringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To VMwareInclude To Az Stack HCIDisk Input Response[] - Gets or sets the list of disks to replicate.
- fabric
Discovery stringMachine Id - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery stringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type string - Gets or sets the firmware type.
- hyper
VGeneration string - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial
Replication numberProgress Percentage - 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 stringPoint Id - Gets or sets the last recovery point Id.
- last
Recovery stringPoint Received - Gets or sets the last recovery point received time.
- last
Replication stringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- migration
Progress numberPercentage - Gets or sets the migration progress percentage.
- nics
To VMwareInclude To Az Stack HCINic Input Response[] - Gets or sets the list of VM NIC to replicate.
- os
Name string - Gets or sets the name of the OS.
- os
Type string - Gets or sets the type of the OS.
- protected
Disks VMwareTo Az Stack HCIProtected Disk Properties Response[] - Gets or sets the list of protected disks.
- protected
Nics VMwareTo Az Stack HCIProtected Nic Properties Response[] - Gets or sets the VM NIC details.
- resume
Progress numberPercentage - Gets or sets the resume progress percentage.
- resume
Retry numberCount - Gets or sets the resume retry count.
- resync
Progress numberPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync
Required boolean - Gets or sets a value indicating whether resync is required.
- resync
Retry numberCount - Gets or sets the resync retry count.
- resync
State string - Gets or sets the resync state.
- run
As stringAccount Id - Gets or sets the run as account Id.
- source
Appliance stringName - Gets or sets the source appliance name.
- source
Cpu numberCores - Gets or sets the source VM CPU cores.
- source
Dra stringName - Gets or sets the source DRA name.
- source
Memory numberIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- source
Vm stringName - Gets or sets the source VM display name.
- storage
Container stringId - Gets or sets the target storage container ARM Id.
- target
Appliance stringName - Gets or sets the target appliance name.
- target
Arc stringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az stringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- target
Dra stringName - Gets or sets the target DRA name.
- target
Hci stringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Location string - Gets or sets the target location.
- target
Resource stringGroup Id - Gets or sets the target resource group ARM Id.
- target
Vm stringBios Id - 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 str - Gets or sets the location of the protected item.
- custom_
location_ strregion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks_
to_ Sequence[VMwareinclude To Az Stack HCIDisk Input Response] - Gets or sets the list of disks to replicate.
- fabric_
discovery_ strmachine_ id - Gets or sets the ARM Id of the discovered machine.
- failover_
recovery_ strpoint_ id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware_
type str - Gets or sets the firmware type.
- hyper_
v_ strgeneration - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial_
replication_ intprogress_ percentage - 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_ strpoint_ id - Gets or sets the last recovery point Id.
- last_
recovery_ strpoint_ received - Gets or sets the last recovery point received time.
- last_
replication_ strupdate_ time - Gets or sets the latest timestamp that replication status is updated.
- migration_
progress_ intpercentage - Gets or sets the migration progress percentage.
- nics_
to_ Sequence[VMwareinclude To Az Stack HCINic Input Response] - Gets or sets the list of VM NIC to replicate.
- os_
name str - Gets or sets the name of the OS.
- os_
type str - Gets or sets the type of the OS.
- protected_
disks Sequence[VMwareTo Az Stack HCIProtected Disk Properties Response] - Gets or sets the list of protected disks.
- protected_
nics Sequence[VMwareTo Az Stack HCIProtected Nic Properties Response] - Gets or sets the VM NIC details.
- resume_
progress_ intpercentage - Gets or sets the resume progress percentage.
- resume_
retry_ floatcount - Gets or sets the resume retry count.
- resync_
progress_ intpercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync_
required bool - Gets or sets a value indicating whether resync is required.
- resync_
retry_ floatcount - Gets or sets the resync retry count.
- resync_
state str - Gets or sets the resync state.
- run_
as_ straccount_ id - Gets or sets the run as account Id.
- source_
appliance_ strname - Gets or sets the source appliance name.
- source_
cpu_ intcores - Gets or sets the source VM CPU cores.
- source_
dra_ strname - Gets or sets the source DRA name.
- source_
memory_ floatin_ mega_ bytes - Gets or sets the source VM ram memory size in megabytes.
- source_
vm_ strname - Gets or sets the source VM display name.
- storage_
container_ strid - Gets or sets the target storage container ARM Id.
- target_
appliance_ strname - Gets or sets the target appliance name.
- target_
arc_ strcluster_ custom_ location_ id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target_
az_ strstack_ hci_ cluster_ name - Gets or sets the Target AzStackHCI cluster name.
- target_
dra_ strname - Gets or sets the target DRA name.
- target_
hci_ strcluster_ id - Gets or sets the Target HCI Cluster ARM Id.
- target_
location str - Gets or sets the target location.
- target_
resource_ strgroup_ id - Gets or sets the target resource group ARM Id.
- target_
vm_ strbios_ id - 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 String - Gets or sets the location of the protected item.
- custom
Location StringRegion - Gets or sets the location of Azure Arc HCI custom location resource.
- disks
To List<Property Map>Include - Gets or sets the list of disks to replicate.
- fabric
Discovery StringMachine Id - Gets or sets the ARM Id of the discovered machine.
- failover
Recovery StringPoint Id - Gets or sets the recovery point Id to which the VM was failed over.
- firmware
Type String - Gets or sets the firmware type.
- hyper
VGeneration String - Gets or sets the hypervisor generation of the virtual machine possible values are 1,2.
- initial
Replication NumberProgress Percentage - 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 StringPoint Id - Gets or sets the last recovery point Id.
- last
Recovery StringPoint Received - Gets or sets the last recovery point received time.
- last
Replication StringUpdate Time - Gets or sets the latest timestamp that replication status is updated.
- migration
Progress NumberPercentage - Gets or sets the migration progress percentage.
- nics
To List<Property Map>Include - Gets or sets the list of VM NIC to replicate.
- os
Name String - Gets or sets the name of the OS.
- os
Type String - Gets or sets the type of the OS.
- protected
Disks List<Property Map> - Gets or sets the list of protected disks.
- protected
Nics List<Property Map> - Gets or sets the VM NIC details.
- resume
Progress NumberPercentage - Gets or sets the resume progress percentage.
- resume
Retry NumberCount - Gets or sets the resume retry count.
- resync
Progress NumberPercentage - Gets or sets the resync progress percentage. This is calculated based on total bytes processed for all disks in the source VM.
- resync
Required Boolean - Gets or sets a value indicating whether resync is required.
- resync
Retry NumberCount - Gets or sets the resync retry count.
- resync
State String - Gets or sets the resync state.
- run
As StringAccount Id - Gets or sets the run as account Id.
- source
Appliance StringName - Gets or sets the source appliance name.
- source
Cpu NumberCores - Gets or sets the source VM CPU cores.
- source
Dra StringName - Gets or sets the source DRA name.
- source
Memory NumberIn Mega Bytes - Gets or sets the source VM ram memory size in megabytes.
- source
Vm StringName - Gets or sets the source VM display name.
- storage
Container StringId - Gets or sets the target storage container ARM Id.
- target
Appliance StringName - Gets or sets the target appliance name.
- target
Arc StringCluster Custom Location Id - Gets or sets the Target Arc Cluster Custom Location ARM Id.
- target
Az StringStack Hci Cluster Name - Gets or sets the Target AzStackHCI cluster name.
- target
Dra StringName - Gets or sets the target DRA name.
- target
Hci StringCluster Id - Gets or sets the Target HCI Cluster ARM Id.
- target
Location String - Gets or sets the target location.
- target
Resource StringGroup Id - Gets or sets the target resource group ARM Id.
- target
Vm StringBios Id - 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 string
- Gets or sets the NIC label.
- Mac
Address string - Gets or sets the NIC mac address.
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - 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 string
- Gets or sets the NIC label.
- Mac
Address string - Gets or sets the NIC mac address.
- Network
Name string - Gets or sets the network name.
- Nic
Id string - Gets or sets the NIC Id.
- Selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- Target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- Test
Network stringId - 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 String
- Gets or sets the NIC label.
- mac
Address String - Gets or sets the NIC mac address.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - 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 string
- Gets or sets the NIC label.
- mac
Address string - Gets or sets the NIC mac address.
- network
Name string - Gets or sets the network name.
- nic
Id string - Gets or sets the NIC Id.
- selection
Type stringFor Failover - Gets or sets the selection type of the NIC.
- target
Network stringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network stringId - 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 str
- Gets or sets the NIC label.
- mac_
address str - Gets or sets the NIC mac address.
- network_
name str - Gets or sets the network name.
- nic_
id str - Gets or sets the NIC Id.
- selection_
type_ strfor_ failover - Gets or sets the selection type of the NIC.
- target_
network_ strid - Gets or sets the target network Id within AzStackHCI Cluster.
- test_
network_ strid - 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 String
- Gets or sets the NIC label.
- mac
Address String - Gets or sets the NIC mac address.
- network
Name String - Gets or sets the network name.
- nic
Id String - Gets or sets the NIC Id.
- selection
Type StringFor Failover - Gets or sets the selection type of the NIC.
- target
Network StringId - Gets or sets the target network Id within AzStackHCI Cluster.
- test
Network StringId - 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