intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageHitachiRemoteReplication
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A remote copy pair entity in Hitachi storage array.
Using getStorageHitachiRemoteReplication
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 getStorageHitachiRemoteReplication(args: GetStorageHitachiRemoteReplicationArgs, opts?: InvokeOptions): Promise<GetStorageHitachiRemoteReplicationResult>
function getStorageHitachiRemoteReplicationOutput(args: GetStorageHitachiRemoteReplicationOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiRemoteReplicationResult>def get_storage_hitachi_remote_replication(account_moid: Optional[str] = None,
                                           additional_properties: Optional[str] = None,
                                           ancestors: Optional[Sequence[GetStorageHitachiRemoteReplicationAncestor]] = None,
                                           array: Optional[GetStorageHitachiRemoteReplicationArray] = None,
                                           class_id: Optional[str] = None,
                                           consistency_group_id: Optional[str] = None,
                                           copy_pace: Optional[str] = None,
                                           create_time: Optional[str] = None,
                                           delta_status: Optional[str] = None,
                                           domain_group_moid: Optional[str] = None,
                                           fence_level: Optional[str] = None,
                                           id: Optional[str] = None,
                                           mod_time: Optional[str] = None,
                                           moid: Optional[str] = None,
                                           mu_number: Optional[str] = None,
                                           name: Optional[str] = None,
                                           object_type: Optional[str] = None,
                                           owners: Optional[Sequence[str]] = None,
                                           parent: Optional[GetStorageHitachiRemoteReplicationParent] = None,
                                           path_group_id: Optional[str] = None,
                                           permission_resources: Optional[Sequence[GetStorageHitachiRemoteReplicationPermissionResource]] = None,
                                           pvol_io_mode: Optional[str] = None,
                                           pvol_journal_id: Optional[str] = None,
                                           pvol_ldev_id: Optional[float] = None,
                                           pvol_storage_serial: Optional[str] = None,
                                           quorum_disk_id: Optional[str] = None,
                                           registered_device: Optional[GetStorageHitachiRemoteReplicationRegisteredDevice] = None,
                                           replication_type: Optional[str] = None,
                                           shared_scope: Optional[str] = None,
                                           status: Optional[str] = None,
                                           svol_io_mode: Optional[str] = None,
                                           svol_journal_id: Optional[str] = None,
                                           svol_ldev_id: Optional[float] = None,
                                           svol_storage_serial: Optional[str] = None,
                                           tags: Optional[Sequence[GetStorageHitachiRemoteReplicationTag]] = None,
                                           version_context: Optional[GetStorageHitachiRemoteReplicationVersionContext] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetStorageHitachiRemoteReplicationResult
def get_storage_hitachi_remote_replication_output(account_moid: Optional[pulumi.Input[str]] = None,
                                           additional_properties: Optional[pulumi.Input[str]] = None,
                                           ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiRemoteReplicationAncestorArgs]]]] = None,
                                           array: Optional[pulumi.Input[GetStorageHitachiRemoteReplicationArrayArgs]] = None,
                                           class_id: Optional[pulumi.Input[str]] = None,
                                           consistency_group_id: Optional[pulumi.Input[str]] = None,
                                           copy_pace: Optional[pulumi.Input[str]] = None,
                                           create_time: Optional[pulumi.Input[str]] = None,
                                           delta_status: Optional[pulumi.Input[str]] = None,
                                           domain_group_moid: Optional[pulumi.Input[str]] = None,
                                           fence_level: Optional[pulumi.Input[str]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           mod_time: Optional[pulumi.Input[str]] = None,
                                           moid: Optional[pulumi.Input[str]] = None,
                                           mu_number: Optional[pulumi.Input[str]] = None,
                                           name: Optional[pulumi.Input[str]] = None,
                                           object_type: Optional[pulumi.Input[str]] = None,
                                           owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                           parent: Optional[pulumi.Input[GetStorageHitachiRemoteReplicationParentArgs]] = None,
                                           path_group_id: Optional[pulumi.Input[str]] = None,
                                           permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiRemoteReplicationPermissionResourceArgs]]]] = None,
                                           pvol_io_mode: Optional[pulumi.Input[str]] = None,
                                           pvol_journal_id: Optional[pulumi.Input[str]] = None,
                                           pvol_ldev_id: Optional[pulumi.Input[float]] = None,
                                           pvol_storage_serial: Optional[pulumi.Input[str]] = None,
                                           quorum_disk_id: Optional[pulumi.Input[str]] = None,
                                           registered_device: Optional[pulumi.Input[GetStorageHitachiRemoteReplicationRegisteredDeviceArgs]] = None,
                                           replication_type: Optional[pulumi.Input[str]] = None,
                                           shared_scope: Optional[pulumi.Input[str]] = None,
                                           status: Optional[pulumi.Input[str]] = None,
                                           svol_io_mode: Optional[pulumi.Input[str]] = None,
                                           svol_journal_id: Optional[pulumi.Input[str]] = None,
                                           svol_ldev_id: Optional[pulumi.Input[float]] = None,
                                           svol_storage_serial: Optional[pulumi.Input[str]] = None,
                                           tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiRemoteReplicationTagArgs]]]] = None,
                                           version_context: Optional[pulumi.Input[GetStorageHitachiRemoteReplicationVersionContextArgs]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiRemoteReplicationResult]func LookupStorageHitachiRemoteReplication(ctx *Context, args *LookupStorageHitachiRemoteReplicationArgs, opts ...InvokeOption) (*LookupStorageHitachiRemoteReplicationResult, error)
func LookupStorageHitachiRemoteReplicationOutput(ctx *Context, args *LookupStorageHitachiRemoteReplicationOutputArgs, opts ...InvokeOption) LookupStorageHitachiRemoteReplicationResultOutput> Note: This function is named LookupStorageHitachiRemoteReplication in the Go SDK.
public static class GetStorageHitachiRemoteReplication 
{
    public static Task<GetStorageHitachiRemoteReplicationResult> InvokeAsync(GetStorageHitachiRemoteReplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageHitachiRemoteReplicationResult> Invoke(GetStorageHitachiRemoteReplicationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageHitachiRemoteReplicationResult> getStorageHitachiRemoteReplication(GetStorageHitachiRemoteReplicationArgs args, InvokeOptions options)
public static Output<GetStorageHitachiRemoteReplicationResult> getStorageHitachiRemoteReplication(GetStorageHitachiRemoteReplicationArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getStorageHitachiRemoteReplication:getStorageHitachiRemoteReplication
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Remote Replication Ancestor> 
- Array
GetStorage Hitachi Remote Replication Array 
- ClassId string
- ConsistencyGroup stringId 
- Consistency group ID. If no consistency group consists, information is not input.
- CopyPace string
- Copy speed. Number for the size of tracks to be copied.
- CreateTime string
- The time when this managed object was created.
- DeltaStatus string
- Status of the 3DC multi-target configuration that uses delta resync.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FenceLevel string
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MuNumber string
- MU (mirror unit) number of the volume.
- Name string
- Object ID of the remote copy pair.
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hitachi Remote Replication Parent 
- PathGroup stringId 
- Path group ID of the RCU.
- PermissionResources List<GetStorage Hitachi Remote Replication Permission Resource> 
- PvolIo stringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- PvolJournal stringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- PvolLdev doubleId 
- LDEV number of primary volume.
- PvolStorage stringSerial 
- Serial number of the storage system on the P-VOL.
- QuorumDisk stringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- RegisteredDevice GetStorage Hitachi Remote Replication Registered Device 
- ReplicationType string
- Pair type of the remote copy pair.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the remote copy pair.
- SvolIo stringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- SvolJournal stringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- SvolLdev doubleId 
- LDEV number of secondary volume.
- SvolStorage stringSerial 
- Serial number of the storage system on the S-VOL.
- 
List<GetStorage Hitachi Remote Replication Tag> 
- VersionContext GetStorage Hitachi Remote Replication Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Remote Replication Ancestor 
- Array
GetStorage Hitachi Remote Replication Array 
- ClassId string
- ConsistencyGroup stringId 
- Consistency group ID. If no consistency group consists, information is not input.
- CopyPace string
- Copy speed. Number for the size of tracks to be copied.
- CreateTime string
- The time when this managed object was created.
- DeltaStatus string
- Status of the 3DC multi-target configuration that uses delta resync.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FenceLevel string
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MuNumber string
- MU (mirror unit) number of the volume.
- Name string
- Object ID of the remote copy pair.
- ObjectType string
- Owners []string
- Parent
GetStorage Hitachi Remote Replication Parent 
- PathGroup stringId 
- Path group ID of the RCU.
- PermissionResources []GetStorage Hitachi Remote Replication Permission Resource 
- PvolIo stringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- PvolJournal stringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- PvolLdev float64Id 
- LDEV number of primary volume.
- PvolStorage stringSerial 
- Serial number of the storage system on the P-VOL.
- QuorumDisk stringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- RegisteredDevice GetStorage Hitachi Remote Replication Registered Device 
- ReplicationType string
- Pair type of the remote copy pair.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the remote copy pair.
- SvolIo stringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- SvolJournal stringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- SvolLdev float64Id 
- LDEV number of secondary volume.
- SvolStorage stringSerial 
- Serial number of the storage system on the S-VOL.
- 
[]GetStorage Hitachi Remote Replication Tag 
- VersionContext GetStorage Hitachi Remote Replication Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hitachi Remote Replication Ancestor> 
- array
GetStorage Hitachi Remote Replication Array 
- classId String
- consistencyGroup StringId 
- Consistency group ID. If no consistency group consists, information is not input.
- copyPace String
- Copy speed. Number for the size of tracks to be copied.
- createTime String
- The time when this managed object was created.
- deltaStatus String
- Status of the 3DC multi-target configuration that uses delta resync.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fenceLevel String
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- muNumber String
- MU (mirror unit) number of the volume.
- name String
- Object ID of the remote copy pair.
- objectType String
- owners List<String>
- parent
GetStorage Hitachi Remote Replication Parent 
- pathGroup StringId 
- Path group ID of the RCU.
- permissionResources List<GetStorage Hitachi Remote Replication Permission Resource> 
- pvolIo StringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvolJournal StringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvolLdev DoubleId 
- LDEV number of primary volume.
- pvolStorage StringSerial 
- Serial number of the storage system on the P-VOL.
- quorumDisk StringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registeredDevice GetStorage Hitachi Remote Replication Registered Device 
- replicationType String
- Pair type of the remote copy pair.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the remote copy pair.
- svolIo StringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svolJournal StringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svolLdev DoubleId 
- LDEV number of secondary volume.
- svolStorage StringSerial 
- Serial number of the storage system on the S-VOL.
- 
List<GetStorage Hitachi Remote Replication Tag> 
- versionContext GetStorage Hitachi Remote Replication Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hitachi Remote Replication Ancestor[] 
- array
GetStorage Hitachi Remote Replication Array 
- classId string
- consistencyGroup stringId 
- Consistency group ID. If no consistency group consists, information is not input.
- copyPace string
- Copy speed. Number for the size of tracks to be copied.
- createTime string
- The time when this managed object was created.
- deltaStatus string
- Status of the 3DC multi-target configuration that uses delta resync.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- fenceLevel string
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- muNumber string
- MU (mirror unit) number of the volume.
- name string
- Object ID of the remote copy pair.
- objectType string
- owners string[]
- parent
GetStorage Hitachi Remote Replication Parent 
- pathGroup stringId 
- Path group ID of the RCU.
- permissionResources GetStorage Hitachi Remote Replication Permission Resource[] 
- pvolIo stringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvolJournal stringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvolLdev numberId 
- LDEV number of primary volume.
- pvolStorage stringSerial 
- Serial number of the storage system on the P-VOL.
- quorumDisk stringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registeredDevice GetStorage Hitachi Remote Replication Registered Device 
- replicationType string
- Pair type of the remote copy pair.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Status of the remote copy pair.
- svolIo stringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svolJournal stringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svolLdev numberId 
- LDEV number of secondary volume.
- svolStorage stringSerial 
- Serial number of the storage system on the S-VOL.
- 
GetStorage Hitachi Remote Replication Tag[] 
- versionContext GetStorage Hitachi Remote Replication Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Remote Replication Ancestor] 
- array
GetStorage Hitachi Remote Replication Array 
- class_id str
- consistency_group_ strid 
- Consistency group ID. If no consistency group consists, information is not input.
- copy_pace str
- Copy speed. Number for the size of tracks to be copied.
- create_time str
- The time when this managed object was created.
- delta_status str
- Status of the 3DC multi-target configuration that uses delta resync.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- fence_level str
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mu_number str
- MU (mirror unit) number of the volume.
- name str
- Object ID of the remote copy pair.
- object_type str
- owners Sequence[str]
- parent
GetStorage Hitachi Remote Replication Parent 
- path_group_ strid 
- Path group ID of the RCU.
- permission_resources Sequence[GetStorage Hitachi Remote Replication Permission Resource] 
- pvol_io_ strmode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvol_journal_ strid 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvol_ldev_ floatid 
- LDEV number of primary volume.
- pvol_storage_ strserial 
- Serial number of the storage system on the P-VOL.
- quorum_disk_ strid 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registered_device GetStorage Hitachi Remote Replication Registered Device 
- replication_type str
- Pair type of the remote copy pair.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Status of the remote copy pair.
- svol_io_ strmode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svol_journal_ strid 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svol_ldev_ floatid 
- LDEV number of secondary volume.
- svol_storage_ strserial 
- Serial number of the storage system on the S-VOL.
- 
Sequence[GetStorage Hitachi Remote Replication Tag] 
- version_context GetStorage Hitachi Remote Replication Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- array Property Map
- classId String
- consistencyGroup StringId 
- Consistency group ID. If no consistency group consists, information is not input.
- copyPace String
- Copy speed. Number for the size of tracks to be copied.
- createTime String
- The time when this managed object was created.
- deltaStatus String
- Status of the 3DC multi-target configuration that uses delta resync.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fenceLevel String
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- muNumber String
- MU (mirror unit) number of the volume.
- name String
- Object ID of the remote copy pair.
- objectType String
- owners List<String>
- parent Property Map
- pathGroup StringId 
- Path group ID of the RCU.
- permissionResources List<Property Map>
- pvolIo StringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvolJournal StringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvolLdev NumberId 
- LDEV number of primary volume.
- pvolStorage StringSerial 
- Serial number of the storage system on the P-VOL.
- quorumDisk StringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registeredDevice Property Map
- replicationType String
- Pair type of the remote copy pair.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the remote copy pair.
- svolIo StringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svolJournal StringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svolLdev NumberId 
- LDEV number of secondary volume.
- svolStorage StringSerial 
- Serial number of the storage system on the S-VOL.
- List<Property Map>
- versionContext Property Map
getStorageHitachiRemoteReplication Result
The following output properties are available:
- Id string
- Results
List<GetStorage Hitachi Remote Replication Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Remote Replication Ancestor> 
- Array
GetStorage Hitachi Remote Replication Array 
- ClassId string
- ConsistencyGroup stringId 
- CopyPace string
- CreateTime string
- DeltaStatus string
- DomainGroup stringMoid 
- FenceLevel string
- ModTime string
- Moid string
- MuNumber string
- Name string
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hitachi Remote Replication Parent 
- PathGroup stringId 
- PermissionResources List<GetStorage Hitachi Remote Replication Permission Resource> 
- PvolIo stringMode 
- PvolJournal stringId 
- PvolLdev doubleId 
- PvolStorage stringSerial 
- QuorumDisk stringId 
- RegisteredDevice GetStorage Hitachi Remote Replication Registered Device 
- ReplicationType string
- string
- Status string
- SvolIo stringMode 
- SvolJournal stringId 
- SvolLdev doubleId 
- SvolStorage stringSerial 
- 
List<GetStorage Hitachi Remote Replication Tag> 
- VersionContext GetStorage Hitachi Remote Replication Version Context 
- Id string
- Results
[]GetStorage Hitachi Remote Replication Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Remote Replication Ancestor 
- Array
GetStorage Hitachi Remote Replication Array 
- ClassId string
- ConsistencyGroup stringId 
- CopyPace string
- CreateTime string
- DeltaStatus string
- DomainGroup stringMoid 
- FenceLevel string
- ModTime string
- Moid string
- MuNumber string
- Name string
- ObjectType string
- Owners []string
- Parent
GetStorage Hitachi Remote Replication Parent 
- PathGroup stringId 
- PermissionResources []GetStorage Hitachi Remote Replication Permission Resource 
- PvolIo stringMode 
- PvolJournal stringId 
- PvolLdev float64Id 
- PvolStorage stringSerial 
- QuorumDisk stringId 
- RegisteredDevice GetStorage Hitachi Remote Replication Registered Device 
- ReplicationType string
- string
- Status string
- SvolIo stringMode 
- SvolJournal stringId 
- SvolLdev float64Id 
- SvolStorage stringSerial 
- 
[]GetStorage Hitachi Remote Replication Tag 
- VersionContext GetStorage Hitachi Remote Replication Version Context 
- id String
- results
List<GetStorage Hitachi Remote Replication Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Hitachi Remote Replication Ancestor> 
- array
GetStorage Hitachi Remote Replication Array 
- classId String
- consistencyGroup StringId 
- copyPace String
- createTime String
- deltaStatus String
- domainGroup StringMoid 
- fenceLevel String
- modTime String
- moid String
- muNumber String
- name String
- objectType String
- owners List<String>
- parent
GetStorage Hitachi Remote Replication Parent 
- pathGroup StringId 
- permissionResources List<GetStorage Hitachi Remote Replication Permission Resource> 
- pvolIo StringMode 
- pvolJournal StringId 
- pvolLdev DoubleId 
- pvolStorage StringSerial 
- quorumDisk StringId 
- registeredDevice GetStorage Hitachi Remote Replication Registered Device 
- replicationType String
- String
- status String
- svolIo StringMode 
- svolJournal StringId 
- svolLdev DoubleId 
- svolStorage StringSerial 
- 
List<GetStorage Hitachi Remote Replication Tag> 
- versionContext GetStorage Hitachi Remote Replication Version Context 
- id string
- results
GetStorage Hitachi Remote Replication Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Hitachi Remote Replication Ancestor[] 
- array
GetStorage Hitachi Remote Replication Array 
- classId string
- consistencyGroup stringId 
- copyPace string
- createTime string
- deltaStatus string
- domainGroup stringMoid 
- fenceLevel string
- modTime string
- moid string
- muNumber string
- name string
- objectType string
- owners string[]
- parent
GetStorage Hitachi Remote Replication Parent 
- pathGroup stringId 
- permissionResources GetStorage Hitachi Remote Replication Permission Resource[] 
- pvolIo stringMode 
- pvolJournal stringId 
- pvolLdev numberId 
- pvolStorage stringSerial 
- quorumDisk stringId 
- registeredDevice GetStorage Hitachi Remote Replication Registered Device 
- replicationType string
- string
- status string
- svolIo stringMode 
- svolJournal stringId 
- svolLdev numberId 
- svolStorage stringSerial 
- 
GetStorage Hitachi Remote Replication Tag[] 
- versionContext GetStorage Hitachi Remote Replication Version Context 
- id str
- results
Sequence[GetStorage Hitachi Remote Replication Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Remote Replication Ancestor] 
- array
GetStorage Hitachi Remote Replication Array 
- class_id str
- consistency_group_ strid 
- copy_pace str
- create_time str
- delta_status str
- domain_group_ strmoid 
- fence_level str
- mod_time str
- moid str
- mu_number str
- name str
- object_type str
- owners Sequence[str]
- parent
GetStorage Hitachi Remote Replication Parent 
- path_group_ strid 
- permission_resources Sequence[GetStorage Hitachi Remote Replication Permission Resource] 
- pvol_io_ strmode 
- pvol_journal_ strid 
- pvol_ldev_ floatid 
- pvol_storage_ strserial 
- quorum_disk_ strid 
- registered_device GetStorage Hitachi Remote Replication Registered Device 
- replication_type str
- str
- status str
- svol_io_ strmode 
- svol_journal_ strid 
- svol_ldev_ floatid 
- svol_storage_ strserial 
- 
Sequence[GetStorage Hitachi Remote Replication Tag] 
- version_context GetStorage Hitachi Remote Replication Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- array Property Map
- classId String
- consistencyGroup StringId 
- copyPace String
- createTime String
- deltaStatus String
- domainGroup StringMoid 
- fenceLevel String
- modTime String
- moid String
- muNumber String
- name String
- objectType String
- owners List<String>
- parent Property Map
- pathGroup StringId 
- permissionResources List<Property Map>
- pvolIo StringMode 
- pvolJournal StringId 
- pvolLdev NumberId 
- pvolStorage StringSerial 
- quorumDisk StringId 
- registeredDevice Property Map
- replicationType String
- String
- status String
- svolIo StringMode 
- svolJournal StringId 
- svolLdev NumberId 
- svolStorage StringSerial 
- List<Property Map>
- versionContext Property Map
Supporting Types
GetStorageHitachiRemoteReplicationAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHitachiRemoteReplicationArray     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHitachiRemoteReplicationParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHitachiRemoteReplicationPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHitachiRemoteReplicationRegisteredDevice      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHitachiRemoteReplicationResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Remote Replication Result Ancestor> 
- Arrays
List<GetStorage Hitachi Remote Replication Result Array> 
- ClassId string
- ConsistencyGroup stringId 
- Consistency group ID. If no consistency group consists, information is not input.
- CopyPace string
- Copy speed. Number for the size of tracks to be copied.
- CreateTime string
- The time when this managed object was created.
- DeltaStatus string
- Status of the 3DC multi-target configuration that uses delta resync.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FenceLevel string
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MuNumber string
- MU (mirror unit) number of the volume.
- Name string
- Object ID of the remote copy pair.
- ObjectType string
- Owners List<string>
- Parents
List<GetStorage Hitachi Remote Replication Result Parent> 
- PathGroup stringId 
- Path group ID of the RCU.
- PermissionResources List<GetStorage Hitachi Remote Replication Result Permission Resource> 
- PvolIo stringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- PvolJournal stringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- PvolLdev doubleId 
- LDEV number of primary volume.
- PvolStorage stringSerial 
- Serial number of the storage system on the P-VOL.
- QuorumDisk stringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- RegisteredDevices List<GetStorage Hitachi Remote Replication Result Registered Device> 
- ReplicationType string
- Pair type of the remote copy pair.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the remote copy pair.
- SvolIo stringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- SvolJournal stringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- SvolLdev doubleId 
- LDEV number of secondary volume.
- SvolStorage stringSerial 
- Serial number of the storage system on the S-VOL.
- 
List<GetStorage Hitachi Remote Replication Result Tag> 
- VersionContexts List<GetStorage Hitachi Remote Replication Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Remote Replication Result Ancestor 
- Arrays
[]GetStorage Hitachi Remote Replication Result Array 
- ClassId string
- ConsistencyGroup stringId 
- Consistency group ID. If no consistency group consists, information is not input.
- CopyPace string
- Copy speed. Number for the size of tracks to be copied.
- CreateTime string
- The time when this managed object was created.
- DeltaStatus string
- Status of the 3DC multi-target configuration that uses delta resync.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FenceLevel string
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- MuNumber string
- MU (mirror unit) number of the volume.
- Name string
- Object ID of the remote copy pair.
- ObjectType string
- Owners []string
- Parents
[]GetStorage Hitachi Remote Replication Result Parent 
- PathGroup stringId 
- Path group ID of the RCU.
- PermissionResources []GetStorage Hitachi Remote Replication Result Permission Resource 
- PvolIo stringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- PvolJournal stringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- PvolLdev float64Id 
- LDEV number of primary volume.
- PvolStorage stringSerial 
- Serial number of the storage system on the P-VOL.
- QuorumDisk stringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- RegisteredDevices []GetStorage Hitachi Remote Replication Result Registered Device 
- ReplicationType string
- Pair type of the remote copy pair.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Status string
- Status of the remote copy pair.
- SvolIo stringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- SvolJournal stringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- SvolLdev float64Id 
- LDEV number of secondary volume.
- SvolStorage stringSerial 
- Serial number of the storage system on the S-VOL.
- 
[]GetStorage Hitachi Remote Replication Result Tag 
- VersionContexts []GetStorage Hitachi Remote Replication Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hitachi Remote Replication Result Ancestor> 
- arrays
List<GetStorage Hitachi Remote Replication Result Array> 
- classId String
- consistencyGroup StringId 
- Consistency group ID. If no consistency group consists, information is not input.
- copyPace String
- Copy speed. Number for the size of tracks to be copied.
- createTime String
- The time when this managed object was created.
- deltaStatus String
- Status of the 3DC multi-target configuration that uses delta resync.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fenceLevel String
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- muNumber String
- MU (mirror unit) number of the volume.
- name String
- Object ID of the remote copy pair.
- objectType String
- owners List<String>
- parents
List<GetStorage Hitachi Remote Replication Result Parent> 
- pathGroup StringId 
- Path group ID of the RCU.
- permissionResources List<GetStorage Hitachi Remote Replication Result Permission Resource> 
- pvolIo StringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvolJournal StringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvolLdev DoubleId 
- LDEV number of primary volume.
- pvolStorage StringSerial 
- Serial number of the storage system on the P-VOL.
- quorumDisk StringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registeredDevices List<GetStorage Hitachi Remote Replication Result Registered Device> 
- replicationType String
- Pair type of the remote copy pair.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the remote copy pair.
- svolIo StringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svolJournal StringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svolLdev DoubleId 
- LDEV number of secondary volume.
- svolStorage StringSerial 
- Serial number of the storage system on the S-VOL.
- 
List<GetStorage Hitachi Remote Replication Result Tag> 
- versionContexts List<GetStorage Hitachi Remote Replication Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hitachi Remote Replication Result Ancestor[] 
- arrays
GetStorage Hitachi Remote Replication Result Array[] 
- classId string
- consistencyGroup stringId 
- Consistency group ID. If no consistency group consists, information is not input.
- copyPace string
- Copy speed. Number for the size of tracks to be copied.
- createTime string
- The time when this managed object was created.
- deltaStatus string
- Status of the 3DC multi-target configuration that uses delta resync.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- fenceLevel string
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- muNumber string
- MU (mirror unit) number of the volume.
- name string
- Object ID of the remote copy pair.
- objectType string
- owners string[]
- parents
GetStorage Hitachi Remote Replication Result Parent[] 
- pathGroup stringId 
- Path group ID of the RCU.
- permissionResources GetStorage Hitachi Remote Replication Result Permission Resource[] 
- pvolIo stringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvolJournal stringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvolLdev numberId 
- LDEV number of primary volume.
- pvolStorage stringSerial 
- Serial number of the storage system on the P-VOL.
- quorumDisk stringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registeredDevices GetStorage Hitachi Remote Replication Result Registered Device[] 
- replicationType string
- Pair type of the remote copy pair.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status string
- Status of the remote copy pair.
- svolIo stringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svolJournal stringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svolLdev numberId 
- LDEV number of secondary volume.
- svolStorage stringSerial 
- Serial number of the storage system on the S-VOL.
- 
GetStorage Hitachi Remote Replication Result Tag[] 
- versionContexts GetStorage Hitachi Remote Replication Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Remote Replication Result Ancestor] 
- arrays
Sequence[GetStorage Hitachi Remote Replication Result Array] 
- class_id str
- consistency_group_ strid 
- Consistency group ID. If no consistency group consists, information is not input.
- copy_pace str
- Copy speed. Number for the size of tracks to be copied.
- create_time str
- The time when this managed object was created.
- delta_status str
- Status of the 3DC multi-target configuration that uses delta resync.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- fence_level str
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mu_number str
- MU (mirror unit) number of the volume.
- name str
- Object ID of the remote copy pair.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetStorage Hitachi Remote Replication Result Parent] 
- path_group_ strid 
- Path group ID of the RCU.
- permission_resources Sequence[GetStorage Hitachi Remote Replication Result Permission Resource] 
- pvol_io_ strmode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvol_journal_ strid 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvol_ldev_ floatid 
- LDEV number of primary volume.
- pvol_storage_ strserial 
- Serial number of the storage system on the P-VOL.
- quorum_disk_ strid 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registered_devices Sequence[GetStorage Hitachi Remote Replication Result Registered Device] 
- replication_type str
- Pair type of the remote copy pair.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status str
- Status of the remote copy pair.
- svol_io_ strmode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svol_journal_ strid 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svol_ldev_ floatid 
- LDEV number of secondary volume.
- svol_storage_ strserial 
- Serial number of the storage system on the S-VOL.
- 
Sequence[GetStorage Hitachi Remote Replication Result Tag] 
- version_contexts Sequence[GetStorage Hitachi Remote Replication Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- arrays List<Property Map>
- classId String
- consistencyGroup StringId 
- Consistency group ID. If no consistency group consists, information is not input.
- copyPace String
- Copy speed. Number for the size of tracks to be copied.
- createTime String
- The time when this managed object was created.
- deltaStatus String
- Status of the 3DC multi-target configuration that uses delta resync.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- fenceLevel String
- Fence level. Whether the P-VOL can be written to when the pair is split due to error.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- muNumber String
- MU (mirror unit) number of the volume.
- name String
- Object ID of the remote copy pair.
- objectType String
- owners List<String>
- parents List<Property Map>
- pathGroup StringId 
- Path group ID of the RCU.
- permissionResources List<Property Map>
- pvolIo StringMode 
- I-O mode of the P-VOL. Information is input only in the case of global-active device.
- pvolJournal StringId 
- Journal ID of the P-VOL. A value is input only in the case of Universal Replicator.
- pvolLdev NumberId 
- LDEV number of primary volume.
- pvolStorage StringSerial 
- Serial number of the storage system on the P-VOL.
- quorumDisk StringId 
- ID of the Quorum disk. A value is input only in the case of global-active device.
- registeredDevices List<Property Map>
- replicationType String
- Pair type of the remote copy pair.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- status String
- Status of the remote copy pair.
- svolIo StringMode 
- I-O mode of the S-VOL. Information is input only in the case of global-active device.
- svolJournal StringId 
- Journal ID of the S-VOL. A value is input only in the case of Universal Replicator.
- svolLdev NumberId 
- LDEV number of secondary volume.
- svolStorage StringSerial 
- Serial number of the storage system on the S-VOL.
- List<Property Map>
- versionContexts List<Property Map>
GetStorageHitachiRemoteReplicationResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHitachiRemoteReplicationResultArray      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHitachiRemoteReplicationResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHitachiRemoteReplicationResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHitachiRemoteReplicationResultRegisteredDevice       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHitachiRemoteReplicationResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetStorageHitachiRemoteReplicationResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetStorageHitachiRemoteReplicationResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHitachiRemoteReplicationResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetStorageHitachiRemoteReplicationTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetStorageHitachiRemoteReplicationVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetStorage Hitachi Remote Replication Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hitachi Remote Replication Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetStorage Hitachi Remote Replication Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hitachi Remote Replication Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetStorage Hitachi Remote Replication Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hitachi Remote Replication Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetStorage Hitachi Remote Replication Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hitachi Remote Replication Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetStorage Hitachi Remote Replication Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetStorage Hitachi Remote Replication Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetStorageHitachiRemoteReplicationVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHitachiRemoteReplicationVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet