azure-native.recoveryservices.ReplicationFabric
Explore with Pulumi AI
Fabric definition.
Uses Azure REST API version 2024-10-01. In version 2.x of the Azure Native provider, it used API version 2023-04-01.
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recoveryservices [ApiVersion]
. See the version guide for details.
Create ReplicationFabric Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ReplicationFabric(name: string, args: ReplicationFabricArgs, opts?: CustomResourceOptions);
@overload
def ReplicationFabric(resource_name: str,
args: ReplicationFabricArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ReplicationFabric(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
resource_name_: Optional[str] = None,
fabric_name: Optional[str] = None,
properties: Optional[FabricCreationInputPropertiesArgs] = None)
func NewReplicationFabric(ctx *Context, name string, args ReplicationFabricArgs, opts ...ResourceOption) (*ReplicationFabric, error)
public ReplicationFabric(string name, ReplicationFabricArgs args, CustomResourceOptions? opts = null)
public ReplicationFabric(String name, ReplicationFabricArgs args)
public ReplicationFabric(String name, ReplicationFabricArgs args, CustomResourceOptions options)
type: azure-native:recoveryservices:ReplicationFabric
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReplicationFabricArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ReplicationFabricArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReplicationFabricArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ReplicationFabricArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ReplicationFabricArgs - 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 replicationFabricResource = new AzureNative.RecoveryServices.ReplicationFabric("replicationFabricResource", new()
{
ResourceGroupName = "string",
ResourceName = "string",
FabricName = "string",
Properties = new AzureNative.RecoveryServices.Inputs.FabricCreationInputPropertiesArgs
{
CustomDetails = new AzureNative.RecoveryServices.Inputs.AzureFabricCreationInputArgs
{
InstanceType = "Azure",
Location = "string",
},
},
});
example, err := recoveryservices.NewReplicationFabric(ctx, "replicationFabricResource", &recoveryservices.ReplicationFabricArgs{
ResourceGroupName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
FabricName: pulumi.String("string"),
Properties: &recoveryservices.FabricCreationInputPropertiesArgs{
CustomDetails: recoveryservices.AzureFabricCreationInput{
InstanceType: "Azure",
Location: "string",
},
},
})
var replicationFabricResource = new ReplicationFabric("replicationFabricResource", ReplicationFabricArgs.builder()
.resourceGroupName("string")
.resourceName("string")
.fabricName("string")
.properties(FabricCreationInputPropertiesArgs.builder()
.customDetails(AzureFabricCreationInputArgs.builder()
.instanceType("Azure")
.location("string")
.build())
.build())
.build());
replication_fabric_resource = azure_native.recoveryservices.ReplicationFabric("replicationFabricResource",
resource_group_name="string",
resource_name_="string",
fabric_name="string",
properties={
"custom_details": {
"instance_type": "Azure",
"location": "string",
},
})
const replicationFabricResource = new azure_native.recoveryservices.ReplicationFabric("replicationFabricResource", {
resourceGroupName: "string",
resourceName: "string",
fabricName: "string",
properties: {
customDetails: {
instanceType: "Azure",
location: "string",
},
},
});
type: azure-native:recoveryservices:ReplicationFabric
properties:
fabricName: string
properties:
customDetails:
instanceType: Azure
location: string
resourceGroupName: string
resourceName: string
ReplicationFabric 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 ReplicationFabric resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group where the recovery services vault is present.
- Resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the recovery services vault.
- Fabric
Name Changes to this property will trigger replacement.
- Name of the ASR fabric.
- Properties
Pulumi.
Azure Native. Recovery Services. Inputs. Fabric Creation Input Properties - Fabric creation input.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group where the recovery services vault is present.
- Resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the recovery services vault.
- Fabric
Name Changes to this property will trigger replacement.
- Name of the ASR fabric.
- Properties
Fabric
Creation Input Properties Args - Fabric creation input.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group where the recovery services vault is present.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the recovery services vault.
- fabric
Name Changes to this property will trigger replacement.
- Name of the ASR fabric.
- properties
Fabric
Creation Input Properties - Fabric creation input.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group where the recovery services vault is present.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the recovery services vault.
- fabric
Name Changes to this property will trigger replacement.
- Name of the ASR fabric.
- properties
Fabric
Creation Input Properties - Fabric creation input.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group where the recovery services vault is present.
- resource_
name This property is required. Changes to this property will trigger replacement.
- The name of the recovery services vault.
- fabric_
name Changes to this property will trigger replacement.
- Name of the ASR fabric.
- properties
Fabric
Creation Input Properties Args - Fabric creation input.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group where the recovery services vault is present.
- resource
Name This property is required. Changes to this property will trigger replacement.
- The name of the recovery services vault.
- fabric
Name Changes to this property will trigger replacement.
- Name of the ASR fabric.
- properties Property Map
- Fabric creation input.
Outputs
All input properties are implicitly available as output properties. Additionally, the ReplicationFabric resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource Name
- Type string
- Resource Type
- Location string
- Resource Location
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource Name
- Type string
- Resource Type
- Location string
- Resource Location
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource Name
- type String
- Resource Type
- location String
- Resource Location
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource Name
- type string
- Resource Type
- location string
- Resource Location
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource Name
- type str
- Resource Type
- location str
- Resource Location
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource Name
- type String
- Resource Type
- location String
- Resource Location
Supporting Types
A2AExtendedLocationDetailsResponse, A2AExtendedLocationDetailsResponseArgs
- Primary
Extended Pulumi.Location Azure Native. Recovery Services. Inputs. Extended Location Response - The primary ExtendedLocation.
- Recovery
Extended Pulumi.Location Azure Native. Recovery Services. Inputs. Extended Location Response - The recovery ExtendedLocation.
- Primary
Extended ExtendedLocation Location Response - The primary ExtendedLocation.
- Recovery
Extended ExtendedLocation Location Response - The recovery ExtendedLocation.
- primary
Extended ExtendedLocation Location Response - The primary ExtendedLocation.
- recovery
Extended ExtendedLocation Location Response - The recovery ExtendedLocation.
- primary
Extended ExtendedLocation Location Response - The primary ExtendedLocation.
- recovery
Extended ExtendedLocation Location Response - The recovery ExtendedLocation.
- primary_
extended_ Extendedlocation Location Response - The primary ExtendedLocation.
- recovery_
extended_ Extendedlocation Location Response - The recovery ExtendedLocation.
- primary
Extended Property MapLocation - The primary ExtendedLocation.
- recovery
Extended Property MapLocation - The recovery ExtendedLocation.
A2AFabricSpecificLocationDetailsResponse, A2AFabricSpecificLocationDetailsResponseArgs
- Initial
Primary Pulumi.Extended Location Azure Native. Recovery Services. Inputs. Extended Location Response - The initial primary ExtendedLocation.
- Initial
Primary stringFabric Location - Initial primary fabric location info.
- Initial
Primary stringZone - The initial source zone info.
- Initial
Recovery Pulumi.Extended Location Azure Native. Recovery Services. Inputs. Extended Location Response - The initial recovery ExtendedLocation.
- Initial
Recovery stringFabric Location - The initial recovery fabric location info.
- Initial
Recovery stringZone - The initial target zone info.
- Primary
Extended Pulumi.Location Azure Native. Recovery Services. Inputs. Extended Location Response - The primary ExtendedLocation.
- Primary
Fabric stringLocation - Primary fabric location info.
- Primary
Zone string - Source zone info.
- Recovery
Extended Pulumi.Location Azure Native. Recovery Services. Inputs. Extended Location Response - The recovery ExtendedLocation.
- Recovery
Fabric stringLocation - The recovery fabric location info.
- Recovery
Zone string - The target zone info.
- Initial
Primary ExtendedExtended Location Location Response - The initial primary ExtendedLocation.
- Initial
Primary stringFabric Location - Initial primary fabric location info.
- Initial
Primary stringZone - The initial source zone info.
- Initial
Recovery ExtendedExtended Location Location Response - The initial recovery ExtendedLocation.
- Initial
Recovery stringFabric Location - The initial recovery fabric location info.
- Initial
Recovery stringZone - The initial target zone info.
- Primary
Extended ExtendedLocation Location Response - The primary ExtendedLocation.
- Primary
Fabric stringLocation - Primary fabric location info.
- Primary
Zone string - Source zone info.
- Recovery
Extended ExtendedLocation Location Response - The recovery ExtendedLocation.
- Recovery
Fabric stringLocation - The recovery fabric location info.
- Recovery
Zone string - The target zone info.
- initial
Primary ExtendedExtended Location Location Response - The initial primary ExtendedLocation.
- initial
Primary StringFabric Location - Initial primary fabric location info.
- initial
Primary StringZone - The initial source zone info.
- initial
Recovery ExtendedExtended Location Location Response - The initial recovery ExtendedLocation.
- initial
Recovery StringFabric Location - The initial recovery fabric location info.
- initial
Recovery StringZone - The initial target zone info.
- primary
Extended ExtendedLocation Location Response - The primary ExtendedLocation.
- primary
Fabric StringLocation - Primary fabric location info.
- primary
Zone String - Source zone info.
- recovery
Extended ExtendedLocation Location Response - The recovery ExtendedLocation.
- recovery
Fabric StringLocation - The recovery fabric location info.
- recovery
Zone String - The target zone info.
- initial
Primary ExtendedExtended Location Location Response - The initial primary ExtendedLocation.
- initial
Primary stringFabric Location - Initial primary fabric location info.
- initial
Primary stringZone - The initial source zone info.
- initial
Recovery ExtendedExtended Location Location Response - The initial recovery ExtendedLocation.
- initial
Recovery stringFabric Location - The initial recovery fabric location info.
- initial
Recovery stringZone - The initial target zone info.
- primary
Extended ExtendedLocation Location Response - The primary ExtendedLocation.
- primary
Fabric stringLocation - Primary fabric location info.
- primary
Zone string - Source zone info.
- recovery
Extended ExtendedLocation Location Response - The recovery ExtendedLocation.
- recovery
Fabric stringLocation - The recovery fabric location info.
- recovery
Zone string - The target zone info.
- initial_
primary_ Extendedextended_ location Location Response - The initial primary ExtendedLocation.
- initial_
primary_ strfabric_ location - Initial primary fabric location info.
- initial_
primary_ strzone - The initial source zone info.
- initial_
recovery_ Extendedextended_ location Location Response - The initial recovery ExtendedLocation.
- initial_
recovery_ strfabric_ location - The initial recovery fabric location info.
- initial_
recovery_ strzone - The initial target zone info.
- primary_
extended_ Extendedlocation Location Response - The primary ExtendedLocation.
- primary_
fabric_ strlocation - Primary fabric location info.
- primary_
zone str - Source zone info.
- recovery_
extended_ Extendedlocation Location Response - The recovery ExtendedLocation.
- recovery_
fabric_ strlocation - The recovery fabric location info.
- recovery_
zone str - The target zone info.
- initial
Primary Property MapExtended Location - The initial primary ExtendedLocation.
- initial
Primary StringFabric Location - Initial primary fabric location info.
- initial
Primary StringZone - The initial source zone info.
- initial
Recovery Property MapExtended Location - The initial recovery ExtendedLocation.
- initial
Recovery StringFabric Location - The initial recovery fabric location info.
- initial
Recovery StringZone - The initial target zone info.
- primary
Extended Property MapLocation - The primary ExtendedLocation.
- primary
Fabric StringLocation - Primary fabric location info.
- primary
Zone String - Source zone info.
- recovery
Extended Property MapLocation - The recovery ExtendedLocation.
- recovery
Fabric StringLocation - The recovery fabric location info.
- recovery
Zone String - The target zone info.
A2AZoneDetailsResponse, A2AZoneDetailsResponseArgs
AgentDetailsResponse, AgentDetailsResponseArgs
- Agent
Id This property is required. string - The Id of the agent running on the server.
- Bios
Id This property is required. string - The machine BIOS Id.
- Disks
This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Agent Disk Details Response> - The disks.
- Fqdn
This property is required. string - The machine FQDN.
- Machine
Id This property is required. string - The Id of the machine to which the agent is registered.
- Agent
Id This property is required. string - The Id of the agent running on the server.
- Bios
Id This property is required. string - The machine BIOS Id.
- Disks
This property is required. []AgentDisk Details Response - The disks.
- Fqdn
This property is required. string - The machine FQDN.
- Machine
Id This property is required. string - The Id of the machine to which the agent is registered.
- agent
Id This property is required. String - The Id of the agent running on the server.
- bios
Id This property is required. String - The machine BIOS Id.
- disks
This property is required. List<AgentDisk Details Response> - The disks.
- fqdn
This property is required. String - The machine FQDN.
- machine
Id This property is required. String - The Id of the machine to which the agent is registered.
- agent
Id This property is required. string - The Id of the agent running on the server.
- bios
Id This property is required. string - The machine BIOS Id.
- disks
This property is required. AgentDisk Details Response[] - The disks.
- fqdn
This property is required. string - The machine FQDN.
- machine
Id This property is required. string - The Id of the machine to which the agent is registered.
- agent_
id This property is required. str - The Id of the agent running on the server.
- bios_
id This property is required. str - The machine BIOS Id.
- disks
This property is required. Sequence[AgentDisk Details Response] - The disks.
- fqdn
This property is required. str - The machine FQDN.
- machine_
id This property is required. str - The Id of the machine to which the agent is registered.
- agent
Id This property is required. String - The Id of the agent running on the server.
- bios
Id This property is required. String - The machine BIOS Id.
- disks
This property is required. List<Property Map> - The disks.
- fqdn
This property is required. String - The machine FQDN.
- machine
Id This property is required. String - The Id of the machine to which the agent is registered.
AgentDiskDetailsResponse, AgentDiskDetailsResponseArgs
- Capacity
In Bytes This property is required. double - The disk capacity in bytes.
- Disk
Id This property is required. string - The disk Id.
- Disk
Name This property is required. string - The disk name.
- Is
OSDisk This property is required. string - A value indicating whether the disk is the OS disk.
- Lun
Id This property is required. int - The lun of disk.
- Capacity
In Bytes This property is required. float64 - The disk capacity in bytes.
- Disk
Id This property is required. string - The disk Id.
- Disk
Name This property is required. string - The disk name.
- Is
OSDisk This property is required. string - A value indicating whether the disk is the OS disk.
- Lun
Id This property is required. int - The lun of disk.
- capacity
In Bytes This property is required. Double - The disk capacity in bytes.
- disk
Id This property is required. String - The disk Id.
- disk
Name This property is required. String - The disk name.
- is
OSDisk This property is required. String - A value indicating whether the disk is the OS disk.
- lun
Id This property is required. Integer - The lun of disk.
- capacity
In Bytes This property is required. number - The disk capacity in bytes.
- disk
Id This property is required. string - The disk Id.
- disk
Name This property is required. string - The disk name.
- is
OSDisk This property is required. string - A value indicating whether the disk is the OS disk.
- lun
Id This property is required. number - The lun of disk.
- capacity_
in_ bytes This property is required. float - The disk capacity in bytes.
- disk_
id This property is required. str - The disk Id.
- disk_
name This property is required. str - The disk name.
- is_
os_ disk This property is required. str - A value indicating whether the disk is the OS disk.
- lun_
id This property is required. int - The lun of disk.
- capacity
In Bytes This property is required. Number - The disk capacity in bytes.
- disk
Id This property is required. String - The disk Id.
- disk
Name This property is required. String - The disk name.
- is
OSDisk This property is required. String - A value indicating whether the disk is the OS disk.
- lun
Id This property is required. Number - The lun of disk.
AzureFabricCreationInput, AzureFabricCreationInputArgs
- Location string
- The Location.
- Location string
- The Location.
- location String
- The Location.
- location string
- The Location.
- location str
- The Location.
- location String
- The Location.
AzureFabricSpecificDetailsResponse, AzureFabricSpecificDetailsResponseArgs
- Container
Ids List<string> - The container Ids for the Azure fabric.
- Extended
Locations List<Pulumi.Azure Native. Recovery Services. Inputs. A2AExtended Location Details Response> - The ExtendedLocations.
- Location string
- The Location for the Azure fabric.
- Location
Details List<Pulumi.Azure Native. Recovery Services. Inputs. A2AFabric Specific Location Details Response> - The location details.
- Zones
List<Pulumi.
Azure Native. Recovery Services. Inputs. A2AZone Details Response> - The zones.
- Container
Ids []string - The container Ids for the Azure fabric.
- Extended
Locations []A2AExtendedLocation Details Response - The ExtendedLocations.
- Location string
- The Location for the Azure fabric.
- Location
Details []A2AFabricSpecific Location Details Response - The location details.
- Zones
[]A2AZone
Details Response - The zones.
- container
Ids List<String> - The container Ids for the Azure fabric.
- extended
Locations List<A2AExtendedLocation Details Response> - The ExtendedLocations.
- location String
- The Location for the Azure fabric.
- location
Details List<A2AFabricSpecific Location Details Response> - The location details.
- zones
List<A2AZone
Details Response> - The zones.
- container
Ids string[] - The container Ids for the Azure fabric.
- extended
Locations A2AExtendedLocation Details Response[] - The ExtendedLocations.
- location string
- The Location for the Azure fabric.
- location
Details A2AFabricSpecific Location Details Response[] - The location details.
- zones
A2AZone
Details Response[] - The zones.
- container_
ids Sequence[str] - The container Ids for the Azure fabric.
- extended_
locations Sequence[A2AExtendedLocation Details Response] - The ExtendedLocations.
- location str
- The Location for the Azure fabric.
- location_
details Sequence[A2AFabricSpecific Location Details Response] - The location details.
- zones
Sequence[A2AZone
Details Response] - The zones.
- container
Ids List<String> - The container Ids for the Azure fabric.
- extended
Locations List<Property Map> - The ExtendedLocations.
- location String
- The Location for the Azure fabric.
- location
Details List<Property Map> - The location details.
- zones List<Property Map>
- The zones.
DataStoreResponse, DataStoreResponseArgs
- Capacity string
- The capacity of data store in GBs.
- Free
Space string - The free space of data store in GBs.
- Symbolic
Name string - The symbolic name of data store.
- Type string
- The type of data store.
- Uuid string
- The uuid of data store.
- Capacity string
- The capacity of data store in GBs.
- Free
Space string - The free space of data store in GBs.
- Symbolic
Name string - The symbolic name of data store.
- Type string
- The type of data store.
- Uuid string
- The uuid of data store.
- capacity String
- The capacity of data store in GBs.
- free
Space String - The free space of data store in GBs.
- symbolic
Name String - The symbolic name of data store.
- type String
- The type of data store.
- uuid String
- The uuid of data store.
- capacity string
- The capacity of data store in GBs.
- free
Space string - The free space of data store in GBs.
- symbolic
Name string - The symbolic name of data store.
- type string
- The type of data store.
- uuid string
- The uuid of data store.
- capacity str
- The capacity of data store in GBs.
- free_
space str - The free space of data store in GBs.
- symbolic_
name str - The symbolic name of data store.
- type str
- The type of data store.
- uuid str
- The uuid of data store.
- capacity String
- The capacity of data store in GBs.
- free
Space String - The free space of data store in GBs.
- symbolic
Name String - The symbolic name of data store.
- type String
- The type of data store.
- uuid String
- The uuid of data store.
DraDetailsResponse, DraDetailsResponseArgs
- Bios
Id This property is required. string - The DRA Bios Id.
- Forward
Protected Item Count This property is required. int - The count of protected items which are protected in forward direction.
- Health
This property is required. string - The health.
- Health
Errors This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - The health errors.
- Id
This property is required. string - The DRA Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the DRA.
- Name
This property is required. string - The DRA name.
- Reverse
Protected Item Count This property is required. int - The count of protected items which are protected in reverse direction.
- Version
This property is required. string - The version.
- Bios
Id This property is required. string - The DRA Bios Id.
- Forward
Protected Item Count This property is required. int - The count of protected items which are protected in forward direction.
- Health
This property is required. string - The health.
- Health
Errors This property is required. []HealthError Response - The health errors.
- Id
This property is required. string - The DRA Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the DRA.
- Name
This property is required. string - The DRA name.
- Reverse
Protected Item Count This property is required. int - The count of protected items which are protected in reverse direction.
- Version
This property is required. string - The version.
- bios
Id This property is required. String - The DRA Bios Id.
- forward
Protected Item Count This property is required. Integer - The count of protected items which are protected in forward direction.
- health
This property is required. String - The health.
- health
Errors This property is required. List<HealthError Response> - The health errors.
- id
This property is required. String - The DRA Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the DRA.
- name
This property is required. String - The DRA name.
- reverse
Protected Item Count This property is required. Integer - The count of protected items which are protected in reverse direction.
- version
This property is required. String - The version.
- bios
Id This property is required. string - The DRA Bios Id.
- forward
Protected Item Count This property is required. number - The count of protected items which are protected in forward direction.
- health
This property is required. string - The health.
- health
Errors This property is required. HealthError Response[] - The health errors.
- id
This property is required. string - The DRA Id.
- last
Heartbeat Utc This property is required. string - The last heartbeat received from the DRA.
- name
This property is required. string - The DRA name.
- reverse
Protected Item Count This property is required. number - The count of protected items which are protected in reverse direction.
- version
This property is required. string - The version.
- bios_
id This property is required. str - The DRA Bios Id.
- forward_
protected_ item_ count This property is required. int - The count of protected items which are protected in forward direction.
- health
This property is required. str - The health.
- health_
errors This property is required. Sequence[HealthError Response] - The health errors.
- id
This property is required. str - The DRA Id.
- last_
heartbeat_ utc This property is required. str - The last heartbeat received from the DRA.
- name
This property is required. str - The DRA name.
- reverse_
protected_ item_ count This property is required. int - The count of protected items which are protected in reverse direction.
- version
This property is required. str - The version.
- bios
Id This property is required. String - The DRA Bios Id.
- forward
Protected Item Count This property is required. Number - The count of protected items which are protected in forward direction.
- health
This property is required. String - The health.
- health
Errors This property is required. List<Property Map> - The health errors.
- id
This property is required. String - The DRA Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the DRA.
- name
This property is required. String - The DRA name.
- reverse
Protected Item Count This property is required. Number - The count of protected items which are protected in reverse direction.
- version
This property is required. String - The version.
EncryptionDetailsResponse, EncryptionDetailsResponseArgs
- Kek
Cert stringExpiry Date - The key encryption key certificate expiry date.
- Kek
Cert stringThumbprint - The key encryption key certificate thumbprint.
- Kek
State string - The key encryption key state for the Vmm.
- Kek
Cert stringExpiry Date - The key encryption key certificate expiry date.
- Kek
Cert stringThumbprint - The key encryption key certificate thumbprint.
- Kek
State string - The key encryption key state for the Vmm.
- kek
Cert StringExpiry Date - The key encryption key certificate expiry date.
- kek
Cert StringThumbprint - The key encryption key certificate thumbprint.
- kek
State String - The key encryption key state for the Vmm.
- kek
Cert stringExpiry Date - The key encryption key certificate expiry date.
- kek
Cert stringThumbprint - The key encryption key certificate thumbprint.
- kek
State string - The key encryption key state for the Vmm.
- kek_
cert_ strexpiry_ date - The key encryption key certificate expiry date.
- kek_
cert_ strthumbprint - The key encryption key certificate thumbprint.
- kek_
state str - The key encryption key state for the Vmm.
- kek
Cert StringExpiry Date - The key encryption key certificate expiry date.
- kek
Cert StringThumbprint - The key encryption key certificate thumbprint.
- kek
State String - The key encryption key state for the Vmm.
ExtendedLocationResponse, ExtendedLocationResponseArgs
FabricCreationInputProperties, FabricCreationInputPropertiesArgs
- Custom
Details AzureFabric | InCreation Input Mage | VMwareRcm Fabric Creation Input V2Fabric Creation Input - Fabric provider specific creation input.
- custom
Details AzureFabric | InCreation Input Mage | VMwareRcm Fabric Creation Input V2Fabric Creation Input - Fabric provider specific creation input.
- custom
Details AzureFabric | InCreation Input Mage | VMwareRcm Fabric Creation Input V2Fabric Creation Input - Fabric provider specific creation input.
- custom_
details AzureFabric | InCreation Input Mage | VMwareRcm Fabric Creation Input V2Fabric Creation Input - Fabric provider specific creation input.
- custom
Details Property Map | Property Map | Property Map - Fabric provider specific creation input.
FabricPropertiesResponse, FabricPropertiesResponseArgs
- Bcdr
State string - BCDR state of the fabric.
- Custom
Details Pulumi.Azure | Pulumi.Native. Recovery Services. Inputs. Azure Fabric Specific Details Response Azure | Pulumi.Native. Recovery Services. Inputs. Hyper VSite Details Response Azure | Pulumi.Native. Recovery Services. Inputs. In Mage Rcm Fabric Specific Details Response Azure | Pulumi.Native. Recovery Services. Inputs. VMware Details Response Azure | Pulumi.Native. Recovery Services. Inputs. VMware V2Fabric Specific Details Response Azure Native. Recovery Services. Inputs. Vmm Details Response - Fabric specific settings.
- Encryption
Details Pulumi.Azure Native. Recovery Services. Inputs. Encryption Details Response - Encryption details for the fabric.
- Friendly
Name string - Friendly name of the fabric.
- Health string
- Health of fabric.
- Health
Error List<Pulumi.Details Azure Native. Recovery Services. Inputs. Health Error Response> - Fabric health error details.
- Internal
Identifier string - Dra Registration Id.
- Rollover
Encryption Pulumi.Details Azure Native. Recovery Services. Inputs. Encryption Details Response - Rollover encryption details for the fabric.
- Bcdr
State string - BCDR state of the fabric.
- Custom
Details AzureFabric | HyperSpecific Details Response VSite | InDetails Response Mage | VMwareRcm Fabric Specific Details Response Details | VMwareResponse V2Fabric | VmmSpecific Details Response Details Response - Fabric specific settings.
- Encryption
Details EncryptionDetails Response - Encryption details for the fabric.
- Friendly
Name string - Friendly name of the fabric.
- Health string
- Health of fabric.
- Health
Error []HealthDetails Error Response - Fabric health error details.
- Internal
Identifier string - Dra Registration Id.
- Rollover
Encryption EncryptionDetails Details Response - Rollover encryption details for the fabric.
- bcdr
State String - BCDR state of the fabric.
- custom
Details AzureFabric | HyperSpecific Details Response VSite | InDetails Response Mage | VMwareRcm Fabric Specific Details Response Details | VMwareResponse V2Fabric | VmmSpecific Details Response Details Response - Fabric specific settings.
- encryption
Details EncryptionDetails Response - Encryption details for the fabric.
- friendly
Name String - Friendly name of the fabric.
- health String
- Health of fabric.
- health
Error List<HealthDetails Error Response> - Fabric health error details.
- internal
Identifier String - Dra Registration Id.
- rollover
Encryption EncryptionDetails Details Response - Rollover encryption details for the fabric.
- bcdr
State string - BCDR state of the fabric.
- custom
Details AzureFabric | HyperSpecific Details Response VSite | InDetails Response Mage | VMwareRcm Fabric Specific Details Response Details | VMwareResponse V2Fabric | VmmSpecific Details Response Details Response - Fabric specific settings.
- encryption
Details EncryptionDetails Response - Encryption details for the fabric.
- friendly
Name string - Friendly name of the fabric.
- health string
- Health of fabric.
- health
Error HealthDetails Error Response[] - Fabric health error details.
- internal
Identifier string - Dra Registration Id.
- rollover
Encryption EncryptionDetails Details Response - Rollover encryption details for the fabric.
- bcdr_
state str - BCDR state of the fabric.
- custom_
details AzureFabric | HyperSpecific Details Response VSite | InDetails Response Mage | VMwareRcm Fabric Specific Details Response Details | VMwareResponse V2Fabric | VmmSpecific Details Response Details Response - Fabric specific settings.
- encryption_
details EncryptionDetails Response - Encryption details for the fabric.
- friendly_
name str - Friendly name of the fabric.
- health str
- Health of fabric.
- health_
error_ Sequence[Healthdetails Error Response] - Fabric health error details.
- internal_
identifier str - Dra Registration Id.
- rollover_
encryption_ Encryptiondetails Details Response - Rollover encryption details for the fabric.
- bcdr
State String - BCDR state of the fabric.
- custom
Details Property Map | Property Map | Property Map | Property Map | Property Map | Property Map - Fabric specific settings.
- encryption
Details Property Map - Encryption details for the fabric.
- friendly
Name String - Friendly name of the fabric.
- health String
- Health of fabric.
- health
Error List<Property Map>Details - Fabric health error details.
- internal
Identifier String - Dra Registration Id.
- rollover
Encryption Property MapDetails - Rollover encryption details for the fabric.
HealthErrorResponse, HealthErrorResponseArgs
- Creation
Time stringUtc - Error creation time (UTC).
- Customer
Resolvability string - Value indicating whether the health error is customer resolvable.
- Entity
Id string - ID of the entity.
- Error
Category string - Category of error.
- Error
Code string - Error code.
- Error
Id string - The health error unique id.
- Error
Level string - Level of error.
- Error
Message string - Error message.
- Error
Source string - Source of error.
- Error
Type string - Type of error.
- Inner
Health List<Pulumi.Errors Azure Native. Recovery Services. Inputs. Inner Health Error Response> - The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- Possible
Causes string - Possible causes of error.
- Recommended
Action string - Recommended action to resolve error.
- Recovery
Provider stringError Message - DRA error message.
- Summary
Message string - Summary message of the entity.
- Creation
Time stringUtc - Error creation time (UTC).
- Customer
Resolvability string - Value indicating whether the health error is customer resolvable.
- Entity
Id string - ID of the entity.
- Error
Category string - Category of error.
- Error
Code string - Error code.
- Error
Id string - The health error unique id.
- Error
Level string - Level of error.
- Error
Message string - Error message.
- Error
Source string - Source of error.
- Error
Type string - Type of error.
- Inner
Health []InnerErrors Health Error Response - The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- Possible
Causes string - Possible causes of error.
- Recommended
Action string - Recommended action to resolve error.
- Recovery
Provider stringError Message - DRA error message.
- Summary
Message string - Summary message of the entity.
- creation
Time StringUtc - Error creation time (UTC).
- customer
Resolvability String - Value indicating whether the health error is customer resolvable.
- entity
Id String - ID of the entity.
- error
Category String - Category of error.
- error
Code String - Error code.
- error
Id String - The health error unique id.
- error
Level String - Level of error.
- error
Message String - Error message.
- error
Source String - Source of error.
- error
Type String - Type of error.
- inner
Health List<InnerErrors Health Error Response> - The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possible
Causes String - Possible causes of error.
- recommended
Action String - Recommended action to resolve error.
- recovery
Provider StringError Message - DRA error message.
- summary
Message String - Summary message of the entity.
- creation
Time stringUtc - Error creation time (UTC).
- customer
Resolvability string - Value indicating whether the health error is customer resolvable.
- entity
Id string - ID of the entity.
- error
Category string - Category of error.
- error
Code string - Error code.
- error
Id string - The health error unique id.
- error
Level string - Level of error.
- error
Message string - Error message.
- error
Source string - Source of error.
- error
Type string - Type of error.
- inner
Health InnerErrors Health Error Response[] - The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possible
Causes string - Possible causes of error.
- recommended
Action string - Recommended action to resolve error.
- recovery
Provider stringError Message - DRA error message.
- summary
Message string - Summary message of the entity.
- creation_
time_ strutc - Error creation time (UTC).
- customer_
resolvability str - Value indicating whether the health error is customer resolvable.
- entity_
id str - ID of the entity.
- error_
category str - Category of error.
- error_
code str - Error code.
- error_
id str - The health error unique id.
- error_
level str - Level of error.
- error_
message str - Error message.
- error_
source str - Source of error.
- error_
type str - Type of error.
- inner_
health_ Sequence[Innererrors Health Error Response] - The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possible_
causes str - Possible causes of error.
- recommended_
action str - Recommended action to resolve error.
- recovery_
provider_ strerror_ message - DRA error message.
- summary_
message str - Summary message of the entity.
- creation
Time StringUtc - Error creation time (UTC).
- customer
Resolvability String - Value indicating whether the health error is customer resolvable.
- entity
Id String - ID of the entity.
- error
Category String - Category of error.
- error
Code String - Error code.
- error
Id String - The health error unique id.
- error
Level String - Level of error.
- error
Message String - Error message.
- error
Source String - Source of error.
- error
Type String - Type of error.
- inner
Health List<Property Map>Errors - The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possible
Causes String - Possible causes of error.
- recommended
Action String - Recommended action to resolve error.
- recovery
Provider StringError Message - DRA error message.
- summary
Message String - Summary message of the entity.
HyperVHostDetailsResponse, HyperVHostDetailsResponseArgs
- Id
This property is required. string - The Hyper-V host Id.
- Mars
Agent Version This property is required. string - The Mars agent version.
- Name
This property is required. string - The Hyper-V host name.
- Id
This property is required. string - The Hyper-V host Id.
- Mars
Agent Version This property is required. string - The Mars agent version.
- Name
This property is required. string - The Hyper-V host name.
- id
This property is required. String - The Hyper-V host Id.
- mars
Agent Version This property is required. String - The Mars agent version.
- name
This property is required. String - The Hyper-V host name.
- id
This property is required. string - The Hyper-V host Id.
- mars
Agent Version This property is required. string - The Mars agent version.
- name
This property is required. string - The Hyper-V host name.
- id
This property is required. str - The Hyper-V host Id.
- mars_
agent_ version This property is required. str - The Mars agent version.
- name
This property is required. str - The Hyper-V host name.
- id
This property is required. String - The Hyper-V host Id.
- mars
Agent Version This property is required. String - The Mars agent version.
- name
This property is required. String - The Hyper-V host name.
HyperVSiteDetailsResponse, HyperVSiteDetailsResponseArgs
- Hyper
VHosts List<Pulumi.Azure Native. Recovery Services. Inputs. Hyper VHost Details Response> - The list of Hyper-V hosts associated with the fabric.
- Hyper
VHosts []HyperVHost Details Response - The list of Hyper-V hosts associated with the fabric.
- hyper
VHosts List<HyperVHost Details Response> - The list of Hyper-V hosts associated with the fabric.
- hyper
VHosts HyperVHost Details Response[] - The list of Hyper-V hosts associated with the fabric.
- hyper_
v_ Sequence[Hyperhosts VHost Details Response] - The list of Hyper-V hosts associated with the fabric.
- hyper
VHosts List<Property Map> - The list of Hyper-V hosts associated with the fabric.
IdentityProviderDetailsResponse, IdentityProviderDetailsResponseArgs
- string
- The base authority for Azure Active Directory authentication.
- Application
Id string - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Audience string
- The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Object
Id string - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Tenant
Id string - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- string
- The base authority for Azure Active Directory authentication.
- Application
Id string - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Audience string
- The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Object
Id string - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Tenant
Id string - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- String
- The base authority for Azure Active Directory authentication.
- application
Id String - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience String
- The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object
Id String - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant
Id String - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- string
- The base authority for Azure Active Directory authentication.
- application
Id string - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience string
- The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object
Id string - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant
Id string - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- str
- The base authority for Azure Active Directory authentication.
- application_
id str - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience str
- The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object_
id str - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant_
id str - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- String
- The base authority for Azure Active Directory authentication.
- application
Id String - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience String
- The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object
Id String - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant
Id String - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
IdentityProviderInput, IdentityProviderInputArgs
This property is required. string- The base authority for Azure Active Directory authentication.
- Application
Id This property is required. string - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Audience
This property is required. string - The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Object
Id This property is required. string - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Tenant
Id This property is required. string - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
This property is required. string- The base authority for Azure Active Directory authentication.
- Application
Id This property is required. string - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Audience
This property is required. string - The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Object
Id This property is required. string - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- Tenant
Id This property is required. string - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
This property is required. String- The base authority for Azure Active Directory authentication.
- application
Id This property is required. String - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience
This property is required. String - The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object
Id This property is required. String - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant
Id This property is required. String - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
This property is required. string- The base authority for Azure Active Directory authentication.
- application
Id This property is required. string - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience
This property is required. string - The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object
Id This property is required. string - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant
Id This property is required. string - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
This property is required. str- The base authority for Azure Active Directory authentication.
- application_
id This property is required. str - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience
This property is required. str - The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object_
id This property is required. str - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant_
id This property is required. str - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
This property is required. String- The base authority for Azure Active Directory authentication.
- application
Id This property is required. String - The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- audience
This property is required. String - The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- object
Id This property is required. String - The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
- tenant
Id This property is required. String - The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
InMageFabricSwitchProviderBlockingErrorDetailsResponse, InMageFabricSwitchProviderBlockingErrorDetailsResponseArgs
- Error
Code This property is required. string - The error code.
- Error
Message This property is required. string - The error message.
- Error
Message Parameters This property is required. Dictionary<string, string> - The error message parameters.
This property is required. Dictionary<string, string>- The error tags.
- Possible
Causes This property is required. string - The possible causes.
- Recommended
Action This property is required. string - The recommended action.
- Error
Code This property is required. string - The error code.
- Error
Message This property is required. string - The error message.
- Error
Message Parameters This property is required. map[string]string - The error message parameters.
This property is required. map[string]string- The error tags.
- Possible
Causes This property is required. string - The possible causes.
- Recommended
Action This property is required. string - The recommended action.
- error
Code This property is required. String - The error code.
- error
Message This property is required. String - The error message.
- error
Message Parameters This property is required. Map<String,String> - The error message parameters.
This property is required. Map<String,String>- The error tags.
- possible
Causes This property is required. String - The possible causes.
- recommended
Action This property is required. String - The recommended action.
- error
Code This property is required. string - The error code.
- error
Message This property is required. string - The error message.
- error
Message Parameters This property is required. {[key: string]: string} - The error message parameters.
This property is required. {[key: string]: string}- The error tags.
- possible
Causes This property is required. string - The possible causes.
- recommended
Action This property is required. string - The recommended action.
- error_
code This property is required. str - The error code.
- error_
message This property is required. str - The error message.
- error_
message_ parameters This property is required. Mapping[str, str] - The error message parameters.
This property is required. Mapping[str, str]- The error tags.
- possible_
causes This property is required. str - The possible causes.
- recommended_
action This property is required. str - The recommended action.
- error
Code This property is required. String - The error code.
- error
Message This property is required. String - The error message.
- error
Message Parameters This property is required. Map<String> - The error message parameters.
This property is required. Map<String>- The error tags.
- possible
Causes This property is required. String - The possible causes.
- recommended
Action This property is required. String - The recommended action.
InMageRcmFabricCreationInput, InMageRcmFabricCreationInputArgs
- Physical
Site Id This property is required. string - The ARM Id of the physical site.
- Source
Agent Identity This property is required. Pulumi.Azure Native. Recovery Services. Inputs. Identity Provider Input - The identity provider input for source agent authentication.
- Vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- Physical
Site Id This property is required. string - The ARM Id of the physical site.
- Source
Agent Identity This property is required. IdentityProvider Input - The identity provider input for source agent authentication.
- Vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- physical
Site Id This property is required. String - The ARM Id of the physical site.
- source
Agent Identity This property is required. IdentityProvider Input - The identity provider input for source agent authentication.
- vmware
Site Id This property is required. String - The ARM Id of the VMware site.
- physical
Site Id This property is required. string - The ARM Id of the physical site.
- source
Agent Identity This property is required. IdentityProvider Input - The identity provider input for source agent authentication.
- vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- physical_
site_ id This property is required. str - The ARM Id of the physical site.
- source_
agent_ identity This property is required. IdentityProvider Input - The identity provider input for source agent authentication.
- vmware_
site_ id This property is required. str - The ARM Id of the VMware site.
- physical
Site Id This property is required. String - The ARM Id of the physical site.
- source
Agent Identity This property is required. Property Map - The identity provider input for source agent authentication.
- vmware
Site Id This property is required. String - The ARM Id of the VMware site.
InMageRcmFabricSpecificDetailsResponse, InMageRcmFabricSpecificDetailsResponseArgs
- Agent
Details This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Agent Details Response> - The list of agent details.
- Control
Plane Uri This property is required. string - The control plane Uri.
- Data
Plane Uri This property is required. string - The data plane Uri.
- Dras
This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Dra Details Response> - The list of DRAs.
- Mars
Agents This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Mars Agent Details Response> - The list of Mars agents.
- Physical
Site Id This property is required. string - The ARM Id of the physical site.
- Process
Servers This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Process Server Details Response> - The list of process servers.
- Push
Installers This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Push Installer Details Response> - The list of push installers.
- Rcm
Proxies This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Rcm Proxy Details Response> - The list of RCM proxies.
- Replication
Agents This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Replication Agent Details Response> - The list of replication agents.
- Reprotect
Agents This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Reprotect Agent Details Response> - The list of reprotect agents.
- Service
Container Id This property is required. string - The service container Id.
- Service
Endpoint This property is required. string - The service endpoint.
- Service
Resource Id This property is required. string - The service resource Id.
- Vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- Source
Agent Pulumi.Identity Details Azure Native. Recovery Services. Inputs. Identity Provider Details Response - The source agent identity details.
- Agent
Details This property is required. []AgentDetails Response - The list of agent details.
- Control
Plane Uri This property is required. string - The control plane Uri.
- Data
Plane Uri This property is required. string - The data plane Uri.
- Dras
This property is required. []DraDetails Response - The list of DRAs.
- Mars
Agents This property is required. []MarsAgent Details Response - The list of Mars agents.
- Physical
Site Id This property is required. string - The ARM Id of the physical site.
- Process
Servers This property is required. []ProcessServer Details Response - The list of process servers.
- Push
Installers This property is required. []PushInstaller Details Response - The list of push installers.
- Rcm
Proxies This property is required. []RcmProxy Details Response - The list of RCM proxies.
- Replication
Agents This property is required. []ReplicationAgent Details Response - The list of replication agents.
- Reprotect
Agents This property is required. []ReprotectAgent Details Response - The list of reprotect agents.
- Service
Container Id This property is required. string - The service container Id.
- Service
Endpoint This property is required. string - The service endpoint.
- Service
Resource Id This property is required. string - The service resource Id.
- Vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- Source
Agent IdentityIdentity Details Provider Details Response - The source agent identity details.
- agent
Details This property is required. List<AgentDetails Response> - The list of agent details.
- control
Plane Uri This property is required. String - The control plane Uri.
- data
Plane Uri This property is required. String - The data plane Uri.
- dras
This property is required. List<DraDetails Response> - The list of DRAs.
- mars
Agents This property is required. List<MarsAgent Details Response> - The list of Mars agents.
- physical
Site Id This property is required. String - The ARM Id of the physical site.
- process
Servers This property is required. List<ProcessServer Details Response> - The list of process servers.
- push
Installers This property is required. List<PushInstaller Details Response> - The list of push installers.
- rcm
Proxies This property is required. List<RcmProxy Details Response> - The list of RCM proxies.
- replication
Agents This property is required. List<ReplicationAgent Details Response> - The list of replication agents.
- reprotect
Agents This property is required. List<ReprotectAgent Details Response> - The list of reprotect agents.
- service
Container Id This property is required. String - The service container Id.
- service
Endpoint This property is required. String - The service endpoint.
- service
Resource Id This property is required. String - The service resource Id.
- vmware
Site Id This property is required. String - The ARM Id of the VMware site.
- source
Agent IdentityIdentity Details Provider Details Response - The source agent identity details.
- agent
Details This property is required. AgentDetails Response[] - The list of agent details.
- control
Plane Uri This property is required. string - The control plane Uri.
- data
Plane Uri This property is required. string - The data plane Uri.
- dras
This property is required. DraDetails Response[] - The list of DRAs.
- mars
Agents This property is required. MarsAgent Details Response[] - The list of Mars agents.
- physical
Site Id This property is required. string - The ARM Id of the physical site.
- process
Servers This property is required. ProcessServer Details Response[] - The list of process servers.
- push
Installers This property is required. PushInstaller Details Response[] - The list of push installers.
- rcm
Proxies This property is required. RcmProxy Details Response[] - The list of RCM proxies.
- replication
Agents This property is required. ReplicationAgent Details Response[] - The list of replication agents.
- reprotect
Agents This property is required. ReprotectAgent Details Response[] - The list of reprotect agents.
- service
Container Id This property is required. string - The service container Id.
- service
Endpoint This property is required. string - The service endpoint.
- service
Resource Id This property is required. string - The service resource Id.
- vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- source
Agent IdentityIdentity Details Provider Details Response - The source agent identity details.
- agent_
details This property is required. Sequence[AgentDetails Response] - The list of agent details.
- control_
plane_ uri This property is required. str - The control plane Uri.
- data_
plane_ uri This property is required. str - The data plane Uri.
- dras
This property is required. Sequence[DraDetails Response] - The list of DRAs.
- mars_
agents This property is required. Sequence[MarsAgent Details Response] - The list of Mars agents.
- physical_
site_ id This property is required. str - The ARM Id of the physical site.
- process_
servers This property is required. Sequence[ProcessServer Details Response] - The list of process servers.
- push_
installers This property is required. Sequence[PushInstaller Details Response] - The list of push installers.
- rcm_
proxies This property is required. Sequence[RcmProxy Details Response] - The list of RCM proxies.
- replication_
agents This property is required. Sequence[ReplicationAgent Details Response] - The list of replication agents.
- reprotect_
agents This property is required. Sequence[ReprotectAgent Details Response] - The list of reprotect agents.
- service_
container_ id This property is required. str - The service container Id.
- service_
endpoint This property is required. str - The service endpoint.
- service_
resource_ id This property is required. str - The service resource Id.
- vmware_
site_ id This property is required. str - The ARM Id of the VMware site.
- source_
agent_ Identityidentity_ details Provider Details Response - The source agent identity details.
- agent
Details This property is required. List<Property Map> - The list of agent details.
- control
Plane Uri This property is required. String - The control plane Uri.
- data
Plane Uri This property is required. String - The data plane Uri.
- dras
This property is required. List<Property Map> - The list of DRAs.
- mars
Agents This property is required. List<Property Map> - The list of Mars agents.
- physical
Site Id This property is required. String - The ARM Id of the physical site.
- process
Servers This property is required. List<Property Map> - The list of process servers.
- push
Installers This property is required. List<Property Map> - The list of push installers.
- rcm
Proxies This property is required. List<Property Map> - The list of RCM proxies.
- replication
Agents This property is required. List<Property Map> - The list of replication agents.
- reprotect
Agents This property is required. List<Property Map> - The list of reprotect agents.
- service
Container Id This property is required. String - The service container Id.
- service
Endpoint This property is required. String - The service endpoint.
- service
Resource Id This property is required. String - The service resource Id.
- vmware
Site Id This property is required. String - The ARM Id of the VMware site.
- source
Agent Property MapIdentity Details - The source agent identity details.
InnerHealthErrorResponse, InnerHealthErrorResponseArgs
- Creation
Time stringUtc - Error creation time (UTC).
- Customer
Resolvability string - Value indicating whether the health error is customer resolvable.
- Entity
Id string - ID of the entity.
- Error
Category string - Category of error.
- Error
Code string - Error code.
- Error
Id string - The health error unique id.
- Error
Level string - Level of error.
- Error
Message string - Error message.
- Error
Source string - Source of error.
- Error
Type string - Type of error.
- Possible
Causes string - Possible causes of error.
- Recommended
Action string - Recommended action to resolve error.
- Recovery
Provider stringError Message - DRA error message.
- Summary
Message string - Summary message of the entity.
- Creation
Time stringUtc - Error creation time (UTC).
- Customer
Resolvability string - Value indicating whether the health error is customer resolvable.
- Entity
Id string - ID of the entity.
- Error
Category string - Category of error.
- Error
Code string - Error code.
- Error
Id string - The health error unique id.
- Error
Level string - Level of error.
- Error
Message string - Error message.
- Error
Source string - Source of error.
- Error
Type string - Type of error.
- Possible
Causes string - Possible causes of error.
- Recommended
Action string - Recommended action to resolve error.
- Recovery
Provider stringError Message - DRA error message.
- Summary
Message string - Summary message of the entity.
- creation
Time StringUtc - Error creation time (UTC).
- customer
Resolvability String - Value indicating whether the health error is customer resolvable.
- entity
Id String - ID of the entity.
- error
Category String - Category of error.
- error
Code String - Error code.
- error
Id String - The health error unique id.
- error
Level String - Level of error.
- error
Message String - Error message.
- error
Source String - Source of error.
- error
Type String - Type of error.
- possible
Causes String - Possible causes of error.
- recommended
Action String - Recommended action to resolve error.
- recovery
Provider StringError Message - DRA error message.
- summary
Message String - Summary message of the entity.
- creation
Time stringUtc - Error creation time (UTC).
- customer
Resolvability string - Value indicating whether the health error is customer resolvable.
- entity
Id string - ID of the entity.
- error
Category string - Category of error.
- error
Code string - Error code.
- error
Id string - The health error unique id.
- error
Level string - Level of error.
- error
Message string - Error message.
- error
Source string - Source of error.
- error
Type string - Type of error.
- possible
Causes string - Possible causes of error.
- recommended
Action string - Recommended action to resolve error.
- recovery
Provider stringError Message - DRA error message.
- summary
Message string - Summary message of the entity.
- creation_
time_ strutc - Error creation time (UTC).
- customer_
resolvability str - Value indicating whether the health error is customer resolvable.
- entity_
id str - ID of the entity.
- error_
category str - Category of error.
- error_
code str - Error code.
- error_
id str - The health error unique id.
- error_
level str - Level of error.
- error_
message str - Error message.
- error_
source str - Source of error.
- error_
type str - Type of error.
- possible_
causes str - Possible causes of error.
- recommended_
action str - Recommended action to resolve error.
- recovery_
provider_ strerror_ message - DRA error message.
- summary_
message str - Summary message of the entity.
- creation
Time StringUtc - Error creation time (UTC).
- customer
Resolvability String - Value indicating whether the health error is customer resolvable.
- entity
Id String - ID of the entity.
- error
Category String - Category of error.
- error
Code String - Error code.
- error
Id String - The health error unique id.
- error
Level String - Level of error.
- error
Message String - Error message.
- error
Source String - Source of error.
- error
Type String - Type of error.
- possible
Causes String - Possible causes of error.
- recommended
Action String - Recommended action to resolve error.
- recovery
Provider StringError Message - DRA error message.
- summary
Message String - Summary message of the entity.
MarsAgentDetailsResponse, MarsAgentDetailsResponseArgs
- Bios
Id This property is required. string - The Mars agent Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The Mars agent Fqdn.
- Health
This property is required. string - The health of the Mars agent.
- Health
Errors This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - The health errors.
- Id
This property is required. string - The Mars agent Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the Mars agent.
- Name
This property is required. string - The Mars agent name.
- Version
This property is required. string - The version.
- Bios
Id This property is required. string - The Mars agent Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The Mars agent Fqdn.
- Health
This property is required. string - The health of the Mars agent.
- Health
Errors This property is required. []HealthError Response - The health errors.
- Id
This property is required. string - The Mars agent Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the Mars agent.
- Name
This property is required. string - The Mars agent name.
- Version
This property is required. string - The version.
- bios
Id This property is required. String - The Mars agent Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The Mars agent Fqdn.
- health
This property is required. String - The health of the Mars agent.
- health
Errors This property is required. List<HealthError Response> - The health errors.
- id
This property is required. String - The Mars agent Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the Mars agent.
- name
This property is required. String - The Mars agent name.
- version
This property is required. String - The version.
- bios
Id This property is required. string - The Mars agent Bios Id.
- fabric
Object Id This property is required. string - The fabric object Id.
- fqdn
This property is required. string - The Mars agent Fqdn.
- health
This property is required. string - The health of the Mars agent.
- health
Errors This property is required. HealthError Response[] - The health errors.
- id
This property is required. string - The Mars agent Id.
- last
Heartbeat Utc This property is required. string - The last heartbeat received from the Mars agent.
- name
This property is required. string - The Mars agent name.
- version
This property is required. string - The version.
- bios_
id This property is required. str - The Mars agent Bios Id.
- fabric_
object_ id This property is required. str - The fabric object Id.
- fqdn
This property is required. str - The Mars agent Fqdn.
- health
This property is required. str - The health of the Mars agent.
- health_
errors This property is required. Sequence[HealthError Response] - The health errors.
- id
This property is required. str - The Mars agent Id.
- last_
heartbeat_ utc This property is required. str - The last heartbeat received from the Mars agent.
- name
This property is required. str - The Mars agent name.
- version
This property is required. str - The version.
- bios
Id This property is required. String - The Mars agent Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The Mars agent Fqdn.
- health
This property is required. String - The health of the Mars agent.
- health
Errors This property is required. List<Property Map> - The health errors.
- id
This property is required. String - The Mars agent Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the Mars agent.
- name
This property is required. String - The Mars agent name.
- version
This property is required. String - The version.
MasterTargetServerResponse, MasterTargetServerResponseArgs
- Agent
Expiry stringDate - Agent expiry date.
- Agent
Version string - The version of the scout component on the server.
- Agent
Version Pulumi.Details Azure Native. Recovery Services. Inputs. Version Details Response - Agent version details.
- Data
Stores List<Pulumi.Azure Native. Recovery Services. Inputs. Data Store Response> - The list of data stores in the fabric.
- Disk
Count int - Disk count of the master target.
- Health
Errors List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - Health errors.
- Id string
- The server Id.
- Ip
Address string - The IP address of the server.
- Last
Heartbeat string - The last heartbeat received from the server.
- Mars
Agent stringExpiry Date - MARS agent expiry date.
- Mars
Agent stringVersion - MARS agent version.
- Mars
Agent Pulumi.Version Details Azure Native. Recovery Services. Inputs. Version Details Response - Mars agent version details.
- Name string
- The server name.
- Os
Type string - The OS type of the server.
- Os
Version string - OS Version of the master target.
- Retention
Volumes List<Pulumi.Azure Native. Recovery Services. Inputs. Retention Volume Response> - The retention volumes of Master target Server.
- Validation
Errors List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - Validation errors.
- Version
Status string - Version status.
- Agent
Expiry stringDate - Agent expiry date.
- Agent
Version string - The version of the scout component on the server.
- Agent
Version VersionDetails Details Response - Agent version details.
- Data
Stores []DataStore Response - The list of data stores in the fabric.
- Disk
Count int - Disk count of the master target.
- Health
Errors []HealthError Response - Health errors.
- Id string
- The server Id.
- Ip
Address string - The IP address of the server.
- Last
Heartbeat string - The last heartbeat received from the server.
- Mars
Agent stringExpiry Date - MARS agent expiry date.
- Mars
Agent stringVersion - MARS agent version.
- Mars
Agent VersionVersion Details Details Response - Mars agent version details.
- Name string
- The server name.
- Os
Type string - The OS type of the server.
- Os
Version string - OS Version of the master target.
- Retention
Volumes []RetentionVolume Response - The retention volumes of Master target Server.
- Validation
Errors []HealthError Response - Validation errors.
- Version
Status string - Version status.
- agent
Expiry StringDate - Agent expiry date.
- agent
Version String - The version of the scout component on the server.
- agent
Version VersionDetails Details Response - Agent version details.
- data
Stores List<DataStore Response> - The list of data stores in the fabric.
- disk
Count Integer - Disk count of the master target.
- health
Errors List<HealthError Response> - Health errors.
- id String
- The server Id.
- ip
Address String - The IP address of the server.
- last
Heartbeat String - The last heartbeat received from the server.
- mars
Agent StringExpiry Date - MARS agent expiry date.
- mars
Agent StringVersion - MARS agent version.
- mars
Agent VersionVersion Details Details Response - Mars agent version details.
- name String
- The server name.
- os
Type String - The OS type of the server.
- os
Version String - OS Version of the master target.
- retention
Volumes List<RetentionVolume Response> - The retention volumes of Master target Server.
- validation
Errors List<HealthError Response> - Validation errors.
- version
Status String - Version status.
- agent
Expiry stringDate - Agent expiry date.
- agent
Version string - The version of the scout component on the server.
- agent
Version VersionDetails Details Response - Agent version details.
- data
Stores DataStore Response[] - The list of data stores in the fabric.
- disk
Count number - Disk count of the master target.
- health
Errors HealthError Response[] - Health errors.
- id string
- The server Id.
- ip
Address string - The IP address of the server.
- last
Heartbeat string - The last heartbeat received from the server.
- mars
Agent stringExpiry Date - MARS agent expiry date.
- mars
Agent stringVersion - MARS agent version.
- mars
Agent VersionVersion Details Details Response - Mars agent version details.
- name string
- The server name.
- os
Type string - The OS type of the server.
- os
Version string - OS Version of the master target.
- retention
Volumes RetentionVolume Response[] - The retention volumes of Master target Server.
- validation
Errors HealthError Response[] - Validation errors.
- version
Status string - Version status.
- agent_
expiry_ strdate - Agent expiry date.
- agent_
version str - The version of the scout component on the server.
- agent_
version_ Versiondetails Details Response - Agent version details.
- data_
stores Sequence[DataStore Response] - The list of data stores in the fabric.
- disk_
count int - Disk count of the master target.
- health_
errors Sequence[HealthError Response] - Health errors.
- id str
- The server Id.
- ip_
address str - The IP address of the server.
- last_
heartbeat str - The last heartbeat received from the server.
- mars_
agent_ strexpiry_ date - MARS agent expiry date.
- mars_
agent_ strversion - MARS agent version.
- mars_
agent_ Versionversion_ details Details Response - Mars agent version details.
- name str
- The server name.
- os_
type str - The OS type of the server.
- os_
version str - OS Version of the master target.
- retention_
volumes Sequence[RetentionVolume Response] - The retention volumes of Master target Server.
- validation_
errors Sequence[HealthError Response] - Validation errors.
- version_
status str - Version status.
- agent
Expiry StringDate - Agent expiry date.
- agent
Version String - The version of the scout component on the server.
- agent
Version Property MapDetails - Agent version details.
- data
Stores List<Property Map> - The list of data stores in the fabric.
- disk
Count Number - Disk count of the master target.
- health
Errors List<Property Map> - Health errors.
- id String
- The server Id.
- ip
Address String - The IP address of the server.
- last
Heartbeat String - The last heartbeat received from the server.
- mars
Agent StringExpiry Date - MARS agent expiry date.
- mars
Agent StringVersion - MARS agent version.
- mars
Agent Property MapVersion Details - Mars agent version details.
- name String
- The server name.
- os
Type String - The OS type of the server.
- os
Version String - OS Version of the master target.
- retention
Volumes List<Property Map> - The retention volumes of Master target Server.
- validation
Errors List<Property Map> - Validation errors.
- version
Status String - Version status.
MobilityServiceUpdateResponse, MobilityServiceUpdateResponseArgs
- Os
Type string - The OS type.
- Reboot
Status string - The reboot status of the update - whether it is required or not.
- Version string
- The version of the latest update.
- Os
Type string - The OS type.
- Reboot
Status string - The reboot status of the update - whether it is required or not.
- Version string
- The version of the latest update.
- os
Type String - The OS type.
- reboot
Status String - The reboot status of the update - whether it is required or not.
- version String
- The version of the latest update.
- os
Type string - The OS type.
- reboot
Status string - The reboot status of the update - whether it is required or not.
- version string
- The version of the latest update.
- os_
type str - The OS type.
- reboot_
status str - The reboot status of the update - whether it is required or not.
- version str
- The version of the latest update.
- os
Type String - The OS type.
- reboot
Status String - The reboot status of the update - whether it is required or not.
- version String
- The version of the latest update.
ProcessServerDetailsResponse, ProcessServerDetailsResponseArgs
- Available
Memory In Bytes This property is required. double - The available memory.
- Available
Space In Bytes This property is required. double - The available disk space.
- Bios
Id This property is required. string - The process server Bios Id.
- Disk
Usage Status This property is required. string - The disk usage status.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The process server Fqdn.
- Free
Space Percentage This property is required. double - The free disk space percentage.
- Health
This property is required. string - The health of the process server.
- Health
Errors This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - The health errors.
- Historic
Health This property is required. string - The historic health of the process server based on the health in last 24 hours.
- Id
This property is required. string - The process server Id.
- Ip
Addresses This property is required. List<string> - The list of IP addresses for communicating with the RCM component.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the process server.
- Memory
Usage Percentage This property is required. double - The memory usage percentage.
- Memory
Usage Status This property is required. string - The memory usage status.
- Name
This property is required. string - The process server name.
- Processor
Usage Percentage This property is required. double - The processor usage percentage.
- Processor
Usage Status This property is required. string - The processor usage status.
- Protected
Item Count This property is required. int - The protected item count.
- System
Load This property is required. double - The system load.
- System
Load Status This property is required. string - The system load status.
- Throughput
In Bytes This property is required. double - The throughput in bytes.
- Throughput
Status This property is required. string - The throughput status.
- Throughput
Upload Pending Data In Bytes This property is required. double - The uploading pending data in bytes.
- Total
Memory In Bytes This property is required. double - The total memory.
- Total
Space In Bytes This property is required. double - The total disk space.
- Used
Memory In Bytes This property is required. double - The used memory.
- Used
Space In Bytes This property is required. double - The used disk space.
- Version
This property is required. string - The version.
- Available
Memory In Bytes This property is required. float64 - The available memory.
- Available
Space In Bytes This property is required. float64 - The available disk space.
- Bios
Id This property is required. string - The process server Bios Id.
- Disk
Usage Status This property is required. string - The disk usage status.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The process server Fqdn.
- Free
Space Percentage This property is required. float64 - The free disk space percentage.
- Health
This property is required. string - The health of the process server.
- Health
Errors This property is required. []HealthError Response - The health errors.
- Historic
Health This property is required. string - The historic health of the process server based on the health in last 24 hours.
- Id
This property is required. string - The process server Id.
- Ip
Addresses This property is required. []string - The list of IP addresses for communicating with the RCM component.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the process server.
- Memory
Usage Percentage This property is required. float64 - The memory usage percentage.
- Memory
Usage Status This property is required. string - The memory usage status.
- Name
This property is required. string - The process server name.
- Processor
Usage Percentage This property is required. float64 - The processor usage percentage.
- Processor
Usage Status This property is required. string - The processor usage status.
- Protected
Item Count This property is required. int - The protected item count.
- System
Load This property is required. float64 - The system load.
- System
Load Status This property is required. string - The system load status.
- Throughput
In Bytes This property is required. float64 - The throughput in bytes.
- Throughput
Status This property is required. string - The throughput status.
- Throughput
Upload Pending Data In Bytes This property is required. float64 - The uploading pending data in bytes.
- Total
Memory In Bytes This property is required. float64 - The total memory.
- Total
Space In Bytes This property is required. float64 - The total disk space.
- Used
Memory In Bytes This property is required. float64 - The used memory.
- Used
Space In Bytes This property is required. float64 - The used disk space.
- Version
This property is required. string - The version.
- available
Memory In Bytes This property is required. Double - The available memory.
- available
Space In Bytes This property is required. Double - The available disk space.
- bios
Id This property is required. String - The process server Bios Id.
- disk
Usage Status This property is required. String - The disk usage status.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The process server Fqdn.
- free
Space Percentage This property is required. Double - The free disk space percentage.
- health
This property is required. String - The health of the process server.
- health
Errors This property is required. List<HealthError Response> - The health errors.
- historic
Health This property is required. String - The historic health of the process server based on the health in last 24 hours.
- id
This property is required. String - The process server Id.
- ip
Addresses This property is required. List<String> - The list of IP addresses for communicating with the RCM component.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the process server.
- memory
Usage Percentage This property is required. Double - The memory usage percentage.
- memory
Usage Status This property is required. String - The memory usage status.
- name
This property is required. String - The process server name.
- processor
Usage Percentage This property is required. Double - The processor usage percentage.
- processor
Usage Status This property is required. String - The processor usage status.
- protected
Item Count This property is required. Integer - The protected item count.
- system
Load This property is required. Double - The system load.
- system
Load Status This property is required. String - The system load status.
- throughput
In Bytes This property is required. Double - The throughput in bytes.
- throughput
Status This property is required. String - The throughput status.
- throughput
Upload Pending Data In Bytes This property is required. Double - The uploading pending data in bytes.
- total
Memory In Bytes This property is required. Double - The total memory.
- total
Space In Bytes This property is required. Double - The total disk space.
- used
Memory In Bytes This property is required. Double - The used memory.
- used
Space In Bytes This property is required. Double - The used disk space.
- version
This property is required. String - The version.
- available
Memory In Bytes This property is required. number - The available memory.
- available
Space In Bytes This property is required. number - The available disk space.
- bios
Id This property is required. string - The process server Bios Id.
- disk
Usage Status This property is required. string - The disk usage status.
- fabric
Object Id This property is required. string - The fabric object Id.
- fqdn
This property is required. string - The process server Fqdn.
- free
Space Percentage This property is required. number - The free disk space percentage.
- health
This property is required. string - The health of the process server.
- health
Errors This property is required. HealthError Response[] - The health errors.
- historic
Health This property is required. string - The historic health of the process server based on the health in last 24 hours.
- id
This property is required. string - The process server Id.
- ip
Addresses This property is required. string[] - The list of IP addresses for communicating with the RCM component.
- last
Heartbeat Utc This property is required. string - The last heartbeat received from the process server.
- memory
Usage Percentage This property is required. number - The memory usage percentage.
- memory
Usage Status This property is required. string - The memory usage status.
- name
This property is required. string - The process server name.
- processor
Usage Percentage This property is required. number - The processor usage percentage.
- processor
Usage Status This property is required. string - The processor usage status.
- protected
Item Count This property is required. number - The protected item count.
- system
Load This property is required. number - The system load.
- system
Load Status This property is required. string - The system load status.
- throughput
In Bytes This property is required. number - The throughput in bytes.
- throughput
Status This property is required. string - The throughput status.
- throughput
Upload Pending Data In Bytes This property is required. number - The uploading pending data in bytes.
- total
Memory In Bytes This property is required. number - The total memory.
- total
Space In Bytes This property is required. number - The total disk space.
- used
Memory In Bytes This property is required. number - The used memory.
- used
Space In Bytes This property is required. number - The used disk space.
- version
This property is required. string - The version.
- available_
memory_ in_ bytes This property is required. float - The available memory.
- available_
space_ in_ bytes This property is required. float - The available disk space.
- bios_
id This property is required. str - The process server Bios Id.
- disk_
usage_ status This property is required. str - The disk usage status.
- fabric_
object_ id This property is required. str - The fabric object Id.
- fqdn
This property is required. str - The process server Fqdn.
- free_
space_ percentage This property is required. float - The free disk space percentage.
- health
This property is required. str - The health of the process server.
- health_
errors This property is required. Sequence[HealthError Response] - The health errors.
- historic_
health This property is required. str - The historic health of the process server based on the health in last 24 hours.
- id
This property is required. str - The process server Id.
- ip_
addresses This property is required. Sequence[str] - The list of IP addresses for communicating with the RCM component.
- last_
heartbeat_ utc This property is required. str - The last heartbeat received from the process server.
- memory_
usage_ percentage This property is required. float - The memory usage percentage.
- memory_
usage_ status This property is required. str - The memory usage status.
- name
This property is required. str - The process server name.
- processor_
usage_ percentage This property is required. float - The processor usage percentage.
- processor_
usage_ status This property is required. str - The processor usage status.
- protected_
item_ count This property is required. int - The protected item count.
- system_
load This property is required. float - The system load.
- system_
load_ status This property is required. str - The system load status.
- throughput_
in_ bytes This property is required. float - The throughput in bytes.
- throughput_
status This property is required. str - The throughput status.
- throughput_
upload_ pending_ data_ in_ bytes This property is required. float - The uploading pending data in bytes.
- total_
memory_ in_ bytes This property is required. float - The total memory.
- total_
space_ in_ bytes This property is required. float - The total disk space.
- used_
memory_ in_ bytes This property is required. float - The used memory.
- used_
space_ in_ bytes This property is required. float - The used disk space.
- version
This property is required. str - The version.
- available
Memory In Bytes This property is required. Number - The available memory.
- available
Space In Bytes This property is required. Number - The available disk space.
- bios
Id This property is required. String - The process server Bios Id.
- disk
Usage Status This property is required. String - The disk usage status.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The process server Fqdn.
- free
Space Percentage This property is required. Number - The free disk space percentage.
- health
This property is required. String - The health of the process server.
- health
Errors This property is required. List<Property Map> - The health errors.
- historic
Health This property is required. String - The historic health of the process server based on the health in last 24 hours.
- id
This property is required. String - The process server Id.
- ip
Addresses This property is required. List<String> - The list of IP addresses for communicating with the RCM component.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the process server.
- memory
Usage Percentage This property is required. Number - The memory usage percentage.
- memory
Usage Status This property is required. String - The memory usage status.
- name
This property is required. String - The process server name.
- processor
Usage Percentage This property is required. Number - The processor usage percentage.
- processor
Usage Status This property is required. String - The processor usage status.
- protected
Item Count This property is required. Number - The protected item count.
- system
Load This property is required. Number - The system load.
- system
Load Status This property is required. String - The system load status.
- throughput
In Bytes This property is required. Number - The throughput in bytes.
- throughput
Status This property is required. String - The throughput status.
- throughput
Upload Pending Data In Bytes This property is required. Number - The uploading pending data in bytes.
- total
Memory In Bytes This property is required. Number - The total memory.
- total
Space In Bytes This property is required. Number - The total disk space.
- used
Memory In Bytes This property is required. Number - The used memory.
- used
Space In Bytes This property is required. Number - The used disk space.
- version
This property is required. String - The version.
ProcessServerResponse, ProcessServerResponseArgs
- Health
This property is required. string - The health of Process Server.
- Mars
Communication Status This property is required. string - The MARS communication status.
- Mars
Registration Status This property is required. string - The MARS registration status.
- Ps
Stats Refresh Time This property is required. string - The process server stats refresh time.
- Throughput
In Bytes This property is required. double - The throughput in bytes.
- Throughput
In MBps This property is required. double - The throughput in MBps.
- Throughput
Status This property is required. string - The throughput status.
- Throughput
Upload Pending Data In Bytes This property is required. double - The uploading pending data in bytes.
- Agent
Expiry stringDate - Agent expiry date.
- Agent
Version string - The version of the scout component on the server.
- Agent
Version Pulumi.Details Azure Native. Recovery Services. Inputs. Version Details Response - The agent version details.
- Available
Memory doubleIn Bytes - The available memory.
- Available
Space doubleIn Bytes - The available space.
- Cpu
Load string - The percentage of the CPU load.
- Cpu
Load stringStatus - The CPU load status.
- Friendly
Name string - The Process Server's friendly name.
- Health
Errors List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - Health errors.
- Host
Id string - The agent generated Id.
- Id string
- The Process Server Id.
- Ip
Address string - The IP address of the server.
- Last
Heartbeat string - The last heartbeat received from the server.
- Machine
Count string - The servers configured with this PS.
- Memory
Usage stringStatus - The memory usage status.
- Mobility
Service List<Pulumi.Updates Azure Native. Recovery Services. Inputs. Mobility Service Update Response> - The list of the mobility service updates available on the Process Server.
- Os
Type string - The OS type of the server.
- Os
Version string - OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0.
- Ps
Service stringStatus - The PS service status.
- Replication
Pair stringCount - The number of replication pairs configured in this PS.
- Space
Usage stringStatus - The space usage status.
- Ssl
Cert stringExpiry Date - The PS SSL cert expiry date.
- Ssl
Cert intExpiry Remaining Days - CS SSL cert expiry date.
- System
Load string - The percentage of the system load.
- System
Load stringStatus - The system load status.
- Total
Memory doubleIn Bytes - The total memory.
- Total
Space doubleIn Bytes - The total space.
- Version
Status string - Version status.
- Health
This property is required. string - The health of Process Server.
- Mars
Communication Status This property is required. string - The MARS communication status.
- Mars
Registration Status This property is required. string - The MARS registration status.
- Ps
Stats Refresh Time This property is required. string - The process server stats refresh time.
- Throughput
In Bytes This property is required. float64 - The throughput in bytes.
- Throughput
In MBps This property is required. float64 - The throughput in MBps.
- Throughput
Status This property is required. string - The throughput status.
- Throughput
Upload Pending Data In Bytes This property is required. float64 - The uploading pending data in bytes.
- Agent
Expiry stringDate - Agent expiry date.
- Agent
Version string - The version of the scout component on the server.
- Agent
Version VersionDetails Details Response - The agent version details.
- Available
Memory float64In Bytes - The available memory.
- Available
Space float64In Bytes - The available space.
- Cpu
Load string - The percentage of the CPU load.
- Cpu
Load stringStatus - The CPU load status.
- Friendly
Name string - The Process Server's friendly name.
- Health
Errors []HealthError Response - Health errors.
- Host
Id string - The agent generated Id.
- Id string
- The Process Server Id.
- Ip
Address string - The IP address of the server.
- Last
Heartbeat string - The last heartbeat received from the server.
- Machine
Count string - The servers configured with this PS.
- Memory
Usage stringStatus - The memory usage status.
- Mobility
Service []MobilityUpdates Service Update Response - The list of the mobility service updates available on the Process Server.
- Os
Type string - The OS type of the server.
- Os
Version string - OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0.
- Ps
Service stringStatus - The PS service status.
- Replication
Pair stringCount - The number of replication pairs configured in this PS.
- Space
Usage stringStatus - The space usage status.
- Ssl
Cert stringExpiry Date - The PS SSL cert expiry date.
- Ssl
Cert intExpiry Remaining Days - CS SSL cert expiry date.
- System
Load string - The percentage of the system load.
- System
Load stringStatus - The system load status.
- Total
Memory float64In Bytes - The total memory.
- Total
Space float64In Bytes - The total space.
- Version
Status string - Version status.
- health
This property is required. String - The health of Process Server.
- mars
Communication Status This property is required. String - The MARS communication status.
- mars
Registration Status This property is required. String - The MARS registration status.
- ps
Stats Refresh Time This property is required. String - The process server stats refresh time.
- throughput
In Bytes This property is required. Double - The throughput in bytes.
- throughput
In MBps This property is required. Double - The throughput in MBps.
- throughput
Status This property is required. String - The throughput status.
- throughput
Upload Pending Data In Bytes This property is required. Double - The uploading pending data in bytes.
- agent
Expiry StringDate - Agent expiry date.
- agent
Version String - The version of the scout component on the server.
- agent
Version VersionDetails Details Response - The agent version details.
- available
Memory DoubleIn Bytes - The available memory.
- available
Space DoubleIn Bytes - The available space.
- cpu
Load String - The percentage of the CPU load.
- cpu
Load StringStatus - The CPU load status.
- friendly
Name String - The Process Server's friendly name.
- health
Errors List<HealthError Response> - Health errors.
- host
Id String - The agent generated Id.
- id String
- The Process Server Id.
- ip
Address String - The IP address of the server.
- last
Heartbeat String - The last heartbeat received from the server.
- machine
Count String - The servers configured with this PS.
- memory
Usage StringStatus - The memory usage status.
- mobility
Service List<MobilityUpdates Service Update Response> - The list of the mobility service updates available on the Process Server.
- os
Type String - The OS type of the server.
- os
Version String - OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0.
- ps
Service StringStatus - The PS service status.
- replication
Pair StringCount - The number of replication pairs configured in this PS.
- space
Usage StringStatus - The space usage status.
- ssl
Cert StringExpiry Date - The PS SSL cert expiry date.
- ssl
Cert IntegerExpiry Remaining Days - CS SSL cert expiry date.
- system
Load String - The percentage of the system load.
- system
Load StringStatus - The system load status.
- total
Memory DoubleIn Bytes - The total memory.
- total
Space DoubleIn Bytes - The total space.
- version
Status String - Version status.
- health
This property is required. string - The health of Process Server.
- mars
Communication Status This property is required. string - The MARS communication status.
- mars
Registration Status This property is required. string - The MARS registration status.
- ps
Stats Refresh Time This property is required. string - The process server stats refresh time.
- throughput
In Bytes This property is required. number - The throughput in bytes.
- throughput
In MBps This property is required. number - The throughput in MBps.
- throughput
Status This property is required. string - The throughput status.
- throughput
Upload Pending Data In Bytes This property is required. number - The uploading pending data in bytes.
- agent
Expiry stringDate - Agent expiry date.
- agent
Version string - The version of the scout component on the server.
- agent
Version VersionDetails Details Response - The agent version details.
- available
Memory numberIn Bytes - The available memory.
- available
Space numberIn Bytes - The available space.
- cpu
Load string - The percentage of the CPU load.
- cpu
Load stringStatus - The CPU load status.
- friendly
Name string - The Process Server's friendly name.
- health
Errors HealthError Response[] - Health errors.
- host
Id string - The agent generated Id.
- id string
- The Process Server Id.
- ip
Address string - The IP address of the server.
- last
Heartbeat string - The last heartbeat received from the server.
- machine
Count string - The servers configured with this PS.
- memory
Usage stringStatus - The memory usage status.
- mobility
Service MobilityUpdates Service Update Response[] - The list of the mobility service updates available on the Process Server.
- os
Type string - The OS type of the server.
- os
Version string - OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0.
- ps
Service stringStatus - The PS service status.
- replication
Pair stringCount - The number of replication pairs configured in this PS.
- space
Usage stringStatus - The space usage status.
- ssl
Cert stringExpiry Date - The PS SSL cert expiry date.
- ssl
Cert numberExpiry Remaining Days - CS SSL cert expiry date.
- system
Load string - The percentage of the system load.
- system
Load stringStatus - The system load status.
- total
Memory numberIn Bytes - The total memory.
- total
Space numberIn Bytes - The total space.
- version
Status string - Version status.
- health
This property is required. str - The health of Process Server.
- mars_
communication_ status This property is required. str - The MARS communication status.
- mars_
registration_ status This property is required. str - The MARS registration status.
- ps_
stats_ refresh_ time This property is required. str - The process server stats refresh time.
- throughput_
in_ bytes This property is required. float - The throughput in bytes.
- throughput_
in_ m_ bps This property is required. float - The throughput in MBps.
- throughput_
status This property is required. str - The throughput status.
- throughput_
upload_ pending_ data_ in_ bytes This property is required. float - The uploading pending data in bytes.
- agent_
expiry_ strdate - Agent expiry date.
- agent_
version str - The version of the scout component on the server.
- agent_
version_ Versiondetails Details Response - The agent version details.
- available_
memory_ floatin_ bytes - The available memory.
- available_
space_ floatin_ bytes - The available space.
- cpu_
load str - The percentage of the CPU load.
- cpu_
load_ strstatus - The CPU load status.
- friendly_
name str - The Process Server's friendly name.
- health_
errors Sequence[HealthError Response] - Health errors.
- host_
id str - The agent generated Id.
- id str
- The Process Server Id.
- ip_
address str - The IP address of the server.
- last_
heartbeat str - The last heartbeat received from the server.
- machine_
count str - The servers configured with this PS.
- memory_
usage_ strstatus - The memory usage status.
- mobility_
service_ Sequence[Mobilityupdates Service Update Response] - The list of the mobility service updates available on the Process Server.
- os_
type str - The OS type of the server.
- os_
version str - OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0.
- ps_
service_ strstatus - The PS service status.
- replication_
pair_ strcount - The number of replication pairs configured in this PS.
- space_
usage_ strstatus - The space usage status.
- ssl_
cert_ strexpiry_ date - The PS SSL cert expiry date.
- ssl_
cert_ intexpiry_ remaining_ days - CS SSL cert expiry date.
- system_
load str - The percentage of the system load.
- system_
load_ strstatus - The system load status.
- total_
memory_ floatin_ bytes - The total memory.
- total_
space_ floatin_ bytes - The total space.
- version_
status str - Version status.
- health
This property is required. String - The health of Process Server.
- mars
Communication Status This property is required. String - The MARS communication status.
- mars
Registration Status This property is required. String - The MARS registration status.
- ps
Stats Refresh Time This property is required. String - The process server stats refresh time.
- throughput
In Bytes This property is required. Number - The throughput in bytes.
- throughput
In MBps This property is required. Number - The throughput in MBps.
- throughput
Status This property is required. String - The throughput status.
- throughput
Upload Pending Data In Bytes This property is required. Number - The uploading pending data in bytes.
- agent
Expiry StringDate - Agent expiry date.
- agent
Version String - The version of the scout component on the server.
- agent
Version Property MapDetails - The agent version details.
- available
Memory NumberIn Bytes - The available memory.
- available
Space NumberIn Bytes - The available space.
- cpu
Load String - The percentage of the CPU load.
- cpu
Load StringStatus - The CPU load status.
- friendly
Name String - The Process Server's friendly name.
- health
Errors List<Property Map> - Health errors.
- host
Id String - The agent generated Id.
- id String
- The Process Server Id.
- ip
Address String - The IP address of the server.
- last
Heartbeat String - The last heartbeat received from the server.
- machine
Count String - The servers configured with this PS.
- memory
Usage StringStatus - The memory usage status.
- mobility
Service List<Property Map>Updates - The list of the mobility service updates available on the Process Server.
- os
Type String - The OS type of the server.
- os
Version String - OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0.
- ps
Service StringStatus - The PS service status.
- replication
Pair StringCount - The number of replication pairs configured in this PS.
- space
Usage StringStatus - The space usage status.
- ssl
Cert StringExpiry Date - The PS SSL cert expiry date.
- ssl
Cert NumberExpiry Remaining Days - CS SSL cert expiry date.
- system
Load String - The percentage of the system load.
- system
Load StringStatus - The system load status.
- total
Memory NumberIn Bytes - The total memory.
- total
Space NumberIn Bytes - The total space.
- version
Status String - Version status.
PushInstallerDetailsResponse, PushInstallerDetailsResponseArgs
- Bios
Id This property is required. string - The push installer Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The push installer Fqdn.
- Health
This property is required. string - The health of the push installer.
- Health
Errors This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - The health errors.
- Id
This property is required. string - The push installer Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the push installer.
- Name
This property is required. string - The push installer name.
- Version
This property is required. string - The version.
- Bios
Id This property is required. string - The push installer Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The push installer Fqdn.
- Health
This property is required. string - The health of the push installer.
- Health
Errors This property is required. []HealthError Response - The health errors.
- Id
This property is required. string - The push installer Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the push installer.
- Name
This property is required. string - The push installer name.
- Version
This property is required. string - The version.
- bios
Id This property is required. String - The push installer Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The push installer Fqdn.
- health
This property is required. String - The health of the push installer.
- health
Errors This property is required. List<HealthError Response> - The health errors.
- id
This property is required. String - The push installer Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the push installer.
- name
This property is required. String - The push installer name.
- version
This property is required. String - The version.
- bios
Id This property is required. string - The push installer Bios Id.
- fabric
Object Id This property is required. string - The fabric object Id.
- fqdn
This property is required. string - The push installer Fqdn.
- health
This property is required. string - The health of the push installer.
- health
Errors This property is required. HealthError Response[] - The health errors.
- id
This property is required. string - The push installer Id.
- last
Heartbeat Utc This property is required. string - The last heartbeat received from the push installer.
- name
This property is required. string - The push installer name.
- version
This property is required. string - The version.
- bios_
id This property is required. str - The push installer Bios Id.
- fabric_
object_ id This property is required. str - The fabric object Id.
- fqdn
This property is required. str - The push installer Fqdn.
- health
This property is required. str - The health of the push installer.
- health_
errors This property is required. Sequence[HealthError Response] - The health errors.
- id
This property is required. str - The push installer Id.
- last_
heartbeat_ utc This property is required. str - The last heartbeat received from the push installer.
- name
This property is required. str - The push installer name.
- version
This property is required. str - The version.
- bios
Id This property is required. String - The push installer Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The push installer Fqdn.
- health
This property is required. String - The health of the push installer.
- health
Errors This property is required. List<Property Map> - The health errors.
- id
This property is required. String - The push installer Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the push installer.
- name
This property is required. String - The push installer name.
- version
This property is required. String - The version.
RcmProxyDetailsResponse, RcmProxyDetailsResponseArgs
- Bios
Id This property is required. string - The RCM proxy Bios Id.
- Client
Authentication Type This property is required. string - The client authentication type.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The RCM proxy Fqdn.
- Health
This property is required. string - The health of the RCM proxy.
- Health
Errors This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - The health errors.
- Id
This property is required. string - The RCM proxy Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the RCM proxy.
- Name
This property is required. string - The RCM proxy name.
- Version
This property is required. string - The version.
- Bios
Id This property is required. string - The RCM proxy Bios Id.
- Client
Authentication Type This property is required. string - The client authentication type.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The RCM proxy Fqdn.
- Health
This property is required. string - The health of the RCM proxy.
- Health
Errors This property is required. []HealthError Response - The health errors.
- Id
This property is required. string - The RCM proxy Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the RCM proxy.
- Name
This property is required. string - The RCM proxy name.
- Version
This property is required. string - The version.
- bios
Id This property is required. String - The RCM proxy Bios Id.
- client
Authentication Type This property is required. String - The client authentication type.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The RCM proxy Fqdn.
- health
This property is required. String - The health of the RCM proxy.
- health
Errors This property is required. List<HealthError Response> - The health errors.
- id
This property is required. String - The RCM proxy Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the RCM proxy.
- name
This property is required. String - The RCM proxy name.
- version
This property is required. String - The version.
- bios
Id This property is required. string - The RCM proxy Bios Id.
- client
Authentication Type This property is required. string - The client authentication type.
- fabric
Object Id This property is required. string - The fabric object Id.
- fqdn
This property is required. string - The RCM proxy Fqdn.
- health
This property is required. string - The health of the RCM proxy.
- health
Errors This property is required. HealthError Response[] - The health errors.
- id
This property is required. string - The RCM proxy Id.
- last
Heartbeat Utc This property is required. string - The last heartbeat received from the RCM proxy.
- name
This property is required. string - The RCM proxy name.
- version
This property is required. string - The version.
- bios_
id This property is required. str - The RCM proxy Bios Id.
- client_
authentication_ type This property is required. str - The client authentication type.
- fabric_
object_ id This property is required. str - The fabric object Id.
- fqdn
This property is required. str - The RCM proxy Fqdn.
- health
This property is required. str - The health of the RCM proxy.
- health_
errors This property is required. Sequence[HealthError Response] - The health errors.
- id
This property is required. str - The RCM proxy Id.
- last_
heartbeat_ utc This property is required. str - The last heartbeat received from the RCM proxy.
- name
This property is required. str - The RCM proxy name.
- version
This property is required. str - The version.
- bios
Id This property is required. String - The RCM proxy Bios Id.
- client
Authentication Type This property is required. String - The client authentication type.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The RCM proxy Fqdn.
- health
This property is required. String - The health of the RCM proxy.
- health
Errors This property is required. List<Property Map> - The health errors.
- id
This property is required. String - The RCM proxy Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the RCM proxy.
- name
This property is required. String - The RCM proxy name.
- version
This property is required. String - The version.
ReplicationAgentDetailsResponse, ReplicationAgentDetailsResponseArgs
- Bios
Id This property is required. string - The replication agent Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The replication agent Fqdn.
- Health
This property is required. string - The health of the replication agent.
- Health
Errors This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - The health errors.
- Id
This property is required. string - The replication agent Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the replication agent.
- Name
This property is required. string - The replication agent name.
- Version
This property is required. string - The version.
- Bios
Id This property is required. string - The replication agent Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The replication agent Fqdn.
- Health
This property is required. string - The health of the replication agent.
- Health
Errors This property is required. []HealthError Response - The health errors.
- Id
This property is required. string - The replication agent Id.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the replication agent.
- Name
This property is required. string - The replication agent name.
- Version
This property is required. string - The version.
- bios
Id This property is required. String - The replication agent Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The replication agent Fqdn.
- health
This property is required. String - The health of the replication agent.
- health
Errors This property is required. List<HealthError Response> - The health errors.
- id
This property is required. String - The replication agent Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the replication agent.
- name
This property is required. String - The replication agent name.
- version
This property is required. String - The version.
- bios
Id This property is required. string - The replication agent Bios Id.
- fabric
Object Id This property is required. string - The fabric object Id.
- fqdn
This property is required. string - The replication agent Fqdn.
- health
This property is required. string - The health of the replication agent.
- health
Errors This property is required. HealthError Response[] - The health errors.
- id
This property is required. string - The replication agent Id.
- last
Heartbeat Utc This property is required. string - The last heartbeat received from the replication agent.
- name
This property is required. string - The replication agent name.
- version
This property is required. string - The version.
- bios_
id This property is required. str - The replication agent Bios Id.
- fabric_
object_ id This property is required. str - The fabric object Id.
- fqdn
This property is required. str - The replication agent Fqdn.
- health
This property is required. str - The health of the replication agent.
- health_
errors This property is required. Sequence[HealthError Response] - The health errors.
- id
This property is required. str - The replication agent Id.
- last_
heartbeat_ utc This property is required. str - The last heartbeat received from the replication agent.
- name
This property is required. str - The replication agent name.
- version
This property is required. str - The version.
- bios
Id This property is required. String - The replication agent Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The replication agent Fqdn.
- health
This property is required. String - The health of the replication agent.
- health
Errors This property is required. List<Property Map> - The health errors.
- id
This property is required. String - The replication agent Id.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the replication agent.
- name
This property is required. String - The replication agent name.
- version
This property is required. String - The version.
ReprotectAgentDetailsResponse, ReprotectAgentDetailsResponseArgs
- Accessible
Datastores This property is required. List<string> - The list of accessible datastores fetched from discovery.
- Bios
Id This property is required. string - The reprotect agent Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The reprotect agent Fqdn.
- Health
This property is required. string - The health of the reprotect agent.
- Health
Errors This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> - The health errors.
- Id
This property is required. string - The reprotect agent Id.
- Last
Discovery In Utc This property is required. string - The last time when SDS information discovered in SRS.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the reprotect agent.
- Name
This property is required. string - The reprotect agent name.
- Protected
Item Count This property is required. int - The protected item count.
- Vcenter
Id This property is required. string - The Vcenter Id.
- Version
This property is required. string - The version.
- Accessible
Datastores This property is required. []string - The list of accessible datastores fetched from discovery.
- Bios
Id This property is required. string - The reprotect agent Bios Id.
- Fabric
Object Id This property is required. string - The fabric object Id.
- Fqdn
This property is required. string - The reprotect agent Fqdn.
- Health
This property is required. string - The health of the reprotect agent.
- Health
Errors This property is required. []HealthError Response - The health errors.
- Id
This property is required. string - The reprotect agent Id.
- Last
Discovery In Utc This property is required. string - The last time when SDS information discovered in SRS.
- Last
Heartbeat Utc This property is required. string - The last heartbeat received from the reprotect agent.
- Name
This property is required. string - The reprotect agent name.
- Protected
Item Count This property is required. int - The protected item count.
- Vcenter
Id This property is required. string - The Vcenter Id.
- Version
This property is required. string - The version.
- accessible
Datastores This property is required. List<String> - The list of accessible datastores fetched from discovery.
- bios
Id This property is required. String - The reprotect agent Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The reprotect agent Fqdn.
- health
This property is required. String - The health of the reprotect agent.
- health
Errors This property is required. List<HealthError Response> - The health errors.
- id
This property is required. String - The reprotect agent Id.
- last
Discovery In Utc This property is required. String - The last time when SDS information discovered in SRS.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the reprotect agent.
- name
This property is required. String - The reprotect agent name.
- protected
Item Count This property is required. Integer - The protected item count.
- vcenter
Id This property is required. String - The Vcenter Id.
- version
This property is required. String - The version.
- accessible
Datastores This property is required. string[] - The list of accessible datastores fetched from discovery.
- bios
Id This property is required. string - The reprotect agent Bios Id.
- fabric
Object Id This property is required. string - The fabric object Id.
- fqdn
This property is required. string - The reprotect agent Fqdn.
- health
This property is required. string - The health of the reprotect agent.
- health
Errors This property is required. HealthError Response[] - The health errors.
- id
This property is required. string - The reprotect agent Id.
- last
Discovery In Utc This property is required. string - The last time when SDS information discovered in SRS.
- last
Heartbeat Utc This property is required. string - The last heartbeat received from the reprotect agent.
- name
This property is required. string - The reprotect agent name.
- protected
Item Count This property is required. number - The protected item count.
- vcenter
Id This property is required. string - The Vcenter Id.
- version
This property is required. string - The version.
- accessible_
datastores This property is required. Sequence[str] - The list of accessible datastores fetched from discovery.
- bios_
id This property is required. str - The reprotect agent Bios Id.
- fabric_
object_ id This property is required. str - The fabric object Id.
- fqdn
This property is required. str - The reprotect agent Fqdn.
- health
This property is required. str - The health of the reprotect agent.
- health_
errors This property is required. Sequence[HealthError Response] - The health errors.
- id
This property is required. str - The reprotect agent Id.
- last_
discovery_ in_ utc This property is required. str - The last time when SDS information discovered in SRS.
- last_
heartbeat_ utc This property is required. str - The last heartbeat received from the reprotect agent.
- name
This property is required. str - The reprotect agent name.
- protected_
item_ count This property is required. int - The protected item count.
- vcenter_
id This property is required. str - The Vcenter Id.
- version
This property is required. str - The version.
- accessible
Datastores This property is required. List<String> - The list of accessible datastores fetched from discovery.
- bios
Id This property is required. String - The reprotect agent Bios Id.
- fabric
Object Id This property is required. String - The fabric object Id.
- fqdn
This property is required. String - The reprotect agent Fqdn.
- health
This property is required. String - The health of the reprotect agent.
- health
Errors This property is required. List<Property Map> - The health errors.
- id
This property is required. String - The reprotect agent Id.
- last
Discovery In Utc This property is required. String - The last time when SDS information discovered in SRS.
- last
Heartbeat Utc This property is required. String - The last heartbeat received from the reprotect agent.
- name
This property is required. String - The reprotect agent name.
- protected
Item Count This property is required. Number - The protected item count.
- vcenter
Id This property is required. String - The Vcenter Id.
- version
This property is required. String - The version.
RetentionVolumeResponse, RetentionVolumeResponseArgs
- Capacity
In doubleBytes - The volume capacity.
- Free
Space doubleIn Bytes - The free space available in this volume.
- Threshold
Percentage int - The threshold percentage.
- Volume
Name string - The volume name.
- Capacity
In float64Bytes - The volume capacity.
- Free
Space float64In Bytes - The free space available in this volume.
- Threshold
Percentage int - The threshold percentage.
- Volume
Name string - The volume name.
- capacity
In DoubleBytes - The volume capacity.
- free
Space DoubleIn Bytes - The free space available in this volume.
- threshold
Percentage Integer - The threshold percentage.
- volume
Name String - The volume name.
- capacity
In numberBytes - The volume capacity.
- free
Space numberIn Bytes - The free space available in this volume.
- threshold
Percentage number - The threshold percentage.
- volume
Name string - The volume name.
- capacity_
in_ floatbytes - The volume capacity.
- free_
space_ floatin_ bytes - The free space available in this volume.
- threshold_
percentage int - The threshold percentage.
- volume_
name str - The volume name.
- capacity
In NumberBytes - The volume capacity.
- free
Space NumberIn Bytes - The free space available in this volume.
- threshold
Percentage Number - The threshold percentage.
- volume
Name String - The volume name.
RunAsAccountResponse, RunAsAccountResponseArgs
- Account
Id string - The CS RunAs account Id.
- Account
Name string - The CS RunAs account name.
- Account
Id string - The CS RunAs account Id.
- Account
Name string - The CS RunAs account name.
- account
Id String - The CS RunAs account Id.
- account
Name String - The CS RunAs account name.
- account
Id string - The CS RunAs account Id.
- account
Name string - The CS RunAs account name.
- account_
id str - The CS RunAs account Id.
- account_
name str - The CS RunAs account name.
- account
Id String - The CS RunAs account Id.
- account
Name String - The CS RunAs account name.
VMwareDetailsResponse, VMwareDetailsResponseArgs
- Agent
Count string - The number of source and target servers configured to talk to this CS.
- Agent
Expiry stringDate - Agent expiry date.
- Agent
Version string - The agent Version.
- Agent
Version Pulumi.Details Azure Native. Recovery Services. Inputs. Version Details Response - The agent version details.
- Available
Memory doubleIn Bytes - The available memory.
- Available
Space doubleIn Bytes - The available space.
- Cpu
Load string - The percentage of the CPU load.
- Cpu
Load stringStatus - The CPU load status.
- Cs
Service stringStatus - The CS service status.
- Database
Server stringLoad - The database server load.
- Database
Server stringLoad Status - The database server load status.
- Host
Name string - The host name.
- Ip
Address string - The IP address.
- Last
Heartbeat string - The last heartbeat received from CS server.
- Master
Target List<Pulumi.Servers Azure Native. Recovery Services. Inputs. Master Target Server Response> - The list of Master Target servers associated with the fabric.
- Memory
Usage stringStatus - The memory usage status.
- Process
Server stringCount - The number of process servers.
- Process
Servers List<Pulumi.Azure Native. Recovery Services. Inputs. Process Server Response> - The list of Process Servers associated with the fabric.
- Protected
Servers string - The number of protected servers.
- Ps
Template stringVersion - PS template version.
- Replication
Pair stringCount - The number of replication pairs configured in this CS.
- Run
As List<Pulumi.Accounts Azure Native. Recovery Services. Inputs. Run As Account Response> - The list of run as accounts created on the server.
- Space
Usage stringStatus - The space usage status.
- Ssl
Cert stringExpiry Date - CS SSL cert expiry date.
- Ssl
Cert intExpiry Remaining Days - CS SSL cert expiry date.
- Switch
Provider List<Pulumi.Blocking Error Details Azure Native. Recovery Services. Inputs. In Mage Fabric Switch Provider Blocking Error Details Response> - The switch provider blocking error information.
- System
Load string - The percentage of the system load.
- System
Load stringStatus - The system load status.
- Total
Memory doubleIn Bytes - The total memory.
- Total
Space doubleIn Bytes - The total space.
- Version
Status string - Version status.
- Web
Load string - The web load.
- Web
Load stringStatus - The web load status.
- Agent
Count string - The number of source and target servers configured to talk to this CS.
- Agent
Expiry stringDate - Agent expiry date.
- Agent
Version string - The agent Version.
- Agent
Version VersionDetails Details Response - The agent version details.
- Available
Memory float64In Bytes - The available memory.
- Available
Space float64In Bytes - The available space.
- Cpu
Load string - The percentage of the CPU load.
- Cpu
Load stringStatus - The CPU load status.
- Cs
Service stringStatus - The CS service status.
- Database
Server stringLoad - The database server load.
- Database
Server stringLoad Status - The database server load status.
- Host
Name string - The host name.
- Ip
Address string - The IP address.
- Last
Heartbeat string - The last heartbeat received from CS server.
- Master
Target []MasterServers Target Server Response - The list of Master Target servers associated with the fabric.
- Memory
Usage stringStatus - The memory usage status.
- Process
Server stringCount - The number of process servers.
- Process
Servers []ProcessServer Response - The list of Process Servers associated with the fabric.
- Protected
Servers string - The number of protected servers.
- Ps
Template stringVersion - PS template version.
- Replication
Pair stringCount - The number of replication pairs configured in this CS.
- Run
As []RunAccounts As Account Response - The list of run as accounts created on the server.
- Space
Usage stringStatus - The space usage status.
- Ssl
Cert stringExpiry Date - CS SSL cert expiry date.
- Ssl
Cert intExpiry Remaining Days - CS SSL cert expiry date.
- Switch
Provider []InBlocking Error Details Mage Fabric Switch Provider Blocking Error Details Response - The switch provider blocking error information.
- System
Load string - The percentage of the system load.
- System
Load stringStatus - The system load status.
- Total
Memory float64In Bytes - The total memory.
- Total
Space float64In Bytes - The total space.
- Version
Status string - Version status.
- Web
Load string - The web load.
- Web
Load stringStatus - The web load status.
- agent
Count String - The number of source and target servers configured to talk to this CS.
- agent
Expiry StringDate - Agent expiry date.
- agent
Version String - The agent Version.
- agent
Version VersionDetails Details Response - The agent version details.
- available
Memory DoubleIn Bytes - The available memory.
- available
Space DoubleIn Bytes - The available space.
- cpu
Load String - The percentage of the CPU load.
- cpu
Load StringStatus - The CPU load status.
- cs
Service StringStatus - The CS service status.
- database
Server StringLoad - The database server load.
- database
Server StringLoad Status - The database server load status.
- host
Name String - The host name.
- ip
Address String - The IP address.
- last
Heartbeat String - The last heartbeat received from CS server.
- master
Target List<MasterServers Target Server Response> - The list of Master Target servers associated with the fabric.
- memory
Usage StringStatus - The memory usage status.
- process
Server StringCount - The number of process servers.
- process
Servers List<ProcessServer Response> - The list of Process Servers associated with the fabric.
- protected
Servers String - The number of protected servers.
- ps
Template StringVersion - PS template version.
- replication
Pair StringCount - The number of replication pairs configured in this CS.
- run
As List<RunAccounts As Account Response> - The list of run as accounts created on the server.
- space
Usage StringStatus - The space usage status.
- ssl
Cert StringExpiry Date - CS SSL cert expiry date.
- ssl
Cert IntegerExpiry Remaining Days - CS SSL cert expiry date.
- switch
Provider List<InBlocking Error Details Mage Fabric Switch Provider Blocking Error Details Response> - The switch provider blocking error information.
- system
Load String - The percentage of the system load.
- system
Load StringStatus - The system load status.
- total
Memory DoubleIn Bytes - The total memory.
- total
Space DoubleIn Bytes - The total space.
- version
Status String - Version status.
- web
Load String - The web load.
- web
Load StringStatus - The web load status.
- agent
Count string - The number of source and target servers configured to talk to this CS.
- agent
Expiry stringDate - Agent expiry date.
- agent
Version string - The agent Version.
- agent
Version VersionDetails Details Response - The agent version details.
- available
Memory numberIn Bytes - The available memory.
- available
Space numberIn Bytes - The available space.
- cpu
Load string - The percentage of the CPU load.
- cpu
Load stringStatus - The CPU load status.
- cs
Service stringStatus - The CS service status.
- database
Server stringLoad - The database server load.
- database
Server stringLoad Status - The database server load status.
- host
Name string - The host name.
- ip
Address string - The IP address.
- last
Heartbeat string - The last heartbeat received from CS server.
- master
Target MasterServers Target Server Response[] - The list of Master Target servers associated with the fabric.
- memory
Usage stringStatus - The memory usage status.
- process
Server stringCount - The number of process servers.
- process
Servers ProcessServer Response[] - The list of Process Servers associated with the fabric.
- protected
Servers string - The number of protected servers.
- ps
Template stringVersion - PS template version.
- replication
Pair stringCount - The number of replication pairs configured in this CS.
- run
As RunAccounts As Account Response[] - The list of run as accounts created on the server.
- space
Usage stringStatus - The space usage status.
- ssl
Cert stringExpiry Date - CS SSL cert expiry date.
- ssl
Cert numberExpiry Remaining Days - CS SSL cert expiry date.
- switch
Provider InBlocking Error Details Mage Fabric Switch Provider Blocking Error Details Response[] - The switch provider blocking error information.
- system
Load string - The percentage of the system load.
- system
Load stringStatus - The system load status.
- total
Memory numberIn Bytes - The total memory.
- total
Space numberIn Bytes - The total space.
- version
Status string - Version status.
- web
Load string - The web load.
- web
Load stringStatus - The web load status.
- agent_
count str - The number of source and target servers configured to talk to this CS.
- agent_
expiry_ strdate - Agent expiry date.
- agent_
version str - The agent Version.
- agent_
version_ Versiondetails Details Response - The agent version details.
- available_
memory_ floatin_ bytes - The available memory.
- available_
space_ floatin_ bytes - The available space.
- cpu_
load str - The percentage of the CPU load.
- cpu_
load_ strstatus - The CPU load status.
- cs_
service_ strstatus - The CS service status.
- database_
server_ strload - The database server load.
- database_
server_ strload_ status - The database server load status.
- host_
name str - The host name.
- ip_
address str - The IP address.
- last_
heartbeat str - The last heartbeat received from CS server.
- master_
target_ Sequence[Masterservers Target Server Response] - The list of Master Target servers associated with the fabric.
- memory_
usage_ strstatus - The memory usage status.
- process_
server_ strcount - The number of process servers.
- process_
servers Sequence[ProcessServer Response] - The list of Process Servers associated with the fabric.
- protected_
servers str - The number of protected servers.
- ps_
template_ strversion - PS template version.
- replication_
pair_ strcount - The number of replication pairs configured in this CS.
- run_
as_ Sequence[Runaccounts As Account Response] - The list of run as accounts created on the server.
- space_
usage_ strstatus - The space usage status.
- ssl_
cert_ strexpiry_ date - CS SSL cert expiry date.
- ssl_
cert_ intexpiry_ remaining_ days - CS SSL cert expiry date.
- switch_
provider_ Sequence[Inblocking_ error_ details Mage Fabric Switch Provider Blocking Error Details Response] - The switch provider blocking error information.
- system_
load str - The percentage of the system load.
- system_
load_ strstatus - The system load status.
- total_
memory_ floatin_ bytes - The total memory.
- total_
space_ floatin_ bytes - The total space.
- version_
status str - Version status.
- web_
load str - The web load.
- web_
load_ strstatus - The web load status.
- agent
Count String - The number of source and target servers configured to talk to this CS.
- agent
Expiry StringDate - Agent expiry date.
- agent
Version String - The agent Version.
- agent
Version Property MapDetails - The agent version details.
- available
Memory NumberIn Bytes - The available memory.
- available
Space NumberIn Bytes - The available space.
- cpu
Load String - The percentage of the CPU load.
- cpu
Load StringStatus - The CPU load status.
- cs
Service StringStatus - The CS service status.
- database
Server StringLoad - The database server load.
- database
Server StringLoad Status - The database server load status.
- host
Name String - The host name.
- ip
Address String - The IP address.
- last
Heartbeat String - The last heartbeat received from CS server.
- master
Target List<Property Map>Servers - The list of Master Target servers associated with the fabric.
- memory
Usage StringStatus - The memory usage status.
- process
Server StringCount - The number of process servers.
- process
Servers List<Property Map> - The list of Process Servers associated with the fabric.
- protected
Servers String - The number of protected servers.
- ps
Template StringVersion - PS template version.
- replication
Pair StringCount - The number of replication pairs configured in this CS.
- run
As List<Property Map>Accounts - The list of run as accounts created on the server.
- space
Usage StringStatus - The space usage status.
- ssl
Cert StringExpiry Date - CS SSL cert expiry date.
- ssl
Cert NumberExpiry Remaining Days - CS SSL cert expiry date.
- switch
Provider List<Property Map>Blocking Error Details - The switch provider blocking error information.
- system
Load String - The percentage of the system load.
- system
Load StringStatus - The system load status.
- total
Memory NumberIn Bytes - The total memory.
- total
Space NumberIn Bytes - The total space.
- version
Status String - Version status.
- web
Load String - The web load.
- web
Load StringStatus - The web load status.
VMwareV2FabricCreationInput, VMwareV2FabricCreationInputArgs
- Migration
Solution Id This property is required. string - The ARM Id of the migration solution.
- Physical
Site stringId - The ARM Id of the physical site.
- Vmware
Site stringId - The ARM Id of the VMware site.
- Migration
Solution Id This property is required. string - The ARM Id of the migration solution.
- Physical
Site stringId - The ARM Id of the physical site.
- Vmware
Site stringId - The ARM Id of the VMware site.
- migration
Solution Id This property is required. String - The ARM Id of the migration solution.
- physical
Site StringId - The ARM Id of the physical site.
- vmware
Site StringId - The ARM Id of the VMware site.
- migration
Solution Id This property is required. string - The ARM Id of the migration solution.
- physical
Site stringId - The ARM Id of the physical site.
- vmware
Site stringId - The ARM Id of the VMware site.
- migration_
solution_ id This property is required. str - The ARM Id of the migration solution.
- physical_
site_ strid - The ARM Id of the physical site.
- vmware_
site_ strid - The ARM Id of the VMware site.
- migration
Solution Id This property is required. String - The ARM Id of the migration solution.
- physical
Site StringId - The ARM Id of the physical site.
- vmware
Site StringId - The ARM Id of the VMware site.
VMwareV2FabricSpecificDetailsResponse, VMwareV2FabricSpecificDetailsResponseArgs
- Migration
Solution Id This property is required. string - The Migration solution ARM Id.
- Physical
Site Id This property is required. string - The ARM Id of the physical site.
- Process
Servers This property is required. List<Pulumi.Azure Native. Recovery Services. Inputs. Process Server Details Response> - The list of process servers.
- Service
Container Id This property is required. string - The service container Id.
- Service
Endpoint This property is required. string - The service endpoint.
- Service
Resource Id This property is required. string - The service resource Id.
- Vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- Migration
Solution Id This property is required. string - The Migration solution ARM Id.
- Physical
Site Id This property is required. string - The ARM Id of the physical site.
- Process
Servers This property is required. []ProcessServer Details Response - The list of process servers.
- Service
Container Id This property is required. string - The service container Id.
- Service
Endpoint This property is required. string - The service endpoint.
- Service
Resource Id This property is required. string - The service resource Id.
- Vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- migration
Solution Id This property is required. String - The Migration solution ARM Id.
- physical
Site Id This property is required. String - The ARM Id of the physical site.
- process
Servers This property is required. List<ProcessServer Details Response> - The list of process servers.
- service
Container Id This property is required. String - The service container Id.
- service
Endpoint This property is required. String - The service endpoint.
- service
Resource Id This property is required. String - The service resource Id.
- vmware
Site Id This property is required. String - The ARM Id of the VMware site.
- migration
Solution Id This property is required. string - The Migration solution ARM Id.
- physical
Site Id This property is required. string - The ARM Id of the physical site.
- process
Servers This property is required. ProcessServer Details Response[] - The list of process servers.
- service
Container Id This property is required. string - The service container Id.
- service
Endpoint This property is required. string - The service endpoint.
- service
Resource Id This property is required. string - The service resource Id.
- vmware
Site Id This property is required. string - The ARM Id of the VMware site.
- migration_
solution_ id This property is required. str - The Migration solution ARM Id.
- physical_
site_ id This property is required. str - The ARM Id of the physical site.
- process_
servers This property is required. Sequence[ProcessServer Details Response] - The list of process servers.
- service_
container_ id This property is required. str - The service container Id.
- service_
endpoint This property is required. str - The service endpoint.
- service_
resource_ id This property is required. str - The service resource Id.
- vmware_
site_ id This property is required. str - The ARM Id of the VMware site.
- migration
Solution Id This property is required. String - The Migration solution ARM Id.
- physical
Site Id This property is required. String - The ARM Id of the physical site.
- process
Servers This property is required. List<Property Map> - The list of process servers.
- service
Container Id This property is required. String - The service container Id.
- service
Endpoint This property is required. String - The service endpoint.
- service
Resource Id This property is required. String - The service resource Id.
- vmware
Site Id This property is required. String - The ARM Id of the VMware site.
VersionDetailsResponse, VersionDetailsResponseArgs
- Expiry
Date string - Version expiry date.
- Status string
- A value indicating whether security update required.
- Version string
- The agent version.
- Expiry
Date string - Version expiry date.
- Status string
- A value indicating whether security update required.
- Version string
- The agent version.
- expiry
Date String - Version expiry date.
- status String
- A value indicating whether security update required.
- version String
- The agent version.
- expiry
Date string - Version expiry date.
- status string
- A value indicating whether security update required.
- version string
- The agent version.
- expiry_
date str - Version expiry date.
- status str
- A value indicating whether security update required.
- version str
- The agent version.
- expiry
Date String - Version expiry date.
- status String
- A value indicating whether security update required.
- version String
- The agent version.
VmmDetailsResponse, VmmDetailsResponseArgs
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:recoveryservices:ReplicationFabric cloud1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/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