intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHyperflexDrive
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
A Hyperflex drive entity attached to a node in a Hyperflex cluster.
Using getHyperflexDrive
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 getHyperflexDrive(args: GetHyperflexDriveArgs, opts?: InvokeOptions): Promise<GetHyperflexDriveResult>
function getHyperflexDriveOutput(args: GetHyperflexDriveOutputArgs, opts?: InvokeOptions): Output<GetHyperflexDriveResult>
def get_hyperflex_drive(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHyperflexDriveAncestor]] = None,
capacity: Optional[float] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
disk_use_state: Optional[str] = None,
domain_group_moid: Optional[str] = None,
host_name: Optional[str] = None,
host_uuid: Optional[str] = None,
id: Optional[str] = None,
locator_led: Optional[GetHyperflexDriveLocatorLed] = None,
mod_time: Optional[str] = None,
model_number: Optional[str] = None,
moid: Optional[str] = None,
node: Optional[GetHyperflexDriveNode] = None,
node_uuid: Optional[str] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHyperflexDriveParent] = None,
path: Optional[str] = None,
permission_resources: Optional[Sequence[GetHyperflexDrivePermissionResource]] = None,
protocol: Optional[str] = None,
serial_number: Optional[str] = None,
shared_scope: Optional[str] = None,
slot_number: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[GetHyperflexDriveTag]] = None,
type: Optional[str] = None,
usage: Optional[str] = None,
used_capacity: Optional[float] = None,
uuid: Optional[str] = None,
version_context: Optional[GetHyperflexDriveVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetHyperflexDriveResult
def get_hyperflex_drive_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDriveAncestorArgs]]]] = None,
capacity: Optional[pulumi.Input[float]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
disk_use_state: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
host_name: Optional[pulumi.Input[str]] = None,
host_uuid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
locator_led: Optional[pulumi.Input[GetHyperflexDriveLocatorLedArgs]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
model_number: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
node: Optional[pulumi.Input[GetHyperflexDriveNodeArgs]] = None,
node_uuid: 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[GetHyperflexDriveParentArgs]] = None,
path: Optional[pulumi.Input[str]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDrivePermissionResourceArgs]]]] = None,
protocol: Optional[pulumi.Input[str]] = None,
serial_number: Optional[pulumi.Input[str]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
slot_number: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexDriveTagArgs]]]] = None,
type: Optional[pulumi.Input[str]] = None,
usage: Optional[pulumi.Input[str]] = None,
used_capacity: Optional[pulumi.Input[float]] = None,
uuid: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHyperflexDriveVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexDriveResult]
func LookupHyperflexDrive(ctx *Context, args *LookupHyperflexDriveArgs, opts ...InvokeOption) (*LookupHyperflexDriveResult, error)
func LookupHyperflexDriveOutput(ctx *Context, args *LookupHyperflexDriveOutputArgs, opts ...InvokeOption) LookupHyperflexDriveResultOutput
> Note: This function is named LookupHyperflexDrive
in the Go SDK.
public static class GetHyperflexDrive
{
public static Task<GetHyperflexDriveResult> InvokeAsync(GetHyperflexDriveArgs args, InvokeOptions? opts = null)
public static Output<GetHyperflexDriveResult> Invoke(GetHyperflexDriveInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHyperflexDriveResult> getHyperflexDrive(GetHyperflexDriveArgs args, InvokeOptions options)
public static Output<GetHyperflexDriveResult> getHyperflexDrive(GetHyperflexDriveArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHyperflexDrive:getHyperflexDrive
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Drive Ancestor> - Capacity double
- Provisioned capacity of the drive in bytes.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Disk
Use stringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Name string - Host Name.
- Host
Uuid string - The unique identifier of the drive's host.
- Id string
- Locator
Led GetHyperflex Drive Locator Led - Mod
Time string - The time when this managed object was last modified.
- Model
Number string - The model number of the disk or SSD.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Get
Hyperflex Drive Node - Node
Uuid string - The unique identifier of the Hyperflex Node to which the disk is attached.
- Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Drive Parent - Path string
- Device path for the drive.
- Permission
Resources List<GetHyperflex Drive Permission Resource> - Protocol string
- Disk Protocol - SATA, NVME, SAS.*
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. - Serial
Number string - Serial number of the Hyperflex drive.
- 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.
- Slot
Number string - The SCSI slot number of the drive.
- Status string
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - List<Get
Hyperflex Drive Tag> - Type string
- Type of disk - UNKNOWN, HDD, SSD.*
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. - Usage string
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - Used
Capacity double - Used Capacity of the drive in Bytes.
- Uuid string
- The unique identifier of the Hyperflex drive.
- Version
Context GetHyperflex Drive Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Drive Ancestor - Capacity float64
- Provisioned capacity of the drive in bytes.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Disk
Use stringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Name string - Host Name.
- Host
Uuid string - The unique identifier of the drive's host.
- Id string
- Locator
Led GetHyperflex Drive Locator Led - Mod
Time string - The time when this managed object was last modified.
- Model
Number string - The model number of the disk or SSD.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Get
Hyperflex Drive Node - Node
Uuid string - The unique identifier of the Hyperflex Node to which the disk is attached.
- Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - Owners []string
- Parent
Get
Hyperflex Drive Parent - Path string
- Device path for the drive.
- Permission
Resources []GetHyperflex Drive Permission Resource - Protocol string
- Disk Protocol - SATA, NVME, SAS.*
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. - Serial
Number string - Serial number of the Hyperflex drive.
- 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.
- Slot
Number string - The SCSI slot number of the drive.
- Status string
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - []Get
Hyperflex Drive Tag - Type string
- Type of disk - UNKNOWN, HDD, SSD.*
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. - Usage string
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - Used
Capacity float64 - Used Capacity of the drive in Bytes.
- Uuid string
- The unique identifier of the Hyperflex drive.
- Version
Context GetHyperflex Drive Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Drive Ancestor> - capacity Double
- Provisioned capacity of the drive in bytes.
- class
Id String - create
Time String - The time when this managed object was created.
- disk
Use StringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Name String - Host Name.
- host
Uuid String - The unique identifier of the drive's host.
- id String
- locator
Led GetHyperflex Drive Locator Led - mod
Time String - The time when this managed object was last modified.
- model
Number String - The model number of the disk or SSD.
- moid String
- The unique identifier of this Managed Object instance.
- node
Get
Hyperflex Drive Node - node
Uuid String - The unique identifier of the Hyperflex Node to which the disk is attached.
- nr
Version String - The firmware version of the Hyperflex drive.
- object
Type String - owners List<String>
- parent
Get
Hyperflex Drive Parent - path String
- Device path for the drive.
- permission
Resources List<GetHyperflex Drive Permission Resource> - protocol String
- Disk Protocol - SATA, NVME, SAS.*
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. - serial
Number String - Serial number of the Hyperflex drive.
- 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.
- slot
Number String - The SCSI slot number of the drive.
- status String
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - List<Get
Hyperflex Drive Tag> - type String
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage String
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used
Capacity Double - Used Capacity of the drive in Bytes.
- uuid String
- The unique identifier of the Hyperflex drive.
- version
Context GetHyperflex Drive Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Drive Ancestor[] - capacity number
- Provisioned capacity of the drive in bytes.
- class
Id string - create
Time string - The time when this managed object was created.
- disk
Use stringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- host
Name string - Host Name.
- host
Uuid string - The unique identifier of the drive's host.
- id string
- locator
Led GetHyperflex Drive Locator Led - mod
Time string - The time when this managed object was last modified.
- model
Number string - The model number of the disk or SSD.
- moid string
- The unique identifier of this Managed Object instance.
- node
Get
Hyperflex Drive Node - node
Uuid string - The unique identifier of the Hyperflex Node to which the disk is attached.
- nr
Version string - The firmware version of the Hyperflex drive.
- object
Type string - owners string[]
- parent
Get
Hyperflex Drive Parent - path string
- Device path for the drive.
- permission
Resources GetHyperflex Drive Permission Resource[] - protocol string
- Disk Protocol - SATA, NVME, SAS.*
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. - serial
Number string - Serial number of the Hyperflex drive.
- 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.
- slot
Number string - The SCSI slot number of the drive.
- status string
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - Get
Hyperflex Drive Tag[] - type string
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage string
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used
Capacity number - Used Capacity of the drive in Bytes.
- uuid string
- The unique identifier of the Hyperflex drive.
- version
Context GetHyperflex Drive Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Drive Ancestor] - capacity float
- Provisioned capacity of the drive in bytes.
- class_
id str - create_
time str - The time when this managed object was created.
- disk_
use_ strstate - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- host_
name str - Host Name.
- host_
uuid str - The unique identifier of the drive's host.
- id str
- locator_
led GetHyperflex Drive Locator Led - mod_
time str - The time when this managed object was last modified.
- model_
number str - The model number of the disk or SSD.
- moid str
- The unique identifier of this Managed Object instance.
- node
Get
Hyperflex Drive Node - node_
uuid str - The unique identifier of the Hyperflex Node to which the disk is attached.
- nr_
version str - The firmware version of the Hyperflex drive.
- object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Drive Parent - path str
- Device path for the drive.
- permission_
resources Sequence[GetHyperflex Drive Permission Resource] - protocol str
- Disk Protocol - SATA, NVME, SAS.*
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. - serial_
number str - Serial number of the Hyperflex drive.
- 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.
- slot_
number str - The SCSI slot number of the drive.
- status str
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - Sequence[Get
Hyperflex Drive Tag] - type str
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage str
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used_
capacity float - Used Capacity of the drive in Bytes.
- uuid str
- The unique identifier of the Hyperflex drive.
- version_
context GetHyperflex Drive Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- capacity Number
- Provisioned capacity of the drive in bytes.
- class
Id String - create
Time String - The time when this managed object was created.
- disk
Use StringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Name String - Host Name.
- host
Uuid String - The unique identifier of the drive's host.
- id String
- locator
Led Property Map - mod
Time String - The time when this managed object was last modified.
- model
Number String - The model number of the disk or SSD.
- moid String
- The unique identifier of this Managed Object instance.
- node Property Map
- node
Uuid String - The unique identifier of the Hyperflex Node to which the disk is attached.
- nr
Version String - The firmware version of the Hyperflex drive.
- object
Type String - owners List<String>
- parent Property Map
- path String
- Device path for the drive.
- permission
Resources List<Property Map> - protocol String
- Disk Protocol - SATA, NVME, SAS.*
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. - serial
Number String - Serial number of the Hyperflex drive.
- 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.
- slot
Number String - The SCSI slot number of the drive.
- status String
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - List<Property Map>
- type String
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage String
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used
Capacity Number - Used Capacity of the drive in Bytes.
- uuid String
- The unique identifier of the Hyperflex drive.
- version
Context Property Map
getHyperflexDrive Result
The following output properties are available:
- Id string
- Results
List<Get
Hyperflex Drive Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hyperflex Drive Ancestor> - Capacity double
- Class
Id string - Create
Time string - Disk
Use stringState - Domain
Group stringMoid - Host
Name string - Host
Uuid string - Locator
Led GetHyperflex Drive Locator Led - Mod
Time string - Model
Number string - Moid string
- Node
Get
Hyperflex Drive Node - Node
Uuid string - Nr
Version string - Object
Type string - Owners List<string>
- Parent
Get
Hyperflex Drive Parent - Path string
- Permission
Resources List<GetHyperflex Drive Permission Resource> - Protocol string
- Serial
Number string - string
- Slot
Number string - Status string
- List<Get
Hyperflex Drive Tag> - Type string
- Usage string
- Used
Capacity double - Uuid string
- Version
Context GetHyperflex Drive Version Context
- Id string
- Results
[]Get
Hyperflex Drive Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hyperflex Drive Ancestor - Capacity float64
- Class
Id string - Create
Time string - Disk
Use stringState - Domain
Group stringMoid - Host
Name string - Host
Uuid string - Locator
Led GetHyperflex Drive Locator Led - Mod
Time string - Model
Number string - Moid string
- Node
Get
Hyperflex Drive Node - Node
Uuid string - Nr
Version string - Object
Type string - Owners []string
- Parent
Get
Hyperflex Drive Parent - Path string
- Permission
Resources []GetHyperflex Drive Permission Resource - Protocol string
- Serial
Number string - string
- Slot
Number string - Status string
- []Get
Hyperflex Drive Tag - Type string
- Usage string
- Used
Capacity float64 - Uuid string
- Version
Context GetHyperflex Drive Version Context
- id String
- results
List<Get
Hyperflex Drive Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Hyperflex Drive Ancestor> - capacity Double
- class
Id String - create
Time String - disk
Use StringState - domain
Group StringMoid - host
Name String - host
Uuid String - locator
Led GetHyperflex Drive Locator Led - mod
Time String - model
Number String - moid String
- node
Get
Hyperflex Drive Node - node
Uuid String - nr
Version String - object
Type String - owners List<String>
- parent
Get
Hyperflex Drive Parent - path String
- permission
Resources List<GetHyperflex Drive Permission Resource> - protocol String
- serial
Number String - String
- slot
Number String - status String
- List<Get
Hyperflex Drive Tag> - type String
- usage String
- used
Capacity Double - uuid String
- version
Context GetHyperflex Drive Version Context
- id string
- results
Get
Hyperflex Drive Result[] - account
Moid string - additional
Properties string - ancestors
Get
Hyperflex Drive Ancestor[] - capacity number
- class
Id string - create
Time string - disk
Use stringState - domain
Group stringMoid - host
Name string - host
Uuid string - locator
Led GetHyperflex Drive Locator Led - mod
Time string - model
Number string - moid string
- node
Get
Hyperflex Drive Node - node
Uuid string - nr
Version string - object
Type string - owners string[]
- parent
Get
Hyperflex Drive Parent - path string
- permission
Resources GetHyperflex Drive Permission Resource[] - protocol string
- serial
Number string - string
- slot
Number string - status string
- Get
Hyperflex Drive Tag[] - type string
- usage string
- used
Capacity number - uuid string
- version
Context GetHyperflex Drive Version Context
- id str
- results
Sequence[Get
Hyperflex Drive Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hyperflex Drive Ancestor] - capacity float
- class_
id str - create_
time str - disk_
use_ strstate - domain_
group_ strmoid - host_
name str - host_
uuid str - locator_
led GetHyperflex Drive Locator Led - mod_
time str - model_
number str - moid str
- node
Get
Hyperflex Drive Node - node_
uuid str - nr_
version str - object_
type str - owners Sequence[str]
- parent
Get
Hyperflex Drive Parent - path str
- permission_
resources Sequence[GetHyperflex Drive Permission Resource] - protocol str
- serial_
number str - str
- slot_
number str - status str
- Sequence[Get
Hyperflex Drive Tag] - type str
- usage str
- used_
capacity float - uuid str
- version_
context GetHyperflex Drive Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- capacity Number
- class
Id String - create
Time String - disk
Use StringState - domain
Group StringMoid - host
Name String - host
Uuid String - locator
Led Property Map - mod
Time String - model
Number String - moid String
- node Property Map
- node
Uuid String - nr
Version String - object
Type String - owners List<String>
- parent Property Map
- path String
- permission
Resources List<Property Map> - protocol String
- serial
Number String - String
- slot
Number String - status String
- List<Property Map>
- type String
- usage String
- used
Capacity Number - uuid String
- version
Context Property Map
Supporting Types
GetHyperflexDriveAncestor
- 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'.
GetHyperflexDriveLocatorLed
- 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'.
GetHyperflexDriveNode
- 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'.
GetHyperflexDriveParent
- 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'.
GetHyperflexDrivePermissionResource
- 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'.
GetHyperflexDriveResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hyperflex Drive Result Ancestor> - Capacity double
- Provisioned capacity of the drive in bytes.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Disk
Use stringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Name string - Host Name.
- Host
Uuid string - The unique identifier of the drive's host.
- Locator
Leds List<GetHyperflex Drive Result Locator Led> - Mod
Time string - The time when this managed object was last modified.
- Model
Number string - The model number of the disk or SSD.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Uuid string - The unique identifier of the Hyperflex Node to which the disk is attached.
- Nodes
List<Get
Hyperflex Drive Result Node> - Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - Owners List<string>
- Parents
List<Get
Hyperflex Drive Result Parent> - Path string
- Device path for the drive.
- Permission
Resources List<GetHyperflex Drive Result Permission Resource> - Protocol string
- Disk Protocol - SATA, NVME, SAS.*
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. - Serial
Number string - Serial number of the Hyperflex drive.
- 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.
- Slot
Number string - The SCSI slot number of the drive.
- Status string
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - List<Get
Hyperflex Drive Result Tag> - Type string
- Type of disk - UNKNOWN, HDD, SSD.*
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. - Usage string
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - Used
Capacity double - Used Capacity of the drive in Bytes.
- Uuid string
- The unique identifier of the Hyperflex drive.
- Version
Contexts List<GetHyperflex Drive Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hyperflex Drive Result Ancestor - Capacity float64
- Provisioned capacity of the drive in bytes.
- Class
Id string - Create
Time string - The time when this managed object was created.
- Disk
Use stringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Host
Name string - Host Name.
- Host
Uuid string - The unique identifier of the drive's host.
- Locator
Leds []GetHyperflex Drive Result Locator Led - Mod
Time string - The time when this managed object was last modified.
- Model
Number string - The model number of the disk or SSD.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Uuid string - The unique identifier of the Hyperflex Node to which the disk is attached.
- Nodes
[]Get
Hyperflex Drive Result Node - Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - Owners []string
- Parents
[]Get
Hyperflex Drive Result Parent - Path string
- Device path for the drive.
- Permission
Resources []GetHyperflex Drive Result Permission Resource - Protocol string
- Disk Protocol - SATA, NVME, SAS.*
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. - Serial
Number string - Serial number of the Hyperflex drive.
- 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.
- Slot
Number string - The SCSI slot number of the drive.
- Status string
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - []Get
Hyperflex Drive Result Tag - Type string
- Type of disk - UNKNOWN, HDD, SSD.*
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. - Usage string
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - Used
Capacity float64 - Used Capacity of the drive in Bytes.
- Uuid string
- The unique identifier of the Hyperflex drive.
- Version
Contexts []GetHyperflex Drive Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hyperflex Drive Result Ancestor> - capacity Double
- Provisioned capacity of the drive in bytes.
- class
Id String - create
Time String - The time when this managed object was created.
- disk
Use StringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Name String - Host Name.
- host
Uuid String - The unique identifier of the drive's host.
- locator
Leds List<GetHyperflex Drive Result Locator Led> - mod
Time String - The time when this managed object was last modified.
- model
Number String - The model number of the disk or SSD.
- moid String
- The unique identifier of this Managed Object instance.
- node
Uuid String - The unique identifier of the Hyperflex Node to which the disk is attached.
- nodes
List<Get
Hyperflex Drive Result Node> - nr
Version String - The firmware version of the Hyperflex drive.
- object
Type String - owners List<String>
- parents
List<Get
Hyperflex Drive Result Parent> - path String
- Device path for the drive.
- permission
Resources List<GetHyperflex Drive Result Permission Resource> - protocol String
- Disk Protocol - SATA, NVME, SAS.*
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. - serial
Number String - Serial number of the Hyperflex drive.
- 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.
- slot
Number String - The SCSI slot number of the drive.
- status String
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - List<Get
Hyperflex Drive Result Tag> - type String
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage String
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used
Capacity Double - Used Capacity of the drive in Bytes.
- uuid String
- The unique identifier of the Hyperflex drive.
- version
Contexts List<GetHyperflex Drive Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hyperflex Drive Result Ancestor[] - capacity number
- Provisioned capacity of the drive in bytes.
- class
Id string - create
Time string - The time when this managed object was created.
- disk
Use stringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain
Group stringMoid - The DomainGroup ID for this managed object.
- host
Name string - Host Name.
- host
Uuid string - The unique identifier of the drive's host.
- locator
Leds GetHyperflex Drive Result Locator Led[] - mod
Time string - The time when this managed object was last modified.
- model
Number string - The model number of the disk or SSD.
- moid string
- The unique identifier of this Managed Object instance.
- node
Uuid string - The unique identifier of the Hyperflex Node to which the disk is attached.
- nodes
Get
Hyperflex Drive Result Node[] - nr
Version string - The firmware version of the Hyperflex drive.
- object
Type string - owners string[]
- parents
Get
Hyperflex Drive Result Parent[] - path string
- Device path for the drive.
- permission
Resources GetHyperflex Drive Result Permission Resource[] - protocol string
- Disk Protocol - SATA, NVME, SAS.*
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. - serial
Number string - Serial number of the Hyperflex drive.
- 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.
- slot
Number string - The SCSI slot number of the drive.
- status string
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - Get
Hyperflex Drive Result Tag[] - type string
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage string
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used
Capacity number - Used Capacity of the drive in Bytes.
- uuid string
- The unique identifier of the Hyperflex drive.
- version
Contexts GetHyperflex Drive Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hyperflex Drive Result Ancestor] - capacity float
- Provisioned capacity of the drive in bytes.
- class_
id str - create_
time str - The time when this managed object was created.
- disk_
use_ strstate - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- host_
name str - Host Name.
- host_
uuid str - The unique identifier of the drive's host.
- locator_
leds Sequence[GetHyperflex Drive Result Locator Led] - mod_
time str - The time when this managed object was last modified.
- model_
number str - The model number of the disk or SSD.
- moid str
- The unique identifier of this Managed Object instance.
- node_
uuid str - The unique identifier of the Hyperflex Node to which the disk is attached.
- nodes
Sequence[Get
Hyperflex Drive Result Node] - nr_
version str - The firmware version of the Hyperflex drive.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hyperflex Drive Result Parent] - path str
- Device path for the drive.
- permission_
resources Sequence[GetHyperflex Drive Result Permission Resource] - protocol str
- Disk Protocol - SATA, NVME, SAS.*
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. - serial_
number str - Serial number of the Hyperflex drive.
- 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.
- slot_
number str - The SCSI slot number of the drive.
- status str
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - Sequence[Get
Hyperflex Drive Result Tag] - type str
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage str
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used_
capacity float - Used Capacity of the drive in Bytes.
- uuid str
- The unique identifier of the Hyperflex drive.
- version_
contexts Sequence[GetHyperflex Drive Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- capacity Number
- Provisioned capacity of the drive in bytes.
- class
Id String - create
Time String - The time when this managed object was created.
- disk
Use StringState - Disk inventory state. Should be one of values defined in enum.*
UNKNOWN
- The use state of the disk is unknown.*USED
- The use state of the disk is used.*NOTUSED
- The use state of the disk is unused.*EMPTY
- The use state of the disk is empty. - domain
Group StringMoid - The DomainGroup ID for this managed object.
- host
Name String - Host Name.
- host
Uuid String - The unique identifier of the drive's host.
- locator
Leds List<Property Map> - mod
Time String - The time when this managed object was last modified.
- model
Number String - The model number of the disk or SSD.
- moid String
- The unique identifier of this Managed Object instance.
- node
Uuid String - The unique identifier of the Hyperflex Node to which the disk is attached.
- nodes List<Property Map>
- nr
Version String - The firmware version of the Hyperflex drive.
- object
Type String - owners List<String>
- parents List<Property Map>
- path String
- Device path for the drive.
- permission
Resources List<Property Map> - protocol String
- Disk Protocol - SATA, NVME, SAS.*
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. - serial
Number String - Serial number of the Hyperflex drive.
- 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.
- slot
Number String - The SCSI slot number of the drive.
- status String
- Disk inventory state as determined by storfs inventory module.Should be one of values defined in enum.*
UNKNOWN
- The state of the disk is unknown.*CLAIMED
- The state of the disk is claimed by storfs and has a valid storfs format.*AVAILABLE
- The disk is available but not claimed by storfs.*IGNORED
- The disk ash been ignored by storfs.*BLACKLISTED
- The deprecated value for 'Blocked'. It is included to maintain backwards compatibility with clusters running a HyperFlex Data Platform version older than 5.0(1a).*SECUREERASED
- The disk has been secure erased.*BLOCKED
- The disk has been blocked by storfs. - List<Property Map>
- type String
- Type of disk - UNKNOWN, HDD, SSD.*
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. - usage String
- Specifies what the disk is used for. Should be one ofvalues defined in enum.*
UNKNOWN
- The usage of the disk is unknown.*PERSISTENCE
- The usage of the disk is for generic data storage.*SYSTEM
- The usage of the disk is related to system storage.*CACHING
- The usage of the disk is for caching. - used
Capacity Number - Used Capacity of the drive in Bytes.
- uuid String
- The unique identifier of the Hyperflex drive.
- version
Contexts List<Property Map>
GetHyperflexDriveResultAncestor
- 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
GetHyperflexDriveResultLocatorLed
- 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
GetHyperflexDriveResultNode
- 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
GetHyperflexDriveResultParent
- 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
GetHyperflexDriveResultPermissionResource
- 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
GetHyperflexDriveResultTag
- 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
GetHyperflexDriveResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetHyperflex Drive Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - Ref
Mos List<GetHyperflex Drive Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetHyperflex Drive Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - Ref
Mos []GetHyperflex Drive Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetHyperflex Drive Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - The firmware version of the Hyperflex drive.
- object
Type String - ref
Mos List<GetHyperflex Drive Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetHyperflex Drive Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - The firmware version of the Hyperflex drive.
- object
Type string - ref
Mos GetHyperflex Drive Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional_
properties str - class_
id str - interested_
mos Sequence[GetHyperflex Drive Result Version Context Interested Mo] - marked_
for_ booldeletion - nr_
version str - The firmware version of the Hyperflex drive.
- object_
type str - ref_
mos Sequence[GetHyperflex Drive 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 - The firmware version of the Hyperflex drive.
- object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHyperflexDriveResultVersionContextInterestedMo
- 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
GetHyperflexDriveResultVersionContextRefMo
- 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
GetHyperflexDriveTag
- 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.
GetHyperflexDriveVersionContext
- 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<GetHyperflex Drive Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Drive 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 []GetHyperflex Drive Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The firmware version of the Hyperflex drive.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHyperflex Drive 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<GetHyperflex Drive Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The firmware version of the Hyperflex drive.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Drive 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 GetHyperflex Drive Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The firmware version of the Hyperflex drive.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHyperflex Drive 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[GetHyperflex Drive Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The firmware version of the Hyperflex drive.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetHyperflex Drive Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The firmware version of the Hyperflex drive.
- 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.
GetHyperflexDriveVersionContextInterestedMo
- 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'.
GetHyperflexDriveVersionContextRefMo
- 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