azure-native.datareplication.Dra
Explore with Pulumi AI
Dra model.
Uses Azure REST API version 2021-02-16-preview.
Example Usage
Dra_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var dra = new AzureNative.DataReplication.Dra("dra", new()
    {
        FabricAgentName = "M",
        FabricName = "wPR",
        Properties = new AzureNative.DataReplication.Inputs.DraModelPropertiesArgs
        {
            AuthenticationIdentity = new AzureNative.DataReplication.Inputs.IdentityModelArgs
            {
                AadAuthority = "bubwwbowfhdmujrt",
                ApplicationId = "cwktzrwajuvfyyymfstpey",
                Audience = "dkjobanyqgzenivyxhvavottpc",
                ObjectId = "khsiaqfbpuhp",
                TenantId = "joclkkdovixwapephhxaqtefubhhmq",
            },
            CustomProperties = null,
            MachineId = "envzcoijbqhtrpncbjbhk",
            MachineName = "y",
            ResourceAccessIdentity = new AzureNative.DataReplication.Inputs.IdentityModelArgs
            {
                AadAuthority = "bubwwbowfhdmujrt",
                ApplicationId = "cwktzrwajuvfyyymfstpey",
                Audience = "dkjobanyqgzenivyxhvavottpc",
                ObjectId = "khsiaqfbpuhp",
                TenantId = "joclkkdovixwapephhxaqtefubhhmq",
            },
        },
        ResourceGroupName = "rgrecoveryservicesdatareplication",
    });
});
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.NewDra(ctx, "dra", &datareplication.DraArgs{
			FabricAgentName: pulumi.String("M"),
			FabricName:      pulumi.String("wPR"),
			Properties: &datareplication.DraModelPropertiesArgs{
				AuthenticationIdentity: &datareplication.IdentityModelArgs{
					AadAuthority:  pulumi.String("bubwwbowfhdmujrt"),
					ApplicationId: pulumi.String("cwktzrwajuvfyyymfstpey"),
					Audience:      pulumi.String("dkjobanyqgzenivyxhvavottpc"),
					ObjectId:      pulumi.String("khsiaqfbpuhp"),
					TenantId:      pulumi.String("joclkkdovixwapephhxaqtefubhhmq"),
				},
				CustomProperties: &datareplication.VMwareDraModelCustomPropertiesArgs{},
				MachineId:        pulumi.String("envzcoijbqhtrpncbjbhk"),
				MachineName:      pulumi.String("y"),
				ResourceAccessIdentity: &datareplication.IdentityModelArgs{
					AadAuthority:  pulumi.String("bubwwbowfhdmujrt"),
					ApplicationId: pulumi.String("cwktzrwajuvfyyymfstpey"),
					Audience:      pulumi.String("dkjobanyqgzenivyxhvavottpc"),
					ObjectId:      pulumi.String("khsiaqfbpuhp"),
					TenantId:      pulumi.String("joclkkdovixwapephhxaqtefubhhmq"),
				},
			},
			ResourceGroupName: pulumi.String("rgrecoveryservicesdatareplication"),
		})
		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.Dra;
import com.pulumi.azurenative.datareplication.DraArgs;
import com.pulumi.azurenative.datareplication.inputs.DraModelPropertiesArgs;
import com.pulumi.azurenative.datareplication.inputs.IdentityModelArgs;
import com.pulumi.azurenative.datareplication.inputs.VMwareDraModelCustomPropertiesArgs;
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 dra = new Dra("dra", DraArgs.builder()
            .fabricAgentName("M")
            .fabricName("wPR")
            .properties(DraModelPropertiesArgs.builder()
                .authenticationIdentity(IdentityModelArgs.builder()
                    .aadAuthority("bubwwbowfhdmujrt")
                    .applicationId("cwktzrwajuvfyyymfstpey")
                    .audience("dkjobanyqgzenivyxhvavottpc")
                    .objectId("khsiaqfbpuhp")
                    .tenantId("joclkkdovixwapephhxaqtefubhhmq")
                    .build())
                .customProperties()
                .machineId("envzcoijbqhtrpncbjbhk")
                .machineName("y")
                .resourceAccessIdentity(IdentityModelArgs.builder()
                    .aadAuthority("bubwwbowfhdmujrt")
                    .applicationId("cwktzrwajuvfyyymfstpey")
                    .audience("dkjobanyqgzenivyxhvavottpc")
                    .objectId("khsiaqfbpuhp")
                    .tenantId("joclkkdovixwapephhxaqtefubhhmq")
                    .build())
                .build())
            .resourceGroupName("rgrecoveryservicesdatareplication")
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const dra = new azure_native.datareplication.Dra("dra", {
    fabricAgentName: "M",
    fabricName: "wPR",
    properties: {
        authenticationIdentity: {
            aadAuthority: "bubwwbowfhdmujrt",
            applicationId: "cwktzrwajuvfyyymfstpey",
            audience: "dkjobanyqgzenivyxhvavottpc",
            objectId: "khsiaqfbpuhp",
            tenantId: "joclkkdovixwapephhxaqtefubhhmq",
        },
        customProperties: {},
        machineId: "envzcoijbqhtrpncbjbhk",
        machineName: "y",
        resourceAccessIdentity: {
            aadAuthority: "bubwwbowfhdmujrt",
            applicationId: "cwktzrwajuvfyyymfstpey",
            audience: "dkjobanyqgzenivyxhvavottpc",
            objectId: "khsiaqfbpuhp",
            tenantId: "joclkkdovixwapephhxaqtefubhhmq",
        },
    },
    resourceGroupName: "rgrecoveryservicesdatareplication",
});
import pulumi
import pulumi_azure_native as azure_native
dra = azure_native.datareplication.Dra("dra",
    fabric_agent_name="M",
    fabric_name="wPR",
    properties={
        "authentication_identity": {
            "aad_authority": "bubwwbowfhdmujrt",
            "application_id": "cwktzrwajuvfyyymfstpey",
            "audience": "dkjobanyqgzenivyxhvavottpc",
            "object_id": "khsiaqfbpuhp",
            "tenant_id": "joclkkdovixwapephhxaqtefubhhmq",
        },
        "custom_properties": {},
        "machine_id": "envzcoijbqhtrpncbjbhk",
        "machine_name": "y",
        "resource_access_identity": {
            "aad_authority": "bubwwbowfhdmujrt",
            "application_id": "cwktzrwajuvfyyymfstpey",
            "audience": "dkjobanyqgzenivyxhvavottpc",
            "object_id": "khsiaqfbpuhp",
            "tenant_id": "joclkkdovixwapephhxaqtefubhhmq",
        },
    },
    resource_group_name="rgrecoveryservicesdatareplication")
resources:
  dra:
    type: azure-native:datareplication:Dra
    properties:
      fabricAgentName: M
      fabricName: wPR
      properties:
        authenticationIdentity:
          aadAuthority: bubwwbowfhdmujrt
          applicationId: cwktzrwajuvfyyymfstpey
          audience: dkjobanyqgzenivyxhvavottpc
          objectId: khsiaqfbpuhp
          tenantId: joclkkdovixwapephhxaqtefubhhmq
        customProperties: {}
        machineId: envzcoijbqhtrpncbjbhk
        machineName: y
        resourceAccessIdentity:
          aadAuthority: bubwwbowfhdmujrt
          applicationId: cwktzrwajuvfyyymfstpey
          audience: dkjobanyqgzenivyxhvavottpc
          objectId: khsiaqfbpuhp
          tenantId: joclkkdovixwapephhxaqtefubhhmq
      resourceGroupName: rgrecoveryservicesdatareplication
Create Dra Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dra(name: string, args: DraArgs, opts?: CustomResourceOptions);@overload
def Dra(resource_name: str,
        args: DraArgs,
        opts: Optional[ResourceOptions] = None)
@overload
def Dra(resource_name: str,
        opts: Optional[ResourceOptions] = None,
        fabric_name: Optional[str] = None,
        properties: Optional[DraModelPropertiesArgs] = None,
        resource_group_name: Optional[str] = None,
        fabric_agent_name: Optional[str] = None)func NewDra(ctx *Context, name string, args DraArgs, opts ...ResourceOption) (*Dra, error)public Dra(string name, DraArgs args, CustomResourceOptions? opts = null)type: azure-native:datareplication:Dra
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 DraArgs
- 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 DraArgs
- 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 DraArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DraArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DraArgs
- 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 draResource = new AzureNative.DataReplication.Dra("draResource", new()
{
    FabricName = "string",
    Properties = new AzureNative.DataReplication.Inputs.DraModelPropertiesArgs
    {
        AuthenticationIdentity = new AzureNative.DataReplication.Inputs.IdentityModelArgs
        {
            AadAuthority = "string",
            ApplicationId = "string",
            Audience = "string",
            ObjectId = "string",
            TenantId = "string",
        },
        CustomProperties = new AzureNative.DataReplication.Inputs.VMwareDraModelCustomPropertiesArgs
        {
            BiosId = "string",
            InstanceType = "VMware",
            MarsAuthenticationIdentity = new AzureNative.DataReplication.Inputs.IdentityModelArgs
            {
                AadAuthority = "string",
                ApplicationId = "string",
                Audience = "string",
                ObjectId = "string",
                TenantId = "string",
            },
        },
        MachineId = "string",
        MachineName = "string",
        ResourceAccessIdentity = new AzureNative.DataReplication.Inputs.IdentityModelArgs
        {
            AadAuthority = "string",
            ApplicationId = "string",
            Audience = "string",
            ObjectId = "string",
            TenantId = "string",
        },
    },
    ResourceGroupName = "string",
    FabricAgentName = "string",
});
example, err := datareplication.NewDra(ctx, "draResource", &datareplication.DraArgs{
	FabricName: pulumi.String("string"),
	Properties: &datareplication.DraModelPropertiesArgs{
		AuthenticationIdentity: &datareplication.IdentityModelArgs{
			AadAuthority:  pulumi.String("string"),
			ApplicationId: pulumi.String("string"),
			Audience:      pulumi.String("string"),
			ObjectId:      pulumi.String("string"),
			TenantId:      pulumi.String("string"),
		},
		CustomProperties: &datareplication.VMwareDraModelCustomPropertiesArgs{
			BiosId:       pulumi.String("string"),
			InstanceType: pulumi.String("VMware"),
			MarsAuthenticationIdentity: &datareplication.IdentityModelArgs{
				AadAuthority:  pulumi.String("string"),
				ApplicationId: pulumi.String("string"),
				Audience:      pulumi.String("string"),
				ObjectId:      pulumi.String("string"),
				TenantId:      pulumi.String("string"),
			},
		},
		MachineId:   pulumi.String("string"),
		MachineName: pulumi.String("string"),
		ResourceAccessIdentity: &datareplication.IdentityModelArgs{
			AadAuthority:  pulumi.String("string"),
			ApplicationId: pulumi.String("string"),
			Audience:      pulumi.String("string"),
			ObjectId:      pulumi.String("string"),
			TenantId:      pulumi.String("string"),
		},
	},
	ResourceGroupName: pulumi.String("string"),
	FabricAgentName:   pulumi.String("string"),
})
var draResource = new Dra("draResource", DraArgs.builder()
    .fabricName("string")
    .properties(DraModelPropertiesArgs.builder()
        .authenticationIdentity(IdentityModelArgs.builder()
            .aadAuthority("string")
            .applicationId("string")
            .audience("string")
            .objectId("string")
            .tenantId("string")
            .build())
        .customProperties(VMwareDraModelCustomPropertiesArgs.builder()
            .biosId("string")
            .instanceType("VMware")
            .marsAuthenticationIdentity(IdentityModelArgs.builder()
                .aadAuthority("string")
                .applicationId("string")
                .audience("string")
                .objectId("string")
                .tenantId("string")
                .build())
            .build())
        .machineId("string")
        .machineName("string")
        .resourceAccessIdentity(IdentityModelArgs.builder()
            .aadAuthority("string")
            .applicationId("string")
            .audience("string")
            .objectId("string")
            .tenantId("string")
            .build())
        .build())
    .resourceGroupName("string")
    .fabricAgentName("string")
    .build());
dra_resource = azure_native.datareplication.Dra("draResource",
    fabric_name="string",
    properties={
        "authentication_identity": {
            "aad_authority": "string",
            "application_id": "string",
            "audience": "string",
            "object_id": "string",
            "tenant_id": "string",
        },
        "custom_properties": {
            "bios_id": "string",
            "instance_type": "VMware",
            "mars_authentication_identity": {
                "aad_authority": "string",
                "application_id": "string",
                "audience": "string",
                "object_id": "string",
                "tenant_id": "string",
            },
        },
        "machine_id": "string",
        "machine_name": "string",
        "resource_access_identity": {
            "aad_authority": "string",
            "application_id": "string",
            "audience": "string",
            "object_id": "string",
            "tenant_id": "string",
        },
    },
    resource_group_name="string",
    fabric_agent_name="string")
const draResource = new azure_native.datareplication.Dra("draResource", {
    fabricName: "string",
    properties: {
        authenticationIdentity: {
            aadAuthority: "string",
            applicationId: "string",
            audience: "string",
            objectId: "string",
            tenantId: "string",
        },
        customProperties: {
            biosId: "string",
            instanceType: "VMware",
            marsAuthenticationIdentity: {
                aadAuthority: "string",
                applicationId: "string",
                audience: "string",
                objectId: "string",
                tenantId: "string",
            },
        },
        machineId: "string",
        machineName: "string",
        resourceAccessIdentity: {
            aadAuthority: "string",
            applicationId: "string",
            audience: "string",
            objectId: "string",
            tenantId: "string",
        },
    },
    resourceGroupName: "string",
    fabricAgentName: "string",
});
type: azure-native:datareplication:Dra
properties:
    fabricAgentName: string
    fabricName: string
    properties:
        authenticationIdentity:
            aadAuthority: string
            applicationId: string
            audience: string
            objectId: string
            tenantId: string
        customProperties:
            biosId: string
            instanceType: VMware
            marsAuthenticationIdentity:
                aadAuthority: string
                applicationId: string
                audience: string
                objectId: string
                tenantId: string
        machineId: string
        machineName: string
        resourceAccessIdentity:
            aadAuthority: string
            applicationId: string
            audience: string
            objectId: string
            tenantId: string
    resourceGroupName: string
Dra Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Dra resource accepts the following input properties:
- FabricName string
- The fabric name.
- Properties
Pulumi.Azure Native. Data Replication. Inputs. Dra Model Properties 
- Dra model properties.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- FabricAgent stringName 
- The fabric agent (Dra) name.
- FabricName string
- The fabric name.
- Properties
DraModel Properties Args 
- Dra model properties.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- FabricAgent stringName 
- The fabric agent (Dra) name.
- fabricName String
- The fabric name.
- properties
DraModel Properties 
- Dra model properties.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- fabricAgent StringName 
- The fabric agent (Dra) name.
- fabricName string
- The fabric name.
- properties
DraModel Properties 
- Dra model properties.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- fabricAgent stringName 
- The fabric agent (Dra) name.
- fabric_name str
- The fabric name.
- properties
DraModel Properties Args 
- Dra model properties.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- fabric_agent_ strname 
- The fabric agent (Dra) name.
- fabricName String
- The fabric name.
- properties Property Map
- Dra model properties.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- fabricAgent StringName 
- The fabric agent (Dra) name.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dra 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.
- SystemData Pulumi.Azure Native. Data Replication. Outputs. Dra 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.
- SystemData DraModel 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.
- systemData DraModel 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.
- systemData DraModel 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 DraModel 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.
- systemData Property Map
- type String
- Gets or sets the type of the resource.
Supporting Types
DraModelProperties, DraModelPropertiesArgs      
- AuthenticationIdentity Pulumi.Azure Native. Data Replication. Inputs. Identity Model 
- Identity model.
- CustomProperties Pulumi.Azure Native. Data Replication. Inputs. VMware Dra Model Custom Properties 
- Dra model custom properties.
- MachineId string
- Gets or sets the machine Id where Dra is running.
- MachineName string
- Gets or sets the machine name where Dra is running.
- ResourceAccess Pulumi.Identity Azure Native. Data Replication. Inputs. Identity Model 
- Identity model.
- AuthenticationIdentity IdentityModel 
- Identity model.
- CustomProperties VMwareDra Model Custom Properties 
- Dra model custom properties.
- MachineId string
- Gets or sets the machine Id where Dra is running.
- MachineName string
- Gets or sets the machine name where Dra is running.
- ResourceAccess IdentityIdentity Model 
- Identity model.
- authenticationIdentity IdentityModel 
- Identity model.
- customProperties VMwareDra Model Custom Properties 
- Dra model custom properties.
- machineId String
- Gets or sets the machine Id where Dra is running.
- machineName String
- Gets or sets the machine name where Dra is running.
- resourceAccess IdentityIdentity Model 
- Identity model.
- authenticationIdentity IdentityModel 
- Identity model.
- customProperties VMwareDra Model Custom Properties 
- Dra model custom properties.
- machineId string
- Gets or sets the machine Id where Dra is running.
- machineName string
- Gets or sets the machine name where Dra is running.
- resourceAccess IdentityIdentity Model 
- Identity model.
- authentication_identity IdentityModel 
- Identity model.
- custom_properties VMwareDra Model Custom Properties 
- Dra model custom properties.
- machine_id str
- Gets or sets the machine Id where Dra is running.
- machine_name str
- Gets or sets the machine name where Dra is running.
- resource_access_ Identityidentity Model 
- Identity model.
- authenticationIdentity Property Map
- Identity model.
- customProperties Property Map
- Dra model custom properties.
- machineId String
- Gets or sets the machine Id where Dra is running.
- machineName String
- Gets or sets the machine name where Dra is running.
- resourceAccess Property MapIdentity 
- Identity model.
DraModelPropertiesResponse, DraModelPropertiesResponseArgs        
- AuthenticationIdentity Pulumi.Azure Native. Data Replication. Inputs. Identity Model Response 
- Identity model.
- CorrelationId string
- Gets or sets the Dra correlation Id.
- CustomProperties Pulumi.Azure Native. Data Replication. Inputs. VMware Dra Model Custom Properties Response 
- Dra model custom properties.
- HealthErrors List<Pulumi.Azure Native. Data Replication. Inputs. Health Error Model Response> 
- Gets or sets the list of health errors.
- IsResponsive bool
- Gets or sets a value indicating whether Dra is responsive.
- LastHeartbeat string
- Gets or sets the time when last heartbeat was sent by the Dra.
- MachineId string
- Gets or sets the machine Id where Dra is running.
- MachineName string
- Gets or sets the machine name where Dra is running.
- ProvisioningState string
- Gets or sets the provisioning state of the Dra.
- ResourceAccess Pulumi.Identity Azure Native. Data Replication. Inputs. Identity Model Response 
- Identity model.
- VersionNumber string
- Gets or sets the Dra version.
- AuthenticationIdentity IdentityModel Response 
- Identity model.
- CorrelationId string
- Gets or sets the Dra correlation Id.
- CustomProperties VMwareDra Model Custom Properties Response 
- Dra model custom properties.
- HealthErrors []HealthError Model Response 
- Gets or sets the list of health errors.
- IsResponsive bool
- Gets or sets a value indicating whether Dra is responsive.
- LastHeartbeat string
- Gets or sets the time when last heartbeat was sent by the Dra.
- MachineId string
- Gets or sets the machine Id where Dra is running.
- MachineName string
- Gets or sets the machine name where Dra is running.
- ProvisioningState string
- Gets or sets the provisioning state of the Dra.
- ResourceAccess IdentityIdentity Model Response 
- Identity model.
- VersionNumber string
- Gets or sets the Dra version.
- authenticationIdentity IdentityModel Response 
- Identity model.
- correlationId String
- Gets or sets the Dra correlation Id.
- customProperties VMwareDra Model Custom Properties Response 
- Dra model custom properties.
- healthErrors List<HealthError Model Response> 
- Gets or sets the list of health errors.
- isResponsive Boolean
- Gets or sets a value indicating whether Dra is responsive.
- lastHeartbeat String
- Gets or sets the time when last heartbeat was sent by the Dra.
- machineId String
- Gets or sets the machine Id where Dra is running.
- machineName String
- Gets or sets the machine name where Dra is running.
- provisioningState String
- Gets or sets the provisioning state of the Dra.
- resourceAccess IdentityIdentity Model Response 
- Identity model.
- versionNumber String
- Gets or sets the Dra version.
- authenticationIdentity IdentityModel Response 
- Identity model.
- correlationId string
- Gets or sets the Dra correlation Id.
- customProperties VMwareDra Model Custom Properties Response 
- Dra model custom properties.
- healthErrors HealthError Model Response[] 
- Gets or sets the list of health errors.
- isResponsive boolean
- Gets or sets a value indicating whether Dra is responsive.
- lastHeartbeat string
- Gets or sets the time when last heartbeat was sent by the Dra.
- machineId string
- Gets or sets the machine Id where Dra is running.
- machineName string
- Gets or sets the machine name where Dra is running.
- provisioningState string
- Gets or sets the provisioning state of the Dra.
- resourceAccess IdentityIdentity Model Response 
- Identity model.
- versionNumber string
- Gets or sets the Dra version.
- authentication_identity IdentityModel Response 
- Identity model.
- correlation_id str
- Gets or sets the Dra correlation Id.
- custom_properties VMwareDra Model Custom Properties Response 
- Dra model custom properties.
- health_errors Sequence[HealthError Model Response] 
- Gets or sets the list of health errors.
- is_responsive bool
- Gets or sets a value indicating whether Dra is responsive.
- last_heartbeat str
- Gets or sets the time when last heartbeat was sent by the Dra.
- machine_id str
- Gets or sets the machine Id where Dra is running.
- machine_name str
- Gets or sets the machine name where Dra is running.
- provisioning_state str
- Gets or sets the provisioning state of the Dra.
- resource_access_ Identityidentity Model Response 
- Identity model.
- version_number str
- Gets or sets the Dra version.
- authenticationIdentity Property Map
- Identity model.
- correlationId String
- Gets or sets the Dra correlation Id.
- customProperties Property Map
- Dra model custom properties.
- healthErrors List<Property Map>
- Gets or sets the list of health errors.
- isResponsive Boolean
- Gets or sets a value indicating whether Dra is responsive.
- lastHeartbeat String
- Gets or sets the time when last heartbeat was sent by the Dra.
- machineId String
- Gets or sets the machine Id where Dra is running.
- machineName String
- Gets or sets the machine name where Dra is running.
- provisioningState String
- Gets or sets the provisioning state of the Dra.
- resourceAccess Property MapIdentity 
- Identity model.
- versionNumber String
- Gets or sets the Dra version.
DraModelResponseSystemData, DraModelResponseSystemDataArgs          
- CreatedAt string
- Gets or sets the timestamp of resource creation (UTC).
- CreatedBy string
- Gets or sets identity that created the resource.
- CreatedBy stringType 
- Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- LastModified stringAt 
- Gets or sets the timestamp of resource last modification (UTC).
- LastModified stringBy 
- Gets or sets the identity that last modified the resource.
- LastModified stringBy Type 
- Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- CreatedAt string
- Gets or sets the timestamp of resource creation (UTC).
- CreatedBy string
- Gets or sets identity that created the resource.
- CreatedBy stringType 
- Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- LastModified stringAt 
- Gets or sets the timestamp of resource last modification (UTC).
- LastModified stringBy 
- Gets or sets the identity that last modified the resource.
- LastModified stringBy Type 
- Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- createdAt String
- Gets or sets the timestamp of resource creation (UTC).
- createdBy String
- Gets or sets identity that created the resource.
- createdBy StringType 
- Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- lastModified StringAt 
- Gets or sets the timestamp of resource last modification (UTC).
- lastModified StringBy 
- Gets or sets the identity that last modified the resource.
- lastModified StringBy Type 
- Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
- createdAt string
- Gets or sets the timestamp of resource creation (UTC).
- createdBy string
- Gets or sets identity that created the resource.
- createdBy stringType 
- Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- lastModified stringAt 
- Gets or sets the timestamp of resource last modification (UTC).
- lastModified stringBy 
- Gets or sets the identity that last modified the resource.
- lastModified 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.
- createdAt String
- Gets or sets the timestamp of resource creation (UTC).
- createdBy String
- Gets or sets identity that created the resource.
- createdBy StringType 
- Gets or sets the type of identity that created the resource: user, application, managedIdentity.
- lastModified StringAt 
- Gets or sets the timestamp of resource last modification (UTC).
- lastModified StringBy 
- Gets or sets the identity that last modified the resource.
- lastModified StringBy Type 
- Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.
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.
- CreationTime string
- Gets or sets the error creation time.
- HealthCategory string
- Gets or sets the health category.
- IsCustomer 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.
- AffectedResource 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.
- AffectedResource stringType 
- Gets or sets the type of affected resource type.
- ChildErrors 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.
- CreationTime string
- Gets or sets the error creation time.
- HealthCategory string
- Gets or sets the health category.
- IsCustomer 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.
- AffectedResource []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.
- AffectedResource stringType 
- Gets or sets the type of affected resource type.
- ChildErrors []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.
- creationTime String
- Gets or sets the error creation time.
- healthCategory String
- Gets or sets the health category.
- isCustomer 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.
- affectedResource 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.
- affectedResource StringType 
- Gets or sets the type of affected resource type.
- childErrors 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.
- creationTime string
- Gets or sets the error creation time.
- healthCategory string
- Gets or sets the health category.
- isCustomer 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.
- affectedResource 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.
- affectedResource stringType 
- Gets or sets the type of affected resource type.
- childErrors 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.
- creationTime String
- Gets or sets the error creation time.
- healthCategory String
- Gets or sets the health category.
- isCustomer 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.
- affectedResource 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.
- affectedResource StringType 
- Gets or sets the type of affected resource type.
- childErrors List<Property Map>
- Gets or sets a list of child health errors associated with this error.
IdentityModel, IdentityModelArgs    
- string
- Gets or sets the authority of the SPN with which Dra communicates to service.
- ApplicationId string
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- Audience string
- Gets or sets the audience of the SPN with which Dra communicates to service.
- ObjectId string
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- TenantId string
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- string
- Gets or sets the authority of the SPN with which Dra communicates to service.
- ApplicationId string
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- Audience string
- Gets or sets the audience of the SPN with which Dra communicates to service.
- ObjectId string
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- TenantId string
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- String
- Gets or sets the authority of the SPN with which Dra communicates to service.
- applicationId String
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience String
- Gets or sets the audience of the SPN with which Dra communicates to service.
- objectId String
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenantId String
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- string
- Gets or sets the authority of the SPN with which Dra communicates to service.
- applicationId string
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience string
- Gets or sets the audience of the SPN with which Dra communicates to service.
- objectId string
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenantId string
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- str
- Gets or sets the authority of the SPN with which Dra communicates to service.
- application_id str
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience str
- Gets or sets the audience of the SPN with which Dra communicates to service.
- object_id str
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenant_id str
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- String
- Gets or sets the authority of the SPN with which Dra communicates to service.
- applicationId String
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience String
- Gets or sets the audience of the SPN with which Dra communicates to service.
- objectId String
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenantId String
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
IdentityModelResponse, IdentityModelResponseArgs      
- string
- Gets or sets the authority of the SPN with which Dra communicates to service.
- ApplicationId string
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- Audience string
- Gets or sets the audience of the SPN with which Dra communicates to service.
- ObjectId string
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- TenantId string
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- string
- Gets or sets the authority of the SPN with which Dra communicates to service.
- ApplicationId string
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- Audience string
- Gets or sets the audience of the SPN with which Dra communicates to service.
- ObjectId string
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- TenantId string
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- String
- Gets or sets the authority of the SPN with which Dra communicates to service.
- applicationId String
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience String
- Gets or sets the audience of the SPN with which Dra communicates to service.
- objectId String
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenantId String
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- string
- Gets or sets the authority of the SPN with which Dra communicates to service.
- applicationId string
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience string
- Gets or sets the audience of the SPN with which Dra communicates to service.
- objectId string
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenantId string
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- str
- Gets or sets the authority of the SPN with which Dra communicates to service.
- application_id str
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience str
- Gets or sets the audience of the SPN with which Dra communicates to service.
- object_id str
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenant_id str
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
- String
- Gets or sets the authority of the SPN with which Dra communicates to service.
- applicationId String
- Gets or sets the client/application Id of the SPN with which Dra communicates to service.
- audience String
- Gets or sets the audience of the SPN with which Dra communicates to service.
- objectId String
- Gets or sets the object Id of the SPN with which Dra communicates to service.
- tenantId String
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
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.
- CreationTime string
- Gets or sets the error creation time.
- HealthCategory string
- Gets or sets the health category.
- IsCustomer 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.
- CreationTime string
- Gets or sets the error creation time.
- HealthCategory string
- Gets or sets the health category.
- IsCustomer 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.
- creationTime String
- Gets or sets the error creation time.
- healthCategory String
- Gets or sets the health category.
- isCustomer 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.
- creationTime string
- Gets or sets the error creation time.
- healthCategory string
- Gets or sets the health category.
- isCustomer 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.
- creationTime String
- Gets or sets the error creation time.
- healthCategory String
- Gets or sets the health category.
- isCustomer 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.
VMwareDraModelCustomProperties, VMwareDraModelCustomPropertiesArgs          
- BiosId string
- Gets or sets the BIOS Id of the DRA machine.
- MarsAuthentication Pulumi.Identity Azure Native. Data Replication. Inputs. Identity Model 
- Identity model.
- BiosId string
- Gets or sets the BIOS Id of the DRA machine.
- MarsAuthentication IdentityIdentity Model 
- Identity model.
- biosId String
- Gets or sets the BIOS Id of the DRA machine.
- marsAuthentication IdentityIdentity Model 
- Identity model.
- biosId string
- Gets or sets the BIOS Id of the DRA machine.
- marsAuthentication IdentityIdentity Model 
- Identity model.
- bios_id str
- Gets or sets the BIOS Id of the DRA machine.
- mars_authentication_ Identityidentity Model 
- Identity model.
- biosId String
- Gets or sets the BIOS Id of the DRA machine.
- marsAuthentication Property MapIdentity 
- Identity model.
VMwareDraModelCustomPropertiesResponse, VMwareDraModelCustomPropertiesResponseArgs            
- BiosId string
- Gets or sets the BIOS Id of the DRA machine.
- MarsAuthentication Pulumi.Identity Azure Native. Data Replication. Inputs. Identity Model Response 
- Identity model.
- BiosId string
- Gets or sets the BIOS Id of the DRA machine.
- MarsAuthentication IdentityIdentity Model Response 
- Identity model.
- biosId String
- Gets or sets the BIOS Id of the DRA machine.
- marsAuthentication IdentityIdentity Model Response 
- Identity model.
- biosId string
- Gets or sets the BIOS Id of the DRA machine.
- marsAuthentication IdentityIdentity Model Response 
- Identity model.
- bios_id str
- Gets or sets the BIOS Id of the DRA machine.
- mars_authentication_ Identityidentity Model Response 
- Identity model.
- biosId String
- Gets or sets the BIOS Id of the DRA machine.
- marsAuthentication Property MapIdentity 
- Identity model.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:datareplication:Dra ioxmwhzrzdilxivkvhpvzexl /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0