azure-native.recoveryservices.getReplicationMigrationItem
Explore with Pulumi AI
Migration item. API Version: 2018-07-10.
Using getReplicationMigrationItem
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getReplicationMigrationItem(args: GetReplicationMigrationItemArgs, opts?: InvokeOptions): Promise<GetReplicationMigrationItemResult>
function getReplicationMigrationItemOutput(args: GetReplicationMigrationItemOutputArgs, opts?: InvokeOptions): Output<GetReplicationMigrationItemResult>
def get_replication_migration_item(fabric_name: Optional[str] = None,
migration_item_name: Optional[str] = None,
protection_container_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReplicationMigrationItemResult
def get_replication_migration_item_output(fabric_name: Optional[pulumi.Input[str]] = None,
migration_item_name: Optional[pulumi.Input[str]] = None,
protection_container_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReplicationMigrationItemResult]
func LookupReplicationMigrationItem(ctx *Context, args *LookupReplicationMigrationItemArgs, opts ...InvokeOption) (*LookupReplicationMigrationItemResult, error)
func LookupReplicationMigrationItemOutput(ctx *Context, args *LookupReplicationMigrationItemOutputArgs, opts ...InvokeOption) LookupReplicationMigrationItemResultOutput
> Note: This function is named LookupReplicationMigrationItem
in the Go SDK.
public static class GetReplicationMigrationItem
{
public static Task<GetReplicationMigrationItemResult> InvokeAsync(GetReplicationMigrationItemArgs args, InvokeOptions? opts = null)
public static Output<GetReplicationMigrationItemResult> Invoke(GetReplicationMigrationItemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetReplicationMigrationItemResult> getReplicationMigrationItem(GetReplicationMigrationItemArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:recoveryservices:getReplicationMigrationItem
arguments:
# arguments dictionary
The following arguments are supported:
- Fabric
Name string Fabric unique name.
- Migration
Item stringName Migration item name.
- Protection
Container stringName Protection container name.
- Resource
Group stringName The name of the resource group where the recovery services vault is present.
- Resource
Name string The name of the recovery services vault.
- Fabric
Name string Fabric unique name.
- Migration
Item stringName Migration item name.
- Protection
Container stringName Protection container name.
- Resource
Group stringName The name of the resource group where the recovery services vault is present.
- Resource
Name string The name of the recovery services vault.
- fabric
Name String Fabric unique name.
- migration
Item StringName Migration item name.
- protection
Container StringName Protection container name.
- resource
Group StringName The name of the resource group where the recovery services vault is present.
- resource
Name String The name of the recovery services vault.
- fabric
Name string Fabric unique name.
- migration
Item stringName Migration item name.
- protection
Container stringName Protection container name.
- resource
Group stringName The name of the resource group where the recovery services vault is present.
- resource
Name string The name of the recovery services vault.
- fabric_
name str Fabric unique name.
- migration_
item_ strname Migration item name.
- protection_
container_ strname Protection container name.
- resource_
group_ strname The name of the resource group where the recovery services vault is present.
- resource_
name str The name of the recovery services vault.
- fabric
Name String Fabric unique name.
- migration
Item StringName Migration item name.
- protection
Container StringName Protection container name.
- resource
Group StringName The name of the resource group where the recovery services vault is present.
- resource
Name String The name of the recovery services vault.
getReplicationMigrationItem Result
The following output properties are available:
- Id string
Resource Id
- Name string
Resource Name
- Properties
Pulumi.
Azure Native. Recovery Services. Outputs. Migration Item Properties Response The migration item properties.
- Type string
Resource Type
- Location string
Resource Location
- Id string
Resource Id
- Name string
Resource Name
- Properties
Migration
Item Properties Response The migration item properties.
- Type string
Resource Type
- Location string
Resource Location
- id String
Resource Id
- name String
Resource Name
- properties
Migration
Item Properties Response The migration item properties.
- type String
Resource Type
- location String
Resource Location
- id string
Resource Id
- name string
Resource Name
- properties
Migration
Item Properties Response The migration item properties.
- type string
Resource Type
- location string
Resource Location
- id str
Resource Id
- name str
Resource Name
- properties
Migration
Item Properties Response The migration item properties.
- type str
Resource Type
- location str
Resource Location
- id String
Resource Id
- name String
Resource Name
- properties Property Map
The migration item properties.
- type String
Resource Type
- location String
Resource Location
Supporting Types
CurrentJobDetailsResponse
- job_
id str The ARM Id of the job being executed.
- job_
name str The job name.
- start_
time str The start time of the job.
HealthErrorResponse
- 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.
InnerHealthErrorResponse
- Creation
Time stringUtc Error creation time (UTC)
- Entity
Id string ID of the entity.
- Error
Category string Category of error.
- Error
Code string Error code.
- 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)
- Entity
Id string ID of the entity.
- Error
Category string Category of error.
- Error
Code string Error code.
- 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)
- entity
Id String ID of the entity.
- error
Category String Category of error.
- error
Code String Error code.
- 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)
- entity
Id string ID of the entity.
- error
Category string Category of error.
- error
Code string Error code.
- 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)
- entity_
id str ID of the entity.
- error_
category str Category of error.
- error_
code str Error code.
- 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)
- entity
Id String ID of the entity.
- error
Category String Category of error.
- error
Code String Error code.
- 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.
MigrationItemPropertiesResponse
- Allowed
Operations List<string> The allowed operations on the migration item, based on the current migration state of the item.
- Current
Job Pulumi.Azure Native. Recovery Services. Inputs. Current Job Details Response The current job details.
- Health string
The consolidated health.
- Health
Errors List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> The list of health errors.
- Machine
Name string The on-premise virtual machine name.
- Migration
State string The migration status.
- Migration
State stringDescription The migration state description.
- Policy
Friendly stringName The name of policy governing this item.
- Policy
Id string The ARM Id of policy governing this item.
- Recovery
Services stringProvider Id The recovery services provider ARM Id.
- Test
Migrate stringState The test migrate state.
- Test
Migrate stringState Description The test migrate state description.
- Provider
Specific Pulumi.Details Azure Native. Recovery Services. Inputs. VMware Cbt Migration Details Response The migration provider custom settings.
- Allowed
Operations []string The allowed operations on the migration item, based on the current migration state of the item.
- Current
Job CurrentJob Details Response The current job details.
- Health string
The consolidated health.
- Health
Errors []HealthError Response The list of health errors.
- Machine
Name string The on-premise virtual machine name.
- Migration
State string The migration status.
- Migration
State stringDescription The migration state description.
- Policy
Friendly stringName The name of policy governing this item.
- Policy
Id string The ARM Id of policy governing this item.
- Recovery
Services stringProvider Id The recovery services provider ARM Id.
- Test
Migrate stringState The test migrate state.
- Test
Migrate stringState Description The test migrate state description.
- Provider
Specific VMwareDetails Cbt Migration Details Response The migration provider custom settings.
- allowed
Operations List<String> The allowed operations on the migration item, based on the current migration state of the item.
- current
Job CurrentJob Details Response The current job details.
- health String
The consolidated health.
- health
Errors List<HealthError Response> The list of health errors.
- machine
Name String The on-premise virtual machine name.
- migration
State String The migration status.
- migration
State StringDescription The migration state description.
- policy
Friendly StringName The name of policy governing this item.
- policy
Id String The ARM Id of policy governing this item.
- recovery
Services StringProvider Id The recovery services provider ARM Id.
- test
Migrate StringState The test migrate state.
- test
Migrate StringState Description The test migrate state description.
- provider
Specific VMwareDetails Cbt Migration Details Response The migration provider custom settings.
- allowed
Operations string[] The allowed operations on the migration item, based on the current migration state of the item.
- current
Job CurrentJob Details Response The current job details.
- health string
The consolidated health.
- health
Errors HealthError Response[] The list of health errors.
- machine
Name string The on-premise virtual machine name.
- migration
State string The migration status.
- migration
State stringDescription The migration state description.
- policy
Friendly stringName The name of policy governing this item.
- policy
Id string The ARM Id of policy governing this item.
- recovery
Services stringProvider Id The recovery services provider ARM Id.
- test
Migrate stringState The test migrate state.
- test
Migrate stringState Description The test migrate state description.
- provider
Specific VMwareDetails Cbt Migration Details Response The migration provider custom settings.
- allowed_
operations Sequence[str] The allowed operations on the migration item, based on the current migration state of the item.
- current_
job CurrentJob Details Response The current job details.
- health str
The consolidated health.
- health_
errors Sequence[HealthError Response] The list of health errors.
- machine_
name str The on-premise virtual machine name.
- migration_
state str The migration status.
- migration_
state_ strdescription The migration state description.
- policy_
friendly_ strname The name of policy governing this item.
- policy_
id str The ARM Id of policy governing this item.
- recovery_
services_ strprovider_ id The recovery services provider ARM Id.
- test_
migrate_ strstate The test migrate state.
- test_
migrate_ strstate_ description The test migrate state description.
- provider_
specific_ VMwaredetails Cbt Migration Details Response The migration provider custom settings.
- allowed
Operations List<String> The allowed operations on the migration item, based on the current migration state of the item.
- current
Job Property Map The current job details.
- health String
The consolidated health.
- health
Errors List<Property Map> The list of health errors.
- machine
Name String The on-premise virtual machine name.
- migration
State String The migration status.
- migration
State StringDescription The migration state description.
- policy
Friendly StringName The name of policy governing this item.
- policy
Id String The ARM Id of policy governing this item.
- recovery
Services StringProvider Id The recovery services provider ARM Id.
- test
Migrate StringState The test migrate state.
- test
Migrate StringState Description The test migrate state description.
- provider
Specific Property MapDetails The migration provider custom settings.
VMwareCbtMigrationDetailsResponse
- Data
Mover stringRun As Account Id The data mover RunAs account Id.
- Last
Recovery stringPoint Received The last recovery point received time.
- Migration
Recovery stringPoint Id The recovery point Id to which the VM was migrated.
- Os
Type string The type of the OS on the VM.
- Snapshot
Run stringAs Account Id The snapshot RunAs account Id.
- Target
Location string The target location.
- Vmware
Machine stringId The ARM Id of the VM discovered in VMware.
- License
Type string License Type of the VM to be used.
- Protected
Disks List<Pulumi.Azure Native. Recovery Services. Inputs. VMware Cbt Protected Disk Details Response> The list of protected disks.
- Target
Availability stringSet Id The target availability set Id.
- Target
Boot stringDiagnostics Storage Account Id The target boot diagnostics storage account ARM Id.
- Target
Network stringId The target network Id.
- Target
Resource stringGroup Id The target resource group Id.
- Target
Vm stringName Target VM name.
- Target
Vm stringSize The target VM size.
- Vm
Nics List<Pulumi.Azure Native. Recovery Services. Inputs. VMware Cbt Nic Details Response> The network details.
- Data
Mover stringRun As Account Id The data mover RunAs account Id.
- Last
Recovery stringPoint Received The last recovery point received time.
- Migration
Recovery stringPoint Id The recovery point Id to which the VM was migrated.
- Os
Type string The type of the OS on the VM.
- Snapshot
Run stringAs Account Id The snapshot RunAs account Id.
- Target
Location string The target location.
- Vmware
Machine stringId The ARM Id of the VM discovered in VMware.
- License
Type string License Type of the VM to be used.
- Protected
Disks []VMwareCbt Protected Disk Details Response The list of protected disks.
- Target
Availability stringSet Id The target availability set Id.
- Target
Boot stringDiagnostics Storage Account Id The target boot diagnostics storage account ARM Id.
- Target
Network stringId The target network Id.
- Target
Resource stringGroup Id The target resource group Id.
- Target
Vm stringName Target VM name.
- Target
Vm stringSize The target VM size.
- Vm
Nics []VMwareCbt Nic Details Response The network details.
- data
Mover StringRun As Account Id The data mover RunAs account Id.
- last
Recovery StringPoint Received The last recovery point received time.
- migration
Recovery StringPoint Id The recovery point Id to which the VM was migrated.
- os
Type String The type of the OS on the VM.
- snapshot
Run StringAs Account Id The snapshot RunAs account Id.
- target
Location String The target location.
- vmware
Machine StringId The ARM Id of the VM discovered in VMware.
- license
Type String License Type of the VM to be used.
- protected
Disks List<VMwareCbt Protected Disk Details Response> The list of protected disks.
- target
Availability StringSet Id The target availability set Id.
- target
Boot StringDiagnostics Storage Account Id The target boot diagnostics storage account ARM Id.
- target
Network StringId The target network Id.
- target
Resource StringGroup Id The target resource group Id.
- target
Vm StringName Target VM name.
- target
Vm StringSize The target VM size.
- vm
Nics List<VMwareCbt Nic Details Response> The network details.
- data
Mover stringRun As Account Id The data mover RunAs account Id.
- last
Recovery stringPoint Received The last recovery point received time.
- migration
Recovery stringPoint Id The recovery point Id to which the VM was migrated.
- os
Type string The type of the OS on the VM.
- snapshot
Run stringAs Account Id The snapshot RunAs account Id.
- target
Location string The target location.
- vmware
Machine stringId The ARM Id of the VM discovered in VMware.
- license
Type string License Type of the VM to be used.
- protected
Disks VMwareCbt Protected Disk Details Response[] The list of protected disks.
- target
Availability stringSet Id The target availability set Id.
- target
Boot stringDiagnostics Storage Account Id The target boot diagnostics storage account ARM Id.
- target
Network stringId The target network Id.
- target
Resource stringGroup Id The target resource group Id.
- target
Vm stringName Target VM name.
- target
Vm stringSize The target VM size.
- vm
Nics VMwareCbt Nic Details Response[] The network details.
- data_
mover_ strrun_ as_ account_ id The data mover RunAs account Id.
- last_
recovery_ strpoint_ received The last recovery point received time.
- migration_
recovery_ strpoint_ id The recovery point Id to which the VM was migrated.
- os_
type str The type of the OS on the VM.
- snapshot_
run_ stras_ account_ id The snapshot RunAs account Id.
- target_
location str The target location.
- vmware_
machine_ strid The ARM Id of the VM discovered in VMware.
- license_
type str License Type of the VM to be used.
- protected_
disks Sequence[VMwareCbt Protected Disk Details Response] The list of protected disks.
- target_
availability_ strset_ id The target availability set Id.
- target_
boot_ strdiagnostics_ storage_ account_ id The target boot diagnostics storage account ARM Id.
- target_
network_ strid The target network Id.
- target_
resource_ strgroup_ id The target resource group Id.
- target_
vm_ strname Target VM name.
- target_
vm_ strsize The target VM size.
- vm_
nics Sequence[VMwareCbt Nic Details Response] The network details.
- data
Mover StringRun As Account Id The data mover RunAs account Id.
- last
Recovery StringPoint Received The last recovery point received time.
- migration
Recovery StringPoint Id The recovery point Id to which the VM was migrated.
- os
Type String The type of the OS on the VM.
- snapshot
Run StringAs Account Id The snapshot RunAs account Id.
- target
Location String The target location.
- vmware
Machine StringId The ARM Id of the VM discovered in VMware.
- license
Type String License Type of the VM to be used.
- protected
Disks List<Property Map> The list of protected disks.
- target
Availability StringSet Id The target availability set Id.
- target
Boot StringDiagnostics Storage Account Id The target boot diagnostics storage account ARM Id.
- target
Network StringId The target network Id.
- target
Resource StringGroup Id The target resource group Id.
- target
Vm StringName Target VM name.
- target
Vm StringSize The target VM size.
- vm
Nics List<Property Map> The network details.
VMwareCbtNicDetailsResponse
- Nic
Id string The NIC Id.
- Source
IPAddress string The source IP address.
- Source
IPAddress stringType The source IP address type.
- Source
Network stringId Source network Id.
- Is
Primary stringNic A value indicating whether this is the primary NIC.
- Is
Selected stringFor Migration A value indicating whether this NIC is selected for migration.
- Target
IPAddress string The target IP address.
- Target
IPAddress stringType The target IP address type.
- Target
Subnet stringName Target subnet name.
- Nic
Id string The NIC Id.
- Source
IPAddress string The source IP address.
- Source
IPAddress stringType The source IP address type.
- Source
Network stringId Source network Id.
- Is
Primary stringNic A value indicating whether this is the primary NIC.
- Is
Selected stringFor Migration A value indicating whether this NIC is selected for migration.
- Target
IPAddress string The target IP address.
- Target
IPAddress stringType The target IP address type.
- Target
Subnet stringName Target subnet name.
- nic
Id String The NIC Id.
- source
IPAddress String The source IP address.
- source
IPAddress StringType The source IP address type.
- source
Network StringId Source network Id.
- is
Primary StringNic A value indicating whether this is the primary NIC.
- is
Selected StringFor Migration A value indicating whether this NIC is selected for migration.
- target
IPAddress String The target IP address.
- target
IPAddress StringType The target IP address type.
- target
Subnet StringName Target subnet name.
- nic
Id string The NIC Id.
- source
IPAddress string The source IP address.
- source
IPAddress stringType The source IP address type.
- source
Network stringId Source network Id.
- is
Primary stringNic A value indicating whether this is the primary NIC.
- is
Selected stringFor Migration A value indicating whether this NIC is selected for migration.
- target
IPAddress string The target IP address.
- target
IPAddress stringType The target IP address type.
- target
Subnet stringName Target subnet name.
- nic_
id str The NIC Id.
- source_
ip_ straddress The source IP address.
- source_
ip_ straddress_ type The source IP address type.
- source_
network_ strid Source network Id.
- is_
primary_ strnic A value indicating whether this is the primary NIC.
- is_
selected_ strfor_ migration A value indicating whether this NIC is selected for migration.
- target_
ip_ straddress The target IP address.
- target_
ip_ straddress_ type The target IP address type.
- target_
subnet_ strname Target subnet name.
- nic
Id String The NIC Id.
- source
IPAddress String The source IP address.
- source
IPAddress StringType The source IP address type.
- source
Network StringId Source network Id.
- is
Primary StringNic A value indicating whether this is the primary NIC.
- is
Selected StringFor Migration A value indicating whether this NIC is selected for migration.
- target
IPAddress String The target IP address.
- target
IPAddress StringType The target IP address type.
- target
Subnet StringName Target subnet name.
VMwareCbtProtectedDiskDetailsResponse
- Capacity
In doubleBytes The disk capacity in bytes.
- Disk
Id string The disk id.
- Disk
Name string The disk name.
- Disk
Path string The disk path.
- Is
OSDisk string A value indicating whether the disk is the OS disk.
- Log
Storage stringAccount Id The log storage account ARM Id.
- Log
Storage stringAccount Sas Secret Name The key vault secret name of the log storage account.
- Seed
Managed stringDisk Id The ARM Id of the seed managed disk.
- Target
Managed stringDisk Id The ARM Id of the target managed disk.
- Disk
Type string The disk type.
- Capacity
In float64Bytes The disk capacity in bytes.
- Disk
Id string The disk id.
- Disk
Name string The disk name.
- Disk
Path string The disk path.
- Is
OSDisk string A value indicating whether the disk is the OS disk.
- Log
Storage stringAccount Id The log storage account ARM Id.
- Log
Storage stringAccount Sas Secret Name The key vault secret name of the log storage account.
- Seed
Managed stringDisk Id The ARM Id of the seed managed disk.
- Target
Managed stringDisk Id The ARM Id of the target managed disk.
- Disk
Type string The disk type.
- capacity
In DoubleBytes The disk capacity in bytes.
- disk
Id String The disk id.
- disk
Name String The disk name.
- disk
Path String The disk path.
- is
OSDisk String A value indicating whether the disk is the OS disk.
- log
Storage StringAccount Id The log storage account ARM Id.
- log
Storage StringAccount Sas Secret Name The key vault secret name of the log storage account.
- seed
Managed StringDisk Id The ARM Id of the seed managed disk.
- target
Managed StringDisk Id The ARM Id of the target managed disk.
- disk
Type String The disk type.
- capacity
In numberBytes The disk capacity in bytes.
- disk
Id string The disk id.
- disk
Name string The disk name.
- disk
Path string The disk path.
- is
OSDisk string A value indicating whether the disk is the OS disk.
- log
Storage stringAccount Id The log storage account ARM Id.
- log
Storage stringAccount Sas Secret Name The key vault secret name of the log storage account.
- seed
Managed stringDisk Id The ARM Id of the seed managed disk.
- target
Managed stringDisk Id The ARM Id of the target managed disk.
- disk
Type string The disk type.
- capacity_
in_ floatbytes The disk capacity in bytes.
- disk_
id str The disk id.
- disk_
name str The disk name.
- disk_
path str The disk path.
- is_
os_ strdisk A value indicating whether the disk is the OS disk.
- log_
storage_ straccount_ id The log storage account ARM Id.
- log_
storage_ straccount_ sas_ secret_ name The key vault secret name of the log storage account.
- seed_
managed_ strdisk_ id The ARM Id of the seed managed disk.
- target_
managed_ strdisk_ id The ARM Id of the target managed disk.
- disk_
type str The disk type.
- capacity
In NumberBytes The disk capacity in bytes.
- disk
Id String The disk id.
- disk
Name String The disk name.
- disk
Path String The disk path.
- is
OSDisk String A value indicating whether the disk is the OS disk.
- log
Storage StringAccount Id The log storage account ARM Id.
- log
Storage StringAccount Sas Secret Name The key vault secret name of the log storage account.
- seed
Managed StringDisk Id The ARM Id of the seed managed disk.
- target
Managed StringDisk Id The ARM Id of the target managed disk.
- disk
Type String The disk type.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0