1. Packages
  2. Intersight Provider
  3. API Docs
  4. getStorageNetAppBaseDisk
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getStorageNetAppBaseDisk

Explore with Pulumi AI

NetApp base disk is a storage array disk.

Using getStorageNetAppBaseDisk

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 getStorageNetAppBaseDisk(args: GetStorageNetAppBaseDiskArgs, opts?: InvokeOptions): Promise<GetStorageNetAppBaseDiskResult>
function getStorageNetAppBaseDiskOutput(args: GetStorageNetAppBaseDiskOutputArgs, opts?: InvokeOptions): Output<GetStorageNetAppBaseDiskResult>
Copy
def get_storage_net_app_base_disk(account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetStorageNetAppBaseDiskAncestor]] = None,
                                  array: Optional[GetStorageNetAppBaseDiskArray] = None,
                                  array_controller: Optional[GetStorageNetAppBaseDiskArrayController] = None,
                                  base_disk_model: Optional[str] = None,
                                  class_id: Optional[str] = None,
                                  cluster_uuid: Optional[str] = None,
                                  container_type: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  device_mo_id: Optional[str] = None,
                                  disk_bay: Optional[float] = None,
                                  disk_pools: Optional[Sequence[GetStorageNetAppBaseDiskDiskPool]] = None,
                                  disk_serial_number: Optional[str] = None,
                                  disk_shelf_id: Optional[str] = None,
                                  disk_shelf_model: Optional[str] = None,
                                  disk_shelf_name: Optional[str] = None,
                                  disk_type: Optional[str] = None,
                                  dn: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  events: Optional[Sequence[GetStorageNetAppBaseDiskEvent]] = None,
                                  id: Optional[str] = None,
                                  is_upgraded: Optional[bool] = None,
                                  mod_time: Optional[str] = None,
                                  model: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  node_name: Optional[str] = None,
                                  nr_version: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetStorageNetAppBaseDiskParent] = None,
                                  part_number: Optional[str] = None,
                                  permission_resources: Optional[Sequence[GetStorageNetAppBaseDiskPermissionResource]] = None,
                                  presence: Optional[str] = None,
                                  previous_fru: Optional[GetStorageNetAppBaseDiskPreviousFru] = None,
                                  protocol: Optional[str] = None,
                                  revision: Optional[str] = None,
                                  rn: Optional[str] = None,
                                  serial: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  speed: Optional[float] = None,
                                  state: Optional[str] = None,
                                  status: Optional[str] = None,
                                  storage_utilization: Optional[GetStorageNetAppBaseDiskStorageUtilization] = None,
                                  tags: Optional[Sequence[GetStorageNetAppBaseDiskTag]] = None,
                                  type: Optional[str] = None,
                                  uuid: Optional[str] = None,
                                  vendor: Optional[str] = None,
                                  version_context: Optional[GetStorageNetAppBaseDiskVersionContext] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetStorageNetAppBaseDiskResult
def get_storage_net_app_base_disk_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppBaseDiskAncestorArgs]]]] = None,
                                  array: Optional[pulumi.Input[GetStorageNetAppBaseDiskArrayArgs]] = None,
                                  array_controller: Optional[pulumi.Input[GetStorageNetAppBaseDiskArrayControllerArgs]] = None,
                                  base_disk_model: Optional[pulumi.Input[str]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  cluster_uuid: Optional[pulumi.Input[str]] = None,
                                  container_type: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  device_mo_id: Optional[pulumi.Input[str]] = None,
                                  disk_bay: Optional[pulumi.Input[float]] = None,
                                  disk_pools: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppBaseDiskDiskPoolArgs]]]] = None,
                                  disk_serial_number: Optional[pulumi.Input[str]] = None,
                                  disk_shelf_id: Optional[pulumi.Input[str]] = None,
                                  disk_shelf_model: Optional[pulumi.Input[str]] = None,
                                  disk_shelf_name: Optional[pulumi.Input[str]] = None,
                                  disk_type: Optional[pulumi.Input[str]] = None,
                                  dn: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  events: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppBaseDiskEventArgs]]]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  is_upgraded: Optional[pulumi.Input[bool]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  model: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  node_name: Optional[pulumi.Input[str]] = None,
                                  nr_version: Optional[pulumi.Input[str]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetStorageNetAppBaseDiskParentArgs]] = None,
                                  part_number: Optional[pulumi.Input[str]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppBaseDiskPermissionResourceArgs]]]] = None,
                                  presence: Optional[pulumi.Input[str]] = None,
                                  previous_fru: Optional[pulumi.Input[GetStorageNetAppBaseDiskPreviousFruArgs]] = None,
                                  protocol: Optional[pulumi.Input[str]] = None,
                                  revision: Optional[pulumi.Input[str]] = None,
                                  rn: Optional[pulumi.Input[str]] = None,
                                  serial: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  speed: Optional[pulumi.Input[float]] = None,
                                  state: Optional[pulumi.Input[str]] = None,
                                  status: Optional[pulumi.Input[str]] = None,
                                  storage_utilization: Optional[pulumi.Input[GetStorageNetAppBaseDiskStorageUtilizationArgs]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageNetAppBaseDiskTagArgs]]]] = None,
                                  type: Optional[pulumi.Input[str]] = None,
                                  uuid: Optional[pulumi.Input[str]] = None,
                                  vendor: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetStorageNetAppBaseDiskVersionContextArgs]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetStorageNetAppBaseDiskResult]
Copy
func LookupStorageNetAppBaseDisk(ctx *Context, args *LookupStorageNetAppBaseDiskArgs, opts ...InvokeOption) (*LookupStorageNetAppBaseDiskResult, error)
func LookupStorageNetAppBaseDiskOutput(ctx *Context, args *LookupStorageNetAppBaseDiskOutputArgs, opts ...InvokeOption) LookupStorageNetAppBaseDiskResultOutput
Copy

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

public static class GetStorageNetAppBaseDisk 
{
    public static Task<GetStorageNetAppBaseDiskResult> InvokeAsync(GetStorageNetAppBaseDiskArgs args, InvokeOptions? opts = null)
    public static Output<GetStorageNetAppBaseDiskResult> Invoke(GetStorageNetAppBaseDiskInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStorageNetAppBaseDiskResult> getStorageNetAppBaseDisk(GetStorageNetAppBaseDiskArgs args, InvokeOptions options)
public static Output<GetStorageNetAppBaseDiskResult> getStorageNetAppBaseDisk(GetStorageNetAppBaseDiskArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getStorageNetAppBaseDisk:getStorageNetAppBaseDisk
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetStorageNetAppBaseDiskAncestor>
Array GetStorageNetAppBaseDiskArray
ArrayController GetStorageNetAppBaseDiskArrayController
BaseDiskModel string
The NetApp base disk model.
ClassId string
ClusterUuid string
Unique identity of the device.
ContainerType string
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
DiskBay double
NetApp base disk shelf bay.
DiskPools List<GetStorageNetAppBaseDiskDiskPool>
DiskSerialNumber string
NetApp base disk serial number.
DiskShelfId string
NetApp base disk shelf id.
DiskShelfModel string
NetApp base disk shelf model.
DiskShelfName string
NetApp base disk shelf name.
DiskType string
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Events List<GetStorageNetAppBaseDiskEvent>
Id string
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime string
The time when this managed object was last modified.
Model string
This field displays the model number of the associated component or hardware.
Moid string
The unique identifier of this Managed Object instance.
Name string
Disk name available in storage array.
NodeName string
The node name for the disk.
NrVersion string
Storage disk version number.
ObjectType string
Owners List<string>
Parent GetStorageNetAppBaseDiskParent
PartNumber string
Storage disk part number.
PermissionResources List<GetStorageNetAppBaseDiskPermissionResource>
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetStorageNetAppBaseDiskPreviousFru
Protocol string
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
Serial string
This field displays the serial number of the associated component or hardware.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Speed double
Disk speed for read or write operation measured in rpm.
State string
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
Status string
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
StorageUtilization GetStorageNetAppBaseDiskStorageUtilization
Tags List<GetStorageNetAppBaseDiskTag>
Type string
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
Uuid string
Universally unique identifier of the NetApp Disk.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetStorageNetAppBaseDiskVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetStorageNetAppBaseDiskAncestor
Array GetStorageNetAppBaseDiskArray
ArrayController GetStorageNetAppBaseDiskArrayController
BaseDiskModel string
The NetApp base disk model.
ClassId string
ClusterUuid string
Unique identity of the device.
ContainerType string
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
CreateTime string
The time when this managed object was created.
DeviceMoId string
The database identifier of the registered device of an object.
DiskBay float64
NetApp base disk shelf bay.
DiskPools []GetStorageNetAppBaseDiskDiskPool
DiskSerialNumber string
NetApp base disk serial number.
DiskShelfId string
NetApp base disk shelf id.
DiskShelfModel string
NetApp base disk shelf model.
DiskShelfName string
NetApp base disk shelf name.
DiskType string
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
Dn string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Events []GetStorageNetAppBaseDiskEvent
Id string
IsUpgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime string
The time when this managed object was last modified.
Model string
This field displays the model number of the associated component or hardware.
Moid string
The unique identifier of this Managed Object instance.
Name string
Disk name available in storage array.
NodeName string
The node name for the disk.
NrVersion string
Storage disk version number.
ObjectType string
Owners []string
Parent GetStorageNetAppBaseDiskParent
PartNumber string
Storage disk part number.
PermissionResources []GetStorageNetAppBaseDiskPermissionResource
Presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFru GetStorageNetAppBaseDiskPreviousFru
Protocol string
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
Revision string
This field displays the revised version of the associated component or hardware (if any).
Rn string
The Relative Name uniquely identifies an object within a given context.
Serial string
This field displays the serial number of the associated component or hardware.
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Speed float64
Disk speed for read or write operation measured in rpm.
State string
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
Status string
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
StorageUtilization GetStorageNetAppBaseDiskStorageUtilization
Tags []GetStorageNetAppBaseDiskTag
Type string
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
Uuid string
Universally unique identifier of the NetApp Disk.
Vendor string
This field displays the vendor information of the associated component or hardware.
VersionContext GetStorageNetAppBaseDiskVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetStorageNetAppBaseDiskAncestor>
array GetStorageNetAppBaseDiskArray
arrayController GetStorageNetAppBaseDiskArrayController
baseDiskModel String
The NetApp base disk model.
classId String
clusterUuid String
Unique identity of the device.
containerType String
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
diskBay Double
NetApp base disk shelf bay.
diskPools List<GetStorageNetAppBaseDiskDiskPool>
diskSerialNumber String
NetApp base disk serial number.
diskShelfId String
NetApp base disk shelf id.
diskShelfModel String
NetApp base disk shelf model.
diskShelfName String
NetApp base disk shelf name.
diskType String
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
events List<GetStorageNetAppBaseDiskEvent>
id String
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime String
The time when this managed object was last modified.
model String
This field displays the model number of the associated component or hardware.
moid String
The unique identifier of this Managed Object instance.
name String
Disk name available in storage array.
nodeName String
The node name for the disk.
nrVersion String
Storage disk version number.
objectType String
owners List<String>
parent GetStorageNetAppBaseDiskParent
partNumber String
Storage disk part number.
permissionResources List<GetStorageNetAppBaseDiskPermissionResource>
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetStorageNetAppBaseDiskPreviousFru
protocol String
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
serial String
This field displays the serial number of the associated component or hardware.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed Double
Disk speed for read or write operation measured in rpm.
state String
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status String
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storageUtilization GetStorageNetAppBaseDiskStorageUtilization
tags List<GetStorageNetAppBaseDiskTag>
type String
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid String
Universally unique identifier of the NetApp Disk.
vendor String
This field displays the vendor information of the associated component or hardware.
versionContext GetStorageNetAppBaseDiskVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetStorageNetAppBaseDiskAncestor[]
array GetStorageNetAppBaseDiskArray
arrayController GetStorageNetAppBaseDiskArrayController
baseDiskModel string
The NetApp base disk model.
classId string
clusterUuid string
Unique identity of the device.
containerType string
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
createTime string
The time when this managed object was created.
deviceMoId string
The database identifier of the registered device of an object.
diskBay number
NetApp base disk shelf bay.
diskPools GetStorageNetAppBaseDiskDiskPool[]
diskSerialNumber string
NetApp base disk serial number.
diskShelfId string
NetApp base disk shelf id.
diskShelfModel string
NetApp base disk shelf model.
diskShelfName string
NetApp base disk shelf name.
diskType string
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid string
The DomainGroup ID for this managed object.
events GetStorageNetAppBaseDiskEvent[]
id string
isUpgraded boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime string
The time when this managed object was last modified.
model string
This field displays the model number of the associated component or hardware.
moid string
The unique identifier of this Managed Object instance.
name string
Disk name available in storage array.
nodeName string
The node name for the disk.
nrVersion string
Storage disk version number.
objectType string
owners string[]
parent GetStorageNetAppBaseDiskParent
partNumber string
Storage disk part number.
permissionResources GetStorageNetAppBaseDiskPermissionResource[]
presence string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru GetStorageNetAppBaseDiskPreviousFru
protocol string
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision string
This field displays the revised version of the associated component or hardware (if any).
rn string
The Relative Name uniquely identifies an object within a given context.
serial string
This field displays the serial number of the associated component or hardware.
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed number
Disk speed for read or write operation measured in rpm.
state string
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status string
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storageUtilization GetStorageNetAppBaseDiskStorageUtilization
tags GetStorageNetAppBaseDiskTag[]
type string
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid string
Universally unique identifier of the NetApp Disk.
vendor string
This field displays the vendor information of the associated component or hardware.
versionContext GetStorageNetAppBaseDiskVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetStorageNetAppBaseDiskAncestor]
array GetStorageNetAppBaseDiskArray
array_controller GetStorageNetAppBaseDiskArrayController
base_disk_model str
The NetApp base disk model.
class_id str
cluster_uuid str
Unique identity of the device.
container_type str
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
create_time str
The time when this managed object was created.
device_mo_id str
The database identifier of the registered device of an object.
disk_bay float
NetApp base disk shelf bay.
disk_pools Sequence[GetStorageNetAppBaseDiskDiskPool]
disk_serial_number str
NetApp base disk serial number.
disk_shelf_id str
NetApp base disk shelf id.
disk_shelf_model str
NetApp base disk shelf model.
disk_shelf_name str
NetApp base disk shelf name.
disk_type str
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid str
The DomainGroup ID for this managed object.
events Sequence[GetStorageNetAppBaseDiskEvent]
id str
is_upgraded bool
This field indicates the compute status of the catalog values for the associated component or hardware.
mod_time str
The time when this managed object was last modified.
model str
This field displays the model number of the associated component or hardware.
moid str
The unique identifier of this Managed Object instance.
name str
Disk name available in storage array.
node_name str
The node name for the disk.
nr_version str
Storage disk version number.
object_type str
owners Sequence[str]
parent GetStorageNetAppBaseDiskParent
part_number str
Storage disk part number.
permission_resources Sequence[GetStorageNetAppBaseDiskPermissionResource]
presence str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_fru GetStorageNetAppBaseDiskPreviousFru
protocol str
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision str
This field displays the revised version of the associated component or hardware (if any).
rn str
The Relative Name uniquely identifies an object within a given context.
serial str
This field displays the serial number of the associated component or hardware.
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed float
Disk speed for read or write operation measured in rpm.
state str
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status str
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storage_utilization GetStorageNetAppBaseDiskStorageUtilization
tags Sequence[GetStorageNetAppBaseDiskTag]
type str
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid str
Universally unique identifier of the NetApp Disk.
vendor str
This field displays the vendor information of the associated component or hardware.
version_context GetStorageNetAppBaseDiskVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
array Property Map
arrayController Property Map
baseDiskModel String
The NetApp base disk model.
classId String
clusterUuid String
Unique identity of the device.
containerType String
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
createTime String
The time when this managed object was created.
deviceMoId String
The database identifier of the registered device of an object.
diskBay Number
NetApp base disk shelf bay.
diskPools List<Property Map>
diskSerialNumber String
NetApp base disk serial number.
diskShelfId String
NetApp base disk shelf id.
diskShelfModel String
NetApp base disk shelf model.
diskShelfName String
NetApp base disk shelf name.
diskType String
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid String
The DomainGroup ID for this managed object.
events List<Property Map>
id String
isUpgraded Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime String
The time when this managed object was last modified.
model String
This field displays the model number of the associated component or hardware.
moid String
The unique identifier of this Managed Object instance.
name String
Disk name available in storage array.
nodeName String
The node name for the disk.
nrVersion String
Storage disk version number.
objectType String
owners List<String>
parent Property Map
partNumber String
Storage disk part number.
permissionResources List<Property Map>
presence String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFru Property Map
protocol String
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision String
This field displays the revised version of the associated component or hardware (if any).
rn String
The Relative Name uniquely identifies an object within a given context.
serial String
This field displays the serial number of the associated component or hardware.
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed Number
Disk speed for read or write operation measured in rpm.
state String
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status String
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storageUtilization Property Map
tags List<Property Map>
type String
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid String
Universally unique identifier of the NetApp Disk.
vendor String
This field displays the vendor information of the associated component or hardware.
versionContext Property Map

getStorageNetAppBaseDisk Result

The following output properties are available:

Id string
Results List<GetStorageNetAppBaseDiskResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetStorageNetAppBaseDiskAncestor>
Array GetStorageNetAppBaseDiskArray
ArrayController GetStorageNetAppBaseDiskArrayController
BaseDiskModel string
ClassId string
ClusterUuid string
ContainerType string
CreateTime string
DeviceMoId string
DiskBay double
DiskPools List<GetStorageNetAppBaseDiskDiskPool>
DiskSerialNumber string
DiskShelfId string
DiskShelfModel string
DiskShelfName string
DiskType string
Dn string
DomainGroupMoid string
Events List<GetStorageNetAppBaseDiskEvent>
IsUpgraded bool
ModTime string
Model string
Moid string
Name string
NodeName string
NrVersion string
ObjectType string
Owners List<string>
Parent GetStorageNetAppBaseDiskParent
PartNumber string
PermissionResources List<GetStorageNetAppBaseDiskPermissionResource>
Presence string
PreviousFru GetStorageNetAppBaseDiskPreviousFru
Protocol string
Revision string
Rn string
Serial string
SharedScope string
Speed double
State string
Status string
StorageUtilization GetStorageNetAppBaseDiskStorageUtilization
Tags List<GetStorageNetAppBaseDiskTag>
Type string
Uuid string
Vendor string
VersionContext GetStorageNetAppBaseDiskVersionContext
Id string
Results []GetStorageNetAppBaseDiskResult
AccountMoid string
AdditionalProperties string
Ancestors []GetStorageNetAppBaseDiskAncestor
Array GetStorageNetAppBaseDiskArray
ArrayController GetStorageNetAppBaseDiskArrayController
BaseDiskModel string
ClassId string
ClusterUuid string
ContainerType string
CreateTime string
DeviceMoId string
DiskBay float64
DiskPools []GetStorageNetAppBaseDiskDiskPool
DiskSerialNumber string
DiskShelfId string
DiskShelfModel string
DiskShelfName string
DiskType string
Dn string
DomainGroupMoid string
Events []GetStorageNetAppBaseDiskEvent
IsUpgraded bool
ModTime string
Model string
Moid string
Name string
NodeName string
NrVersion string
ObjectType string
Owners []string
Parent GetStorageNetAppBaseDiskParent
PartNumber string
PermissionResources []GetStorageNetAppBaseDiskPermissionResource
Presence string
PreviousFru GetStorageNetAppBaseDiskPreviousFru
Protocol string
Revision string
Rn string
Serial string
SharedScope string
Speed float64
State string
Status string
StorageUtilization GetStorageNetAppBaseDiskStorageUtilization
Tags []GetStorageNetAppBaseDiskTag
Type string
Uuid string
Vendor string
VersionContext GetStorageNetAppBaseDiskVersionContext
id String
results List<GetStorageNetAppBaseDiskResult>
accountMoid String
additionalProperties String
ancestors List<GetStorageNetAppBaseDiskAncestor>
array GetStorageNetAppBaseDiskArray
arrayController GetStorageNetAppBaseDiskArrayController
baseDiskModel String
classId String
clusterUuid String
containerType String
createTime String
deviceMoId String
diskBay Double
diskPools List<GetStorageNetAppBaseDiskDiskPool>
diskSerialNumber String
diskShelfId String
diskShelfModel String
diskShelfName String
diskType String
dn String
domainGroupMoid String
events List<GetStorageNetAppBaseDiskEvent>
isUpgraded Boolean
modTime String
model String
moid String
name String
nodeName String
nrVersion String
objectType String
owners List<String>
parent GetStorageNetAppBaseDiskParent
partNumber String
permissionResources List<GetStorageNetAppBaseDiskPermissionResource>
presence String
previousFru GetStorageNetAppBaseDiskPreviousFru
protocol String
revision String
rn String
serial String
sharedScope String
speed Double
state String
status String
storageUtilization GetStorageNetAppBaseDiskStorageUtilization
tags List<GetStorageNetAppBaseDiskTag>
type String
uuid String
vendor String
versionContext GetStorageNetAppBaseDiskVersionContext
id str
results Sequence[GetStorageNetAppBaseDiskResult]
account_moid str
additional_properties str
ancestors Sequence[GetStorageNetAppBaseDiskAncestor]
array GetStorageNetAppBaseDiskArray
array_controller GetStorageNetAppBaseDiskArrayController
base_disk_model str
class_id str
cluster_uuid str
container_type str
create_time str
device_mo_id str
disk_bay float
disk_pools Sequence[GetStorageNetAppBaseDiskDiskPool]
disk_serial_number str
disk_shelf_id str
disk_shelf_model str
disk_shelf_name str
disk_type str
dn str
domain_group_moid str
events Sequence[GetStorageNetAppBaseDiskEvent]
is_upgraded bool
mod_time str
model str
moid str
name str
node_name str
nr_version str
object_type str
owners Sequence[str]
parent GetStorageNetAppBaseDiskParent
part_number str
permission_resources Sequence[GetStorageNetAppBaseDiskPermissionResource]
presence str
previous_fru GetStorageNetAppBaseDiskPreviousFru
protocol str
revision str
rn str
serial str
shared_scope str
speed float
state str
status str
storage_utilization GetStorageNetAppBaseDiskStorageUtilization
tags Sequence[GetStorageNetAppBaseDiskTag]
type str
uuid str
vendor str
version_context GetStorageNetAppBaseDiskVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
array Property Map
arrayController Property Map
baseDiskModel String
classId String
clusterUuid String
containerType String
createTime String
deviceMoId String
diskBay Number
diskPools List<Property Map>
diskSerialNumber String
diskShelfId String
diskShelfModel String
diskShelfName String
diskType String
dn String
domainGroupMoid String
events List<Property Map>
isUpgraded Boolean
modTime String
model String
moid String
name String
nodeName String
nrVersion String
objectType String
owners List<String>
parent Property Map
partNumber String
permissionResources List<Property Map>
presence String
previousFru Property Map
protocol String
revision String
rn String
serial String
sharedScope String
speed Number
state String
status String
storageUtilization Property Map
tags List<Property Map>
type String
uuid String
vendor String
versionContext Property Map

Supporting Types

GetStorageNetAppBaseDiskAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskArray

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskArrayController

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskDiskPool

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskEvent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskPermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskPreviousFru

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetStorageNetAppBaseDiskResultAncestor>
ArrayControllers This property is required. List<GetStorageNetAppBaseDiskResultArrayController>
Arrays This property is required. List<GetStorageNetAppBaseDiskResultArray>
BaseDiskModel This property is required. string
The NetApp base disk model.
ClassId This property is required. string
ClusterUuid This property is required. string
Unique identity of the device.
ContainerType This property is required. string
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
DiskBay This property is required. double
NetApp base disk shelf bay.
DiskPools This property is required. List<GetStorageNetAppBaseDiskResultDiskPool>
DiskSerialNumber This property is required. string
NetApp base disk serial number.
DiskShelfId This property is required. string
NetApp base disk shelf id.
DiskShelfModel This property is required. string
NetApp base disk shelf model.
DiskShelfName This property is required. string
NetApp base disk shelf name.
DiskType This property is required. string
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Events This property is required. List<GetStorageNetAppBaseDiskResultEvent>
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Disk name available in storage array.
NodeName This property is required. string
The node name for the disk.
NrVersion This property is required. string
Storage disk version number.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetStorageNetAppBaseDiskResultParent>
PartNumber This property is required. string
Storage disk part number.
PermissionResources This property is required. List<GetStorageNetAppBaseDiskResultPermissionResource>
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. List<GetStorageNetAppBaseDiskResultPreviousFrus>
Protocol This property is required. string
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Speed This property is required. double
Disk speed for read or write operation measured in rpm.
State This property is required. string
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
Status This property is required. string
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
StorageUtilizations This property is required. List<GetStorageNetAppBaseDiskResultStorageUtilization>
Tags This property is required. List<GetStorageNetAppBaseDiskResultTag>
Type This property is required. string
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
Uuid This property is required. string
Universally unique identifier of the NetApp Disk.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. List<GetStorageNetAppBaseDiskResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetStorageNetAppBaseDiskResultAncestor
ArrayControllers This property is required. []GetStorageNetAppBaseDiskResultArrayController
Arrays This property is required. []GetStorageNetAppBaseDiskResultArray
BaseDiskModel This property is required. string
The NetApp base disk model.
ClassId This property is required. string
ClusterUuid This property is required. string
Unique identity of the device.
ContainerType This property is required. string
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
CreateTime This property is required. string
The time when this managed object was created.
DeviceMoId This property is required. string
The database identifier of the registered device of an object.
DiskBay This property is required. float64
NetApp base disk shelf bay.
DiskPools This property is required. []GetStorageNetAppBaseDiskResultDiskPool
DiskSerialNumber This property is required. string
NetApp base disk serial number.
DiskShelfId This property is required. string
NetApp base disk shelf id.
DiskShelfModel This property is required. string
NetApp base disk shelf model.
DiskShelfName This property is required. string
NetApp base disk shelf name.
DiskType This property is required. string
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
Dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Events This property is required. []GetStorageNetAppBaseDiskResultEvent
IsUpgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
This field displays the model number of the associated component or hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Disk name available in storage array.
NodeName This property is required. string
The node name for the disk.
NrVersion This property is required. string
Storage disk version number.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetStorageNetAppBaseDiskResultParent
PartNumber This property is required. string
Storage disk part number.
PermissionResources This property is required. []GetStorageNetAppBaseDiskResultPermissionResource
Presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
PreviousFrus This property is required. []GetStorageNetAppBaseDiskResultPreviousFrus
Protocol This property is required. string
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
Revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
Rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
Serial This property is required. string
This field displays the serial number of the associated component or hardware.
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Speed This property is required. float64
Disk speed for read or write operation measured in rpm.
State This property is required. string
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
Status This property is required. string
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
StorageUtilizations This property is required. []GetStorageNetAppBaseDiskResultStorageUtilization
Tags This property is required. []GetStorageNetAppBaseDiskResultTag
Type This property is required. string
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
Uuid This property is required. string
Universally unique identifier of the NetApp Disk.
Vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
VersionContexts This property is required. []GetStorageNetAppBaseDiskResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetStorageNetAppBaseDiskResultAncestor>
arrayControllers This property is required. List<GetStorageNetAppBaseDiskResultArrayController>
arrays This property is required. List<GetStorageNetAppBaseDiskResultArray>
baseDiskModel This property is required. String
The NetApp base disk model.
classId This property is required. String
clusterUuid This property is required. String
Unique identity of the device.
containerType This property is required. String
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
diskBay This property is required. Double
NetApp base disk shelf bay.
diskPools This property is required. List<GetStorageNetAppBaseDiskResultDiskPool>
diskSerialNumber This property is required. String
NetApp base disk serial number.
diskShelfId This property is required. String
NetApp base disk shelf id.
diskShelfModel This property is required. String
NetApp base disk shelf model.
diskShelfName This property is required. String
NetApp base disk shelf name.
diskType This property is required. String
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
events This property is required. List<GetStorageNetAppBaseDiskResultEvent>
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Disk name available in storage array.
nodeName This property is required. String
The node name for the disk.
nrVersion This property is required. String
Storage disk version number.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetStorageNetAppBaseDiskResultParent>
partNumber This property is required. String
Storage disk part number.
permissionResources This property is required. List<GetStorageNetAppBaseDiskResultPermissionResource>
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<GetStorageNetAppBaseDiskResultPreviousFrus>
protocol This property is required. String
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed This property is required. Double
Disk speed for read or write operation measured in rpm.
state This property is required. String
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status This property is required. String
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storageUtilizations This property is required. List<GetStorageNetAppBaseDiskResultStorageUtilization>
tags This property is required. List<GetStorageNetAppBaseDiskResultTag>
type This property is required. String
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid This property is required. String
Universally unique identifier of the NetApp Disk.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<GetStorageNetAppBaseDiskResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetStorageNetAppBaseDiskResultAncestor[]
arrayControllers This property is required. GetStorageNetAppBaseDiskResultArrayController[]
arrays This property is required. GetStorageNetAppBaseDiskResultArray[]
baseDiskModel This property is required. string
The NetApp base disk model.
classId This property is required. string
clusterUuid This property is required. string
Unique identity of the device.
containerType This property is required. string
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
createTime This property is required. string
The time when this managed object was created.
deviceMoId This property is required. string
The database identifier of the registered device of an object.
diskBay This property is required. number
NetApp base disk shelf bay.
diskPools This property is required. GetStorageNetAppBaseDiskResultDiskPool[]
diskSerialNumber This property is required. string
NetApp base disk serial number.
diskShelfId This property is required. string
NetApp base disk shelf id.
diskShelfModel This property is required. string
NetApp base disk shelf model.
diskShelfName This property is required. string
NetApp base disk shelf name.
diskType This property is required. string
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn This property is required. string
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
events This property is required. GetStorageNetAppBaseDiskResultEvent[]
isUpgraded This property is required. boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
This field displays the model number of the associated component or hardware.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Disk name available in storage array.
nodeName This property is required. string
The node name for the disk.
nrVersion This property is required. string
Storage disk version number.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetStorageNetAppBaseDiskResultParent[]
partNumber This property is required. string
Storage disk part number.
permissionResources This property is required. GetStorageNetAppBaseDiskResultPermissionResource[]
presence This property is required. string
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. GetStorageNetAppBaseDiskResultPreviousFrus[]
protocol This property is required. string
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision This property is required. string
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. string
The Relative Name uniquely identifies an object within a given context.
serial This property is required. string
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed This property is required. number
Disk speed for read or write operation measured in rpm.
state This property is required. string
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status This property is required. string
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storageUtilizations This property is required. GetStorageNetAppBaseDiskResultStorageUtilization[]
tags This property is required. GetStorageNetAppBaseDiskResultTag[]
type This property is required. string
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid This property is required. string
Universally unique identifier of the NetApp Disk.
vendor This property is required. string
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. GetStorageNetAppBaseDiskResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetStorageNetAppBaseDiskResultAncestor]
array_controllers This property is required. Sequence[GetStorageNetAppBaseDiskResultArrayController]
arrays This property is required. Sequence[GetStorageNetAppBaseDiskResultArray]
base_disk_model This property is required. str
The NetApp base disk model.
class_id This property is required. str
cluster_uuid This property is required. str
Unique identity of the device.
container_type This property is required. str
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
create_time This property is required. str
The time when this managed object was created.
device_mo_id This property is required. str
The database identifier of the registered device of an object.
disk_bay This property is required. float
NetApp base disk shelf bay.
disk_pools This property is required. Sequence[GetStorageNetAppBaseDiskResultDiskPool]
disk_serial_number This property is required. str
NetApp base disk serial number.
disk_shelf_id This property is required. str
NetApp base disk shelf id.
disk_shelf_model This property is required. str
NetApp base disk shelf model.
disk_shelf_name This property is required. str
NetApp base disk shelf name.
disk_type This property is required. str
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn This property is required. str
The Distinguished Name unambiguously identifies an object in the system.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
events This property is required. Sequence[GetStorageNetAppBaseDiskResultEvent]
is_upgraded This property is required. bool
This field indicates the compute status of the catalog values for the associated component or hardware.
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
This field displays the model number of the associated component or hardware.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Disk name available in storage array.
node_name This property is required. str
The node name for the disk.
nr_version This property is required. str
Storage disk version number.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetStorageNetAppBaseDiskResultParent]
part_number This property is required. str
Storage disk part number.
permission_resources This property is required. Sequence[GetStorageNetAppBaseDiskResultPermissionResource]
presence This property is required. str
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previous_frus This property is required. Sequence[GetStorageNetAppBaseDiskResultPreviousFrus]
protocol This property is required. str
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision This property is required. str
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. str
The Relative Name uniquely identifies an object within a given context.
serial This property is required. str
This field displays the serial number of the associated component or hardware.
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed This property is required. float
Disk speed for read or write operation measured in rpm.
state This property is required. str
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status This property is required. str
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storage_utilizations This property is required. Sequence[GetStorageNetAppBaseDiskResultStorageUtilization]
tags This property is required. Sequence[GetStorageNetAppBaseDiskResultTag]
type This property is required. str
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid This property is required. str
Universally unique identifier of the NetApp Disk.
vendor This property is required. str
This field displays the vendor information of the associated component or hardware.
version_contexts This property is required. Sequence[GetStorageNetAppBaseDiskResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
arrayControllers This property is required. List<Property Map>
arrays This property is required. List<Property Map>
baseDiskModel This property is required. String
The NetApp base disk model.
classId This property is required. String
clusterUuid This property is required. String
Unique identity of the device.
containerType This property is required. String
Supported container type for NetApp disk.* Unknown - Default container type is currently unknown.* Aggregate - Disk is used as a physical disk in an aggregate.* Broken - Disk is in a broken pool.* Label Maintenance - Disk is in online label maintenance list.* Foreign - Array LUN has been marked foreign.* Maintenance - Disk is in maintenance center.* Mediator - A mediator disk is a disk used on non-shared HA systems hosted by an external node which is used to communicate the viability of the storage failover between non-shared HA nodes.* Shared - Disk is partitioned or in a storage pool.* Remote - Disk belongs to a remote cluster.* Spare - The disk is a spare disk.* Unassigned - Disk ownership has not been assigned.* Unsupported - The disk is not supported.
createTime This property is required. String
The time when this managed object was created.
deviceMoId This property is required. String
The database identifier of the registered device of an object.
diskBay This property is required. Number
NetApp base disk shelf bay.
diskPools This property is required. List<Property Map>
diskSerialNumber This property is required. String
NetApp base disk serial number.
diskShelfId This property is required. String
NetApp base disk shelf id.
diskShelfModel This property is required. String
NetApp base disk shelf model.
diskShelfName This property is required. String
NetApp base disk shelf name.
diskType This property is required. String
The type of the NetApp disk.* Unknown - Default unknown disk type.* SSDNVM - Solid state disk with Non-Volatile Memory Express protocol enabled.* ATA - Advanced Technology Attachment is a type of disk drive that integrates the drive controller directly on the drive itself.* FCAL - For the FC-AL disk connection type, disk shelves are connected to the controller in a loop.* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, and rotational speed of traditional enterprise-class SATA drives with the fully capable SAS interface typical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* SAS - Storage disk with serial attached SCSI.* MSATA - SATA disk in multi-disk carrier storage shelf.* SSD - Storage disk with Solid state disk.* VMDISK - Virtual machine Data Disk.
dn This property is required. String
The Distinguished Name unambiguously identifies an object in the system.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
events This property is required. List<Property Map>
isUpgraded This property is required. Boolean
This field indicates the compute status of the catalog values for the associated component or hardware.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
This field displays the model number of the associated component or hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Disk name available in storage array.
nodeName This property is required. String
The node name for the disk.
nrVersion This property is required. String
Storage disk version number.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
partNumber This property is required. String
Storage disk part number.
permissionResources This property is required. List<Property Map>
presence This property is required. String
This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
previousFrus This property is required. List<Property Map>
protocol This property is required. String
Storage protocol used in disk for communication. Possible values are SAS, SATA and NVMe.* Unknown - Disk protocol is unknown.* SAS - Serial Attached SCSI protocol (SAS) used in disk.* NVMe - Non-volatile memory express (NVMe) protocol used in disk.* SATA - Serial Advanced Technology Attachment (SATA) used in disk.
revision This property is required. String
This field displays the revised version of the associated component or hardware (if any).
rn This property is required. String
The Relative Name uniquely identifies an object within a given context.
serial This property is required. String
This field displays the serial number of the associated component or hardware.
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
speed This property is required. Number
Disk speed for read or write operation measured in rpm.
state This property is required. String
Current state of the NetApp disk.* Present - Storage disk state type is present.* Copy - Storage disk state type is copy.* Broken - Storage disk state type is broken.* Maintenance - Storage disk state type is maintenance.* Partner - Storage disk state type is partner.* Pending - Storage disk state type is pending.* Reconstructing - Storage disk state type is reconstructing.* Removed - Storage disk state type is removed.* Spare - Storage disk state type is spare.* Unfail - Storage disk state type is unfail.* Zeroing - Storage disk state type is zeroing.
status This property is required. String
Storage disk health status.* Unknown - Component status is not available.* Ok - Component is healthy and no issues found.* Degraded - Functioning, but not at full capability due to a non-fatal failure.* Critical - Not functioning or requiring immediate attention.* Offline - Component is installed, but powered off.* Identifying - Component is in initialization process.* NotAvailable - Component is not installed or not available.* Updating - Software update is in progress.* Unrecognized - Component is not recognized. It may be because the component is not installed properly or it is not supported.
storageUtilizations This property is required. List<Property Map>
tags This property is required. List<Property Map>
type This property is required. String
Storage disk type - it can be SSD, HDD, NVRAM.* Unknown - Default unknown disk type.* SSD - Storage disk with Solid state disk.* HDD - Storage disk with Hard disk drive.* NVRAM - Storage disk with Non-volatile random-access memory type.* SATA - Disk drive implementation with Serial Advanced Technology Attachment (SATA).* BSAS - Bridged SAS-SATA disks with added hardware to enable them to be plugged into a SAS-connected storage shelf.* FC - Storage disk with Fiber Channel.* FSAS - Near Line SAS. NL-SAS drives are enterprise SATA drives with a SAS interface, head, media, androtational speed of traditional enterprise-class SATA drives with the fully capable SAS interfacetypical for classic SAS drives.* LUN - Logical Unit Number refers to a logical disk.* MSATA - SATA disk in multi-disk carrier storage shelf.* SAS - Storage disk with serial attached SCSI.* VMDISK - Virtual machine Data Disk.
uuid This property is required. String
Universally unique identifier of the NetApp Disk.
vendor This property is required. String
This field displays the vendor information of the associated component or hardware.
versionContexts This property is required. List<Property Map>

GetStorageNetAppBaseDiskResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultArray

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultArrayController

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultDiskPool

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultEvent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultPreviousFrus

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultStorageUtilization

AdditionalProperties This property is required. string
Available This property is required. double
CapacityUtilization This property is required. double
ClassId This property is required. string
Free This property is required. double
ObjectType This property is required. string
Total This property is required. double
Used This property is required. double
AdditionalProperties This property is required. string
Available This property is required. float64
CapacityUtilization This property is required. float64
ClassId This property is required. string
Free This property is required. float64
ObjectType This property is required. string
Total This property is required. float64
Used This property is required. float64
additionalProperties This property is required. String
available This property is required. Double
capacityUtilization This property is required. Double
classId This property is required. String
free This property is required. Double
objectType This property is required. String
total This property is required. Double
used This property is required. Double
additionalProperties This property is required. string
available This property is required. number
capacityUtilization This property is required. number
classId This property is required. string
free This property is required. number
objectType This property is required. string
total This property is required. number
used This property is required. number
additional_properties This property is required. str
available This property is required. float
capacity_utilization This property is required. float
class_id This property is required. str
free This property is required. float
object_type This property is required. str
total This property is required. float
used This property is required. float
additionalProperties This property is required. String
available This property is required. Number
capacityUtilization This property is required. Number
classId This property is required. String
free This property is required. Number
objectType This property is required. String
total This property is required. Number
used This property is required. Number

GetStorageNetAppBaseDiskResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetStorageNetAppBaseDiskResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetStorageNetAppBaseDiskResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
Storage disk version number.
ObjectType This property is required. string
RefMos This property is required. List<GetStorageNetAppBaseDiskResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetStorageNetAppBaseDiskResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
Storage disk version number.
ObjectType This property is required. string
RefMos This property is required. []GetStorageNetAppBaseDiskResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetStorageNetAppBaseDiskResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
Storage disk version number.
objectType This property is required. String
refMos This property is required. List<GetStorageNetAppBaseDiskResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetStorageNetAppBaseDiskResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
Storage disk version number.
objectType This property is required. string
refMos This property is required. GetStorageNetAppBaseDiskResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetStorageNetAppBaseDiskResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
Storage disk version number.
object_type This property is required. str
ref_mos This property is required. Sequence[GetStorageNetAppBaseDiskResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
Storage disk version number.
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetStorageNetAppBaseDiskResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetStorageNetAppBaseDiskStorageUtilization

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

GetStorageNetAppBaseDiskTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetStorageNetAppBaseDiskVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos List<GetStorageNetAppBaseDiskVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
Storage disk version number.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetStorageNetAppBaseDiskVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos []GetStorageNetAppBaseDiskVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
Storage disk version number.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetStorageNetAppBaseDiskVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<GetStorageNetAppBaseDiskVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
Storage disk version number.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetStorageNetAppBaseDiskVersionContextRefMo
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos GetStorageNetAppBaseDiskVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
Storage disk version number.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetStorageNetAppBaseDiskVersionContextRefMo
A reference to the original Managed Object.
timestamp string
The time this versioned Managed Object was created.
versionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interested_mos Sequence[GetStorageNetAppBaseDiskVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
Storage disk version number.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetStorageNetAppBaseDiskVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
Storage disk version number.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo Property Map
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.

GetStorageNetAppBaseDiskVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetStorageNetAppBaseDiskVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.