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

intersight.getStorageHitachiVolume

Explore with Pulumi AI

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

    A volume entity in Hitachi storage array.

    Using getStorageHitachiVolume

    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 getStorageHitachiVolume(args: GetStorageHitachiVolumeArgs, opts?: InvokeOptions): Promise<GetStorageHitachiVolumeResult>
    function getStorageHitachiVolumeOutput(args: GetStorageHitachiVolumeOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiVolumeResult>
    def get_storage_hitachi_volume(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetStorageHitachiVolumeAncestor]] = None,
                                   array: Optional[GetStorageHitachiVolumeArray] = None,
                                   attributes: Optional[Sequence[str]] = None,
                                   class_id: Optional[str] = None,
                                   clpr_id: Optional[float] = None,
                                   create_time: Optional[str] = None,
                                   data_reduction_mode: Optional[str] = None,
                                   data_reduction_status: Optional[str] = None,
                                   description: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   drive_type: Optional[str] = None,
                                   emulation_type: Optional[str] = None,
                                   id: Optional[str] = None,
                                   is_full_allocation_enabled: Optional[bool] = None,
                                   label: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   naa_id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   namespace_id: Optional[str] = None,
                                   num_of_paths: Optional[float] = None,
                                   nvm_subsystem_id: Optional[str] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetStorageHitachiVolumeParent] = None,
                                   parity_group_ids: Optional[Sequence[str]] = None,
                                   parity_groups: Optional[Sequence[GetStorageHitachiVolumeParityGroup]] = None,
                                   permission_resources: Optional[Sequence[GetStorageHitachiVolumePermissionResource]] = None,
                                   pool: Optional[GetStorageHitachiVolumePool] = None,
                                   pool_id: Optional[str] = None,
                                   raid_level: Optional[str] = None,
                                   raid_type: Optional[str] = None,
                                   registered_device: Optional[GetStorageHitachiVolumeRegisteredDevice] = None,
                                   shared_scope: Optional[str] = None,
                                   size: Optional[float] = None,
                                   status: Optional[str] = None,
                                   storage_utilization: Optional[GetStorageHitachiVolumeStorageUtilization] = None,
                                   tags: Optional[Sequence[GetStorageHitachiVolumeTag]] = None,
                                   version_context: Optional[GetStorageHitachiVolumeVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetStorageHitachiVolumeResult
    def get_storage_hitachi_volume_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumeAncestorArgs]]]] = None,
                                   array: Optional[pulumi.Input[GetStorageHitachiVolumeArrayArgs]] = None,
                                   attributes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   clpr_id: Optional[pulumi.Input[float]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   data_reduction_mode: Optional[pulumi.Input[str]] = None,
                                   data_reduction_status: Optional[pulumi.Input[str]] = None,
                                   description: Optional[pulumi.Input[str]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   drive_type: Optional[pulumi.Input[str]] = None,
                                   emulation_type: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   is_full_allocation_enabled: Optional[pulumi.Input[bool]] = None,
                                   label: Optional[pulumi.Input[str]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   naa_id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   namespace_id: Optional[pulumi.Input[str]] = None,
                                   num_of_paths: Optional[pulumi.Input[float]] = None,
                                   nvm_subsystem_id: 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[GetStorageHitachiVolumeParentArgs]] = None,
                                   parity_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parity_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumeParityGroupArgs]]]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumePermissionResourceArgs]]]] = None,
                                   pool: Optional[pulumi.Input[GetStorageHitachiVolumePoolArgs]] = None,
                                   pool_id: Optional[pulumi.Input[str]] = None,
                                   raid_level: Optional[pulumi.Input[str]] = None,
                                   raid_type: Optional[pulumi.Input[str]] = None,
                                   registered_device: Optional[pulumi.Input[GetStorageHitachiVolumeRegisteredDeviceArgs]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   size: Optional[pulumi.Input[float]] = None,
                                   status: Optional[pulumi.Input[str]] = None,
                                   storage_utilization: Optional[pulumi.Input[GetStorageHitachiVolumeStorageUtilizationArgs]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumeTagArgs]]]] = None,
                                   version_context: Optional[pulumi.Input[GetStorageHitachiVolumeVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiVolumeResult]
    func LookupStorageHitachiVolume(ctx *Context, args *LookupStorageHitachiVolumeArgs, opts ...InvokeOption) (*LookupStorageHitachiVolumeResult, error)
    func LookupStorageHitachiVolumeOutput(ctx *Context, args *LookupStorageHitachiVolumeOutputArgs, opts ...InvokeOption) LookupStorageHitachiVolumeResultOutput

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

    public static class GetStorageHitachiVolume 
    {
        public static Task<GetStorageHitachiVolumeResult> InvokeAsync(GetStorageHitachiVolumeArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageHitachiVolumeResult> Invoke(GetStorageHitachiVolumeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageHitachiVolumeResult> getStorageHitachiVolume(GetStorageHitachiVolumeArgs args, InvokeOptions options)
    public static Output<GetStorageHitachiVolumeResult> getStorageHitachiVolume(GetStorageHitachiVolumeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageHitachiVolume:getStorageHitachiVolume
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiVolumeAncestor>
    Array GetStorageHitachiVolumeArray
    Attributes List<string>
    ClassId string
    ClprId double
    CLPR (Cache Logical Partition) number of this volume.
    CreateTime string
    The time when this managed object was created.
    DataReductionMode string
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    DataReductionStatus string
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveType string
    Code indicating the drive type of the drive belonging to the volume.
    EmulationType string
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    Id string
    IsFullAllocationEnabled bool
    Whether pages are reserved by the FullAllocation functionality.
    Label string
    Label of the volume, as configured in the storage array.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    NamespaceId string
    Namespace ID registered in NVM Subsystem.
    NumOfPaths double
    Number of paths set for the volume.
    NvmSubsystemId string
    NVM subsystem ID on storage system.
    ObjectType string
    Owners List<string>
    Parent GetStorageHitachiVolumeParent
    ParityGroupIds List<string>
    ParityGroups List<GetStorageHitachiVolumeParityGroup>
    PermissionResources List<GetStorageHitachiVolumePermissionResource>
    Pool GetStorageHitachiVolumePool
    PoolId string
    ID of the pool with which the volume is associated.
    RaidLevel string
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    RaidType string
    RAID type drive configuration.
    RegisteredDevice GetStorageHitachiVolumeRegisteredDevice
    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.
    Size double
    User provisioned volume size. It is the size exposed to host.
    Status string
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    StorageUtilization GetStorageHitachiVolumeStorageUtilization
    Tags List<GetStorageHitachiVolumeTag>
    VersionContext GetStorageHitachiVolumeVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiVolumeAncestor
    Array GetStorageHitachiVolumeArray
    Attributes []string
    ClassId string
    ClprId float64
    CLPR (Cache Logical Partition) number of this volume.
    CreateTime string
    The time when this managed object was created.
    DataReductionMode string
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    DataReductionStatus string
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveType string
    Code indicating the drive type of the drive belonging to the volume.
    EmulationType string
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    Id string
    IsFullAllocationEnabled bool
    Whether pages are reserved by the FullAllocation functionality.
    Label string
    Label of the volume, as configured in the storage array.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    NamespaceId string
    Namespace ID registered in NVM Subsystem.
    NumOfPaths float64
    Number of paths set for the volume.
    NvmSubsystemId string
    NVM subsystem ID on storage system.
    ObjectType string
    Owners []string
    Parent GetStorageHitachiVolumeParent
    ParityGroupIds []string
    ParityGroups []GetStorageHitachiVolumeParityGroup
    PermissionResources []GetStorageHitachiVolumePermissionResource
    Pool GetStorageHitachiVolumePool
    PoolId string
    ID of the pool with which the volume is associated.
    RaidLevel string
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    RaidType string
    RAID type drive configuration.
    RegisteredDevice GetStorageHitachiVolumeRegisteredDevice
    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.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    Status string
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    StorageUtilization GetStorageHitachiVolumeStorageUtilization
    Tags []GetStorageHitachiVolumeTag
    VersionContext GetStorageHitachiVolumeVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiVolumeAncestor>
    array GetStorageHitachiVolumeArray
    attributes List<String>
    classId String
    clprId Double
    CLPR (Cache Logical Partition) number of this volume.
    createTime String
    The time when this managed object was created.
    dataReductionMode String
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    dataReductionStatus String
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveType String
    Code indicating the drive type of the drive belonging to the volume.
    emulationType String
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    id String
    isFullAllocationEnabled Boolean
    Whether pages are reserved by the FullAllocation functionality.
    label String
    Label of the volume, as configured in the storage array.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    namespaceId String
    Namespace ID registered in NVM Subsystem.
    numOfPaths Double
    Number of paths set for the volume.
    nvmSubsystemId String
    NVM subsystem ID on storage system.
    objectType String
    owners List<String>
    parent GetStorageHitachiVolumeParent
    parityGroupIds List<String>
    parityGroups List<GetStorageHitachiVolumeParityGroup>
    permissionResources List<GetStorageHitachiVolumePermissionResource>
    pool GetStorageHitachiVolumePool
    poolId String
    ID of the pool with which the volume is associated.
    raidLevel String
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raidType String
    RAID type drive configuration.
    registeredDevice GetStorageHitachiVolumeRegisteredDevice
    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.
    size Double
    User provisioned volume size. It is the size exposed to host.
    status String
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storageUtilization GetStorageHitachiVolumeStorageUtilization
    tags List<GetStorageHitachiVolumeTag>
    versionContext GetStorageHitachiVolumeVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiVolumeAncestor[]
    array GetStorageHitachiVolumeArray
    attributes string[]
    classId string
    clprId number
    CLPR (Cache Logical Partition) number of this volume.
    createTime string
    The time when this managed object was created.
    dataReductionMode string
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    dataReductionStatus string
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveType string
    Code indicating the drive type of the drive belonging to the volume.
    emulationType string
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    id string
    isFullAllocationEnabled boolean
    Whether pages are reserved by the FullAllocation functionality.
    label string
    Label of the volume, as configured in the storage array.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    namespaceId string
    Namespace ID registered in NVM Subsystem.
    numOfPaths number
    Number of paths set for the volume.
    nvmSubsystemId string
    NVM subsystem ID on storage system.
    objectType string
    owners string[]
    parent GetStorageHitachiVolumeParent
    parityGroupIds string[]
    parityGroups GetStorageHitachiVolumeParityGroup[]
    permissionResources GetStorageHitachiVolumePermissionResource[]
    pool GetStorageHitachiVolumePool
    poolId string
    ID of the pool with which the volume is associated.
    raidLevel string
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raidType string
    RAID type drive configuration.
    registeredDevice GetStorageHitachiVolumeRegisteredDevice
    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.
    size number
    User provisioned volume size. It is the size exposed to host.
    status string
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storageUtilization GetStorageHitachiVolumeStorageUtilization
    tags GetStorageHitachiVolumeTag[]
    versionContext GetStorageHitachiVolumeVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiVolumeAncestor]
    array GetStorageHitachiVolumeArray
    attributes Sequence[str]
    class_id str
    clpr_id float
    CLPR (Cache Logical Partition) number of this volume.
    create_time str
    The time when this managed object was created.
    data_reduction_mode str
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    data_reduction_status str
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_type str
    Code indicating the drive type of the drive belonging to the volume.
    emulation_type str
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    id str
    is_full_allocation_enabled bool
    Whether pages are reserved by the FullAllocation functionality.
    label str
    Label of the volume, as configured in the storage array.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    namespace_id str
    Namespace ID registered in NVM Subsystem.
    num_of_paths float
    Number of paths set for the volume.
    nvm_subsystem_id str
    NVM subsystem ID on storage system.
    object_type str
    owners Sequence[str]
    parent GetStorageHitachiVolumeParent
    parity_group_ids Sequence[str]
    parity_groups Sequence[GetStorageHitachiVolumeParityGroup]
    permission_resources Sequence[GetStorageHitachiVolumePermissionResource]
    pool GetStorageHitachiVolumePool
    pool_id str
    ID of the pool with which the volume is associated.
    raid_level str
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raid_type str
    RAID type drive configuration.
    registered_device GetStorageHitachiVolumeRegisteredDevice
    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.
    size float
    User provisioned volume size. It is the size exposed to host.
    status str
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storage_utilization GetStorageHitachiVolumeStorageUtilization
    tags Sequence[GetStorageHitachiVolumeTag]
    version_context GetStorageHitachiVolumeVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    attributes List<String>
    classId String
    clprId Number
    CLPR (Cache Logical Partition) number of this volume.
    createTime String
    The time when this managed object was created.
    dataReductionMode String
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    dataReductionStatus String
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveType String
    Code indicating the drive type of the drive belonging to the volume.
    emulationType String
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    id String
    isFullAllocationEnabled Boolean
    Whether pages are reserved by the FullAllocation functionality.
    label String
    Label of the volume, as configured in the storage array.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    namespaceId String
    Namespace ID registered in NVM Subsystem.
    numOfPaths Number
    Number of paths set for the volume.
    nvmSubsystemId String
    NVM subsystem ID on storage system.
    objectType String
    owners List<String>
    parent Property Map
    parityGroupIds List<String>
    parityGroups List<Property Map>
    permissionResources List<Property Map>
    pool Property Map
    poolId String
    ID of the pool with which the volume is associated.
    raidLevel String
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raidType String
    RAID type drive configuration.
    registeredDevice Property Map
    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.
    size Number
    User provisioned volume size. It is the size exposed to host.
    status String
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storageUtilization Property Map
    tags List<Property Map>
    versionContext Property Map

    getStorageHitachiVolume Result

    The following output properties are available:

    Id string
    Results List<GetStorageHitachiVolumeResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageHitachiVolumeAncestor>
    Array GetStorageHitachiVolumeArray
    Attributes List<string>
    ClassId string
    ClprId double
    CreateTime string
    DataReductionMode string
    DataReductionStatus string
    Description string
    DomainGroupMoid string
    DriveType string
    EmulationType string
    IsFullAllocationEnabled bool
    Label string
    ModTime string
    Moid string
    NaaId string
    Name string
    NamespaceId string
    NumOfPaths double
    NvmSubsystemId string
    ObjectType string
    Owners List<string>
    Parent GetStorageHitachiVolumeParent
    ParityGroupIds List<string>
    ParityGroups List<GetStorageHitachiVolumeParityGroup>
    PermissionResources List<GetStorageHitachiVolumePermissionResource>
    Pool GetStorageHitachiVolumePool
    PoolId string
    RaidLevel string
    RaidType string
    RegisteredDevice GetStorageHitachiVolumeRegisteredDevice
    SharedScope string
    Size double
    Status string
    StorageUtilization GetStorageHitachiVolumeStorageUtilization
    Tags List<GetStorageHitachiVolumeTag>
    VersionContext GetStorageHitachiVolumeVersionContext
    Id string
    Results []GetStorageHitachiVolumeResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageHitachiVolumeAncestor
    Array GetStorageHitachiVolumeArray
    Attributes []string
    ClassId string
    ClprId float64
    CreateTime string
    DataReductionMode string
    DataReductionStatus string
    Description string
    DomainGroupMoid string
    DriveType string
    EmulationType string
    IsFullAllocationEnabled bool
    Label string
    ModTime string
    Moid string
    NaaId string
    Name string
    NamespaceId string
    NumOfPaths float64
    NvmSubsystemId string
    ObjectType string
    Owners []string
    Parent GetStorageHitachiVolumeParent
    ParityGroupIds []string
    ParityGroups []GetStorageHitachiVolumeParityGroup
    PermissionResources []GetStorageHitachiVolumePermissionResource
    Pool GetStorageHitachiVolumePool
    PoolId string
    RaidLevel string
    RaidType string
    RegisteredDevice GetStorageHitachiVolumeRegisteredDevice
    SharedScope string
    Size float64
    Status string
    StorageUtilization GetStorageHitachiVolumeStorageUtilization
    Tags []GetStorageHitachiVolumeTag
    VersionContext GetStorageHitachiVolumeVersionContext
    id String
    results List<GetStorageHitachiVolumeResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageHitachiVolumeAncestor>
    array GetStorageHitachiVolumeArray
    attributes List<String>
    classId String
    clprId Double
    createTime String
    dataReductionMode String
    dataReductionStatus String
    description String
    domainGroupMoid String
    driveType String
    emulationType String
    isFullAllocationEnabled Boolean
    label String
    modTime String
    moid String
    naaId String
    name String
    namespaceId String
    numOfPaths Double
    nvmSubsystemId String
    objectType String
    owners List<String>
    parent GetStorageHitachiVolumeParent
    parityGroupIds List<String>
    parityGroups List<GetStorageHitachiVolumeParityGroup>
    permissionResources List<GetStorageHitachiVolumePermissionResource>
    pool GetStorageHitachiVolumePool
    poolId String
    raidLevel String
    raidType String
    registeredDevice GetStorageHitachiVolumeRegisteredDevice
    sharedScope String
    size Double
    status String
    storageUtilization GetStorageHitachiVolumeStorageUtilization
    tags List<GetStorageHitachiVolumeTag>
    versionContext GetStorageHitachiVolumeVersionContext
    id string
    results GetStorageHitachiVolumeResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageHitachiVolumeAncestor[]
    array GetStorageHitachiVolumeArray
    attributes string[]
    classId string
    clprId number
    createTime string
    dataReductionMode string
    dataReductionStatus string
    description string
    domainGroupMoid string
    driveType string
    emulationType string
    isFullAllocationEnabled boolean
    label string
    modTime string
    moid string
    naaId string
    name string
    namespaceId string
    numOfPaths number
    nvmSubsystemId string
    objectType string
    owners string[]
    parent GetStorageHitachiVolumeParent
    parityGroupIds string[]
    parityGroups GetStorageHitachiVolumeParityGroup[]
    permissionResources GetStorageHitachiVolumePermissionResource[]
    pool GetStorageHitachiVolumePool
    poolId string
    raidLevel string
    raidType string
    registeredDevice GetStorageHitachiVolumeRegisteredDevice
    sharedScope string
    size number
    status string
    storageUtilization GetStorageHitachiVolumeStorageUtilization
    tags GetStorageHitachiVolumeTag[]
    versionContext GetStorageHitachiVolumeVersionContext
    id str
    results Sequence[GetStorageHitachiVolumeResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageHitachiVolumeAncestor]
    array GetStorageHitachiVolumeArray
    attributes Sequence[str]
    class_id str
    clpr_id float
    create_time str
    data_reduction_mode str
    data_reduction_status str
    description str
    domain_group_moid str
    drive_type str
    emulation_type str
    is_full_allocation_enabled bool
    label str
    mod_time str
    moid str
    naa_id str
    name str
    namespace_id str
    num_of_paths float
    nvm_subsystem_id str
    object_type str
    owners Sequence[str]
    parent GetStorageHitachiVolumeParent
    parity_group_ids Sequence[str]
    parity_groups Sequence[GetStorageHitachiVolumeParityGroup]
    permission_resources Sequence[GetStorageHitachiVolumePermissionResource]
    pool GetStorageHitachiVolumePool
    pool_id str
    raid_level str
    raid_type str
    registered_device GetStorageHitachiVolumeRegisteredDevice
    shared_scope str
    size float
    status str
    storage_utilization GetStorageHitachiVolumeStorageUtilization
    tags Sequence[GetStorageHitachiVolumeTag]
    version_context GetStorageHitachiVolumeVersionContext
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    array Property Map
    attributes List<String>
    classId String
    clprId Number
    createTime String
    dataReductionMode String
    dataReductionStatus String
    description String
    domainGroupMoid String
    driveType String
    emulationType String
    isFullAllocationEnabled Boolean
    label String
    modTime String
    moid String
    naaId String
    name String
    namespaceId String
    numOfPaths Number
    nvmSubsystemId String
    objectType String
    owners List<String>
    parent Property Map
    parityGroupIds List<String>
    parityGroups List<Property Map>
    permissionResources List<Property Map>
    pool Property Map
    poolId String
    raidLevel String
    raidType String
    registeredDevice Property Map
    sharedScope String
    size Number
    status String
    storageUtilization Property Map
    tags List<Property Map>
    versionContext Property Map

    Supporting Types

    GetStorageHitachiVolumeAncestor

    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'.

    GetStorageHitachiVolumeArray

    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'.

    GetStorageHitachiVolumeParent

    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'.

    GetStorageHitachiVolumeParityGroup

    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'.

    GetStorageHitachiVolumePermissionResource

    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'.

    GetStorageHitachiVolumePool

    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'.

    GetStorageHitachiVolumeRegisteredDevice

    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'.

    GetStorageHitachiVolumeResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageHitachiVolumeResultAncestor>
    Arrays List<GetStorageHitachiVolumeResultArray>
    Attributes List<string>
    ClassId string
    ClprId double
    CLPR (Cache Logical Partition) number of this volume.
    CreateTime string
    The time when this managed object was created.
    DataReductionMode string
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    DataReductionStatus string
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveType string
    Code indicating the drive type of the drive belonging to the volume.
    EmulationType string
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    IsFullAllocationEnabled bool
    Whether pages are reserved by the FullAllocation functionality.
    Label string
    Label of the volume, as configured in the storage array.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    NamespaceId string
    Namespace ID registered in NVM Subsystem.
    NumOfPaths double
    Number of paths set for the volume.
    NvmSubsystemId string
    NVM subsystem ID on storage system.
    ObjectType string
    Owners List<string>
    Parents List<GetStorageHitachiVolumeResultParent>
    ParityGroupIds List<string>
    ParityGroups List<GetStorageHitachiVolumeResultParityGroup>
    PermissionResources List<GetStorageHitachiVolumeResultPermissionResource>
    PoolId string
    ID of the pool with which the volume is associated.
    Pools List<GetStorageHitachiVolumeResultPool>
    RaidLevel string
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    RaidType string
    RAID type drive configuration.
    RegisteredDevices List<GetStorageHitachiVolumeResultRegisteredDevice>
    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.
    Size double
    User provisioned volume size. It is the size exposed to host.
    Status string
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    StorageUtilizations List<GetStorageHitachiVolumeResultStorageUtilization>
    Tags List<GetStorageHitachiVolumeResultTag>
    VersionContexts List<GetStorageHitachiVolumeResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageHitachiVolumeResultAncestor
    Arrays []GetStorageHitachiVolumeResultArray
    Attributes []string
    ClassId string
    ClprId float64
    CLPR (Cache Logical Partition) number of this volume.
    CreateTime string
    The time when this managed object was created.
    DataReductionMode string
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    DataReductionStatus string
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    Description string
    Short description about the volume.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveType string
    Code indicating the drive type of the drive belonging to the volume.
    EmulationType string
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    IsFullAllocationEnabled bool
    Whether pages are reserved by the FullAllocation functionality.
    Label string
    Label of the volume, as configured in the storage array.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NaaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    Name string
    Named entity of the volume.
    NamespaceId string
    Namespace ID registered in NVM Subsystem.
    NumOfPaths float64
    Number of paths set for the volume.
    NvmSubsystemId string
    NVM subsystem ID on storage system.
    ObjectType string
    Owners []string
    Parents []GetStorageHitachiVolumeResultParent
    ParityGroupIds []string
    ParityGroups []GetStorageHitachiVolumeResultParityGroup
    PermissionResources []GetStorageHitachiVolumeResultPermissionResource
    PoolId string
    ID of the pool with which the volume is associated.
    Pools []GetStorageHitachiVolumeResultPool
    RaidLevel string
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    RaidType string
    RAID type drive configuration.
    RegisteredDevices []GetStorageHitachiVolumeResultRegisteredDevice
    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.
    Size float64
    User provisioned volume size. It is the size exposed to host.
    Status string
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    StorageUtilizations []GetStorageHitachiVolumeResultStorageUtilization
    Tags []GetStorageHitachiVolumeResultTag
    VersionContexts []GetStorageHitachiVolumeResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageHitachiVolumeResultAncestor>
    arrays List<GetStorageHitachiVolumeResultArray>
    attributes List<String>
    classId String
    clprId Double
    CLPR (Cache Logical Partition) number of this volume.
    createTime String
    The time when this managed object was created.
    dataReductionMode String
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    dataReductionStatus String
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveType String
    Code indicating the drive type of the drive belonging to the volume.
    emulationType String
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    isFullAllocationEnabled Boolean
    Whether pages are reserved by the FullAllocation functionality.
    label String
    Label of the volume, as configured in the storage array.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    namespaceId String
    Namespace ID registered in NVM Subsystem.
    numOfPaths Double
    Number of paths set for the volume.
    nvmSubsystemId String
    NVM subsystem ID on storage system.
    objectType String
    owners List<String>
    parents List<GetStorageHitachiVolumeResultParent>
    parityGroupIds List<String>
    parityGroups List<GetStorageHitachiVolumeResultParityGroup>
    permissionResources List<GetStorageHitachiVolumeResultPermissionResource>
    poolId String
    ID of the pool with which the volume is associated.
    pools List<GetStorageHitachiVolumeResultPool>
    raidLevel String
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raidType String
    RAID type drive configuration.
    registeredDevices List<GetStorageHitachiVolumeResultRegisteredDevice>
    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.
    size Double
    User provisioned volume size. It is the size exposed to host.
    status String
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storageUtilizations List<GetStorageHitachiVolumeResultStorageUtilization>
    tags List<GetStorageHitachiVolumeResultTag>
    versionContexts List<GetStorageHitachiVolumeResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageHitachiVolumeResultAncestor[]
    arrays GetStorageHitachiVolumeResultArray[]
    attributes string[]
    classId string
    clprId number
    CLPR (Cache Logical Partition) number of this volume.
    createTime string
    The time when this managed object was created.
    dataReductionMode string
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    dataReductionStatus string
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description string
    Short description about the volume.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveType string
    Code indicating the drive type of the drive belonging to the volume.
    emulationType string
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    isFullAllocationEnabled boolean
    Whether pages are reserved by the FullAllocation functionality.
    label string
    Label of the volume, as configured in the storage array.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    naaId string
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name string
    Named entity of the volume.
    namespaceId string
    Namespace ID registered in NVM Subsystem.
    numOfPaths number
    Number of paths set for the volume.
    nvmSubsystemId string
    NVM subsystem ID on storage system.
    objectType string
    owners string[]
    parents GetStorageHitachiVolumeResultParent[]
    parityGroupIds string[]
    parityGroups GetStorageHitachiVolumeResultParityGroup[]
    permissionResources GetStorageHitachiVolumeResultPermissionResource[]
    poolId string
    ID of the pool with which the volume is associated.
    pools GetStorageHitachiVolumeResultPool[]
    raidLevel string
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raidType string
    RAID type drive configuration.
    registeredDevices GetStorageHitachiVolumeResultRegisteredDevice[]
    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.
    size number
    User provisioned volume size. It is the size exposed to host.
    status string
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storageUtilizations GetStorageHitachiVolumeResultStorageUtilization[]
    tags GetStorageHitachiVolumeResultTag[]
    versionContexts GetStorageHitachiVolumeResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageHitachiVolumeResultAncestor]
    arrays Sequence[GetStorageHitachiVolumeResultArray]
    attributes Sequence[str]
    class_id str
    clpr_id float
    CLPR (Cache Logical Partition) number of this volume.
    create_time str
    The time when this managed object was created.
    data_reduction_mode str
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    data_reduction_status str
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description str
    Short description about the volume.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_type str
    Code indicating the drive type of the drive belonging to the volume.
    emulation_type str
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    is_full_allocation_enabled bool
    Whether pages are reserved by the FullAllocation functionality.
    label str
    Label of the volume, as configured in the storage array.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    naa_id str
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name str
    Named entity of the volume.
    namespace_id str
    Namespace ID registered in NVM Subsystem.
    num_of_paths float
    Number of paths set for the volume.
    nvm_subsystem_id str
    NVM subsystem ID on storage system.
    object_type str
    owners Sequence[str]
    parents Sequence[GetStorageHitachiVolumeResultParent]
    parity_group_ids Sequence[str]
    parity_groups Sequence[GetStorageHitachiVolumeResultParityGroup]
    permission_resources Sequence[GetStorageHitachiVolumeResultPermissionResource]
    pool_id str
    ID of the pool with which the volume is associated.
    pools Sequence[GetStorageHitachiVolumeResultPool]
    raid_level str
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raid_type str
    RAID type drive configuration.
    registered_devices Sequence[GetStorageHitachiVolumeResultRegisteredDevice]
    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.
    size float
    User provisioned volume size. It is the size exposed to host.
    status str
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storage_utilizations Sequence[GetStorageHitachiVolumeResultStorageUtilization]
    tags Sequence[GetStorageHitachiVolumeResultTag]
    version_contexts Sequence[GetStorageHitachiVolumeResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    arrays List<Property Map>
    attributes List<String>
    classId String
    clprId Number
    CLPR (Cache Logical Partition) number of this volume.
    createTime String
    The time when this managed object was created.
    dataReductionMode String
    Setting of the capacity saving function (dedupe and compression).* N/A - The capacity saving function is not available.* Compression - The capacity saving function (compression) is enabled.* Compression Deduplication - The capacity saving function (compression and deduplication) is enabled.* Disabled - The capacity saving function (compression and deduplication) is disabled.
    dataReductionStatus String
    Status of the capacity saving function.* N/A - The capacity saving function is not available.* Enabled - The capacity saving function is enabled.* Disabled - The capacity saving function is disabled.* Enabling - The capacity saving function is being enabled.* Rehydrating - The capacity saving function is being disabled.* Deleting - The volumes for which the capacity saving function is enabled are being deleted.* Failed - An attempt to enable the capacity saving function failed.
    description String
    Short description about the volume.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveType String
    Code indicating the drive type of the drive belonging to the volume.
    emulationType String
    The volume emulation type or the volume status information.* N/A - The emulation type is not available.* NOT DEFINED - The volume is not implemented.* DEFINING - The volume is being created.* REMOVING - The volume is being removed.* OPEN-V - To be provided by Hitachi.
    isFullAllocationEnabled Boolean
    Whether pages are reserved by the FullAllocation functionality.
    label String
    Label of the volume, as configured in the storage array.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    naaId String
    NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
    name String
    Named entity of the volume.
    namespaceId String
    Namespace ID registered in NVM Subsystem.
    numOfPaths Number
    Number of paths set for the volume.
    nvmSubsystemId String
    NVM subsystem ID on storage system.
    objectType String
    owners List<String>
    parents List<Property Map>
    parityGroupIds List<String>
    parityGroups List<Property Map>
    permissionResources List<Property Map>
    poolId String
    ID of the pool with which the volume is associated.
    pools List<Property Map>
    raidLevel String
    RAID level for the volume.* N/A - RAID level is unknown or multiple RAID levels are being used.* RAID1 - RAID level of the given drives is RAID1.* RAID5 - RAID level of the given drives is RAID5.* RAID6 - RAID level of the given drives is RAID6.
    raidType String
    RAID type drive configuration.
    registeredDevices List<Property Map>
    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.
    size Number
    User provisioned volume size. It is the size exposed to host.
    status String
    Status information of the volume.* N/A - The volume status is not available.* NML - The volume is in normal status.* BLK - The volume is in blocked state.* BSY - The volume status is being changed.* Unknown - The volume status is unknown (not supported).
    storageUtilizations List<Property Map>
    tags List<Property Map>
    versionContexts List<Property Map>

    GetStorageHitachiVolumeResultAncestor

    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

    GetStorageHitachiVolumeResultArray

    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

    GetStorageHitachiVolumeResultParent

    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

    GetStorageHitachiVolumeResultParityGroup

    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

    GetStorageHitachiVolumeResultPermissionResource

    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

    GetStorageHitachiVolumeResultPool

    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

    GetStorageHitachiVolumeResultRegisteredDevice

    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

    GetStorageHitachiVolumeResultStorageUtilization

    AdditionalProperties string
    Available double
    CapacityUtilization double
    ClassId string
    Free double
    ObjectType string
    Total double
    Used double
    AdditionalProperties string
    Available float64
    CapacityUtilization float64
    ClassId string
    Free float64
    ObjectType string
    Total float64
    Used float64
    additionalProperties String
    available Double
    capacityUtilization Double
    classId String
    free Double
    objectType String
    total Double
    used Double
    additionalProperties string
    available number
    capacityUtilization number
    classId string
    free number
    objectType string
    total number
    used number
    additionalProperties String
    available Number
    capacityUtilization Number
    classId String
    free Number
    objectType String
    total Number
    used Number

    GetStorageHitachiVolumeResultTag

    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

    GetStorageHitachiVolumeResultVersionContext

    GetStorageHitachiVolumeResultVersionContextInterestedMo

    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

    GetStorageHitachiVolumeResultVersionContextRefMo

    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

    GetStorageHitachiVolumeStorageUtilization

    AdditionalProperties string
    Available double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization double
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free double
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used double
    Used or consumed storage capacity, represented in bytes.
    AdditionalProperties string
    Available float64
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    CapacityUtilization float64
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Free float64
    Unused space available for applications to consume, represented in bytes.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    Total float64
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    Used float64
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Double
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Double
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Double
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Double
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Double
    Used or consumed storage capacity, represented in bytes.
    additionalProperties string
    available number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization number
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free number
    Unused space available for applications to consume, represented in bytes.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used number
    Used or consumed storage capacity, represented in bytes.
    additional_properties str
    available float
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacity_utilization float
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free float
    Unused space available for applications to consume, represented in bytes.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total float
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used float
    Used or consumed storage capacity, represented in bytes.
    additionalProperties String
    available Number
    Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
    capacityUtilization Number
    Percentage of used capacity.
    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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    free Number
    Unused space available for applications to consume, represented in bytes.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
    total Number
    Total storage capacity, represented in bytes. It is set by the component manufacturer.
    used Number
    Used or consumed storage capacity, represented in bytes.

    GetStorageHitachiVolumeTag

    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.

    GetStorageHitachiVolumeVersionContext

    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<GetStorageHitachiVolumeVersionContextInterestedMo>
    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 GetStorageHitachiVolumeVersionContextRefMo
    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 []GetStorageHitachiVolumeVersionContextInterestedMo
    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 GetStorageHitachiVolumeVersionContextRefMo
    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<GetStorageHitachiVolumeVersionContextInterestedMo>
    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 GetStorageHitachiVolumeVersionContextRefMo
    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 GetStorageHitachiVolumeVersionContextInterestedMo[]
    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 GetStorageHitachiVolumeVersionContextRefMo
    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[GetStorageHitachiVolumeVersionContextInterestedMo]
    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 GetStorageHitachiVolumeVersionContextRefMo
    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.

    GetStorageHitachiVolumeVersionContextInterestedMo

    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'.

    GetStorageHitachiVolumeVersionContextRefMo

    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