azure-native.datareplication.Fabric
Explore with Pulumi AI
Fabric model. Azure REST API version: 2021-02-16-preview.
Example Usage
Fabric_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() => 
{
    var fabric = new AzureNative.DataReplication.Fabric("fabric", new()
    {
        FabricName = "wPR",
        Location = "tqygutlpob",
        Properties = new AzureNative.DataReplication.Inputs.FabricModelPropertiesArgs
        {
            CustomProperties = 
            {
                { "instanceType", "FabricModelCustomProperties" },
            },
        },
        ResourceGroupName = "rgrecoveryservicesdatareplication",
        Tags = 
        {
            { "key3917", "vgralu" },
        },
    });
});
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.NewFabric(ctx, "fabric", &datareplication.FabricArgs{
			FabricName: pulumi.String("wPR"),
			Location:   pulumi.String("tqygutlpob"),
			Properties: &datareplication.FabricModelPropertiesArgs{
				CustomProperties: pulumi.Any{
					InstanceType: pulumi.String("FabricModelCustomProperties"),
				},
			},
			ResourceGroupName: pulumi.String("rgrecoveryservicesdatareplication"),
			Tags: pulumi.StringMap{
				"key3917": pulumi.String("vgralu"),
			},
		})
		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.Fabric;
import com.pulumi.azurenative.datareplication.FabricArgs;
import com.pulumi.azurenative.datareplication.inputs.FabricModelPropertiesArgs;
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 fabric = new Fabric("fabric", FabricArgs.builder()
            .fabricName("wPR")
            .location("tqygutlpob")
            .properties(FabricModelPropertiesArgs.builder()
                .customProperties(AzStackHCIFabricModelCustomPropertiesArgs.builder()
                    .instanceType("FabricModelCustomProperties")
                    .build())
                .build())
            .resourceGroupName("rgrecoveryservicesdatareplication")
            .tags(Map.of("key3917", "vgralu"))
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const fabric = new azure_native.datareplication.Fabric("fabric", {
    fabricName: "wPR",
    location: "tqygutlpob",
    properties: {
        customProperties: {
            instanceType: "FabricModelCustomProperties",
        },
    },
    resourceGroupName: "rgrecoveryservicesdatareplication",
    tags: {
        key3917: "vgralu",
    },
});
import pulumi
import pulumi_azure_native as azure_native
fabric = azure_native.datareplication.Fabric("fabric",
    fabric_name="wPR",
    location="tqygutlpob",
    properties={
        "custom_properties": {
            "instance_type": "FabricModelCustomProperties",
        },
    },
    resource_group_name="rgrecoveryservicesdatareplication",
    tags={
        "key3917": "vgralu",
    })
resources:
  fabric:
    type: azure-native:datareplication:Fabric
    properties:
      fabricName: wPR
      location: tqygutlpob
      properties:
        customProperties:
          instanceType: FabricModelCustomProperties
      resourceGroupName: rgrecoveryservicesdatareplication
      tags:
        key3917: vgralu
Create Fabric Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Fabric(name: string, args: FabricArgs, opts?: CustomResourceOptions);@overload
def Fabric(resource_name: str,
           args: FabricArgs,
           opts: Optional[ResourceOptions] = None)
@overload
def Fabric(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           properties: Optional[FabricModelPropertiesArgs] = None,
           resource_group_name: Optional[str] = None,
           fabric_name: Optional[str] = None,
           location: Optional[str] = None,
           tags: Optional[Mapping[str, str]] = None)func NewFabric(ctx *Context, name string, args FabricArgs, opts ...ResourceOption) (*Fabric, error)public Fabric(string name, FabricArgs args, CustomResourceOptions? opts = null)
public Fabric(String name, FabricArgs args)
public Fabric(String name, FabricArgs args, CustomResourceOptions options)
type: azure-native:datareplication:Fabric
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 FabricArgs
- 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 FabricArgs
- 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 FabricArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FabricArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FabricArgs
- 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 fabricResource = new AzureNative.DataReplication.Fabric("fabricResource", new()
{
    Properties = new AzureNative.DataReplication.Inputs.FabricModelPropertiesArgs
    {
        CustomProperties = new AzureNative.DataReplication.Inputs.AzStackHCIFabricModelCustomPropertiesArgs
        {
            AzStackHciSiteId = "string",
            Cluster = new AzureNative.DataReplication.Inputs.AzStackHCIClusterPropertiesArgs
            {
                ClusterName = "string",
                ResourceName = "string",
                StorageAccountName = "string",
                StorageContainers = new[]
                {
                    new AzureNative.DataReplication.Inputs.StorageContainerPropertiesArgs
                    {
                        ClusterSharedVolumePath = "string",
                        Name = "string",
                    },
                },
            },
            InstanceType = "AzStackHCI",
            MigrationSolutionId = "string",
        },
    },
    ResourceGroupName = "string",
    FabricName = "string",
    Location = "string",
    Tags = 
    {
        { "string", "string" },
    },
});
example, err := datareplication.NewFabric(ctx, "fabricResource", &datareplication.FabricArgs{
	Properties: &datareplication.FabricModelPropertiesArgs{
		CustomProperties: datareplication.AzStackHCIFabricModelCustomProperties{
			AzStackHciSiteId: "string",
			Cluster: datareplication.AzStackHCIClusterProperties{
				ClusterName:        "string",
				ResourceName:       "string",
				StorageAccountName: "string",
				StorageContainers: []datareplication.StorageContainerProperties{
					{
						ClusterSharedVolumePath: "string",
						Name:                    "string",
					},
				},
			},
			InstanceType:        "AzStackHCI",
			MigrationSolutionId: "string",
		},
	},
	ResourceGroupName: pulumi.String("string"),
	FabricName:        pulumi.String("string"),
	Location:          pulumi.String("string"),
	Tags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var fabricResource = new Fabric("fabricResource", FabricArgs.builder()
    .properties(FabricModelPropertiesArgs.builder()
        .customProperties(AzStackHCIFabricModelCustomPropertiesArgs.builder()
            .azStackHciSiteId("string")
            .cluster(AzStackHCIClusterPropertiesArgs.builder()
                .clusterName("string")
                .resourceName("string")
                .storageAccountName("string")
                .storageContainers(StorageContainerPropertiesArgs.builder()
                    .clusterSharedVolumePath("string")
                    .name("string")
                    .build())
                .build())
            .instanceType("AzStackHCI")
            .migrationSolutionId("string")
            .build())
        .build())
    .resourceGroupName("string")
    .fabricName("string")
    .location("string")
    .tags(Map.of("string", "string"))
    .build());
fabric_resource = azure_native.datareplication.Fabric("fabricResource",
    properties={
        "custom_properties": {
            "az_stack_hci_site_id": "string",
            "cluster": {
                "cluster_name": "string",
                "resource_name": "string",
                "storage_account_name": "string",
                "storage_containers": [{
                    "cluster_shared_volume_path": "string",
                    "name": "string",
                }],
            },
            "instance_type": "AzStackHCI",
            "migration_solution_id": "string",
        },
    },
    resource_group_name="string",
    fabric_name="string",
    location="string",
    tags={
        "string": "string",
    })
const fabricResource = new azure_native.datareplication.Fabric("fabricResource", {
    properties: {
        customProperties: {
            azStackHciSiteId: "string",
            cluster: {
                clusterName: "string",
                resourceName: "string",
                storageAccountName: "string",
                storageContainers: [{
                    clusterSharedVolumePath: "string",
                    name: "string",
                }],
            },
            instanceType: "AzStackHCI",
            migrationSolutionId: "string",
        },
    },
    resourceGroupName: "string",
    fabricName: "string",
    location: "string",
    tags: {
        string: "string",
    },
});
type: azure-native:datareplication:Fabric
properties:
    fabricName: string
    location: string
    properties:
        customProperties:
            azStackHciSiteId: string
            cluster:
                clusterName: string
                resourceName: string
                storageAccountName: string
                storageContainers:
                    - clusterSharedVolumePath: string
                      name: string
            instanceType: AzStackHCI
            migrationSolutionId: string
    resourceGroupName: string
    tags:
        string: string
Fabric 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 Fabric resource accepts the following input properties:
- Properties
Pulumi.Azure Native. Data Replication. Inputs. Fabric Model Properties 
- Fabric model properties.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- FabricName string
- The fabric name.
- Location string
- Gets or sets the location of the fabric.
- Dictionary<string, string>
- Gets or sets the resource tags.
- Properties
FabricModel Properties Args 
- Fabric model properties.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- FabricName string
- The fabric name.
- Location string
- Gets or sets the location of the fabric.
- map[string]string
- Gets or sets the resource tags.
- properties
FabricModel Properties 
- Fabric model properties.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- fabricName String
- The fabric name.
- location String
- Gets or sets the location of the fabric.
- Map<String,String>
- Gets or sets the resource tags.
- properties
FabricModel Properties 
- Fabric model properties.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- fabricName string
- The fabric name.
- location string
- Gets or sets the location of the fabric.
- {[key: string]: string}
- Gets or sets the resource tags.
- properties
FabricModel Properties Args 
- Fabric model properties.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- fabric_name str
- The fabric name.
- location str
- Gets or sets the location of the fabric.
- Mapping[str, str]
- Gets or sets the resource tags.
- properties Property Map
- Fabric model properties.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- fabricName String
- The fabric name.
- location String
- Gets or sets the location of the fabric.
- Map<String>
- Gets or sets the resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the Fabric 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. Fabric 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 FabricModel 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 FabricModel 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 FabricModel 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 FabricModel 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
AzStackHCIClusterProperties, AzStackHCIClusterPropertiesArgs        
- ClusterName string
- Gets or sets the AzStackHCICluster FQDN name.
- ResourceName string
- Gets or sets the AzStackHCICluster resource name.
- StorageAccount stringName 
- Gets or sets the Storage account name.
- StorageContainers List<Pulumi.Azure Native. Data Replication. Inputs. Storage Container Properties> 
- Gets or sets the list of AzStackHCICluster Storage Container.
- ClusterName string
- Gets or sets the AzStackHCICluster FQDN name.
- ResourceName string
- Gets or sets the AzStackHCICluster resource name.
- StorageAccount stringName 
- Gets or sets the Storage account name.
- StorageContainers []StorageContainer Properties 
- Gets or sets the list of AzStackHCICluster Storage Container.
- clusterName String
- Gets or sets the AzStackHCICluster FQDN name.
- resourceName String
- Gets or sets the AzStackHCICluster resource name.
- storageAccount StringName 
- Gets or sets the Storage account name.
- storageContainers List<StorageContainer Properties> 
- Gets or sets the list of AzStackHCICluster Storage Container.
- clusterName string
- Gets or sets the AzStackHCICluster FQDN name.
- resourceName string
- Gets or sets the AzStackHCICluster resource name.
- storageAccount stringName 
- Gets or sets the Storage account name.
- storageContainers StorageContainer Properties[] 
- Gets or sets the list of AzStackHCICluster Storage Container.
- cluster_name str
- Gets or sets the AzStackHCICluster FQDN name.
- resource_name str
- Gets or sets the AzStackHCICluster resource name.
- storage_account_ strname 
- Gets or sets the Storage account name.
- storage_containers Sequence[StorageContainer Properties] 
- Gets or sets the list of AzStackHCICluster Storage Container.
- clusterName String
- Gets or sets the AzStackHCICluster FQDN name.
- resourceName String
- Gets or sets the AzStackHCICluster resource name.
- storageAccount StringName 
- Gets or sets the Storage account name.
- storageContainers List<Property Map>
- Gets or sets the list of AzStackHCICluster Storage Container.
AzStackHCIClusterPropertiesResponse, AzStackHCIClusterPropertiesResponseArgs          
- ClusterName string
- Gets or sets the AzStackHCICluster FQDN name.
- ResourceName string
- Gets or sets the AzStackHCICluster resource name.
- StorageAccount stringName 
- Gets or sets the Storage account name.
- StorageContainers List<Pulumi.Azure Native. Data Replication. Inputs. Storage Container Properties Response> 
- Gets or sets the list of AzStackHCICluster Storage Container.
- ClusterName string
- Gets or sets the AzStackHCICluster FQDN name.
- ResourceName string
- Gets or sets the AzStackHCICluster resource name.
- StorageAccount stringName 
- Gets or sets the Storage account name.
- StorageContainers []StorageContainer Properties Response 
- Gets or sets the list of AzStackHCICluster Storage Container.
- clusterName String
- Gets or sets the AzStackHCICluster FQDN name.
- resourceName String
- Gets or sets the AzStackHCICluster resource name.
- storageAccount StringName 
- Gets or sets the Storage account name.
- storageContainers List<StorageContainer Properties Response> 
- Gets or sets the list of AzStackHCICluster Storage Container.
- clusterName string
- Gets or sets the AzStackHCICluster FQDN name.
- resourceName string
- Gets or sets the AzStackHCICluster resource name.
- storageAccount stringName 
- Gets or sets the Storage account name.
- storageContainers StorageContainer Properties Response[] 
- Gets or sets the list of AzStackHCICluster Storage Container.
- cluster_name str
- Gets or sets the AzStackHCICluster FQDN name.
- resource_name str
- Gets or sets the AzStackHCICluster resource name.
- storage_account_ strname 
- Gets or sets the Storage account name.
- storage_containers Sequence[StorageContainer Properties Response] 
- Gets or sets the list of AzStackHCICluster Storage Container.
- clusterName String
- Gets or sets the AzStackHCICluster FQDN name.
- resourceName String
- Gets or sets the AzStackHCICluster resource name.
- storageAccount StringName 
- Gets or sets the Storage account name.
- storageContainers List<Property Map>
- Gets or sets the list of AzStackHCICluster Storage Container.
AzStackHCIFabricModelCustomProperties, AzStackHCIFabricModelCustomPropertiesArgs            
- AzStack stringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- Cluster
Pulumi.Azure Native. Data Replication. Inputs. Az Stack HCICluster Properties 
- AzStackHCI cluster properties.
- MigrationSolution stringId 
- Gets or sets the Migration solution ARM Id.
- AzStack stringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- Cluster
AzStack HCICluster Properties 
- AzStackHCI cluster properties.
- MigrationSolution stringId 
- Gets or sets the Migration solution ARM Id.
- azStack StringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster
AzStack HCICluster Properties 
- AzStackHCI cluster properties.
- migrationSolution StringId 
- Gets or sets the Migration solution ARM Id.
- azStack stringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster
AzStack HCICluster Properties 
- AzStackHCI cluster properties.
- migrationSolution stringId 
- Gets or sets the Migration solution ARM Id.
- az_stack_ strhci_ site_ id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster
AzStack HCICluster Properties 
- AzStackHCI cluster properties.
- migration_solution_ strid 
- Gets or sets the Migration solution ARM Id.
- azStack StringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster Property Map
- AzStackHCI cluster properties.
- migrationSolution StringId 
- Gets or sets the Migration solution ARM Id.
AzStackHCIFabricModelCustomPropertiesResponse, AzStackHCIFabricModelCustomPropertiesResponseArgs              
- ApplianceName List<string>
- Gets or sets the Appliance name.
- AzStack stringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- Cluster
Pulumi.Azure Native. Data Replication. Inputs. Az Stack HCICluster Properties Response 
- AzStackHCI cluster properties.
- FabricContainer stringId 
- Gets or sets the fabric container Id.
- FabricResource stringId 
- Gets or sets the fabric resource Id.
- MigrationHub stringUri 
- Gets or sets the migration hub Uri.
- MigrationSolution stringId 
- Gets or sets the Migration solution ARM Id.
- ApplianceName []string
- Gets or sets the Appliance name.
- AzStack stringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- Cluster
AzStack HCICluster Properties Response 
- AzStackHCI cluster properties.
- FabricContainer stringId 
- Gets or sets the fabric container Id.
- FabricResource stringId 
- Gets or sets the fabric resource Id.
- MigrationHub stringUri 
- Gets or sets the migration hub Uri.
- MigrationSolution stringId 
- Gets or sets the Migration solution ARM Id.
- applianceName List<String>
- Gets or sets the Appliance name.
- azStack StringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster
AzStack HCICluster Properties Response 
- AzStackHCI cluster properties.
- fabricContainer StringId 
- Gets or sets the fabric container Id.
- fabricResource StringId 
- Gets or sets the fabric resource Id.
- migrationHub StringUri 
- Gets or sets the migration hub Uri.
- migrationSolution StringId 
- Gets or sets the Migration solution ARM Id.
- applianceName string[]
- Gets or sets the Appliance name.
- azStack stringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster
AzStack HCICluster Properties Response 
- AzStackHCI cluster properties.
- fabricContainer stringId 
- Gets or sets the fabric container Id.
- fabricResource stringId 
- Gets or sets the fabric resource Id.
- migrationHub stringUri 
- Gets or sets the migration hub Uri.
- migrationSolution stringId 
- Gets or sets the Migration solution ARM Id.
- appliance_name Sequence[str]
- Gets or sets the Appliance name.
- az_stack_ strhci_ site_ id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster
AzStack HCICluster Properties Response 
- AzStackHCI cluster properties.
- fabric_container_ strid 
- Gets or sets the fabric container Id.
- fabric_resource_ strid 
- Gets or sets the fabric resource Id.
- migration_hub_ struri 
- Gets or sets the migration hub Uri.
- migration_solution_ strid 
- Gets or sets the Migration solution ARM Id.
- applianceName List<String>
- Gets or sets the Appliance name.
- azStack StringHci Site Id 
- Gets or sets the ARM Id of the AzStackHCI site.
- cluster Property Map
- AzStackHCI cluster properties.
- fabricContainer StringId 
- Gets or sets the fabric container Id.
- fabricResource StringId 
- Gets or sets the fabric resource Id.
- migrationHub StringUri 
- Gets or sets the migration hub Uri.
- migrationSolution StringId 
- Gets or sets the Migration solution ARM Id.
FabricModelProperties, FabricModelPropertiesArgs      
- CustomProperties AzStack | HyperHCIFabric Model Custom Properties VMigrate | VMwareFabric Model Custom Properties Migrate Fabric Model Custom Properties 
- Fabric model custom properties.
- customProperties AzStack | HyperHCIFabric Model Custom Properties VMigrate | VMwareFabric Model Custom Properties Migrate Fabric Model Custom Properties 
- Fabric model custom properties.
- customProperties AzStack | HyperHCIFabric Model Custom Properties VMigrate | VMwareFabric Model Custom Properties Migrate Fabric Model Custom Properties 
- Fabric model custom properties.
- custom_properties AzStack | HyperHCIFabric Model Custom Properties VMigrate | VMwareFabric Model Custom Properties Migrate Fabric Model Custom Properties 
- Fabric model custom properties.
- customProperties Property Map | Property Map | Property Map
- Fabric model custom properties.
FabricModelPropertiesResponse, FabricModelPropertiesResponseArgs        
- CustomProperties Pulumi.Azure | Pulumi.Native. Data Replication. Inputs. Az Stack HCIFabric Model Custom Properties Response Azure | Pulumi.Native. Data Replication. Inputs. Hyper VMigrate Fabric Model Custom Properties Response Azure Native. Data Replication. Inputs. VMware Migrate Fabric Model Custom Properties Response 
- Fabric model custom properties.
- Health string
- Gets or sets the fabric health.
- HealthErrors List<Pulumi.Azure Native. Data Replication. Inputs. Health Error Model Response> 
- Gets or sets the list of health errors.
- ProvisioningState string
- Gets or sets the provisioning state of the fabric.
- ServiceEndpoint string
- Gets or sets the service endpoint.
- ServiceResource stringId 
- Gets or sets the service resource Id.
- CustomProperties AzStack | HyperHCIFabric Model Custom Properties Response VMigrate | VMwareFabric Model Custom Properties Response Migrate Fabric Model Custom Properties Response 
- Fabric model custom properties.
- Health string
- Gets or sets the fabric health.
- HealthErrors []HealthError Model Response 
- Gets or sets the list of health errors.
- ProvisioningState string
- Gets or sets the provisioning state of the fabric.
- ServiceEndpoint string
- Gets or sets the service endpoint.
- ServiceResource stringId 
- Gets or sets the service resource Id.
- customProperties AzStack | HyperHCIFabric Model Custom Properties Response VMigrate | VMwareFabric Model Custom Properties Response Migrate Fabric Model Custom Properties Response 
- Fabric model custom properties.
- health String
- Gets or sets the fabric health.
- healthErrors List<HealthError Model Response> 
- Gets or sets the list of health errors.
- provisioningState String
- Gets or sets the provisioning state of the fabric.
- serviceEndpoint String
- Gets or sets the service endpoint.
- serviceResource StringId 
- Gets or sets the service resource Id.
- customProperties AzStack | HyperHCIFabric Model Custom Properties Response VMigrate | VMwareFabric Model Custom Properties Response Migrate Fabric Model Custom Properties Response 
- Fabric model custom properties.
- health string
- Gets or sets the fabric health.
- healthErrors HealthError Model Response[] 
- Gets or sets the list of health errors.
- provisioningState string
- Gets or sets the provisioning state of the fabric.
- serviceEndpoint string
- Gets or sets the service endpoint.
- serviceResource stringId 
- Gets or sets the service resource Id.
- custom_properties AzStack | HyperHCIFabric Model Custom Properties Response VMigrate | VMwareFabric Model Custom Properties Response Migrate Fabric Model Custom Properties Response 
- Fabric model custom properties.
- health str
- Gets or sets the fabric health.
- health_errors Sequence[HealthError Model Response] 
- Gets or sets the list of health errors.
- provisioning_state str
- Gets or sets the provisioning state of the fabric.
- service_endpoint str
- Gets or sets the service endpoint.
- service_resource_ strid 
- Gets or sets the service resource Id.
- customProperties Property Map | Property Map | Property Map
- Fabric model custom properties.
- health String
- Gets or sets the fabric health.
- healthErrors List<Property Map>
- Gets or sets the list of health errors.
- provisioningState String
- Gets or sets the provisioning state of the fabric.
- serviceEndpoint String
- Gets or sets the service endpoint.
- serviceResource StringId 
- Gets or sets the service resource Id.
FabricModelResponseSystemData, FabricModelResponseSystemDataArgs          
- 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.
HyperVMigrateFabricModelCustomProperties, HyperVMigrateFabricModelCustomPropertiesArgs            
- HyperVSite stringId 
- Gets or sets the ARM Id of the HyperV site.
- MigrationSolution stringId 
- Gets or sets the migration solution ARM Id.
- HyperVSite stringId 
- Gets or sets the ARM Id of the HyperV site.
- MigrationSolution stringId 
- Gets or sets the migration solution ARM Id.
- hyperVSite StringId 
- Gets or sets the ARM Id of the HyperV site.
- migrationSolution StringId 
- Gets or sets the migration solution ARM Id.
- hyperVSite stringId 
- Gets or sets the ARM Id of the HyperV site.
- migrationSolution stringId 
- Gets or sets the migration solution ARM Id.
- hyper_v_ strsite_ id 
- Gets or sets the ARM Id of the HyperV site.
- migration_solution_ strid 
- Gets or sets the migration solution ARM Id.
- hyperVSite StringId 
- Gets or sets the ARM Id of the HyperV site.
- migrationSolution StringId 
- Gets or sets the migration solution ARM Id.
HyperVMigrateFabricModelCustomPropertiesResponse, HyperVMigrateFabricModelCustomPropertiesResponseArgs              
- FabricContainer stringId 
- Gets or sets the fabric container Id.
- FabricResource stringId 
- Gets or sets the fabric resource Id.
- HyperVSite stringId 
- Gets or sets the ARM Id of the HyperV site.
- MigrationHub stringUri 
- Gets or sets the migration hub Uri.
- MigrationSolution stringId 
- Gets or sets the migration solution ARM Id.
- FabricContainer stringId 
- Gets or sets the fabric container Id.
- FabricResource stringId 
- Gets or sets the fabric resource Id.
- HyperVSite stringId 
- Gets or sets the ARM Id of the HyperV site.
- MigrationHub stringUri 
- Gets or sets the migration hub Uri.
- MigrationSolution stringId 
- Gets or sets the migration solution ARM Id.
- fabricContainer StringId 
- Gets or sets the fabric container Id.
- fabricResource StringId 
- Gets or sets the fabric resource Id.
- hyperVSite StringId 
- Gets or sets the ARM Id of the HyperV site.
- migrationHub StringUri 
- Gets or sets the migration hub Uri.
- migrationSolution StringId 
- Gets or sets the migration solution ARM Id.
- fabricContainer stringId 
- Gets or sets the fabric container Id.
- fabricResource stringId 
- Gets or sets the fabric resource Id.
- hyperVSite stringId 
- Gets or sets the ARM Id of the HyperV site.
- migrationHub stringUri 
- Gets or sets the migration hub Uri.
- migrationSolution stringId 
- Gets or sets the migration solution ARM Id.
- fabric_container_ strid 
- Gets or sets the fabric container Id.
- fabric_resource_ strid 
- Gets or sets the fabric resource Id.
- hyper_v_ strsite_ id 
- Gets or sets the ARM Id of the HyperV site.
- migration_hub_ struri 
- Gets or sets the migration hub Uri.
- migration_solution_ strid 
- Gets or sets the migration solution ARM Id.
- fabricContainer StringId 
- Gets or sets the fabric container Id.
- fabricResource StringId 
- Gets or sets the fabric resource Id.
- hyperVSite StringId 
- Gets or sets the ARM Id of the HyperV site.
- migrationHub StringUri 
- Gets or sets the migration hub Uri.
- migrationSolution StringId 
- Gets or sets the migration solution ARM Id.
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.
StorageContainerProperties, StorageContainerPropertiesArgs      
- string
- Gets or sets the ClusterSharedVolumePath.
- Name string
- Gets or sets the Name.
- string
- Gets or sets the ClusterSharedVolumePath.
- Name string
- Gets or sets the Name.
- String
- Gets or sets the ClusterSharedVolumePath.
- name String
- Gets or sets the Name.
- string
- Gets or sets the ClusterSharedVolumePath.
- name string
- Gets or sets the Name.
- str
- Gets or sets the ClusterSharedVolumePath.
- name str
- Gets or sets the Name.
- String
- Gets or sets the ClusterSharedVolumePath.
- name String
- Gets or sets the Name.
StorageContainerPropertiesResponse, StorageContainerPropertiesResponseArgs        
- string
- Gets or sets the ClusterSharedVolumePath.
- Name string
- Gets or sets the Name.
- string
- Gets or sets the ClusterSharedVolumePath.
- Name string
- Gets or sets the Name.
- String
- Gets or sets the ClusterSharedVolumePath.
- name String
- Gets or sets the Name.
- string
- Gets or sets the ClusterSharedVolumePath.
- name string
- Gets or sets the Name.
- str
- Gets or sets the ClusterSharedVolumePath.
- name str
- Gets or sets the Name.
- String
- Gets or sets the ClusterSharedVolumePath.
- name String
- Gets or sets the Name.
VMwareMigrateFabricModelCustomProperties, VMwareMigrateFabricModelCustomPropertiesArgs            
- MigrationSolution stringId 
- Gets or sets the ARM Id of the migration solution.
- VmwareSite stringId 
- Gets or sets the ARM Id of the VMware site.
- MigrationSolution stringId 
- Gets or sets the ARM Id of the migration solution.
- VmwareSite stringId 
- Gets or sets the ARM Id of the VMware site.
- migrationSolution StringId 
- Gets or sets the ARM Id of the migration solution.
- vmwareSite StringId 
- Gets or sets the ARM Id of the VMware site.
- migrationSolution stringId 
- Gets or sets the ARM Id of the migration solution.
- vmwareSite stringId 
- Gets or sets the ARM Id of the VMware site.
- migration_solution_ strid 
- Gets or sets the ARM Id of the migration solution.
- vmware_site_ strid 
- Gets or sets the ARM Id of the VMware site.
- migrationSolution StringId 
- Gets or sets the ARM Id of the migration solution.
- vmwareSite StringId 
- Gets or sets the ARM Id of the VMware site.
VMwareMigrateFabricModelCustomPropertiesResponse, VMwareMigrateFabricModelCustomPropertiesResponseArgs              
- MigrationSolution stringId 
- Gets or sets the ARM Id of the migration solution.
- VmwareSite stringId 
- Gets or sets the ARM Id of the VMware site.
- MigrationSolution stringId 
- Gets or sets the ARM Id of the migration solution.
- VmwareSite stringId 
- Gets or sets the ARM Id of the VMware site.
- migrationSolution StringId 
- Gets or sets the ARM Id of the migration solution.
- vmwareSite StringId 
- Gets or sets the ARM Id of the VMware site.
- migrationSolution stringId 
- Gets or sets the ARM Id of the migration solution.
- vmwareSite stringId 
- Gets or sets the ARM Id of the VMware site.
- migration_solution_ strid 
- Gets or sets the ARM Id of the migration solution.
- vmware_site_ strid 
- Gets or sets the ARM Id of the VMware site.
- migrationSolution StringId 
- Gets or sets the ARM Id of the migration solution.
- vmwareSite StringId 
- Gets or sets the ARM Id of the VMware site.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:datareplication:Fabric rhojydcwjgvgexpdwswjib /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName} 
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0