intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getStorageHitachiVolume
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
A volume entity in Hitachi storage array.
Using getStorageHitachiVolume
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStorageHitachiVolume(args: GetStorageHitachiVolumeArgs, opts?: InvokeOptions): Promise<GetStorageHitachiVolumeResult>
function getStorageHitachiVolumeOutput(args: GetStorageHitachiVolumeOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiVolumeResult>
def get_storage_hitachi_volume(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetStorageHitachiVolumeAncestor]] = None,
array: Optional[GetStorageHitachiVolumeArray] = None,
attributes: Optional[Sequence[str]] = None,
class_id: Optional[str] = None,
clpr_id: Optional[float] = None,
create_time: Optional[str] = None,
data_reduction_mode: Optional[str] = None,
data_reduction_status: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
drive_type: Optional[str] = None,
emulation_type: Optional[str] = None,
id: Optional[str] = None,
is_full_allocation_enabled: Optional[bool] = None,
label: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
naa_id: Optional[str] = None,
name: Optional[str] = None,
namespace_id: Optional[str] = None,
num_of_paths: Optional[float] = None,
nvm_subsystem_id: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetStorageHitachiVolumeParent] = None,
parity_group_ids: Optional[Sequence[str]] = None,
parity_groups: Optional[Sequence[GetStorageHitachiVolumeParityGroup]] = None,
permission_resources: Optional[Sequence[GetStorageHitachiVolumePermissionResource]] = None,
pool: Optional[GetStorageHitachiVolumePool] = None,
pool_id: Optional[str] = None,
raid_level: Optional[str] = None,
raid_type: Optional[str] = None,
registered_device: Optional[GetStorageHitachiVolumeRegisteredDevice] = None,
shared_scope: Optional[str] = None,
size: Optional[float] = None,
status: Optional[str] = None,
storage_utilization: Optional[GetStorageHitachiVolumeStorageUtilization] = None,
tags: Optional[Sequence[GetStorageHitachiVolumeTag]] = None,
version_context: Optional[GetStorageHitachiVolumeVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetStorageHitachiVolumeResult
def get_storage_hitachi_volume_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumeAncestorArgs]]]] = None,
array: Optional[pulumi.Input[GetStorageHitachiVolumeArrayArgs]] = None,
attributes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
clpr_id: Optional[pulumi.Input[float]] = None,
create_time: Optional[pulumi.Input[str]] = None,
data_reduction_mode: Optional[pulumi.Input[str]] = None,
data_reduction_status: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
drive_type: Optional[pulumi.Input[str]] = None,
emulation_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
is_full_allocation_enabled: Optional[pulumi.Input[bool]] = None,
label: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
naa_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
namespace_id: Optional[pulumi.Input[str]] = None,
num_of_paths: Optional[pulumi.Input[float]] = None,
nvm_subsystem_id: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetStorageHitachiVolumeParentArgs]] = None,
parity_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parity_groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumeParityGroupArgs]]]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumePermissionResourceArgs]]]] = None,
pool: Optional[pulumi.Input[GetStorageHitachiVolumePoolArgs]] = None,
pool_id: Optional[pulumi.Input[str]] = None,
raid_level: Optional[pulumi.Input[str]] = None,
raid_type: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetStorageHitachiVolumeRegisteredDeviceArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
size: Optional[pulumi.Input[float]] = None,
status: Optional[pulumi.Input[str]] = None,
storage_utilization: Optional[pulumi.Input[GetStorageHitachiVolumeStorageUtilizationArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiVolumeTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetStorageHitachiVolumeVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiVolumeResult]
func LookupStorageHitachiVolume(ctx *Context, args *LookupStorageHitachiVolumeArgs, opts ...InvokeOption) (*LookupStorageHitachiVolumeResult, error)
func LookupStorageHitachiVolumeOutput(ctx *Context, args *LookupStorageHitachiVolumeOutputArgs, opts ...InvokeOption) LookupStorageHitachiVolumeResultOutput
> Note: This function is named LookupStorageHitachiVolume
in the Go SDK.
public static class GetStorageHitachiVolume
{
public static Task<GetStorageHitachiVolumeResult> InvokeAsync(GetStorageHitachiVolumeArgs args, InvokeOptions? opts = null)
public static Output<GetStorageHitachiVolumeResult> Invoke(GetStorageHitachiVolumeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStorageHitachiVolumeResult> getStorageHitachiVolume(GetStorageHitachiVolumeArgs args, InvokeOptions options)
public static Output<GetStorageHitachiVolumeResult> getStorageHitachiVolume(GetStorageHitachiVolumeArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getStorageHitachiVolume:getStorageHitachiVolume
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Hitachi Volume Ancestor> - Array
Get
Storage Hitachi Volume Array - Attributes List<string>
- Class
Id string - Clpr
Id double - CLPR (Cache Logical Partition) number of this volume.
- Create
Time string - The time when this managed object was created.
- Data
Reduction 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. - Data
Reduction 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type string - Code indicating the drive type of the drive belonging to the volume.
- Emulation
Type 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
- Is
Full boolAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- Label string
- Label of the volume, as configured in the storage array.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Naa
Id string - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- Namespace
Id string - Namespace ID registered in NVM Subsystem.
- Num
Of doublePaths - Number of paths set for the volume.
- Nvm
Subsystem stringId - NVM subsystem ID on storage system.
- Object
Type string - Owners List<string>
- Parent
Get
Storage Hitachi Volume Parent - Parity
Group List<string>Ids - Parity
Groups List<GetStorage Hitachi Volume Parity Group> - Permission
Resources List<GetStorage Hitachi Volume Permission Resource> - Pool
Get
Storage Hitachi Volume Pool - Pool
Id string - ID of the pool with which the volume is associated.
- Raid
Level 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. - Raid
Type string - RAID type drive configuration.
- Registered
Device 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). - Storage
Utilization GetStorage Hitachi Volume Storage Utilization - List<Get
Storage Hitachi Volume Tag> - Version
Context GetStorage Hitachi Volume Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Hitachi Volume Ancestor - Array
Get
Storage Hitachi Volume Array - Attributes []string
- Class
Id string - Clpr
Id float64 - CLPR (Cache Logical Partition) number of this volume.
- Create
Time string - The time when this managed object was created.
- Data
Reduction 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. - Data
Reduction 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type string - Code indicating the drive type of the drive belonging to the volume.
- Emulation
Type 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
- Is
Full boolAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- Label string
- Label of the volume, as configured in the storage array.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Naa
Id string - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- Namespace
Id string - Namespace ID registered in NVM Subsystem.
- Num
Of float64Paths - Number of paths set for the volume.
- Nvm
Subsystem stringId - NVM subsystem ID on storage system.
- Object
Type string - Owners []string
- Parent
Get
Storage Hitachi Volume Parent - Parity
Group []stringIds - Parity
Groups []GetStorage Hitachi Volume Parity Group - Permission
Resources []GetStorage Hitachi Volume Permission Resource - Pool
Get
Storage Hitachi Volume Pool - Pool
Id string - ID of the pool with which the volume is associated.
- Raid
Level 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. - Raid
Type string - RAID type drive configuration.
- Registered
Device 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). - Storage
Utilization GetStorage Hitachi Volume Storage Utilization - []Get
Storage Hitachi Volume Tag - Version
Context GetStorage Hitachi Volume Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Hitachi Volume Ancestor> - array
Get
Storage Hitachi Volume Array - attributes List<String>
- class
Id String - clpr
Id Double - CLPR (Cache Logical Partition) number of this volume.
- create
Time String - The time when this managed object was created.
- data
Reduction 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. - data
Reduction 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type String - Code indicating the drive type of the drive belonging to the volume.
- emulation
Type 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
- is
Full BooleanAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- label String
- Label of the volume, as configured in the storage array.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naa
Id String - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- namespace
Id String - Namespace ID registered in NVM Subsystem.
- num
Of DoublePaths - Number of paths set for the volume.
- nvm
Subsystem StringId - NVM subsystem ID on storage system.
- object
Type String - owners List<String>
- parent
Get
Storage Hitachi Volume Parent - parity
Group List<String>Ids - parity
Groups List<GetStorage Hitachi Volume Parity Group> - permission
Resources List<GetStorage Hitachi Volume Permission Resource> - pool
Get
Storage Hitachi Volume Pool - pool
Id String - ID of the pool with which the volume is associated.
- raid
Level 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. - raid
Type String - RAID type drive configuration.
- registered
Device 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). - storage
Utilization GetStorage Hitachi Volume Storage Utilization - List<Get
Storage Hitachi Volume Tag> - version
Context GetStorage Hitachi Volume Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Hitachi Volume Ancestor[] - array
Get
Storage Hitachi Volume Array - attributes string[]
- class
Id string - clpr
Id number - CLPR (Cache Logical Partition) number of this volume.
- create
Time string - The time when this managed object was created.
- data
Reduction 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. - data
Reduction 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- drive
Type string - Code indicating the drive type of the drive belonging to the volume.
- emulation
Type 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
- is
Full booleanAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- label string
- Label of the volume, as configured in the storage array.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- naa
Id string - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name string
- Named entity of the volume.
- namespace
Id string - Namespace ID registered in NVM Subsystem.
- num
Of numberPaths - Number of paths set for the volume.
- nvm
Subsystem stringId - NVM subsystem ID on storage system.
- object
Type string - owners string[]
- parent
Get
Storage Hitachi Volume Parent - parity
Group string[]Ids - parity
Groups GetStorage Hitachi Volume Parity Group[] - permission
Resources GetStorage Hitachi Volume Permission Resource[] - pool
Get
Storage Hitachi Volume Pool - pool
Id string - ID of the pool with which the volume is associated.
- raid
Level 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. - raid
Type string - RAID type drive configuration.
- registered
Device 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). - storage
Utilization GetStorage Hitachi Volume Storage Utilization - Get
Storage Hitachi Volume Tag[] - version
Context GetStorage Hitachi Volume Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Hitachi Volume Ancestor] - array
Get
Storage 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
Get
Storage 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
Get
Storage 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[Get
Storage Hitachi Volume Tag] - version_
context GetStorage Hitachi Volume Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- array Property Map
- attributes List<String>
- class
Id String - clpr
Id Number - CLPR (Cache Logical Partition) number of this volume.
- create
Time String - The time when this managed object was created.
- data
Reduction 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. - data
Reduction 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type String - Code indicating the drive type of the drive belonging to the volume.
- emulation
Type 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
- is
Full BooleanAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- label String
- Label of the volume, as configured in the storage array.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naa
Id String - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- namespace
Id String - Namespace ID registered in NVM Subsystem.
- num
Of NumberPaths - Number of paths set for the volume.
- nvm
Subsystem StringId - NVM subsystem ID on storage system.
- object
Type String - owners List<String>
- parent Property Map
- parity
Group List<String>Ids - parity
Groups List<Property Map> - permission
Resources List<Property Map> - pool Property Map
- pool
Id String - ID of the pool with which the volume is associated.
- raid
Level 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. - raid
Type String - RAID type drive configuration.
- registered
Device 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). - storage
Utilization Property Map - List<Property Map>
- version
Context Property Map
getStorageHitachiVolume Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Hitachi Volume Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Hitachi Volume Ancestor> - Array
Get
Storage Hitachi Volume Array - Attributes List<string>
- Class
Id string - Clpr
Id double - Create
Time string - Data
Reduction stringMode - Data
Reduction stringStatus - Description string
- Domain
Group stringMoid - Drive
Type string - Emulation
Type string - Is
Full boolAllocation Enabled - Label string
- Mod
Time string - Moid string
- Naa
Id string - Name string
- Namespace
Id string - Num
Of doublePaths - Nvm
Subsystem stringId - Object
Type string - Owners List<string>
- Parent
Get
Storage Hitachi Volume Parent - Parity
Group List<string>Ids - Parity
Groups List<GetStorage Hitachi Volume Parity Group> - Permission
Resources List<GetStorage Hitachi Volume Permission Resource> - Pool
Get
Storage Hitachi Volume Pool - Pool
Id string - Raid
Level string - Raid
Type string - Registered
Device GetStorage Hitachi Volume Registered Device - string
- Size double
- Status string
- Storage
Utilization GetStorage Hitachi Volume Storage Utilization - List<Get
Storage Hitachi Volume Tag> - Version
Context GetStorage Hitachi Volume Version Context
- Id string
- Results
[]Get
Storage Hitachi Volume Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Hitachi Volume Ancestor - Array
Get
Storage Hitachi Volume Array - Attributes []string
- Class
Id string - Clpr
Id float64 - Create
Time string - Data
Reduction stringMode - Data
Reduction stringStatus - Description string
- Domain
Group stringMoid - Drive
Type string - Emulation
Type string - Is
Full boolAllocation Enabled - Label string
- Mod
Time string - Moid string
- Naa
Id string - Name string
- Namespace
Id string - Num
Of float64Paths - Nvm
Subsystem stringId - Object
Type string - Owners []string
- Parent
Get
Storage Hitachi Volume Parent - Parity
Group []stringIds - Parity
Groups []GetStorage Hitachi Volume Parity Group - Permission
Resources []GetStorage Hitachi Volume Permission Resource - Pool
Get
Storage Hitachi Volume Pool - Pool
Id string - Raid
Level string - Raid
Type string - Registered
Device GetStorage Hitachi Volume Registered Device - string
- Size float64
- Status string
- Storage
Utilization GetStorage Hitachi Volume Storage Utilization - []Get
Storage Hitachi Volume Tag - Version
Context GetStorage Hitachi Volume Version Context
- id String
- results
List<Get
Storage Hitachi Volume Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Hitachi Volume Ancestor> - array
Get
Storage Hitachi Volume Array - attributes List<String>
- class
Id String - clpr
Id Double - create
Time String - data
Reduction StringMode - data
Reduction StringStatus - description String
- domain
Group StringMoid - drive
Type String - emulation
Type String - is
Full BooleanAllocation Enabled - label String
- mod
Time String - moid String
- naa
Id String - name String
- namespace
Id String - num
Of DoublePaths - nvm
Subsystem StringId - object
Type String - owners List<String>
- parent
Get
Storage Hitachi Volume Parent - parity
Group List<String>Ids - parity
Groups List<GetStorage Hitachi Volume Parity Group> - permission
Resources List<GetStorage Hitachi Volume Permission Resource> - pool
Get
Storage Hitachi Volume Pool - pool
Id String - raid
Level String - raid
Type String - registered
Device GetStorage Hitachi Volume Registered Device - String
- size Double
- status String
- storage
Utilization GetStorage Hitachi Volume Storage Utilization - List<Get
Storage Hitachi Volume Tag> - version
Context GetStorage Hitachi Volume Version Context
- id string
- results
Get
Storage Hitachi Volume Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Hitachi Volume Ancestor[] - array
Get
Storage Hitachi Volume Array - attributes string[]
- class
Id string - clpr
Id number - create
Time string - data
Reduction stringMode - data
Reduction stringStatus - description string
- domain
Group stringMoid - drive
Type string - emulation
Type string - is
Full booleanAllocation Enabled - label string
- mod
Time string - moid string
- naa
Id string - name string
- namespace
Id string - num
Of numberPaths - nvm
Subsystem stringId - object
Type string - owners string[]
- parent
Get
Storage Hitachi Volume Parent - parity
Group string[]Ids - parity
Groups GetStorage Hitachi Volume Parity Group[] - permission
Resources GetStorage Hitachi Volume Permission Resource[] - pool
Get
Storage Hitachi Volume Pool - pool
Id string - raid
Level string - raid
Type string - registered
Device GetStorage Hitachi Volume Registered Device - string
- size number
- status string
- storage
Utilization GetStorage Hitachi Volume Storage Utilization - Get
Storage Hitachi Volume Tag[] - version
Context GetStorage Hitachi Volume Version Context
- id str
- results
Sequence[Get
Storage Hitachi Volume Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Hitachi Volume Ancestor] - array
Get
Storage 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
Get
Storage 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
Get
Storage 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[Get
Storage Hitachi Volume Tag] - version_
context GetStorage Hitachi Volume Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- array Property Map
- attributes List<String>
- class
Id String - clpr
Id Number - create
Time String - data
Reduction StringMode - data
Reduction StringStatus - description String
- domain
Group StringMoid - drive
Type String - emulation
Type String - is
Full BooleanAllocation Enabled - label String
- mod
Time String - moid String
- naa
Id String - name String
- namespace
Id String - num
Of NumberPaths - nvm
Subsystem StringId - object
Type String - owners List<String>
- parent Property Map
- parity
Group List<String>Ids - parity
Groups List<Property Map> - permission
Resources List<Property Map> - pool Property Map
- pool
Id String - raid
Level String - raid
Type String - registered
Device Property Map - String
- size Number
- status String
- storage
Utilization Property Map - List<Property Map>
- version
Context Property Map
Supporting Types
GetStorageHitachiVolumeAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Hitachi Volume Result Ancestor> - Arrays
List<Get
Storage Hitachi Volume Result Array> - Attributes List<string>
- Class
Id string - Clpr
Id double - CLPR (Cache Logical Partition) number of this volume.
- Create
Time string - The time when this managed object was created.
- Data
Reduction 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. - Data
Reduction 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type string - Code indicating the drive type of the drive belonging to the volume.
- Emulation
Type 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. - Is
Full boolAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- Label string
- Label of the volume, as configured in the storage array.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Naa
Id string - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- Namespace
Id string - Namespace ID registered in NVM Subsystem.
- Num
Of doublePaths - Number of paths set for the volume.
- Nvm
Subsystem stringId - NVM subsystem ID on storage system.
- Object
Type string - Owners List<string>
- Parents
List<Get
Storage Hitachi Volume Result Parent> - Parity
Group List<string>Ids - Parity
Groups List<GetStorage Hitachi Volume Result Parity Group> - Permission
Resources List<GetStorage Hitachi Volume Result Permission Resource> - Pool
Id string - ID of the pool with which the volume is associated.
- Pools
List<Get
Storage Hitachi Volume Result Pool> - Raid
Level 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. - Raid
Type string - RAID type drive configuration.
- Registered
Devices 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). - Storage
Utilizations List<GetStorage Hitachi Volume Result Storage Utilization> - List<Get
Storage Hitachi Volume Result Tag> - Version
Contexts List<GetStorage Hitachi Volume Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Hitachi Volume Result Ancestor - Arrays
[]Get
Storage Hitachi Volume Result Array - Attributes []string
- Class
Id string - Clpr
Id float64 - CLPR (Cache Logical Partition) number of this volume.
- Create
Time string - The time when this managed object was created.
- Data
Reduction 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. - Data
Reduction 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type string - Code indicating the drive type of the drive belonging to the volume.
- Emulation
Type 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. - Is
Full boolAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- Label string
- Label of the volume, as configured in the storage array.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Naa
Id string - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- Name string
- Named entity of the volume.
- Namespace
Id string - Namespace ID registered in NVM Subsystem.
- Num
Of float64Paths - Number of paths set for the volume.
- Nvm
Subsystem stringId - NVM subsystem ID on storage system.
- Object
Type string - Owners []string
- Parents
[]Get
Storage Hitachi Volume Result Parent - Parity
Group []stringIds - Parity
Groups []GetStorage Hitachi Volume Result Parity Group - Permission
Resources []GetStorage Hitachi Volume Result Permission Resource - Pool
Id string - ID of the pool with which the volume is associated.
- Pools
[]Get
Storage Hitachi Volume Result Pool - Raid
Level 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. - Raid
Type string - RAID type drive configuration.
- Registered
Devices []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). - Storage
Utilizations []GetStorage Hitachi Volume Result Storage Utilization - []Get
Storage Hitachi Volume Result Tag - Version
Contexts []GetStorage Hitachi Volume Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Hitachi Volume Result Ancestor> - arrays
List<Get
Storage Hitachi Volume Result Array> - attributes List<String>
- class
Id String - clpr
Id Double - CLPR (Cache Logical Partition) number of this volume.
- create
Time String - The time when this managed object was created.
- data
Reduction 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. - data
Reduction 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type String - Code indicating the drive type of the drive belonging to the volume.
- emulation
Type 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. - is
Full BooleanAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- label String
- Label of the volume, as configured in the storage array.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naa
Id String - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- namespace
Id String - Namespace ID registered in NVM Subsystem.
- num
Of DoublePaths - Number of paths set for the volume.
- nvm
Subsystem StringId - NVM subsystem ID on storage system.
- object
Type String - owners List<String>
- parents
List<Get
Storage Hitachi Volume Result Parent> - parity
Group List<String>Ids - parity
Groups List<GetStorage Hitachi Volume Result Parity Group> - permission
Resources List<GetStorage Hitachi Volume Result Permission Resource> - pool
Id String - ID of the pool with which the volume is associated.
- pools
List<Get
Storage Hitachi Volume Result Pool> - raid
Level 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. - raid
Type String - RAID type drive configuration.
- registered
Devices 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). - storage
Utilizations List<GetStorage Hitachi Volume Result Storage Utilization> - List<Get
Storage Hitachi Volume Result Tag> - version
Contexts List<GetStorage Hitachi Volume Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Hitachi Volume Result Ancestor[] - arrays
Get
Storage Hitachi Volume Result Array[] - attributes string[]
- class
Id string - clpr
Id number - CLPR (Cache Logical Partition) number of this volume.
- create
Time string - The time when this managed object was created.
- data
Reduction 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. - data
Reduction 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- drive
Type string - Code indicating the drive type of the drive belonging to the volume.
- emulation
Type 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. - is
Full booleanAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- label string
- Label of the volume, as configured in the storage array.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- naa
Id string - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name string
- Named entity of the volume.
- namespace
Id string - Namespace ID registered in NVM Subsystem.
- num
Of numberPaths - Number of paths set for the volume.
- nvm
Subsystem stringId - NVM subsystem ID on storage system.
- object
Type string - owners string[]
- parents
Get
Storage Hitachi Volume Result Parent[] - parity
Group string[]Ids - parity
Groups GetStorage Hitachi Volume Result Parity Group[] - permission
Resources GetStorage Hitachi Volume Result Permission Resource[] - pool
Id string - ID of the pool with which the volume is associated.
- pools
Get
Storage Hitachi Volume Result Pool[] - raid
Level 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. - raid
Type string - RAID type drive configuration.
- registered
Devices 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). - storage
Utilizations GetStorage Hitachi Volume Result Storage Utilization[] - Get
Storage Hitachi Volume Result Tag[] - version
Contexts GetStorage Hitachi Volume Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Hitachi Volume Result Ancestor] - arrays
Sequence[Get
Storage 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[Get
Storage 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[Get
Storage 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[Get
Storage Hitachi Volume Result Tag] - version_
contexts Sequence[GetStorage Hitachi Volume Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- arrays List<Property Map>
- attributes List<String>
- class
Id String - clpr
Id Number - CLPR (Cache Logical Partition) number of this volume.
- create
Time String - The time when this managed object was created.
- data
Reduction 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. - data
Reduction 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type String - Code indicating the drive type of the drive belonging to the volume.
- emulation
Type 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. - is
Full BooleanAllocation Enabled - Whether pages are reserved by the FullAllocation functionality.
- label String
- Label of the volume, as configured in the storage array.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- naa
Id String - NAA id of volume. It is a significant number to identify corresponding lun path in hypervisor.
- name String
- Named entity of the volume.
- namespace
Id String - Namespace ID registered in NVM Subsystem.
- num
Of NumberPaths - Number of paths set for the volume.
- nvm
Subsystem StringId - NVM subsystem ID on storage system.
- object
Type String - owners List<String>
- parents List<Property Map>
- parity
Group List<String>Ids - parity
Groups List<Property Map> - permission
Resources List<Property Map> - pool
Id String - ID of the pool with which the volume is associated.
- pools List<Property Map>
- raid
Level 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. - raid
Type String - RAID type drive configuration.
- registered
Devices 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). - storage
Utilizations List<Property Map> - List<Property Map>
- version
Contexts List<Property Map>
GetStorageHitachiVolumeResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultArray
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultParityGroup
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultPool
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultStorageUtilization
- Additional
Properties string - Available double
- Capacity
Utilization double - Class
Id string - Free double
- Object
Type string - Total double
- Used double
- Additional
Properties string - Available float64
- Capacity
Utilization float64 - Class
Id string - Free float64
- Object
Type string - Total float64
- Used float64
- additional
Properties String - available Double
- capacity
Utilization Double - class
Id String - free Double
- object
Type String - total Double
- used Double
- additional
Properties string - available number
- capacity
Utilization number - class
Id string - free number
- object
Type 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
- additional
Properties String - available Number
- capacity
Utilization Number - class
Id String - free Number
- object
Type String - total Number
- used Number
GetStorageHitachiVolumeResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetStorageHitachiVolumeResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetStorageHitachiVolumeResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetStorageHitachiVolumeStorageUtilization
- Additional
Properties string - Available double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Capacity
Utilization double - Percentage of used capacity.
- Class
Id 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.
- Object
Type 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.
- Additional
Properties string - Available float64
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- Capacity
Utilization float64 - Percentage of used capacity.
- Class
Id 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.
- Object
Type 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.
- additional
Properties String - available Double
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization Double - Percentage of used capacity.
- class
Id 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.
- object
Type 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.
- additional
Properties string - available number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization number - Percentage of used capacity.
- class
Id 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.
- object
Type 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.
- additional
Properties String - available Number
- Total consumable storage capacity represented in bytes. System may reserve some space for internal purposes which is excluded from total capacity.
- capacity
Utilization Number - Percentage of used capacity.
- class
Id 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.
- object
Type 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetStorageHitachiVolumeVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - 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 string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetStorage Hitachi Volume Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - 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 String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetStorage Hitachi Volume Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - 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 string
- The time this versioned Managed Object was created.
- version
Type 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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 string - Class
Id 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.
- Object
Type 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 String - class
Id 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.
- object
Type 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 string - class
Id 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.
- object
Type 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'.
- additional
Properties String - class
Id 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.
- object
Type 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet