intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageHitachiVolume
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Volume Ancestor> 
- Array
GetStorage Hitachi Volume Array 
- 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.
- DataReduction stringMode 
- 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.
- DataReduction stringStatus 
- 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.
- DomainGroup stringMoid 
- 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
- IsFull boolAllocation Enabled 
- 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.
- NumOf doublePaths 
- Number of paths set for the volume.
- NvmSubsystem stringId 
- NVM subsystem ID on storage system.
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hitachi Volume Parent 
- ParityGroup List<string>Ids 
- ParityGroups List<GetStorage Hitachi Volume Parity Group> 
- PermissionResources List<GetStorage Hitachi Volume Permission Resource> 
- Pool
GetStorage Hitachi Volume Pool 
- 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 GetStorage Hitachi Volume Registered Device 
- 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 GetStorage Hitachi Volume Storage Utilization 
- 
List<GetStorage Hitachi Volume Tag> 
- VersionContext GetStorage Hitachi Volume Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Volume Ancestor 
- Array
GetStorage Hitachi Volume Array 
- Attributes []string
- ClassId string
- ClprId float64
- CLPR (Cache Logical Partition) number of this volume.
- CreateTime string
- The time when this managed object was created.
- DataReduction stringMode 
- 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.
- DataReduction stringStatus 
- 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.
- DomainGroup stringMoid 
- 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
- IsFull boolAllocation Enabled 
- 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.
- NumOf float64Paths 
- Number of paths set for the volume.
- NvmSubsystem stringId 
- NVM subsystem ID on storage system.
- ObjectType string
- Owners []string
- Parent
GetStorage Hitachi Volume Parent 
- ParityGroup []stringIds 
- ParityGroups []GetStorage Hitachi Volume Parity Group 
- PermissionResources []GetStorage Hitachi Volume Permission Resource 
- Pool
GetStorage Hitachi Volume Pool 
- 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 GetStorage Hitachi Volume Registered Device 
- 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 GetStorage Hitachi Volume Storage Utilization 
- 
[]GetStorage Hitachi Volume Tag 
- VersionContext GetStorage Hitachi Volume Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hitachi Volume Ancestor> 
- array
GetStorage Hitachi Volume Array 
- 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.
- dataReduction StringMode 
- 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.
- dataReduction StringStatus 
- 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.
- domainGroup StringMoid 
- 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
- isFull BooleanAllocation Enabled 
- 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.
- numOf DoublePaths 
- Number of paths set for the volume.
- nvmSubsystem StringId 
- NVM subsystem ID on storage system.
- objectType String
- owners List<String>
- parent
GetStorage Hitachi Volume Parent 
- parityGroup List<String>Ids 
- parityGroups List<GetStorage Hitachi Volume Parity Group> 
- permissionResources List<GetStorage Hitachi Volume Permission Resource> 
- pool
GetStorage Hitachi Volume Pool 
- 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 GetStorage Hitachi Volume Registered Device 
- 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 GetStorage Hitachi Volume Storage Utilization 
- 
List<GetStorage Hitachi Volume Tag> 
- versionContext GetStorage Hitachi Volume Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hitachi Volume Ancestor[] 
- array
GetStorage Hitachi Volume Array 
- attributes string[]
- classId string
- clprId number
- CLPR (Cache Logical Partition) number of this volume.
- createTime string
- The time when this managed object was created.
- dataReduction stringMode 
- 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.
- dataReduction stringStatus 
- 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.
- domainGroup stringMoid 
- 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
- isFull booleanAllocation Enabled 
- 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.
- numOf numberPaths 
- Number of paths set for the volume.
- nvmSubsystem stringId 
- NVM subsystem ID on storage system.
- objectType string
- owners string[]
- parent
GetStorage Hitachi Volume Parent 
- parityGroup string[]Ids 
- parityGroups GetStorage Hitachi Volume Parity Group[] 
- permissionResources GetStorage Hitachi Volume Permission Resource[] 
- pool
GetStorage Hitachi Volume Pool 
- 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 GetStorage Hitachi Volume Registered Device 
- 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 GetStorage Hitachi Volume Storage Utilization 
- 
GetStorage Hitachi Volume Tag[] 
- versionContext GetStorage Hitachi Volume Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Volume Ancestor] 
- array
GetStorage Hitachi Volume Array 
- 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_ strmode 
- 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_ strstatus 
- 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_ strmoid 
- 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_ boolallocation_ enabled 
- 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_ floatpaths 
- Number of paths set for the volume.
- nvm_subsystem_ strid 
- NVM subsystem ID on storage system.
- object_type str
- owners Sequence[str]
- parent
GetStorage Hitachi Volume Parent 
- parity_group_ Sequence[str]ids 
- parity_groups Sequence[GetStorage Hitachi Volume Parity Group] 
- permission_resources Sequence[GetStorage Hitachi Volume Permission Resource] 
- pool
GetStorage Hitachi Volume Pool 
- 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 GetStorage Hitachi Volume Registered Device 
- 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 GetStorage Hitachi Volume Storage Utilization 
- 
Sequence[GetStorage Hitachi Volume Tag] 
- version_context GetStorage Hitachi Volume Version Context 
- 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.
- dataReduction StringMode 
- 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.
- dataReduction StringStatus 
- 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.
- domainGroup StringMoid 
- 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
- isFull BooleanAllocation Enabled 
- 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.
- numOf NumberPaths 
- Number of paths set for the volume.
- nvmSubsystem StringId 
- NVM subsystem ID on storage system.
- objectType String
- owners List<String>
- parent Property Map
- parityGroup List<String>Ids 
- 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
- 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
- List<Property Map>
- versionContext Property Map
getStorageHitachiVolume Result
The following output properties are available:
- Id string
- Results
List<GetStorage Hitachi Volume Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Volume Ancestor> 
- Array
GetStorage Hitachi Volume Array 
- Attributes List<string>
- ClassId string
- ClprId double
- CreateTime string
- DataReduction stringMode 
- DataReduction stringStatus 
- Description string
- DomainGroup stringMoid 
- DriveType string
- EmulationType string
- IsFull boolAllocation Enabled 
- Label string
- ModTime string
- Moid string
- NaaId string
- Name string
- NamespaceId string
- NumOf doublePaths 
- NvmSubsystem stringId 
- ObjectType string
- Owners List<string>
- Parent
GetStorage Hitachi Volume Parent 
- ParityGroup List<string>Ids 
- ParityGroups List<GetStorage Hitachi Volume Parity Group> 
- PermissionResources List<GetStorage Hitachi Volume Permission Resource> 
- Pool
GetStorage Hitachi Volume Pool 
- PoolId string
- RaidLevel string
- RaidType string
- RegisteredDevice GetStorage Hitachi Volume Registered Device 
- string
- Size double
- Status string
- StorageUtilization GetStorage Hitachi Volume Storage Utilization 
- 
List<GetStorage Hitachi Volume Tag> 
- VersionContext GetStorage Hitachi Volume Version Context 
- Id string
- Results
[]GetStorage Hitachi Volume Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Volume Ancestor 
- Array
GetStorage Hitachi Volume Array 
- Attributes []string
- ClassId string
- ClprId float64
- CreateTime string
- DataReduction stringMode 
- DataReduction stringStatus 
- Description string
- DomainGroup stringMoid 
- DriveType string
- EmulationType string
- IsFull boolAllocation Enabled 
- Label string
- ModTime string
- Moid string
- NaaId string
- Name string
- NamespaceId string
- NumOf float64Paths 
- NvmSubsystem stringId 
- ObjectType string
- Owners []string
- Parent
GetStorage Hitachi Volume Parent 
- ParityGroup []stringIds 
- ParityGroups []GetStorage Hitachi Volume Parity Group 
- PermissionResources []GetStorage Hitachi Volume Permission Resource 
- Pool
GetStorage Hitachi Volume Pool 
- PoolId string
- RaidLevel string
- RaidType string
- RegisteredDevice GetStorage Hitachi Volume Registered Device 
- string
- Size float64
- Status string
- StorageUtilization GetStorage Hitachi Volume Storage Utilization 
- 
[]GetStorage Hitachi Volume Tag 
- VersionContext GetStorage Hitachi Volume Version Context 
- id String
- results
List<GetStorage Hitachi Volume Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Hitachi Volume Ancestor> 
- array
GetStorage Hitachi Volume Array 
- attributes List<String>
- classId String
- clprId Double
- createTime String
- dataReduction StringMode 
- dataReduction StringStatus 
- description String
- domainGroup StringMoid 
- driveType String
- emulationType String
- isFull BooleanAllocation Enabled 
- label String
- modTime String
- moid String
- naaId String
- name String
- namespaceId String
- numOf DoublePaths 
- nvmSubsystem StringId 
- objectType String
- owners List<String>
- parent
GetStorage Hitachi Volume Parent 
- parityGroup List<String>Ids 
- parityGroups List<GetStorage Hitachi Volume Parity Group> 
- permissionResources List<GetStorage Hitachi Volume Permission Resource> 
- pool
GetStorage Hitachi Volume Pool 
- poolId String
- raidLevel String
- raidType String
- registeredDevice GetStorage Hitachi Volume Registered Device 
- String
- size Double
- status String
- storageUtilization GetStorage Hitachi Volume Storage Utilization 
- 
List<GetStorage Hitachi Volume Tag> 
- versionContext GetStorage Hitachi Volume Version Context 
- id string
- results
GetStorage Hitachi Volume Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Hitachi Volume Ancestor[] 
- array
GetStorage Hitachi Volume Array 
- attributes string[]
- classId string
- clprId number
- createTime string
- dataReduction stringMode 
- dataReduction stringStatus 
- description string
- domainGroup stringMoid 
- driveType string
- emulationType string
- isFull booleanAllocation Enabled 
- label string
- modTime string
- moid string
- naaId string
- name string
- namespaceId string
- numOf numberPaths 
- nvmSubsystem stringId 
- objectType string
- owners string[]
- parent
GetStorage Hitachi Volume Parent 
- parityGroup string[]Ids 
- parityGroups GetStorage Hitachi Volume Parity Group[] 
- permissionResources GetStorage Hitachi Volume Permission Resource[] 
- pool
GetStorage Hitachi Volume Pool 
- poolId string
- raidLevel string
- raidType string
- registeredDevice GetStorage Hitachi Volume Registered Device 
- string
- size number
- status string
- storageUtilization GetStorage Hitachi Volume Storage Utilization 
- 
GetStorage Hitachi Volume Tag[] 
- versionContext GetStorage Hitachi Volume Version Context 
- id str
- results
Sequence[GetStorage Hitachi Volume Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Volume Ancestor] 
- array
GetStorage Hitachi Volume Array 
- attributes Sequence[str]
- class_id str
- clpr_id float
- create_time str
- data_reduction_ strmode 
- data_reduction_ strstatus 
- description str
- domain_group_ strmoid 
- drive_type str
- emulation_type str
- is_full_ boolallocation_ enabled 
- label str
- mod_time str
- moid str
- naa_id str
- name str
- namespace_id str
- num_of_ floatpaths 
- nvm_subsystem_ strid 
- object_type str
- owners Sequence[str]
- parent
GetStorage Hitachi Volume Parent 
- parity_group_ Sequence[str]ids 
- parity_groups Sequence[GetStorage Hitachi Volume Parity Group] 
- permission_resources Sequence[GetStorage Hitachi Volume Permission Resource] 
- pool
GetStorage Hitachi Volume Pool 
- pool_id str
- raid_level str
- raid_type str
- registered_device GetStorage Hitachi Volume Registered Device 
- str
- size float
- status str
- storage_utilization GetStorage Hitachi Volume Storage Utilization 
- 
Sequence[GetStorage Hitachi Volume Tag] 
- version_context GetStorage Hitachi Volume Version Context 
- 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
- dataReduction StringMode 
- dataReduction StringStatus 
- description String
- domainGroup StringMoid 
- driveType String
- emulationType String
- isFull BooleanAllocation Enabled 
- label String
- modTime String
- moid String
- naaId String
- name String
- namespaceId String
- numOf NumberPaths 
- nvmSubsystem StringId 
- objectType String
- owners List<String>
- parent Property Map
- parityGroup List<String>Ids 
- parityGroups List<Property Map>
- permissionResources List<Property Map>
- pool Property Map
- poolId String
- raidLevel String
- raidType String
- registeredDevice Property Map
- String
- size Number
- status String
- storageUtilization Property Map
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageHitachiVolumeResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Hitachi Volume Result Ancestor> 
- Arrays
List<GetStorage Hitachi Volume Result Array> 
- 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.
- DataReduction stringMode 
- 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.
- DataReduction stringStatus 
- 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.
- DomainGroup stringMoid 
- 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.
- IsFull boolAllocation Enabled 
- 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.
- NumOf doublePaths 
- Number of paths set for the volume.
- NvmSubsystem stringId 
- NVM subsystem ID on storage system.
- ObjectType string
- Owners List<string>
- Parents
List<GetStorage Hitachi Volume Result Parent> 
- ParityGroup List<string>Ids 
- ParityGroups List<GetStorage Hitachi Volume Result Parity Group> 
- PermissionResources List<GetStorage Hitachi Volume Result Permission Resource> 
- PoolId string
- ID of the pool with which the volume is associated.
- Pools
List<GetStorage Hitachi Volume Result Pool> 
- 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<GetStorage Hitachi Volume Result Registered Device> 
- 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<GetStorage Hitachi Volume Result Storage Utilization> 
- 
List<GetStorage Hitachi Volume Result Tag> 
- VersionContexts List<GetStorage Hitachi Volume Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Hitachi Volume Result Ancestor 
- Arrays
[]GetStorage Hitachi Volume Result Array 
- Attributes []string
- ClassId string
- ClprId float64
- CLPR (Cache Logical Partition) number of this volume.
- CreateTime string
- The time when this managed object was created.
- DataReduction stringMode 
- 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.
- DataReduction stringStatus 
- 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.
- DomainGroup stringMoid 
- 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.
- IsFull boolAllocation Enabled 
- 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.
- NumOf float64Paths 
- Number of paths set for the volume.
- NvmSubsystem stringId 
- NVM subsystem ID on storage system.
- ObjectType string
- Owners []string
- Parents
[]GetStorage Hitachi Volume Result Parent 
- ParityGroup []stringIds 
- ParityGroups []GetStorage Hitachi Volume Result Parity Group 
- PermissionResources []GetStorage Hitachi Volume Result Permission Resource 
- PoolId string
- ID of the pool with which the volume is associated.
- Pools
[]GetStorage Hitachi Volume Result Pool 
- 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 []GetStorage Hitachi Volume Result Registered Device 
- 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 []GetStorage Hitachi Volume Result Storage Utilization 
- 
[]GetStorage Hitachi Volume Result Tag 
- VersionContexts []GetStorage Hitachi Volume Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Hitachi Volume Result Ancestor> 
- arrays
List<GetStorage Hitachi Volume Result Array> 
- 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.
- dataReduction StringMode 
- 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.
- dataReduction StringStatus 
- 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.
- domainGroup StringMoid 
- 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.
- isFull BooleanAllocation Enabled 
- 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.
- numOf DoublePaths 
- Number of paths set for the volume.
- nvmSubsystem StringId 
- NVM subsystem ID on storage system.
- objectType String
- owners List<String>
- parents
List<GetStorage Hitachi Volume Result Parent> 
- parityGroup List<String>Ids 
- parityGroups List<GetStorage Hitachi Volume Result Parity Group> 
- permissionResources List<GetStorage Hitachi Volume Result Permission Resource> 
- poolId String
- ID of the pool with which the volume is associated.
- pools
List<GetStorage Hitachi Volume Result Pool> 
- 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<GetStorage Hitachi Volume Result Registered Device> 
- 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<GetStorage Hitachi Volume Result Storage Utilization> 
- 
List<GetStorage Hitachi Volume Result Tag> 
- versionContexts List<GetStorage Hitachi Volume Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Hitachi Volume Result Ancestor[] 
- arrays
GetStorage Hitachi Volume Result Array[] 
- attributes string[]
- classId string
- clprId number
- CLPR (Cache Logical Partition) number of this volume.
- createTime string
- The time when this managed object was created.
- dataReduction stringMode 
- 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.
- dataReduction stringStatus 
- 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.
- domainGroup stringMoid 
- 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.
- isFull booleanAllocation Enabled 
- 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.
- numOf numberPaths 
- Number of paths set for the volume.
- nvmSubsystem stringId 
- NVM subsystem ID on storage system.
- objectType string
- owners string[]
- parents
GetStorage Hitachi Volume Result Parent[] 
- parityGroup string[]Ids 
- parityGroups GetStorage Hitachi Volume Result Parity Group[] 
- permissionResources GetStorage Hitachi Volume Result Permission Resource[] 
- poolId string
- ID of the pool with which the volume is associated.
- pools
GetStorage Hitachi Volume Result Pool[] 
- 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 GetStorage Hitachi Volume Result Registered Device[] 
- 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 GetStorage Hitachi Volume Result Storage Utilization[] 
- 
GetStorage Hitachi Volume Result Tag[] 
- versionContexts GetStorage Hitachi Volume Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Hitachi Volume Result Ancestor] 
- arrays
Sequence[GetStorage Hitachi Volume Result Array] 
- 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_ strmode 
- 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_ strstatus 
- 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_ strmoid 
- 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_ boolallocation_ enabled 
- 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_ floatpaths 
- Number of paths set for the volume.
- nvm_subsystem_ strid 
- NVM subsystem ID on storage system.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetStorage Hitachi Volume Result Parent] 
- parity_group_ Sequence[str]ids 
- parity_groups Sequence[GetStorage Hitachi Volume Result Parity Group] 
- permission_resources Sequence[GetStorage Hitachi Volume Result Permission Resource] 
- pool_id str
- ID of the pool with which the volume is associated.
- pools
Sequence[GetStorage Hitachi Volume Result Pool] 
- 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[GetStorage Hitachi Volume Result Registered Device] 
- 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[GetStorage Hitachi Volume Result Storage Utilization] 
- 
Sequence[GetStorage Hitachi Volume Result Tag] 
- version_contexts Sequence[GetStorage Hitachi Volume Result Version Context] 
- 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.
- dataReduction StringMode 
- 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.
- dataReduction StringStatus 
- 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.
- domainGroup StringMoid 
- 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.
- isFull BooleanAllocation Enabled 
- 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.
- numOf NumberPaths 
- Number of paths set for the volume.
- nvmSubsystem StringId 
- NVM subsystem ID on storage system.
- objectType String
- owners List<String>
- parents List<Property Map>
- parityGroup List<String>Ids 
- 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>
- 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>
- 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
- additional_properties str
- available float
- capacity_utilization float
- class_id str
- free float
- object_type str
- total float
- used float
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetStorageHitachiVolumeResultVersionContext      
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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<GetStorage Hitachi Volume Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hitachi Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetStorage Hitachi Volume Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetStorage Hitachi Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetStorage Hitachi Volume Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hitachi Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetStorage Hitachi Volume Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetStorage Hitachi Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetStorage Hitachi Volume Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetStorage Hitachi Volume Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet