intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getStorageHitachiDisk
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
Disk entity associated with Hitachi storage array.
Using getStorageHitachiDisk
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 getStorageHitachiDisk(args: GetStorageHitachiDiskArgs, opts?: InvokeOptions): Promise<GetStorageHitachiDiskResult>
function getStorageHitachiDiskOutput(args: GetStorageHitachiDiskOutputArgs, opts?: InvokeOptions): Output<GetStorageHitachiDiskResult>
def get_storage_hitachi_disk(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetStorageHitachiDiskAncestor]] = None,
array: Optional[GetStorageHitachiDiskArray] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
device_mo_id: Optional[str] = None,
dn: Optional[str] = None,
domain_group_moid: Optional[str] = None,
drive_type_code: Optional[str] = None,
id: Optional[str] = None,
is_upgraded: Optional[bool] = None,
mod_time: Optional[str] = None,
model: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetStorageHitachiDiskParent] = None,
parity_group: Optional[GetStorageHitachiDiskParityGroup] = None,
parity_group_id: Optional[str] = None,
part_number: Optional[str] = None,
permission_resources: Optional[Sequence[GetStorageHitachiDiskPermissionResource]] = None,
presence: Optional[str] = None,
previous_fru: Optional[GetStorageHitachiDiskPreviousFru] = None,
protocol: Optional[str] = None,
registered_device: Optional[GetStorageHitachiDiskRegisteredDevice] = None,
revision: Optional[str] = None,
rn: Optional[str] = None,
serial: Optional[str] = None,
shared_scope: Optional[str] = None,
speed: Optional[float] = None,
status: Optional[str] = None,
storage_utilization: Optional[GetStorageHitachiDiskStorageUtilization] = None,
tags: Optional[Sequence[GetStorageHitachiDiskTag]] = None,
type: Optional[str] = None,
type_detail: Optional[str] = None,
usage: Optional[str] = None,
vendor: Optional[str] = None,
version_context: Optional[GetStorageHitachiDiskVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetStorageHitachiDiskResult
def get_storage_hitachi_disk_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiDiskAncestorArgs]]]] = None,
array: Optional[pulumi.Input[GetStorageHitachiDiskArrayArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
device_mo_id: Optional[pulumi.Input[str]] = None,
dn: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
drive_type_code: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
is_upgraded: Optional[pulumi.Input[bool]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
nr_version: 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[GetStorageHitachiDiskParentArgs]] = None,
parity_group: Optional[pulumi.Input[GetStorageHitachiDiskParityGroupArgs]] = None,
parity_group_id: Optional[pulumi.Input[str]] = None,
part_number: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiDiskPermissionResourceArgs]]]] = None,
presence: Optional[pulumi.Input[str]] = None,
previous_fru: Optional[pulumi.Input[GetStorageHitachiDiskPreviousFruArgs]] = None,
protocol: Optional[pulumi.Input[str]] = None,
registered_device: Optional[pulumi.Input[GetStorageHitachiDiskRegisteredDeviceArgs]] = None,
revision: Optional[pulumi.Input[str]] = None,
rn: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
speed: Optional[pulumi.Input[float]] = None,
status: Optional[pulumi.Input[str]] = None,
storage_utilization: Optional[pulumi.Input[GetStorageHitachiDiskStorageUtilizationArgs]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageHitachiDiskTagArgs]]]] = None,
type: Optional[pulumi.Input[str]] = None,
type_detail: Optional[pulumi.Input[str]] = None,
usage: Optional[pulumi.Input[str]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetStorageHitachiDiskVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStorageHitachiDiskResult]
func LookupStorageHitachiDisk(ctx *Context, args *LookupStorageHitachiDiskArgs, opts ...InvokeOption) (*LookupStorageHitachiDiskResult, error)
func LookupStorageHitachiDiskOutput(ctx *Context, args *LookupStorageHitachiDiskOutputArgs, opts ...InvokeOption) LookupStorageHitachiDiskResultOutput
> Note: This function is named LookupStorageHitachiDisk
in the Go SDK.
public static class GetStorageHitachiDisk
{
public static Task<GetStorageHitachiDiskResult> InvokeAsync(GetStorageHitachiDiskArgs args, InvokeOptions? opts = null)
public static Output<GetStorageHitachiDiskResult> Invoke(GetStorageHitachiDiskInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStorageHitachiDiskResult> getStorageHitachiDisk(GetStorageHitachiDiskArgs args, InvokeOptions options)
public static Output<GetStorageHitachiDiskResult> getStorageHitachiDisk(GetStorageHitachiDiskArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getStorageHitachiDisk:getStorageHitachiDisk
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 Disk Ancestor> - Array
Get
Storage Hitachi Disk Array - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type stringCode - Drive type code of the Hitachi Disk.
- Id string
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Disk name available in storage array.
- Nr
Version string - Storage disk version number.
- Object
Type string - Owners List<string>
- Parent
Get
Storage Hitachi Disk Parent - Parity
Group GetStorage Hitachi Disk Parity Group - Parity
Group stringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- Part
Number string - Storage disk part number.
- Permission
Resources List<GetStorage Hitachi Disk Permission Resource> - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Hitachi Disk Previous Fru - Protocol string
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - Registered
Device GetStorage Hitachi Disk Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Speed double
- Disk speed for read or write operation measured in rpm.
- Status string
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - Storage
Utilization GetStorage Hitachi Disk Storage Utilization - List<Get
Storage Hitachi Disk Tag> - Type string
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - Type
Detail string - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - Usage string
- Purpose for which the drive is used.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Hitachi Disk Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Hitachi Disk Ancestor - Array
Get
Storage Hitachi Disk Array - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type stringCode - Drive type code of the Hitachi Disk.
- Id string
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Disk name available in storage array.
- Nr
Version string - Storage disk version number.
- Object
Type string - Owners []string
- Parent
Get
Storage Hitachi Disk Parent - Parity
Group GetStorage Hitachi Disk Parity Group - Parity
Group stringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- Part
Number string - Storage disk part number.
- Permission
Resources []GetStorage Hitachi Disk Permission Resource - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Fru GetStorage Hitachi Disk Previous Fru - Protocol string
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - Registered
Device GetStorage Hitachi Disk Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Speed float64
- Disk speed for read or write operation measured in rpm.
- Status string
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - Storage
Utilization GetStorage Hitachi Disk Storage Utilization - []Get
Storage Hitachi Disk Tag - Type string
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - Type
Detail string - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - Usage string
- Purpose for which the drive is used.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Context GetStorage Hitachi Disk Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Hitachi Disk Ancestor> - array
Get
Storage Hitachi Disk Array - class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type StringCode - Drive type code of the Hitachi Disk.
- id String
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Disk name available in storage array.
- nr
Version String - Storage disk version number.
- object
Type String - owners List<String>
- parent
Get
Storage Hitachi Disk Parent - parity
Group GetStorage Hitachi Disk Parity Group - parity
Group StringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- part
Number String - Storage disk part number.
- permission
Resources List<GetStorage Hitachi Disk Permission Resource> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Hitachi Disk Previous Fru - protocol String
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered
Device GetStorage Hitachi Disk Registered Device - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- speed Double
- Disk speed for read or write operation measured in rpm.
- status String
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage
Utilization GetStorage Hitachi Disk Storage Utilization - List<Get
Storage Hitachi Disk Tag> - type String
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type
Detail String - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage String
- Purpose for which the drive is used.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Hitachi Disk Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Hitachi Disk Ancestor[] - array
Get
Storage Hitachi Disk Array - class
Id string - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- drive
Type stringCode - Drive type code of the Hitachi Disk.
- id string
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Disk name available in storage array.
- nr
Version string - Storage disk version number.
- object
Type string - owners string[]
- parent
Get
Storage Hitachi Disk Parent - parity
Group GetStorage Hitachi Disk Parity Group - parity
Group stringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- part
Number string - Storage disk part number.
- permission
Resources GetStorage Hitachi Disk Permission Resource[] - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru GetStorage Hitachi Disk Previous Fru - protocol string
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered
Device GetStorage Hitachi Disk Registered Device - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- speed number
- Disk speed for read or write operation measured in rpm.
- status string
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage
Utilization GetStorage Hitachi Disk Storage Utilization - Get
Storage Hitachi Disk Tag[] - type string
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type
Detail string - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage string
- Purpose for which the drive is used.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Context GetStorage Hitachi Disk Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Hitachi Disk Ancestor] - array
Get
Storage Hitachi Disk Array - class_
id str - create_
time str - The time when this managed object was created.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- drive_
type_ strcode - Drive type code of the Hitachi Disk.
- id str
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Disk name available in storage array.
- nr_
version str - Storage disk version number.
- object_
type str - owners Sequence[str]
- parent
Get
Storage Hitachi Disk Parent - parity_
group GetStorage Hitachi Disk Parity Group - parity_
group_ strid - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- part_
number str - Storage disk part number.
- permission_
resources Sequence[GetStorage Hitachi Disk Permission Resource] - presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
fru GetStorage Hitachi Disk Previous Fru - protocol str
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered_
device GetStorage Hitachi Disk Registered Device - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- 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.
- speed float
- Disk speed for read or write operation measured in rpm.
- status str
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage_
utilization GetStorage Hitachi Disk Storage Utilization - Sequence[Get
Storage Hitachi Disk Tag] - type str
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type_
detail str - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage str
- Purpose for which the drive is used.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
context GetStorage Hitachi Disk Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- array Property Map
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type StringCode - Drive type code of the Hitachi Disk.
- id String
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Disk name available in storage array.
- nr
Version String - Storage disk version number.
- object
Type String - owners List<String>
- parent Property Map
- parity
Group Property Map - parity
Group StringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- part
Number String - Storage disk part number.
- permission
Resources List<Property Map> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Fru Property Map - protocol String
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered
Device Property Map - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- speed Number
- Disk speed for read or write operation measured in rpm.
- status String
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage
Utilization Property Map - List<Property Map>
- type String
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type
Detail String - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage String
- Purpose for which the drive is used.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Context Property Map
getStorageHitachiDisk Result
The following output properties are available:
- Id string
- Results
List<Get
Storage Hitachi Disk Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Storage Hitachi Disk Ancestor> - Array
Get
Storage Hitachi Disk Array - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Drive
Type stringCode - Is
Upgraded bool - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Version string - Object
Type string - Owners List<string>
- Parent
Get
Storage Hitachi Disk Parent - Parity
Group GetStorage Hitachi Disk Parity Group - Parity
Group stringId - Part
Number string - Permission
Resources List<GetStorage Hitachi Disk Permission Resource> - Presence string
- Previous
Fru GetStorage Hitachi Disk Previous Fru - Protocol string
- Registered
Device GetStorage Hitachi Disk Registered Device - Revision string
- Rn string
- Serial string
- string
- Speed double
- Status string
- Storage
Utilization GetStorage Hitachi Disk Storage Utilization - List<Get
Storage Hitachi Disk Tag> - Type string
- Type
Detail string - Usage string
- Vendor string
- Version
Context GetStorage Hitachi Disk Version Context
- Id string
- Results
[]Get
Storage Hitachi Disk Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Storage Hitachi Disk Ancestor - Array
Get
Storage Hitachi Disk Array - Class
Id string - Create
Time string - Device
Mo stringId - Dn string
- Domain
Group stringMoid - Drive
Type stringCode - Is
Upgraded bool - Mod
Time string - Model string
- Moid string
- Name string
- Nr
Version string - Object
Type string - Owners []string
- Parent
Get
Storage Hitachi Disk Parent - Parity
Group GetStorage Hitachi Disk Parity Group - Parity
Group stringId - Part
Number string - Permission
Resources []GetStorage Hitachi Disk Permission Resource - Presence string
- Previous
Fru GetStorage Hitachi Disk Previous Fru - Protocol string
- Registered
Device GetStorage Hitachi Disk Registered Device - Revision string
- Rn string
- Serial string
- string
- Speed float64
- Status string
- Storage
Utilization GetStorage Hitachi Disk Storage Utilization - []Get
Storage Hitachi Disk Tag - Type string
- Type
Detail string - Usage string
- Vendor string
- Version
Context GetStorage Hitachi Disk Version Context
- id String
- results
List<Get
Storage Hitachi Disk Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Storage Hitachi Disk Ancestor> - array
Get
Storage Hitachi Disk Array - class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - drive
Type StringCode - is
Upgraded Boolean - mod
Time String - model String
- moid String
- name String
- nr
Version String - object
Type String - owners List<String>
- parent
Get
Storage Hitachi Disk Parent - parity
Group GetStorage Hitachi Disk Parity Group - parity
Group StringId - part
Number String - permission
Resources List<GetStorage Hitachi Disk Permission Resource> - presence String
- previous
Fru GetStorage Hitachi Disk Previous Fru - protocol String
- registered
Device GetStorage Hitachi Disk Registered Device - revision String
- rn String
- serial String
- String
- speed Double
- status String
- storage
Utilization GetStorage Hitachi Disk Storage Utilization - List<Get
Storage Hitachi Disk Tag> - type String
- type
Detail String - usage String
- vendor String
- version
Context GetStorage Hitachi Disk Version Context
- id string
- results
Get
Storage Hitachi Disk Result[] - account
Moid string - additional
Properties string - ancestors
Get
Storage Hitachi Disk Ancestor[] - array
Get
Storage Hitachi Disk Array - class
Id string - create
Time string - device
Mo stringId - dn string
- domain
Group stringMoid - drive
Type stringCode - is
Upgraded boolean - mod
Time string - model string
- moid string
- name string
- nr
Version string - object
Type string - owners string[]
- parent
Get
Storage Hitachi Disk Parent - parity
Group GetStorage Hitachi Disk Parity Group - parity
Group stringId - part
Number string - permission
Resources GetStorage Hitachi Disk Permission Resource[] - presence string
- previous
Fru GetStorage Hitachi Disk Previous Fru - protocol string
- registered
Device GetStorage Hitachi Disk Registered Device - revision string
- rn string
- serial string
- string
- speed number
- status string
- storage
Utilization GetStorage Hitachi Disk Storage Utilization - Get
Storage Hitachi Disk Tag[] - type string
- type
Detail string - usage string
- vendor string
- version
Context GetStorage Hitachi Disk Version Context
- id str
- results
Sequence[Get
Storage Hitachi Disk Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Storage Hitachi Disk Ancestor] - array
Get
Storage Hitachi Disk Array - class_
id str - create_
time str - device_
mo_ strid - dn str
- domain_
group_ strmoid - drive_
type_ strcode - is_
upgraded bool - mod_
time str - model str
- moid str
- name str
- nr_
version str - object_
type str - owners Sequence[str]
- parent
Get
Storage Hitachi Disk Parent - parity_
group GetStorage Hitachi Disk Parity Group - parity_
group_ strid - part_
number str - permission_
resources Sequence[GetStorage Hitachi Disk Permission Resource] - presence str
- previous_
fru GetStorage Hitachi Disk Previous Fru - protocol str
- registered_
device GetStorage Hitachi Disk Registered Device - revision str
- rn str
- serial str
- str
- speed float
- status str
- storage_
utilization GetStorage Hitachi Disk Storage Utilization - Sequence[Get
Storage Hitachi Disk Tag] - type str
- type_
detail str - usage str
- vendor str
- version_
context GetStorage Hitachi Disk Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- array Property Map
- class
Id String - create
Time String - device
Mo StringId - dn String
- domain
Group StringMoid - drive
Type StringCode - is
Upgraded Boolean - mod
Time String - model String
- moid String
- name String
- nr
Version String - object
Type String - owners List<String>
- parent Property Map
- parity
Group Property Map - parity
Group StringId - part
Number String - permission
Resources List<Property Map> - presence String
- previous
Fru Property Map - protocol String
- registered
Device Property Map - revision String
- rn String
- serial String
- String
- speed Number
- status String
- storage
Utilization Property Map - List<Property Map>
- type String
- type
Detail String - usage String
- vendor String
- version
Context Property Map
Supporting Types
GetStorageHitachiDiskAncestor
- 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'.
GetStorageHitachiDiskArray
- 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'.
GetStorageHitachiDiskParent
- 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'.
GetStorageHitachiDiskParityGroup
- 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'.
GetStorageHitachiDiskPermissionResource
- 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'.
GetStorageHitachiDiskPreviousFru
- 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'.
GetStorageHitachiDiskRegisteredDevice
- 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'.
GetStorageHitachiDiskResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Storage Hitachi Disk Result Ancestor> - Arrays
List<Get
Storage Hitachi Disk Result Array> - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type stringCode - Drive type code of the Hitachi Disk.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Disk name available in storage array.
- Nr
Version string - Storage disk version number.
- Object
Type string - Owners List<string>
- Parents
List<Get
Storage Hitachi Disk Result Parent> - Parity
Group stringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- Parity
Groups List<GetStorage Hitachi Disk Result Parity Group> - Part
Number string - Storage disk part number.
- Permission
Resources List<GetStorage Hitachi Disk Result Permission Resource> - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus List<GetStorage Hitachi Disk Result Previous Frus> - Protocol string
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - Registered
Devices List<GetStorage Hitachi Disk Result Registered Device> - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Speed double
- Disk speed for read or write operation measured in rpm.
- Status string
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - Storage
Utilizations List<GetStorage Hitachi Disk Result Storage Utilization> - List<Get
Storage Hitachi Disk Result Tag> - Type string
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - Type
Detail string - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - Usage string
- Purpose for which the drive is used.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts List<GetStorage Hitachi Disk Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Storage Hitachi Disk Result Ancestor - Arrays
[]Get
Storage Hitachi Disk Result Array - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Mo stringId - The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Drive
Type stringCode - Drive type code of the Hitachi Disk.
- Is
Upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- Mod
Time string - The time when this managed object was last modified.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Disk name available in storage array.
- Nr
Version string - Storage disk version number.
- Object
Type string - Owners []string
- Parents
[]Get
Storage Hitachi Disk Result Parent - Parity
Group stringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- Parity
Groups []GetStorage Hitachi Disk Result Parity Group - Part
Number string - Storage disk part number.
- Permission
Resources []GetStorage Hitachi Disk Result Permission Resource - Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- Previous
Frus []GetStorage Hitachi Disk Result Previous Frus - Protocol string
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - Registered
Devices []GetStorage Hitachi Disk Result Registered Device - Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- Speed float64
- Disk speed for read or write operation measured in rpm.
- Status string
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - Storage
Utilizations []GetStorage Hitachi Disk Result Storage Utilization - []Get
Storage Hitachi Disk Result Tag - Type string
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - Type
Detail string - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - Usage string
- Purpose for which the drive is used.
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- Version
Contexts []GetStorage Hitachi Disk Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Storage Hitachi Disk Result Ancestor> - arrays
List<Get
Storage Hitachi Disk Result Array> - class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type StringCode - Drive type code of the Hitachi Disk.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Disk name available in storage array.
- nr
Version String - Storage disk version number.
- object
Type String - owners List<String>
- parents
List<Get
Storage Hitachi Disk Result Parent> - parity
Group StringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- parity
Groups List<GetStorage Hitachi Disk Result Parity Group> - part
Number String - Storage disk part number.
- permission
Resources List<GetStorage Hitachi Disk Result Permission Resource> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<GetStorage Hitachi Disk Result Previous Frus> - protocol String
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered
Devices List<GetStorage Hitachi Disk Result Registered Device> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- speed Double
- Disk speed for read or write operation measured in rpm.
- status String
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage
Utilizations List<GetStorage Hitachi Disk Result Storage Utilization> - List<Get
Storage Hitachi Disk Result Tag> - type String
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type
Detail String - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage String
- Purpose for which the drive is used.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<GetStorage Hitachi Disk Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Storage Hitachi Disk Result Ancestor[] - arrays
Get
Storage Hitachi Disk Result Array[] - class
Id string - create
Time string - The time when this managed object was created.
- device
Mo stringId - The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- drive
Type stringCode - Drive type code of the Hitachi Disk.
- is
Upgraded boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time string - The time when this managed object was last modified.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Disk name available in storage array.
- nr
Version string - Storage disk version number.
- object
Type string - owners string[]
- parents
Get
Storage Hitachi Disk Result Parent[] - parity
Group stringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- parity
Groups GetStorage Hitachi Disk Result Parity Group[] - part
Number string - Storage disk part number.
- permission
Resources GetStorage Hitachi Disk Result Permission Resource[] - presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus GetStorage Hitachi Disk Result Previous Frus[] - protocol string
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered
Devices GetStorage Hitachi Disk Result Registered Device[] - revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- 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.
- speed number
- Disk speed for read or write operation measured in rpm.
- status string
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage
Utilizations GetStorage Hitachi Disk Result Storage Utilization[] - Get
Storage Hitachi Disk Result Tag[] - type string
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type
Detail string - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage string
- Purpose for which the drive is used.
- vendor string
- This field displays the vendor information of the associated component or hardware.
- version
Contexts GetStorage Hitachi Disk Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Storage Hitachi Disk Result Ancestor] - arrays
Sequence[Get
Storage Hitachi Disk Result Array] - class_
id str - create_
time str - The time when this managed object was created.
- device_
mo_ strid - The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- drive_
type_ strcode - Drive type code of the Hitachi Disk.
- is_
upgraded bool - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_
time str - The time when this managed object was last modified.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Disk name available in storage array.
- nr_
version str - Storage disk version number.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Storage Hitachi Disk Result Parent] - parity_
group_ strid - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- parity_
groups Sequence[GetStorage Hitachi Disk Result Parity Group] - part_
number str - Storage disk part number.
- permission_
resources Sequence[GetStorage Hitachi Disk Result Permission Resource] - presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_
frus Sequence[GetStorage Hitachi Disk Result Previous Frus] - protocol str
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered_
devices Sequence[GetStorage Hitachi Disk Result Registered Device] - revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- 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.
- speed float
- Disk speed for read or write operation measured in rpm.
- status str
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage_
utilizations Sequence[GetStorage Hitachi Disk Result Storage Utilization] - Sequence[Get
Storage Hitachi Disk Result Tag] - type str
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type_
detail str - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage str
- Purpose for which the drive is used.
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_
contexts Sequence[GetStorage Hitachi Disk Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- arrays List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- device
Mo StringId - The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- drive
Type StringCode - Drive type code of the Hitachi Disk.
- is
Upgraded Boolean - This field indicates the compute status of the catalog values for the associated component or hardware.
- mod
Time String - The time when this managed object was last modified.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Disk name available in storage array.
- nr
Version String - Storage disk version number.
- object
Type String - owners List<String>
- parents List<Property Map>
- parity
Group StringId - Parity group number. When the drive does not belong to any parity group, an empty character string is output.
- parity
Groups List<Property Map> - part
Number String - Storage disk part number.
- permission
Resources List<Property Map> - presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous
Frus List<Property Map> - protocol String
- Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.*
Unknown
- Disk protocol is unknown.*SAS
- Serial Attached SCSI protocol (SAS) used in disk.*NVMe
- Non-volatile memory express (NVMe) protocol used in disk.*SATA
- Serial Advanced Technology Attachment (SATA) used in disk. - registered
Devices List<Property Map> - revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- 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.
- speed Number
- Disk speed for read or write operation measured in rpm.
- status String
- Storage disk health status.*
Unknown
- Component status is not available.*Ok
- Component is healthy and no issues found.*Degraded
- Functioning, but not at full capability due to a non-fatal failure.*Critical
- Not functioning or requiring immediate attention.*Offline
- Component is installed, but powered off.*Identifying
- Component is in initialization process.*NotAvailable
- Component is not installed or not available.*Updating
- Software update is in progress.*Unrecognized
- Component is not recognized. It may be because the component is not installed properly or it is not supported. - storage
Utilizations List<Property Map> - List<Property Map>
- type String
- Storage disk type - it can be SSD, HDD, NVRAM.*
Unknown
- Default unknown disk type.*SSD
- Storage disk with Solid state disk.*HDD
- Storage disk with Hard disk drive.*NVRAM
- Storage disk with Non-volatile random-access memory type.*SATA
- Disk drive implementation with Serial Advanced Technology Attachment (SATA).*BSAS
- Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.*FC
- Storage disk with Fiber Channel.*FSAS
- Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.*LUN
- Logical Unit Number refers to a logical disk.*MSATA
- SATA disk in multi-disk carrier storage shelf.*SAS
- Storage disk with serial attached SCSI.*VMDISK
- Virtual machine Data Disk. - type
Detail String - Drive type of the Hitachi Disk.*
N/A
- Drive Type is not available.*SAS
- SAS stands for Serial Attached SCSI.*SSD(MLC)
- SSD (MLC) stands for Multiple Level Cell.*SSD(FMC)
- SSD (FMC) stands for Flash Memory Compressed.*SSD(FMD)
- SSD (FMD) stands for Flash Module Drive.*SSD(SLC)
- SSD (SLC) stands for Single Level Cell.*SSD
- SSD stands for Solid-State Drive.*SSD(RI)
- SSD (RI) stands for Read Intensive.*SCM
- SCM stands for Storage Class Memory. - usage String
- Purpose for which the drive is used.
- vendor String
- This field displays the vendor information of the associated component or hardware.
- version
Contexts List<Property Map>
GetStorageHitachiDiskResultAncestor
- 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
GetStorageHitachiDiskResultArray
- 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
GetStorageHitachiDiskResultParent
- 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
GetStorageHitachiDiskResultParityGroup
- 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
GetStorageHitachiDiskResultPermissionResource
- 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
GetStorageHitachiDiskResultPreviousFrus
- 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
GetStorageHitachiDiskResultRegisteredDevice
- 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
GetStorageHitachiDiskResultStorageUtilization
- 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
GetStorageHitachiDiskResultTag
- 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
GetStorageHitachiDiskResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetStorage Hitachi Disk Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Storage disk version number.
- Object
Type string - Ref
Mos List<GetStorage Hitachi Disk Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetStorage Hitachi Disk Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Storage disk version number.
- Object
Type string - Ref
Mos []GetStorage Hitachi Disk Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetStorage Hitachi Disk Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - Storage disk version number.
- object
Type String - ref
Mos List<GetStorage Hitachi Disk Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetStorage Hitachi Disk Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - Storage disk version number.
- object
Type string - ref
Mos GetStorage Hitachi Disk Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetStorage Hitachi Disk Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - Storage disk version number.
- object_
type str - ref_
mos Sequence[GetStorage Hitachi Disk Result Version Context Ref Mo] - timestamp str
- version_
type str
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - Storage disk version number.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetStorageHitachiDiskResultVersionContextInterestedMo
- 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
GetStorageHitachiDiskResultVersionContextRefMo
- 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
GetStorageHitachiDiskStorageUtilization
- 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.
GetStorageHitachiDiskTag
- 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.
GetStorageHitachiDiskVersionContext
- 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 Disk 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 - Storage disk version number.
- 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 Disk 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 Disk 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 - Storage disk version number.
- 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 Disk 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 Disk 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 - Storage disk version number.
- 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 Disk 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 Disk 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 - Storage disk version number.
- 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 Disk 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 Disk 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 - Storage disk version number.
- 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 Disk 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 - Storage disk version number.
- 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.
GetStorageHitachiDiskVersionContextInterestedMo
- 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'.
GetStorageHitachiDiskVersionContextRefMo
- 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