1. Packages
  2. Intersight Provider
  3. API Docs
  4. getStorageHitachiRemoteCopyPairGad
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getStorageHitachiRemoteCopyPairGad

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The global-active device pair entity in Hitachi storage array.

    Using getStorageHitachiRemoteCopyPairGad

    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 getStorageHitachiRemoteCopyPairGad(args: GetStorageHitachiRemoteCopyPairGadArgs, opts?: InvokeOptions): Promise<GetStorageHitachiRemoteCopyPairGadResult>
    function getStorageHitachiRemoteCopyPairGadOutput(args: GetStorageHitachiRemoteCopyPairGadOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiRemoteCopyPairGadResult>
    def get_storage_hitachi_remote_copy_pair_gad(account_moid: Optional[str] = None,
                                                 additional_properties: Optional[str] = None,
                                                 ancestors: Optional[Sequence[GetStorageHitachiRemoteCopyPairGadAncestor]] = None,
                                                 array: Optional[GetStorageHitachiRemoteCopyPairGadArray] = None,
                                                 class_id: Optional[str] = None,
                                                 create_time: Optional[str] = None,
                                                 created_local_time: Optional[str] = None,
                                                 domain_group_moid: Optional[str] = None,
                                                 id: Optional[str] = None,
                                                 is_ssws: Optional[bool] = 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[GetStorageHitachiRemoteCopyPairGadParent] = None,
                                                 permission_resources: Optional[Sequence[GetStorageHitachiRemoteCopyPairGadPermissionResource]] = None,
                                                 pvol_ldev_id: Optional[float] = None,
                                                 pvol_storage_serial: Optional[str] = None,
                                                 quorum_disk_id: Optional[str] = None,
                                                 registered_device: Optional[GetStorageHitachiRemoteCopyPairGadRegisteredDevice] = None,
                                                 replication_type: Optional[str] = None,
                                                 shared_scope: Optional[str] = None,
                                                 status: Optional[str] = None,
                                                 suspended_mode: Optional[str] = None,
                                                 svol_ldev_id: Optional[float] = None,
                                                 svol_storage_serial: Optional[str] = None,
                                                 tags: Optional[Sequence[GetStorageHitachiRemoteCopyPairGadTag]] = None,
                                                 version_context: Optional[GetStorageHitachiRemoteCopyPairGadVersionContext] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetStorageHitachiRemoteCopyPairGadResult
    def get_storage_hitachi_remote_copy_pair_gad_output(account_moid: Optional[pulumi.Input[str]] = None,
                                                 additional_properties: Optional[pulumi.Input[str]] = None,
                                                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiRemoteCopyPairGadAncestorArgs]]]] = None,
                                                 array: Optional[pulumi.Input[GetStorageHitachiRemoteCopyPairGadArrayArgs]] = None,
                                                 class_id: Optional[pulumi.Input[str]] = None,
                                                 create_time: Optional[pulumi.Input[str]] = None,
                                                 created_local_time: Optional[pulumi.Input[str]] = None,
                                                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                                                 id: Optional[pulumi.Input[str]] = None,
                                                 is_ssws: Optional[pulumi.Input[bool]] = 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[GetStorageHitachiRemoteCopyPairGadParentArgs]] = None,
                                                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiRemoteCopyPairGadPermissionResourceArgs]]]] = 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[GetStorageHitachiRemoteCopyPairGadRegisteredDeviceArgs]] = None,
                                                 replication_type: Optional[pulumi.Input[str]] = None,
                                                 shared_scope: Optional[pulumi.Input[str]] = None,
                                                 status: Optional[pulumi.Input[str]] = None,
                                                 suspended_mode: 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[GetStorageHitachiRemoteCopyPairGadTagArgs]]]] = None,
                                                 version_context: Optional[pulumi.Input[GetStorageHitachiRemoteCopyPairGadVersionContextArgs]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiRemoteCopyPairGadResult]
    func LookupStorageHitachiRemoteCopyPairGad(ctx *Context, args *LookupStorageHitachiRemoteCopyPairGadArgs, opts ...InvokeOption) (*LookupStorageHitachiRemoteCopyPairGadResult, error)
    func LookupStorageHitachiRemoteCopyPairGadOutput(ctx *Context, args *LookupStorageHitachiRemoteCopyPairGadOutputArgs, opts ...InvokeOption) LookupStorageHitachiRemoteCopyPairGadResultOutput

    > Note: This function is named LookupStorageHitachiRemoteCopyPairGad in the Go SDK.

    public static class GetStorageHitachiRemoteCopyPairGad 
    {
        public static Task<GetStorageHitachiRemoteCopyPairGadResult> InvokeAsync(GetStorageHitachiRemoteCopyPairGadArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageHitachiRemoteCopyPairGadResult> Invoke(GetStorageHitachiRemoteCopyPairGadInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageHitachiRemoteCopyPairGadResult> getStorageHitachiRemoteCopyPairGad(GetStorageHitachiRemoteCopyPairGadArgs args, InvokeOptions options)
    public static Output<GetStorageHitachiRemoteCopyPairGadResult> getStorageHitachiRemoteCopyPairGad(GetStorageHitachiRemoteCopyPairGadArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageHitachiRemoteCopyPairGad:getStorageHitachiRemoteCopyPairGad
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiRemoteCopyPairGadAncestor>
    Array GetStorageHitachiRemoteCopyPairGadArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedLocalTime string
    Time at which the pair was created. The local time of the storage system is displayed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsSsws bool
    Indicates whether the state of the volume on the local storage system is SSWS.
    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 GetStorageHitachiRemoteCopyPairGadParent
    PermissionResources List<GetStorageHitachiRemoteCopyPairGadPermissionResource>
    PvolLdevId double
    LDEV number of primary volume.
    PvolStorageSerial string
    Serial number of the storage system on the P-VOL.
    QuorumDiskId string
    ID of the Quorum disk. A value is input only in the case of global-active device.
    RegisteredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    ReplicationType string
    Pair type of the remote copy pair.
    SharedScope 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.
    SuspendedMode string
    Block or Remote instructions when a pair is suspended.
    SvolLdevId double
    LDEV number of secondary volume.
    SvolStorageSerial string
    Serial number of the storage system on the S-VOL.
    Tags List<GetStorageHitachiRemoteCopyPairGadTag>
    VersionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiRemoteCopyPairGadAncestor
    Array GetStorageHitachiRemoteCopyPairGadArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedLocalTime string
    Time at which the pair was created. The local time of the storage system is displayed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IsSsws bool
    Indicates whether the state of the volume on the local storage system is SSWS.
    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 GetStorageHitachiRemoteCopyPairGadParent
    PermissionResources []GetStorageHitachiRemoteCopyPairGadPermissionResource
    PvolLdevId float64
    LDEV number of primary volume.
    PvolStorageSerial string
    Serial number of the storage system on the P-VOL.
    QuorumDiskId string
    ID of the Quorum disk. A value is input only in the case of global-active device.
    RegisteredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    ReplicationType string
    Pair type of the remote copy pair.
    SharedScope 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.
    SuspendedMode string
    Block or Remote instructions when a pair is suspended.
    SvolLdevId float64
    LDEV number of secondary volume.
    SvolStorageSerial string
    Serial number of the storage system on the S-VOL.
    Tags []GetStorageHitachiRemoteCopyPairGadTag
    VersionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiRemoteCopyPairGadAncestor>
    array GetStorageHitachiRemoteCopyPairGadArray
    classId String
    createTime String
    The time when this managed object was created.
    createdLocalTime String
    Time at which the pair was created. The local time of the storage system is displayed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isSsws Boolean
    Indicates whether the state of the volume on the local storage system is SSWS.
    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 GetStorageHitachiRemoteCopyPairGadParent
    permissionResources List<GetStorageHitachiRemoteCopyPairGadPermissionResource>
    pvolLdevId Double
    LDEV number of primary volume.
    pvolStorageSerial String
    Serial number of the storage system on the P-VOL.
    quorumDiskId String
    ID of the Quorum disk. A value is input only in the case of global-active device.
    registeredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    replicationType String
    Pair type of the remote copy pair.
    sharedScope 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.
    suspendedMode String
    Block or Remote instructions when a pair is suspended.
    svolLdevId Double
    LDEV number of secondary volume.
    svolStorageSerial String
    Serial number of the storage system on the S-VOL.
    tags List<GetStorageHitachiRemoteCopyPairGadTag>
    versionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiRemoteCopyPairGadAncestor[]
    array GetStorageHitachiRemoteCopyPairGadArray
    classId string
    createTime string
    The time when this managed object was created.
    createdLocalTime string
    Time at which the pair was created. The local time of the storage system is displayed.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    isSsws boolean
    Indicates whether the state of the volume on the local storage system is SSWS.
    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 GetStorageHitachiRemoteCopyPairGadParent
    permissionResources GetStorageHitachiRemoteCopyPairGadPermissionResource[]
    pvolLdevId number
    LDEV number of primary volume.
    pvolStorageSerial string
    Serial number of the storage system on the P-VOL.
    quorumDiskId string
    ID of the Quorum disk. A value is input only in the case of global-active device.
    registeredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    replicationType string
    Pair type of the remote copy pair.
    sharedScope 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.
    suspendedMode string
    Block or Remote instructions when a pair is suspended.
    svolLdevId number
    LDEV number of secondary volume.
    svolStorageSerial string
    Serial number of the storage system on the S-VOL.
    tags GetStorageHitachiRemoteCopyPairGadTag[]
    versionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiRemoteCopyPairGadAncestor]
    array GetStorageHitachiRemoteCopyPairGadArray
    class_id str
    create_time str
    The time when this managed object was created.
    created_local_time str
    Time at which the pair was created. The local time of the storage system is displayed.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    is_ssws bool
    Indicates whether the state of the volume on the local storage system is SSWS.
    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 GetStorageHitachiRemoteCopyPairGadParent
    permission_resources Sequence[GetStorageHitachiRemoteCopyPairGadPermissionResource]
    pvol_ldev_id float
    LDEV number of primary volume.
    pvol_storage_serial str
    Serial number of the storage system on the P-VOL.
    quorum_disk_id str
    ID of the Quorum disk. A value is input only in the case of global-active device.
    registered_device GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    replication_type str
    Pair type of the remote copy pair.
    shared_scope 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.
    suspended_mode str
    Block or Remote instructions when a pair is suspended.
    svol_ldev_id float
    LDEV number of secondary volume.
    svol_storage_serial str
    Serial number of the storage system on the S-VOL.
    tags Sequence[GetStorageHitachiRemoteCopyPairGadTag]
    version_context GetStorageHitachiRemoteCopyPairGadVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    classId String
    createTime String
    The time when this managed object was created.
    createdLocalTime String
    Time at which the pair was created. The local time of the storage system is displayed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    isSsws Boolean
    Indicates whether the state of the volume on the local storage system is SSWS.
    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
    permissionResources List<Property Map>
    pvolLdevId Number
    LDEV number of primary volume.
    pvolStorageSerial String
    Serial number of the storage system on the P-VOL.
    quorumDiskId String
    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.
    sharedScope 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.
    suspendedMode String
    Block or Remote instructions when a pair is suspended.
    svolLdevId Number
    LDEV number of secondary volume.
    svolStorageSerial String
    Serial number of the storage system on the S-VOL.
    tags List<Property Map>
    versionContext Property Map

    getStorageHitachiRemoteCopyPairGad Result

    The following output properties are available:

    Id string
    Results List<GetStorageHitachiRemoteCopyPairGadResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageHitachiRemoteCopyPairGadAncestor>
    Array GetStorageHitachiRemoteCopyPairGadArray
    ClassId string
    CreateTime string
    CreatedLocalTime string
    DomainGroupMoid string
    IsSsws bool
    ModTime string
    Moid string
    MuNumber string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetStorageHitachiRemoteCopyPairGadParent
    PermissionResources List<GetStorageHitachiRemoteCopyPairGadPermissionResource>
    PvolLdevId double
    PvolStorageSerial string
    QuorumDiskId string
    RegisteredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    ReplicationType string
    SharedScope string
    Status string
    SuspendedMode string
    SvolLdevId double
    SvolStorageSerial string
    Tags List<GetStorageHitachiRemoteCopyPairGadTag>
    VersionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    Id string
    Results []GetStorageHitachiRemoteCopyPairGadResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageHitachiRemoteCopyPairGadAncestor
    Array GetStorageHitachiRemoteCopyPairGadArray
    ClassId string
    CreateTime string
    CreatedLocalTime string
    DomainGroupMoid string
    IsSsws bool
    ModTime string
    Moid string
    MuNumber string
    Name string
    ObjectType string
    Owners []string
    Parent GetStorageHitachiRemoteCopyPairGadParent
    PermissionResources []GetStorageHitachiRemoteCopyPairGadPermissionResource
    PvolLdevId float64
    PvolStorageSerial string
    QuorumDiskId string
    RegisteredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    ReplicationType string
    SharedScope string
    Status string
    SuspendedMode string
    SvolLdevId float64
    SvolStorageSerial string
    Tags []GetStorageHitachiRemoteCopyPairGadTag
    VersionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    id String
    results List<GetStorageHitachiRemoteCopyPairGadResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageHitachiRemoteCopyPairGadAncestor>
    array GetStorageHitachiRemoteCopyPairGadArray
    classId String
    createTime String
    createdLocalTime String
    domainGroupMoid String
    isSsws Boolean
    modTime String
    moid String
    muNumber String
    name String
    objectType String
    owners List<String>
    parent GetStorageHitachiRemoteCopyPairGadParent
    permissionResources List<GetStorageHitachiRemoteCopyPairGadPermissionResource>
    pvolLdevId Double
    pvolStorageSerial String
    quorumDiskId String
    registeredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    replicationType String
    sharedScope String
    status String
    suspendedMode String
    svolLdevId Double
    svolStorageSerial String
    tags List<GetStorageHitachiRemoteCopyPairGadTag>
    versionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    id string
    results GetStorageHitachiRemoteCopyPairGadResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageHitachiRemoteCopyPairGadAncestor[]
    array GetStorageHitachiRemoteCopyPairGadArray
    classId string
    createTime string
    createdLocalTime string
    domainGroupMoid string
    isSsws boolean
    modTime string
    moid string
    muNumber string
    name string
    objectType string
    owners string[]
    parent GetStorageHitachiRemoteCopyPairGadParent
    permissionResources GetStorageHitachiRemoteCopyPairGadPermissionResource[]
    pvolLdevId number
    pvolStorageSerial string
    quorumDiskId string
    registeredDevice GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    replicationType string
    sharedScope string
    status string
    suspendedMode string
    svolLdevId number
    svolStorageSerial string
    tags GetStorageHitachiRemoteCopyPairGadTag[]
    versionContext GetStorageHitachiRemoteCopyPairGadVersionContext
    id str
    results Sequence[GetStorageHitachiRemoteCopyPairGadResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageHitachiRemoteCopyPairGadAncestor]
    array GetStorageHitachiRemoteCopyPairGadArray
    class_id str
    create_time str
    created_local_time str
    domain_group_moid str
    is_ssws bool
    mod_time str
    moid str
    mu_number str
    name str
    object_type str
    owners Sequence[str]
    parent GetStorageHitachiRemoteCopyPairGadParent
    permission_resources Sequence[GetStorageHitachiRemoteCopyPairGadPermissionResource]
    pvol_ldev_id float
    pvol_storage_serial str
    quorum_disk_id str
    registered_device GetStorageHitachiRemoteCopyPairGadRegisteredDevice
    replication_type str
    shared_scope str
    status str
    suspended_mode str
    svol_ldev_id float
    svol_storage_serial str
    tags Sequence[GetStorageHitachiRemoteCopyPairGadTag]
    version_context GetStorageHitachiRemoteCopyPairGadVersionContext

    Supporting Types

    GetStorageHitachiRemoteCopyPairGadAncestor

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHitachiRemoteCopyPairGadArray

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHitachiRemoteCopyPairGadParent

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHitachiRemoteCopyPairGadPermissionResource

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHitachiRemoteCopyPairGadRegisteredDevice

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHitachiRemoteCopyPairGadResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiRemoteCopyPairGadResultAncestor>
    Arrays List<GetStorageHitachiRemoteCopyPairGadResultArray>
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedLocalTime string
    Time at which the pair was created. The local time of the storage system is displayed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsSsws bool
    Indicates whether the state of the volume on the local storage system is SSWS.
    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<GetStorageHitachiRemoteCopyPairGadResultParent>
    PermissionResources List<GetStorageHitachiRemoteCopyPairGadResultPermissionResource>
    PvolLdevId double
    LDEV number of primary volume.
    PvolStorageSerial string
    Serial number of the storage system on the P-VOL.
    QuorumDiskId string
    ID of the Quorum disk. A value is input only in the case of global-active device.
    RegisteredDevices List<GetStorageHitachiRemoteCopyPairGadResultRegisteredDevice>
    ReplicationType string
    Pair type of the remote copy pair.
    SharedScope 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.
    SuspendedMode string
    Block or Remote instructions when a pair is suspended.
    SvolLdevId double
    LDEV number of secondary volume.
    SvolStorageSerial string
    Serial number of the storage system on the S-VOL.
    Tags List<GetStorageHitachiRemoteCopyPairGadResultTag>
    VersionContexts List<GetStorageHitachiRemoteCopyPairGadResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiRemoteCopyPairGadResultAncestor
    Arrays []GetStorageHitachiRemoteCopyPairGadResultArray
    ClassId string
    CreateTime string
    The time when this managed object was created.
    CreatedLocalTime string
    Time at which the pair was created. The local time of the storage system is displayed.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IsSsws bool
    Indicates whether the state of the volume on the local storage system is SSWS.
    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 []GetStorageHitachiRemoteCopyPairGadResultParent
    PermissionResources []GetStorageHitachiRemoteCopyPairGadResultPermissionResource
    PvolLdevId float64
    LDEV number of primary volume.
    PvolStorageSerial string
    Serial number of the storage system on the P-VOL.
    QuorumDiskId string
    ID of the Quorum disk. A value is input only in the case of global-active device.
    RegisteredDevices []GetStorageHitachiRemoteCopyPairGadResultRegisteredDevice
    ReplicationType string
    Pair type of the remote copy pair.
    SharedScope 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.
    SuspendedMode string
    Block or Remote instructions when a pair is suspended.
    SvolLdevId float64
    LDEV number of secondary volume.
    SvolStorageSerial string
    Serial number of the storage system on the S-VOL.
    Tags []GetStorageHitachiRemoteCopyPairGadResultTag
    VersionContexts []GetStorageHitachiRemoteCopyPairGadResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiRemoteCopyPairGadResultAncestor>
    arrays List<GetStorageHitachiRemoteCopyPairGadResultArray>
    classId String
    createTime String
    The time when this managed object was created.
    createdLocalTime String
    Time at which the pair was created. The local time of the storage system is displayed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isSsws Boolean
    Indicates whether the state of the volume on the local storage system is SSWS.
    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<GetStorageHitachiRemoteCopyPairGadResultParent>
    permissionResources List<GetStorageHitachiRemoteCopyPairGadResultPermissionResource>
    pvolLdevId Double
    LDEV number of primary volume.
    pvolStorageSerial String
    Serial number of the storage system on the P-VOL.
    quorumDiskId String
    ID of the Quorum disk. A value is input only in the case of global-active device.
    registeredDevices List<GetStorageHitachiRemoteCopyPairGadResultRegisteredDevice>
    replicationType String
    Pair type of the remote copy pair.
    sharedScope 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.
    suspendedMode String
    Block or Remote instructions when a pair is suspended.
    svolLdevId Double
    LDEV number of secondary volume.
    svolStorageSerial String
    Serial number of the storage system on the S-VOL.
    tags List<GetStorageHitachiRemoteCopyPairGadResultTag>
    versionContexts List<GetStorageHitachiRemoteCopyPairGadResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiRemoteCopyPairGadResultAncestor[]
    arrays GetStorageHitachiRemoteCopyPairGadResultArray[]
    classId string
    createTime string
    The time when this managed object was created.
    createdLocalTime string
    Time at which the pair was created. The local time of the storage system is displayed.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    isSsws boolean
    Indicates whether the state of the volume on the local storage system is SSWS.
    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 GetStorageHitachiRemoteCopyPairGadResultParent[]
    permissionResources GetStorageHitachiRemoteCopyPairGadResultPermissionResource[]
    pvolLdevId number
    LDEV number of primary volume.
    pvolStorageSerial string
    Serial number of the storage system on the P-VOL.
    quorumDiskId string
    ID of the Quorum disk. A value is input only in the case of global-active device.
    registeredDevices GetStorageHitachiRemoteCopyPairGadResultRegisteredDevice[]
    replicationType string
    Pair type of the remote copy pair.
    sharedScope 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.
    suspendedMode string
    Block or Remote instructions when a pair is suspended.
    svolLdevId number
    LDEV number of secondary volume.
    svolStorageSerial string
    Serial number of the storage system on the S-VOL.
    tags GetStorageHitachiRemoteCopyPairGadResultTag[]
    versionContexts GetStorageHitachiRemoteCopyPairGadResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiRemoteCopyPairGadResultAncestor]
    arrays Sequence[GetStorageHitachiRemoteCopyPairGadResultArray]
    class_id str
    create_time str
    The time when this managed object was created.
    created_local_time str
    Time at which the pair was created. The local time of the storage system is displayed.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    is_ssws bool
    Indicates whether the state of the volume on the local storage system is SSWS.
    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[GetStorageHitachiRemoteCopyPairGadResultParent]
    permission_resources Sequence[GetStorageHitachiRemoteCopyPairGadResultPermissionResource]
    pvol_ldev_id float
    LDEV number of primary volume.
    pvol_storage_serial str
    Serial number of the storage system on the P-VOL.
    quorum_disk_id str
    ID of the Quorum disk. A value is input only in the case of global-active device.
    registered_devices Sequence[GetStorageHitachiRemoteCopyPairGadResultRegisteredDevice]
    replication_type str
    Pair type of the remote copy pair.
    shared_scope 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.
    suspended_mode str
    Block or Remote instructions when a pair is suspended.
    svol_ldev_id float
    LDEV number of secondary volume.
    svol_storage_serial str
    Serial number of the storage system on the S-VOL.
    tags Sequence[GetStorageHitachiRemoteCopyPairGadResultTag]
    version_contexts Sequence[GetStorageHitachiRemoteCopyPairGadResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    classId String
    createTime String
    The time when this managed object was created.
    createdLocalTime String
    Time at which the pair was created. The local time of the storage system is displayed.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    isSsws Boolean
    Indicates whether the state of the volume on the local storage system is SSWS.
    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>
    permissionResources List<Property Map>
    pvolLdevId Number
    LDEV number of primary volume.
    pvolStorageSerial String
    Serial number of the storage system on the P-VOL.
    quorumDiskId String
    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.
    sharedScope 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.
    suspendedMode String
    Block or Remote instructions when a pair is suspended.
    svolLdevId Number
    LDEV number of secondary volume.
    svolStorageSerial String
    Serial number of the storage system on the S-VOL.
    tags List<Property Map>
    versionContexts List<Property Map>

    GetStorageHitachiRemoteCopyPairGadResultAncestor

    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

    GetStorageHitachiRemoteCopyPairGadResultArray

    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

    GetStorageHitachiRemoteCopyPairGadResultParent

    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

    GetStorageHitachiRemoteCopyPairGadResultPermissionResource

    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

    GetStorageHitachiRemoteCopyPairGadResultRegisteredDevice

    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

    GetStorageHitachiRemoteCopyPairGadResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetStorageHitachiRemoteCopyPairGadResultVersionContext

    GetStorageHitachiRemoteCopyPairGadResultVersionContextInterestedMo

    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

    GetStorageHitachiRemoteCopyPairGadResultVersionContextRefMo

    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

    GetStorageHitachiRemoteCopyPairGadTag

    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.

    GetStorageHitachiRemoteCopyPairGadVersionContext

    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<GetStorageHitachiRemoteCopyPairGadVersionContextInterestedMo>
    MarkedForDeletion bool
    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 GetStorageHitachiRemoteCopyPairGadVersionContextRefMo
    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 []GetStorageHitachiRemoteCopyPairGadVersionContextInterestedMo
    MarkedForDeletion bool
    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 GetStorageHitachiRemoteCopyPairGadVersionContextRefMo
    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<GetStorageHitachiRemoteCopyPairGadVersionContextInterestedMo>
    markedForDeletion Boolean
    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 GetStorageHitachiRemoteCopyPairGadVersionContextRefMo
    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 GetStorageHitachiRemoteCopyPairGadVersionContextInterestedMo[]
    markedForDeletion boolean
    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 GetStorageHitachiRemoteCopyPairGadVersionContextRefMo
    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[GetStorageHitachiRemoteCopyPairGadVersionContextInterestedMo]
    marked_for_deletion bool
    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 GetStorageHitachiRemoteCopyPairGadVersionContextRefMo
    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>
    markedForDeletion Boolean
    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.

    GetStorageHitachiRemoteCopyPairGadVersionContextInterestedMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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'.

    GetStorageHitachiRemoteCopyPairGadVersionContextRefMo

    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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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.

    1. If 'moid' is set this field is ignored.
    2. 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 intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet