1. Packages
  2. Intersight Provider
  3. API Docs
  4. getStoragePhysicalDisk
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getStoragePhysicalDisk

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    Physical Disk on a server.

    Using getStoragePhysicalDisk

    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 getStoragePhysicalDisk(args: GetStoragePhysicalDiskArgs, opts?: InvokeOptions): Promise<GetStoragePhysicalDiskResult>
    function getStoragePhysicalDiskOutput(args: GetStoragePhysicalDiskOutputArgs, opts?: InvokeOptions): Output<GetStoragePhysicalDiskResult>
    def get_storage_physical_disk(account_moid: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetStoragePhysicalDiskAncestor]] = None,
                                  background_operations: Optional[str] = None,
                                  block_size: Optional[str] = None,
                                  bootable: Optional[str] = None,
                                  class_id: Optional[str] = None,
                                  configuration_checkpoint: Optional[str] = None,
                                  configuration_state: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  description: Optional[str] = None,
                                  device_mo_id: Optional[str] = None,
                                  disabled_for_removal: Optional[bool] = None,
                                  discovered_path: Optional[str] = None,
                                  disk_id: Optional[str] = None,
                                  disk_state: Optional[str] = None,
                                  dn: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  drive_firmware: Optional[str] = None,
                                  drive_state: Optional[str] = None,
                                  encryption_status: Optional[str] = None,
                                  failure_predicted: Optional[bool] = None,
                                  fde_capable: Optional[str] = None,
                                  hot_spare_type: Optional[str] = None,
                                  id: Optional[str] = None,
                                  indicator_led: Optional[str] = None,
                                  inventory_device_info: Optional[GetStoragePhysicalDiskInventoryDeviceInfo] = None,
                                  is_platform_supported: Optional[bool] = None,
                                  is_upgraded: Optional[bool] = None,
                                  link_speed: Optional[str] = None,
                                  link_state: Optional[str] = None,
                                  locator_led: Optional[GetStoragePhysicalDiskLocatorLed] = None,
                                  maximum_operating_temperature: Optional[float] = None,
                                  media_error_count: Optional[float] = None,
                                  mod_time: Optional[str] = None,
                                  model: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  non_coerced_size_bytes: Optional[float] = None,
                                  num_blocks: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  oper_power_state: Optional[str] = None,
                                  oper_qualifier_reason: Optional[str] = None,
                                  operability: Optional[str] = None,
                                  operating_temperature: Optional[float] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetStoragePhysicalDiskParent] = None,
                                  part_number: Optional[str] = None,
                                  percent_life_left: Optional[float] = None,
                                  percent_reserved_capacity_consumed: Optional[float] = None,
                                  performance_percent: Optional[float] = None,
                                  permission_resources: Optional[Sequence[GetStoragePhysicalDiskPermissionResource]] = None,
                                  physical_block_size: Optional[str] = None,
                                  physical_disk_extensions: Optional[Sequence[GetStoragePhysicalDiskPhysicalDiskExtension]] = None,
                                  pid: Optional[str] = None,
                                  power_cycle_count: Optional[float] = None,
                                  power_on_hours: Optional[float] = None,
                                  power_on_hours_percentage: Optional[float] = None,
                                  predicted_media_life_left_percent: Optional[float] = None,
                                  predictive_failure_count: Optional[float] = None,
                                  presence: Optional[str] = None,
                                  previous_fru: Optional[GetStoragePhysicalDiskPreviousFru] = None,
                                  protocol: Optional[str] = None,
                                  raw_size: Optional[str] = None,
                                  read_error_count_threshold: Optional[float] = None,
                                  read_io_error_count: Optional[float] = None,
                                  registered_device: Optional[GetStoragePhysicalDiskRegisteredDevice] = None,
                                  revision: Optional[str] = None,
                                  rn: Optional[str] = None,
                                  running_firmwares: Optional[Sequence[GetStoragePhysicalDiskRunningFirmware]] = None,
                                  sas_ports: Optional[Sequence[GetStoragePhysicalDiskSasPort]] = None,
                                  secured: Optional[str] = None,
                                  serial: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  size: Optional[str] = None,
                                  storage_controller: Optional[GetStoragePhysicalDiskStorageController] = None,
                                  storage_enclosure: Optional[GetStoragePhysicalDiskStorageEnclosure] = None,
                                  tags: Optional[Sequence[GetStoragePhysicalDiskTag]] = None,
                                  thermal: Optional[str] = None,
                                  threshold_operating_temperature: Optional[float] = None,
                                  type: Optional[str] = None,
                                  variant_type: Optional[str] = None,
                                  vendor: Optional[str] = None,
                                  version_context: Optional[GetStoragePhysicalDiskVersionContext] = None,
                                  wear_status_in_days: Optional[float] = None,
                                  write_error_count_threshold: Optional[float] = None,
                                  write_io_error_count: Optional[float] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetStoragePhysicalDiskResult
    def get_storage_physical_disk_output(account_moid: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskAncestorArgs]]]] = None,
                                  background_operations: Optional[pulumi.Input[str]] = None,
                                  block_size: Optional[pulumi.Input[str]] = None,
                                  bootable: Optional[pulumi.Input[str]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  configuration_checkpoint: Optional[pulumi.Input[str]] = None,
                                  configuration_state: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  description: Optional[pulumi.Input[str]] = None,
                                  device_mo_id: Optional[pulumi.Input[str]] = None,
                                  disabled_for_removal: Optional[pulumi.Input[bool]] = None,
                                  discovered_path: Optional[pulumi.Input[str]] = None,
                                  disk_id: Optional[pulumi.Input[str]] = None,
                                  disk_state: Optional[pulumi.Input[str]] = None,
                                  dn: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  drive_firmware: Optional[pulumi.Input[str]] = None,
                                  drive_state: Optional[pulumi.Input[str]] = None,
                                  encryption_status: Optional[pulumi.Input[str]] = None,
                                  failure_predicted: Optional[pulumi.Input[bool]] = None,
                                  fde_capable: Optional[pulumi.Input[str]] = None,
                                  hot_spare_type: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  indicator_led: Optional[pulumi.Input[str]] = None,
                                  inventory_device_info: Optional[pulumi.Input[GetStoragePhysicalDiskInventoryDeviceInfoArgs]] = None,
                                  is_platform_supported: Optional[pulumi.Input[bool]] = None,
                                  is_upgraded: Optional[pulumi.Input[bool]] = None,
                                  link_speed: Optional[pulumi.Input[str]] = None,
                                  link_state: Optional[pulumi.Input[str]] = None,
                                  locator_led: Optional[pulumi.Input[GetStoragePhysicalDiskLocatorLedArgs]] = None,
                                  maximum_operating_temperature: Optional[pulumi.Input[float]] = None,
                                  media_error_count: Optional[pulumi.Input[float]] = 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,
                                  non_coerced_size_bytes: Optional[pulumi.Input[float]] = None,
                                  num_blocks: Optional[pulumi.Input[str]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  oper_power_state: Optional[pulumi.Input[str]] = None,
                                  oper_qualifier_reason: Optional[pulumi.Input[str]] = None,
                                  operability: Optional[pulumi.Input[str]] = None,
                                  operating_temperature: Optional[pulumi.Input[float]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetStoragePhysicalDiskParentArgs]] = None,
                                  part_number: Optional[pulumi.Input[str]] = None,
                                  percent_life_left: Optional[pulumi.Input[float]] = None,
                                  percent_reserved_capacity_consumed: Optional[pulumi.Input[float]] = None,
                                  performance_percent: Optional[pulumi.Input[float]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskPermissionResourceArgs]]]] = None,
                                  physical_block_size: Optional[pulumi.Input[str]] = None,
                                  physical_disk_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskPhysicalDiskExtensionArgs]]]] = None,
                                  pid: Optional[pulumi.Input[str]] = None,
                                  power_cycle_count: Optional[pulumi.Input[float]] = None,
                                  power_on_hours: Optional[pulumi.Input[float]] = None,
                                  power_on_hours_percentage: Optional[pulumi.Input[float]] = None,
                                  predicted_media_life_left_percent: Optional[pulumi.Input[float]] = None,
                                  predictive_failure_count: Optional[pulumi.Input[float]] = None,
                                  presence: Optional[pulumi.Input[str]] = None,
                                  previous_fru: Optional[pulumi.Input[GetStoragePhysicalDiskPreviousFruArgs]] = None,
                                  protocol: Optional[pulumi.Input[str]] = None,
                                  raw_size: Optional[pulumi.Input[str]] = None,
                                  read_error_count_threshold: Optional[pulumi.Input[float]] = None,
                                  read_io_error_count: Optional[pulumi.Input[float]] = None,
                                  registered_device: Optional[pulumi.Input[GetStoragePhysicalDiskRegisteredDeviceArgs]] = None,
                                  revision: Optional[pulumi.Input[str]] = None,
                                  rn: Optional[pulumi.Input[str]] = None,
                                  running_firmwares: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskRunningFirmwareArgs]]]] = None,
                                  sas_ports: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskSasPortArgs]]]] = None,
                                  secured: Optional[pulumi.Input[str]] = None,
                                  serial: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  size: Optional[pulumi.Input[str]] = None,
                                  storage_controller: Optional[pulumi.Input[GetStoragePhysicalDiskStorageControllerArgs]] = None,
                                  storage_enclosure: Optional[pulumi.Input[GetStoragePhysicalDiskStorageEnclosureArgs]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStoragePhysicalDiskTagArgs]]]] = None,
                                  thermal: Optional[pulumi.Input[str]] = None,
                                  threshold_operating_temperature: Optional[pulumi.Input[float]] = None,
                                  type: Optional[pulumi.Input[str]] = None,
                                  variant_type: Optional[pulumi.Input[str]] = None,
                                  vendor: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetStoragePhysicalDiskVersionContextArgs]] = None,
                                  wear_status_in_days: Optional[pulumi.Input[float]] = None,
                                  write_error_count_threshold: Optional[pulumi.Input[float]] = None,
                                  write_io_error_count: Optional[pulumi.Input[float]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetStoragePhysicalDiskResult]
    func LookupStoragePhysicalDisk(ctx *Context, args *LookupStoragePhysicalDiskArgs, opts ...InvokeOption) (*LookupStoragePhysicalDiskResult, error)
    func LookupStoragePhysicalDiskOutput(ctx *Context, args *LookupStoragePhysicalDiskOutputArgs, opts ...InvokeOption) LookupStoragePhysicalDiskResultOutput

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

    public static class GetStoragePhysicalDisk 
    {
        public static Task<GetStoragePhysicalDiskResult> InvokeAsync(GetStoragePhysicalDiskArgs args, InvokeOptions? opts = null)
        public static Output<GetStoragePhysicalDiskResult> Invoke(GetStoragePhysicalDiskInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStoragePhysicalDiskResult> getStoragePhysicalDisk(GetStoragePhysicalDiskArgs args, InvokeOptions options)
    public static Output<GetStoragePhysicalDiskResult> getStoragePhysicalDisk(GetStoragePhysicalDiskArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStoragePhysicalDisk:getStoragePhysicalDisk
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStoragePhysicalDiskAncestor>
    BackgroundOperations string
    List of background operations underway.
    BlockSize string
    The block size of the physical disk in bytes.
    Bootable string
    This field identifies the disk drive as bootable if set to true.
    ClassId string
    ConfigurationCheckpoint string
    The current configuration checkpoint of the physical disk.
    ConfigurationState string
    The current configuration state of the physical disk.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the physical disk.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisabledForRemoval bool
    The physical disk is disabled for removal.
    DiscoveredPath string
    The discovered path of the physical disk.
    DiskId string
    This field identifies the ID assigned to physical disks.
    DiskState string
    This field identifies the health of the disk.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveFirmware string
    This field identifies the disk firmware running in the disk.
    DriveState string
    The drive state as reported by the controller.
    EncryptionStatus string
    Encryption status of the physical disk.
    FailurePredicted bool
    Possibility of physical disk failure.
    FdeCapable string
    Full-Disk Encryption capability parameter of the physical disk.
    HotSpareType string
    Type of hotspare configured on the physical disk.
    Id string
    IndicatorLed string
    Status of the locator LED corresponding to the physical disk.
    InventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    IsPlatformSupported bool
    This field indicates whether the physical disk is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LinkSpeed string
    The speed of the link between the drive and the controller.
    LinkState string
    The current link state of the physical disk.
    LocatorLed GetStoragePhysicalDiskLocatorLed
    MaximumOperatingTemperature double
    Maximum operating temperature of drive in Celsius.
    MediaErrorCount double
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    NonCoercedSizeBytes double
    Physical disk non-coerced size in bytes.
    NumBlocks string
    The number of blocks present on the physical disk.
    ObjectType string
    OperPowerState string
    Operational power of the physical disk.
    OperQualifierReason string
    For certain states, indicates the reason why the operState is in that state.
    Operability string
    This field identifies the disk operability of the disk.
    OperatingTemperature double
    Operating temperature of drive in Celsius.
    Owners List<string>
    Parent GetStoragePhysicalDiskParent
    PartNumber string
    This field displays the part number of the physical disk.
    PercentLifeLeft double
    Percentage of write cycles remaining in a solid state drive (SSD).
    PercentReservedCapacityConsumed double
    Percentage of reserve capacity consumed.
    PerformancePercent double
    Performance at which the device operating expressed in percentage.
    PermissionResources List<GetStoragePhysicalDiskPermissionResource>
    PhysicalBlockSize string
    The block size of the installed physical disk.
    PhysicalDiskExtensions List<GetStoragePhysicalDiskPhysicalDiskExtension>
    Pid string
    This field displays the product ID of the physical disk.
    PowerCycleCount double
    Number of powercycles the drive has undergone.
    PowerOnHours double
    Number of hours the drive has been powered on.
    PowerOnHoursPercentage double
    Percentage of life used based on five year life span of Cisco supported drives.
    PredictedMediaLifeLeftPercent double
    Predicted physical disk life left in percentage.
    PredictiveFailureCount double
    Error count on the physical disk.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStoragePhysicalDiskPreviousFru
    Protocol string
    This field identifies the disk protocol used for communication.
    RawSize string
    The raw size of the physical disk in MB.
    ReadErrorCountThreshold double
    The number of read errors that are permitted while accessing the drive/card.
    ReadIoErrorCount double
    Number of IO Errors that occured while reading data from the disk.
    RegisteredDevice GetStoragePhysicalDiskRegisteredDevice
    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.
    RunningFirmwares List<GetStoragePhysicalDiskRunningFirmware>
    SasPorts List<GetStoragePhysicalDiskSasPort>
    Secured string
    This field identifies whether the disk is encrypted.
    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.
    Size string
    The size of the physical disk in MB.
    StorageController GetStoragePhysicalDiskStorageController
    StorageEnclosure GetStoragePhysicalDiskStorageEnclosure
    Tags List<GetStoragePhysicalDiskTag>
    Thermal string
    Thermal state of the physical disk.
    ThresholdOperatingTemperature double
    Rated threshold operating temperature in Celsius.
    Type string
    This field identifies the type of the physical disk.
    VariantType string
    The variant type of the physical disk.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetStoragePhysicalDiskVersionContext
    WearStatusInDays double
    The number of days an SSD has gone through with the write cycles.
    WriteErrorCountThreshold double
    The number of write errors that are permitted while accessing the drive/card.
    WriteIoErrorCount double
    Number of IO Errors that occured while writing data to the disk.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStoragePhysicalDiskAncestor
    BackgroundOperations string
    List of background operations underway.
    BlockSize string
    The block size of the physical disk in bytes.
    Bootable string
    This field identifies the disk drive as bootable if set to true.
    ClassId string
    ConfigurationCheckpoint string
    The current configuration checkpoint of the physical disk.
    ConfigurationState string
    The current configuration state of the physical disk.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the physical disk.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisabledForRemoval bool
    The physical disk is disabled for removal.
    DiscoveredPath string
    The discovered path of the physical disk.
    DiskId string
    This field identifies the ID assigned to physical disks.
    DiskState string
    This field identifies the health of the disk.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveFirmware string
    This field identifies the disk firmware running in the disk.
    DriveState string
    The drive state as reported by the controller.
    EncryptionStatus string
    Encryption status of the physical disk.
    FailurePredicted bool
    Possibility of physical disk failure.
    FdeCapable string
    Full-Disk Encryption capability parameter of the physical disk.
    HotSpareType string
    Type of hotspare configured on the physical disk.
    Id string
    IndicatorLed string
    Status of the locator LED corresponding to the physical disk.
    InventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    IsPlatformSupported bool
    This field indicates whether the physical disk is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LinkSpeed string
    The speed of the link between the drive and the controller.
    LinkState string
    The current link state of the physical disk.
    LocatorLed GetStoragePhysicalDiskLocatorLed
    MaximumOperatingTemperature float64
    Maximum operating temperature of drive in Celsius.
    MediaErrorCount float64
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    NonCoercedSizeBytes float64
    Physical disk non-coerced size in bytes.
    NumBlocks string
    The number of blocks present on the physical disk.
    ObjectType string
    OperPowerState string
    Operational power of the physical disk.
    OperQualifierReason string
    For certain states, indicates the reason why the operState is in that state.
    Operability string
    This field identifies the disk operability of the disk.
    OperatingTemperature float64
    Operating temperature of drive in Celsius.
    Owners []string
    Parent GetStoragePhysicalDiskParent
    PartNumber string
    This field displays the part number of the physical disk.
    PercentLifeLeft float64
    Percentage of write cycles remaining in a solid state drive (SSD).
    PercentReservedCapacityConsumed float64
    Percentage of reserve capacity consumed.
    PerformancePercent float64
    Performance at which the device operating expressed in percentage.
    PermissionResources []GetStoragePhysicalDiskPermissionResource
    PhysicalBlockSize string
    The block size of the installed physical disk.
    PhysicalDiskExtensions []GetStoragePhysicalDiskPhysicalDiskExtension
    Pid string
    This field displays the product ID of the physical disk.
    PowerCycleCount float64
    Number of powercycles the drive has undergone.
    PowerOnHours float64
    Number of hours the drive has been powered on.
    PowerOnHoursPercentage float64
    Percentage of life used based on five year life span of Cisco supported drives.
    PredictedMediaLifeLeftPercent float64
    Predicted physical disk life left in percentage.
    PredictiveFailureCount float64
    Error count on the physical disk.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStoragePhysicalDiskPreviousFru
    Protocol string
    This field identifies the disk protocol used for communication.
    RawSize string
    The raw size of the physical disk in MB.
    ReadErrorCountThreshold float64
    The number of read errors that are permitted while accessing the drive/card.
    ReadIoErrorCount float64
    Number of IO Errors that occured while reading data from the disk.
    RegisteredDevice GetStoragePhysicalDiskRegisteredDevice
    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.
    RunningFirmwares []GetStoragePhysicalDiskRunningFirmware
    SasPorts []GetStoragePhysicalDiskSasPort
    Secured string
    This field identifies whether the disk is encrypted.
    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.
    Size string
    The size of the physical disk in MB.
    StorageController GetStoragePhysicalDiskStorageController
    StorageEnclosure GetStoragePhysicalDiskStorageEnclosure
    Tags []GetStoragePhysicalDiskTag
    Thermal string
    Thermal state of the physical disk.
    ThresholdOperatingTemperature float64
    Rated threshold operating temperature in Celsius.
    Type string
    This field identifies the type of the physical disk.
    VariantType string
    The variant type of the physical disk.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetStoragePhysicalDiskVersionContext
    WearStatusInDays float64
    The number of days an SSD has gone through with the write cycles.
    WriteErrorCountThreshold float64
    The number of write errors that are permitted while accessing the drive/card.
    WriteIoErrorCount float64
    Number of IO Errors that occured while writing data to the disk.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStoragePhysicalDiskAncestor>
    backgroundOperations String
    List of background operations underway.
    blockSize String
    The block size of the physical disk in bytes.
    bootable String
    This field identifies the disk drive as bootable if set to true.
    classId String
    configurationCheckpoint String
    The current configuration checkpoint of the physical disk.
    configurationState String
    The current configuration state of the physical disk.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the physical disk.
    deviceMoId String
    The database identifier of the registered device of an object.
    disabledForRemoval Boolean
    The physical disk is disabled for removal.
    discoveredPath String
    The discovered path of the physical disk.
    diskId String
    This field identifies the ID assigned to physical disks.
    diskState String
    This field identifies the health of the disk.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveFirmware String
    This field identifies the disk firmware running in the disk.
    driveState String
    The drive state as reported by the controller.
    encryptionStatus String
    Encryption status of the physical disk.
    failurePredicted Boolean
    Possibility of physical disk failure.
    fdeCapable String
    Full-Disk Encryption capability parameter of the physical disk.
    hotSpareType String
    Type of hotspare configured on the physical disk.
    id String
    indicatorLed String
    Status of the locator LED corresponding to the physical disk.
    inventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    isPlatformSupported Boolean
    This field indicates whether the physical disk is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    linkSpeed String
    The speed of the link between the drive and the controller.
    linkState String
    The current link state of the physical disk.
    locatorLed GetStoragePhysicalDiskLocatorLed
    maximumOperatingTemperature Double
    Maximum operating temperature of drive in Celsius.
    mediaErrorCount Double
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    nonCoercedSizeBytes Double
    Physical disk non-coerced size in bytes.
    numBlocks String
    The number of blocks present on the physical disk.
    objectType String
    operPowerState String
    Operational power of the physical disk.
    operQualifierReason String
    For certain states, indicates the reason why the operState is in that state.
    operability String
    This field identifies the disk operability of the disk.
    operatingTemperature Double
    Operating temperature of drive in Celsius.
    owners List<String>
    parent GetStoragePhysicalDiskParent
    partNumber String
    This field displays the part number of the physical disk.
    percentLifeLeft Double
    Percentage of write cycles remaining in a solid state drive (SSD).
    percentReservedCapacityConsumed Double
    Percentage of reserve capacity consumed.
    performancePercent Double
    Performance at which the device operating expressed in percentage.
    permissionResources List<GetStoragePhysicalDiskPermissionResource>
    physicalBlockSize String
    The block size of the installed physical disk.
    physicalDiskExtensions List<GetStoragePhysicalDiskPhysicalDiskExtension>
    pid String
    This field displays the product ID of the physical disk.
    powerCycleCount Double
    Number of powercycles the drive has undergone.
    powerOnHours Double
    Number of hours the drive has been powered on.
    powerOnHoursPercentage Double
    Percentage of life used based on five year life span of Cisco supported drives.
    predictedMediaLifeLeftPercent Double
    Predicted physical disk life left in percentage.
    predictiveFailureCount Double
    Error count on the physical disk.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStoragePhysicalDiskPreviousFru
    protocol String
    This field identifies the disk protocol used for communication.
    rawSize String
    The raw size of the physical disk in MB.
    readErrorCountThreshold Double
    The number of read errors that are permitted while accessing the drive/card.
    readIoErrorCount Double
    Number of IO Errors that occured while reading data from the disk.
    registeredDevice GetStoragePhysicalDiskRegisteredDevice
    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.
    runningFirmwares List<GetStoragePhysicalDiskRunningFirmware>
    sasPorts List<GetStoragePhysicalDiskSasPort>
    secured String
    This field identifies whether the disk is encrypted.
    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.
    size String
    The size of the physical disk in MB.
    storageController GetStoragePhysicalDiskStorageController
    storageEnclosure GetStoragePhysicalDiskStorageEnclosure
    tags List<GetStoragePhysicalDiskTag>
    thermal String
    Thermal state of the physical disk.
    thresholdOperatingTemperature Double
    Rated threshold operating temperature in Celsius.
    type String
    This field identifies the type of the physical disk.
    variantType String
    The variant type of the physical disk.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext GetStoragePhysicalDiskVersionContext
    wearStatusInDays Double
    The number of days an SSD has gone through with the write cycles.
    writeErrorCountThreshold Double
    The number of write errors that are permitted while accessing the drive/card.
    writeIoErrorCount Double
    Number of IO Errors that occured while writing data to the disk.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStoragePhysicalDiskAncestor[]
    backgroundOperations string
    List of background operations underway.
    blockSize string
    The block size of the physical disk in bytes.
    bootable string
    This field identifies the disk drive as bootable if set to true.
    classId string
    configurationCheckpoint string
    The current configuration checkpoint of the physical disk.
    configurationState string
    The current configuration state of the physical disk.
    createTime string
    The time when this managed object was created.
    description string
    This field displays the description of the physical disk.
    deviceMoId string
    The database identifier of the registered device of an object.
    disabledForRemoval boolean
    The physical disk is disabled for removal.
    discoveredPath string
    The discovered path of the physical disk.
    diskId string
    This field identifies the ID assigned to physical disks.
    diskState string
    This field identifies the health of the disk.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveFirmware string
    This field identifies the disk firmware running in the disk.
    driveState string
    The drive state as reported by the controller.
    encryptionStatus string
    Encryption status of the physical disk.
    failurePredicted boolean
    Possibility of physical disk failure.
    fdeCapable string
    Full-Disk Encryption capability parameter of the physical disk.
    hotSpareType string
    Type of hotspare configured on the physical disk.
    id string
    indicatorLed string
    Status of the locator LED corresponding to the physical disk.
    inventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    isPlatformSupported boolean
    This field indicates whether the physical disk is supported on the server or not.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    linkSpeed string
    The speed of the link between the drive and the controller.
    linkState string
    The current link state of the physical disk.
    locatorLed GetStoragePhysicalDiskLocatorLed
    maximumOperatingTemperature number
    Maximum operating temperature of drive in Celsius.
    mediaErrorCount number
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    nonCoercedSizeBytes number
    Physical disk non-coerced size in bytes.
    numBlocks string
    The number of blocks present on the physical disk.
    objectType string
    operPowerState string
    Operational power of the physical disk.
    operQualifierReason string
    For certain states, indicates the reason why the operState is in that state.
    operability string
    This field identifies the disk operability of the disk.
    operatingTemperature number
    Operating temperature of drive in Celsius.
    owners string[]
    parent GetStoragePhysicalDiskParent
    partNumber string
    This field displays the part number of the physical disk.
    percentLifeLeft number
    Percentage of write cycles remaining in a solid state drive (SSD).
    percentReservedCapacityConsumed number
    Percentage of reserve capacity consumed.
    performancePercent number
    Performance at which the device operating expressed in percentage.
    permissionResources GetStoragePhysicalDiskPermissionResource[]
    physicalBlockSize string
    The block size of the installed physical disk.
    physicalDiskExtensions GetStoragePhysicalDiskPhysicalDiskExtension[]
    pid string
    This field displays the product ID of the physical disk.
    powerCycleCount number
    Number of powercycles the drive has undergone.
    powerOnHours number
    Number of hours the drive has been powered on.
    powerOnHoursPercentage number
    Percentage of life used based on five year life span of Cisco supported drives.
    predictedMediaLifeLeftPercent number
    Predicted physical disk life left in percentage.
    predictiveFailureCount number
    Error count on the physical disk.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStoragePhysicalDiskPreviousFru
    protocol string
    This field identifies the disk protocol used for communication.
    rawSize string
    The raw size of the physical disk in MB.
    readErrorCountThreshold number
    The number of read errors that are permitted while accessing the drive/card.
    readIoErrorCount number
    Number of IO Errors that occured while reading data from the disk.
    registeredDevice GetStoragePhysicalDiskRegisteredDevice
    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.
    runningFirmwares GetStoragePhysicalDiskRunningFirmware[]
    sasPorts GetStoragePhysicalDiskSasPort[]
    secured string
    This field identifies whether the disk is encrypted.
    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.
    size string
    The size of the physical disk in MB.
    storageController GetStoragePhysicalDiskStorageController
    storageEnclosure GetStoragePhysicalDiskStorageEnclosure
    tags GetStoragePhysicalDiskTag[]
    thermal string
    Thermal state of the physical disk.
    thresholdOperatingTemperature number
    Rated threshold operating temperature in Celsius.
    type string
    This field identifies the type of the physical disk.
    variantType string
    The variant type of the physical disk.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContext GetStoragePhysicalDiskVersionContext
    wearStatusInDays number
    The number of days an SSD has gone through with the write cycles.
    writeErrorCountThreshold number
    The number of write errors that are permitted while accessing the drive/card.
    writeIoErrorCount number
    Number of IO Errors that occured while writing data to the disk.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStoragePhysicalDiskAncestor]
    background_operations str
    List of background operations underway.
    block_size str
    The block size of the physical disk in bytes.
    bootable str
    This field identifies the disk drive as bootable if set to true.
    class_id str
    configuration_checkpoint str
    The current configuration checkpoint of the physical disk.
    configuration_state str
    The current configuration state of the physical disk.
    create_time str
    The time when this managed object was created.
    description str
    This field displays the description of the physical disk.
    device_mo_id str
    The database identifier of the registered device of an object.
    disabled_for_removal bool
    The physical disk is disabled for removal.
    discovered_path str
    The discovered path of the physical disk.
    disk_id str
    This field identifies the ID assigned to physical disks.
    disk_state str
    This field identifies the health of the disk.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_firmware str
    This field identifies the disk firmware running in the disk.
    drive_state str
    The drive state as reported by the controller.
    encryption_status str
    Encryption status of the physical disk.
    failure_predicted bool
    Possibility of physical disk failure.
    fde_capable str
    Full-Disk Encryption capability parameter of the physical disk.
    hot_spare_type str
    Type of hotspare configured on the physical disk.
    id str
    indicator_led str
    Status of the locator LED corresponding to the physical disk.
    inventory_device_info GetStoragePhysicalDiskInventoryDeviceInfo
    is_platform_supported bool
    This field indicates whether the physical disk is supported on the server or not.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    link_speed str
    The speed of the link between the drive and the controller.
    link_state str
    The current link state of the physical disk.
    locator_led GetStoragePhysicalDiskLocatorLed
    maximum_operating_temperature float
    Maximum operating temperature of drive in Celsius.
    media_error_count float
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    non_coerced_size_bytes float
    Physical disk non-coerced size in bytes.
    num_blocks str
    The number of blocks present on the physical disk.
    object_type str
    oper_power_state str
    Operational power of the physical disk.
    oper_qualifier_reason str
    For certain states, indicates the reason why the operState is in that state.
    operability str
    This field identifies the disk operability of the disk.
    operating_temperature float
    Operating temperature of drive in Celsius.
    owners Sequence[str]
    parent GetStoragePhysicalDiskParent
    part_number str
    This field displays the part number of the physical disk.
    percent_life_left float
    Percentage of write cycles remaining in a solid state drive (SSD).
    percent_reserved_capacity_consumed float
    Percentage of reserve capacity consumed.
    performance_percent float
    Performance at which the device operating expressed in percentage.
    permission_resources Sequence[GetStoragePhysicalDiskPermissionResource]
    physical_block_size str
    The block size of the installed physical disk.
    physical_disk_extensions Sequence[GetStoragePhysicalDiskPhysicalDiskExtension]
    pid str
    This field displays the product ID of the physical disk.
    power_cycle_count float
    Number of powercycles the drive has undergone.
    power_on_hours float
    Number of hours the drive has been powered on.
    power_on_hours_percentage float
    Percentage of life used based on five year life span of Cisco supported drives.
    predicted_media_life_left_percent float
    Predicted physical disk life left in percentage.
    predictive_failure_count float
    Error count on the physical disk.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_fru GetStoragePhysicalDiskPreviousFru
    protocol str
    This field identifies the disk protocol used for communication.
    raw_size str
    The raw size of the physical disk in MB.
    read_error_count_threshold float
    The number of read errors that are permitted while accessing the drive/card.
    read_io_error_count float
    Number of IO Errors that occured while reading data from the disk.
    registered_device GetStoragePhysicalDiskRegisteredDevice
    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.
    running_firmwares Sequence[GetStoragePhysicalDiskRunningFirmware]
    sas_ports Sequence[GetStoragePhysicalDiskSasPort]
    secured str
    This field identifies whether the disk is encrypted.
    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.
    size str
    The size of the physical disk in MB.
    storage_controller GetStoragePhysicalDiskStorageController
    storage_enclosure GetStoragePhysicalDiskStorageEnclosure
    tags Sequence[GetStoragePhysicalDiskTag]
    thermal str
    Thermal state of the physical disk.
    threshold_operating_temperature float
    Rated threshold operating temperature in Celsius.
    type str
    This field identifies the type of the physical disk.
    variant_type str
    The variant type of the physical disk.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_context GetStoragePhysicalDiskVersionContext
    wear_status_in_days float
    The number of days an SSD has gone through with the write cycles.
    write_error_count_threshold float
    The number of write errors that are permitted while accessing the drive/card.
    write_io_error_count float
    Number of IO Errors that occured while writing data to the disk.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backgroundOperations String
    List of background operations underway.
    blockSize String
    The block size of the physical disk in bytes.
    bootable String
    This field identifies the disk drive as bootable if set to true.
    classId String
    configurationCheckpoint String
    The current configuration checkpoint of the physical disk.
    configurationState String
    The current configuration state of the physical disk.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the physical disk.
    deviceMoId String
    The database identifier of the registered device of an object.
    disabledForRemoval Boolean
    The physical disk is disabled for removal.
    discoveredPath String
    The discovered path of the physical disk.
    diskId String
    This field identifies the ID assigned to physical disks.
    diskState String
    This field identifies the health of the disk.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveFirmware String
    This field identifies the disk firmware running in the disk.
    driveState String
    The drive state as reported by the controller.
    encryptionStatus String
    Encryption status of the physical disk.
    failurePredicted Boolean
    Possibility of physical disk failure.
    fdeCapable String
    Full-Disk Encryption capability parameter of the physical disk.
    hotSpareType String
    Type of hotspare configured on the physical disk.
    id String
    indicatorLed String
    Status of the locator LED corresponding to the physical disk.
    inventoryDeviceInfo Property Map
    isPlatformSupported Boolean
    This field indicates whether the physical disk is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    linkSpeed String
    The speed of the link between the drive and the controller.
    linkState String
    The current link state of the physical disk.
    locatorLed Property Map
    maximumOperatingTemperature Number
    Maximum operating temperature of drive in Celsius.
    mediaErrorCount Number
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    nonCoercedSizeBytes Number
    Physical disk non-coerced size in bytes.
    numBlocks String
    The number of blocks present on the physical disk.
    objectType String
    operPowerState String
    Operational power of the physical disk.
    operQualifierReason String
    For certain states, indicates the reason why the operState is in that state.
    operability String
    This field identifies the disk operability of the disk.
    operatingTemperature Number
    Operating temperature of drive in Celsius.
    owners List<String>
    parent Property Map
    partNumber String
    This field displays the part number of the physical disk.
    percentLifeLeft Number
    Percentage of write cycles remaining in a solid state drive (SSD).
    percentReservedCapacityConsumed Number
    Percentage of reserve capacity consumed.
    performancePercent Number
    Performance at which the device operating expressed in percentage.
    permissionResources List<Property Map>
    physicalBlockSize String
    The block size of the installed physical disk.
    physicalDiskExtensions List<Property Map>
    pid String
    This field displays the product ID of the physical disk.
    powerCycleCount Number
    Number of powercycles the drive has undergone.
    powerOnHours Number
    Number of hours the drive has been powered on.
    powerOnHoursPercentage Number
    Percentage of life used based on five year life span of Cisco supported drives.
    predictedMediaLifeLeftPercent Number
    Predicted physical disk life left in percentage.
    predictiveFailureCount Number
    Error count on the physical disk.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru Property Map
    protocol String
    This field identifies the disk protocol used for communication.
    rawSize String
    The raw size of the physical disk in MB.
    readErrorCountThreshold Number
    The number of read errors that are permitted while accessing the drive/card.
    readIoErrorCount Number
    Number of IO Errors that occured while reading data from the disk.
    registeredDevice Property Map
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    runningFirmwares List<Property Map>
    sasPorts List<Property Map>
    secured String
    This field identifies whether the disk is encrypted.
    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.
    size String
    The size of the physical disk in MB.
    storageController Property Map
    storageEnclosure Property Map
    tags List<Property Map>
    thermal String
    Thermal state of the physical disk.
    thresholdOperatingTemperature Number
    Rated threshold operating temperature in Celsius.
    type String
    This field identifies the type of the physical disk.
    variantType String
    The variant type of the physical disk.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext Property Map
    wearStatusInDays Number
    The number of days an SSD has gone through with the write cycles.
    writeErrorCountThreshold Number
    The number of write errors that are permitted while accessing the drive/card.
    writeIoErrorCount Number
    Number of IO Errors that occured while writing data to the disk.

    getStoragePhysicalDisk Result

    The following output properties are available:

    Id string
    Results List<GetStoragePhysicalDiskResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStoragePhysicalDiskAncestor>
    BackgroundOperations string
    BlockSize string
    Bootable string
    ClassId string
    ConfigurationCheckpoint string
    ConfigurationState string
    CreateTime string
    Description string
    DeviceMoId string
    DisabledForRemoval bool
    DiscoveredPath string
    DiskId string
    DiskState string
    Dn string
    DomainGroupMoid string
    DriveFirmware string
    DriveState string
    EncryptionStatus string
    FailurePredicted bool
    FdeCapable string
    HotSpareType string
    IndicatorLed string
    InventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    IsPlatformSupported bool
    IsUpgraded bool
    LinkSpeed string
    LinkState string
    LocatorLed GetStoragePhysicalDiskLocatorLed
    MaximumOperatingTemperature double
    MediaErrorCount double
    ModTime string
    Model string
    Moid string
    Name string
    NonCoercedSizeBytes double
    NumBlocks string
    ObjectType string
    OperPowerState string
    OperQualifierReason string
    Operability string
    OperatingTemperature double
    Owners List<string>
    Parent GetStoragePhysicalDiskParent
    PartNumber string
    PercentLifeLeft double
    PercentReservedCapacityConsumed double
    PerformancePercent double
    PermissionResources List<GetStoragePhysicalDiskPermissionResource>
    PhysicalBlockSize string
    PhysicalDiskExtensions List<GetStoragePhysicalDiskPhysicalDiskExtension>
    Pid string
    PowerCycleCount double
    PowerOnHours double
    PowerOnHoursPercentage double
    PredictedMediaLifeLeftPercent double
    PredictiveFailureCount double
    Presence string
    PreviousFru GetStoragePhysicalDiskPreviousFru
    Protocol string
    RawSize string
    ReadErrorCountThreshold double
    ReadIoErrorCount double
    RegisteredDevice GetStoragePhysicalDiskRegisteredDevice
    Revision string
    Rn string
    RunningFirmwares List<GetStoragePhysicalDiskRunningFirmware>
    SasPorts List<GetStoragePhysicalDiskSasPort>
    Secured string
    Serial string
    SharedScope string
    Size string
    StorageController GetStoragePhysicalDiskStorageController
    StorageEnclosure GetStoragePhysicalDiskStorageEnclosure
    Tags List<GetStoragePhysicalDiskTag>
    Thermal string
    ThresholdOperatingTemperature double
    Type string
    VariantType string
    Vendor string
    VersionContext GetStoragePhysicalDiskVersionContext
    WearStatusInDays double
    WriteErrorCountThreshold double
    WriteIoErrorCount double
    Id string
    Results []GetStoragePhysicalDiskResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStoragePhysicalDiskAncestor
    BackgroundOperations string
    BlockSize string
    Bootable string
    ClassId string
    ConfigurationCheckpoint string
    ConfigurationState string
    CreateTime string
    Description string
    DeviceMoId string
    DisabledForRemoval bool
    DiscoveredPath string
    DiskId string
    DiskState string
    Dn string
    DomainGroupMoid string
    DriveFirmware string
    DriveState string
    EncryptionStatus string
    FailurePredicted bool
    FdeCapable string
    HotSpareType string
    IndicatorLed string
    InventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    IsPlatformSupported bool
    IsUpgraded bool
    LinkSpeed string
    LinkState string
    LocatorLed GetStoragePhysicalDiskLocatorLed
    MaximumOperatingTemperature float64
    MediaErrorCount float64
    ModTime string
    Model string
    Moid string
    Name string
    NonCoercedSizeBytes float64
    NumBlocks string
    ObjectType string
    OperPowerState string
    OperQualifierReason string
    Operability string
    OperatingTemperature float64
    Owners []string
    Parent GetStoragePhysicalDiskParent
    PartNumber string
    PercentLifeLeft float64
    PercentReservedCapacityConsumed float64
    PerformancePercent float64
    PermissionResources []GetStoragePhysicalDiskPermissionResource
    PhysicalBlockSize string
    PhysicalDiskExtensions []GetStoragePhysicalDiskPhysicalDiskExtension
    Pid string
    PowerCycleCount float64
    PowerOnHours float64
    PowerOnHoursPercentage float64
    PredictedMediaLifeLeftPercent float64
    PredictiveFailureCount float64
    Presence string
    PreviousFru GetStoragePhysicalDiskPreviousFru
    Protocol string
    RawSize string
    ReadErrorCountThreshold float64
    ReadIoErrorCount float64
    RegisteredDevice GetStoragePhysicalDiskRegisteredDevice
    Revision string
    Rn string
    RunningFirmwares []GetStoragePhysicalDiskRunningFirmware
    SasPorts []GetStoragePhysicalDiskSasPort
    Secured string
    Serial string
    SharedScope string
    Size string
    StorageController GetStoragePhysicalDiskStorageController
    StorageEnclosure GetStoragePhysicalDiskStorageEnclosure
    Tags []GetStoragePhysicalDiskTag
    Thermal string
    ThresholdOperatingTemperature float64
    Type string
    VariantType string
    Vendor string
    VersionContext GetStoragePhysicalDiskVersionContext
    WearStatusInDays float64
    WriteErrorCountThreshold float64
    WriteIoErrorCount float64
    id String
    results List<GetStoragePhysicalDiskResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStoragePhysicalDiskAncestor>
    backgroundOperations String
    blockSize String
    bootable String
    classId String
    configurationCheckpoint String
    configurationState String
    createTime String
    description String
    deviceMoId String
    disabledForRemoval Boolean
    discoveredPath String
    diskId String
    diskState String
    dn String
    domainGroupMoid String
    driveFirmware String
    driveState String
    encryptionStatus String
    failurePredicted Boolean
    fdeCapable String
    hotSpareType String
    indicatorLed String
    inventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    isPlatformSupported Boolean
    isUpgraded Boolean
    linkSpeed String
    linkState String
    locatorLed GetStoragePhysicalDiskLocatorLed
    maximumOperatingTemperature Double
    mediaErrorCount Double
    modTime String
    model String
    moid String
    name String
    nonCoercedSizeBytes Double
    numBlocks String
    objectType String
    operPowerState String
    operQualifierReason String
    operability String
    operatingTemperature Double
    owners List<String>
    parent GetStoragePhysicalDiskParent
    partNumber String
    percentLifeLeft Double
    percentReservedCapacityConsumed Double
    performancePercent Double
    permissionResources List<GetStoragePhysicalDiskPermissionResource>
    physicalBlockSize String
    physicalDiskExtensions List<GetStoragePhysicalDiskPhysicalDiskExtension>
    pid String
    powerCycleCount Double
    powerOnHours Double
    powerOnHoursPercentage Double
    predictedMediaLifeLeftPercent Double
    predictiveFailureCount Double
    presence String
    previousFru GetStoragePhysicalDiskPreviousFru
    protocol String
    rawSize String
    readErrorCountThreshold Double
    readIoErrorCount Double
    registeredDevice GetStoragePhysicalDiskRegisteredDevice
    revision String
    rn String
    runningFirmwares List<GetStoragePhysicalDiskRunningFirmware>
    sasPorts List<GetStoragePhysicalDiskSasPort>
    secured String
    serial String
    sharedScope String
    size String
    storageController GetStoragePhysicalDiskStorageController
    storageEnclosure GetStoragePhysicalDiskStorageEnclosure
    tags List<GetStoragePhysicalDiskTag>
    thermal String
    thresholdOperatingTemperature Double
    type String
    variantType String
    vendor String
    versionContext GetStoragePhysicalDiskVersionContext
    wearStatusInDays Double
    writeErrorCountThreshold Double
    writeIoErrorCount Double
    id string
    results GetStoragePhysicalDiskResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStoragePhysicalDiskAncestor[]
    backgroundOperations string
    blockSize string
    bootable string
    classId string
    configurationCheckpoint string
    configurationState string
    createTime string
    description string
    deviceMoId string
    disabledForRemoval boolean
    discoveredPath string
    diskId string
    diskState string
    dn string
    domainGroupMoid string
    driveFirmware string
    driveState string
    encryptionStatus string
    failurePredicted boolean
    fdeCapable string
    hotSpareType string
    indicatorLed string
    inventoryDeviceInfo GetStoragePhysicalDiskInventoryDeviceInfo
    isPlatformSupported boolean
    isUpgraded boolean
    linkSpeed string
    linkState string
    locatorLed GetStoragePhysicalDiskLocatorLed
    maximumOperatingTemperature number
    mediaErrorCount number
    modTime string
    model string
    moid string
    name string
    nonCoercedSizeBytes number
    numBlocks string
    objectType string
    operPowerState string
    operQualifierReason string
    operability string
    operatingTemperature number
    owners string[]
    parent GetStoragePhysicalDiskParent
    partNumber string
    percentLifeLeft number
    percentReservedCapacityConsumed number
    performancePercent number
    permissionResources GetStoragePhysicalDiskPermissionResource[]
    physicalBlockSize string
    physicalDiskExtensions GetStoragePhysicalDiskPhysicalDiskExtension[]
    pid string
    powerCycleCount number
    powerOnHours number
    powerOnHoursPercentage number
    predictedMediaLifeLeftPercent number
    predictiveFailureCount number
    presence string
    previousFru GetStoragePhysicalDiskPreviousFru
    protocol string
    rawSize string
    readErrorCountThreshold number
    readIoErrorCount number
    registeredDevice GetStoragePhysicalDiskRegisteredDevice
    revision string
    rn string
    runningFirmwares GetStoragePhysicalDiskRunningFirmware[]
    sasPorts GetStoragePhysicalDiskSasPort[]
    secured string
    serial string
    sharedScope string
    size string
    storageController GetStoragePhysicalDiskStorageController
    storageEnclosure GetStoragePhysicalDiskStorageEnclosure
    tags GetStoragePhysicalDiskTag[]
    thermal string
    thresholdOperatingTemperature number
    type string
    variantType string
    vendor string
    versionContext GetStoragePhysicalDiskVersionContext
    wearStatusInDays number
    writeErrorCountThreshold number
    writeIoErrorCount number
    id str
    results Sequence[GetStoragePhysicalDiskResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStoragePhysicalDiskAncestor]
    background_operations str
    block_size str
    bootable str
    class_id str
    configuration_checkpoint str
    configuration_state str
    create_time str
    description str
    device_mo_id str
    disabled_for_removal bool
    discovered_path str
    disk_id str
    disk_state str
    dn str
    domain_group_moid str
    drive_firmware str
    drive_state str
    encryption_status str
    failure_predicted bool
    fde_capable str
    hot_spare_type str
    indicator_led str
    inventory_device_info GetStoragePhysicalDiskInventoryDeviceInfo
    is_platform_supported bool
    is_upgraded bool
    link_speed str
    link_state str
    locator_led GetStoragePhysicalDiskLocatorLed
    maximum_operating_temperature float
    media_error_count float
    mod_time str
    model str
    moid str
    name str
    non_coerced_size_bytes float
    num_blocks str
    object_type str
    oper_power_state str
    oper_qualifier_reason str
    operability str
    operating_temperature float
    owners Sequence[str]
    parent GetStoragePhysicalDiskParent
    part_number str
    percent_life_left float
    percent_reserved_capacity_consumed float
    performance_percent float
    permission_resources Sequence[GetStoragePhysicalDiskPermissionResource]
    physical_block_size str
    physical_disk_extensions Sequence[GetStoragePhysicalDiskPhysicalDiskExtension]
    pid str
    power_cycle_count float
    power_on_hours float
    power_on_hours_percentage float
    predicted_media_life_left_percent float
    predictive_failure_count float
    presence str
    previous_fru GetStoragePhysicalDiskPreviousFru
    protocol str
    raw_size str
    read_error_count_threshold float
    read_io_error_count float
    registered_device GetStoragePhysicalDiskRegisteredDevice
    revision str
    rn str
    running_firmwares Sequence[GetStoragePhysicalDiskRunningFirmware]
    sas_ports Sequence[GetStoragePhysicalDiskSasPort]
    secured str
    serial str
    shared_scope str
    size str
    storage_controller GetStoragePhysicalDiskStorageController
    storage_enclosure GetStoragePhysicalDiskStorageEnclosure
    tags Sequence[GetStoragePhysicalDiskTag]
    thermal str
    threshold_operating_temperature float
    type str
    variant_type str
    vendor str
    version_context GetStoragePhysicalDiskVersionContext
    wear_status_in_days float
    write_error_count_threshold float
    write_io_error_count float
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    backgroundOperations String
    blockSize String
    bootable String
    classId String
    configurationCheckpoint String
    configurationState String
    createTime String
    description String
    deviceMoId String
    disabledForRemoval Boolean
    discoveredPath String
    diskId String
    diskState String
    dn String
    domainGroupMoid String
    driveFirmware String
    driveState String
    encryptionStatus String
    failurePredicted Boolean
    fdeCapable String
    hotSpareType String
    indicatorLed String
    inventoryDeviceInfo Property Map
    isPlatformSupported Boolean
    isUpgraded Boolean
    linkSpeed String
    linkState String
    locatorLed Property Map
    maximumOperatingTemperature Number
    mediaErrorCount Number
    modTime String
    model String
    moid String
    name String
    nonCoercedSizeBytes Number
    numBlocks String
    objectType String
    operPowerState String
    operQualifierReason String
    operability String
    operatingTemperature Number
    owners List<String>
    parent Property Map
    partNumber String
    percentLifeLeft Number
    percentReservedCapacityConsumed Number
    performancePercent Number
    permissionResources List<Property Map>
    physicalBlockSize String
    physicalDiskExtensions List<Property Map>
    pid String
    powerCycleCount Number
    powerOnHours Number
    powerOnHoursPercentage Number
    predictedMediaLifeLeftPercent Number
    predictiveFailureCount Number
    presence String
    previousFru Property Map
    protocol String
    rawSize String
    readErrorCountThreshold Number
    readIoErrorCount Number
    registeredDevice Property Map
    revision String
    rn String
    runningFirmwares List<Property Map>
    sasPorts List<Property Map>
    secured String
    serial String
    sharedScope String
    size String
    storageController Property Map
    storageEnclosure Property Map
    tags List<Property Map>
    thermal String
    thresholdOperatingTemperature Number
    type String
    variantType String
    vendor String
    versionContext Property Map
    wearStatusInDays Number
    writeErrorCountThreshold Number
    writeIoErrorCount Number

    Supporting Types

    GetStoragePhysicalDiskAncestor

    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'.

    GetStoragePhysicalDiskInventoryDeviceInfo

    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'.

    GetStoragePhysicalDiskLocatorLed

    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'.

    GetStoragePhysicalDiskParent

    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'.

    GetStoragePhysicalDiskPermissionResource

    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'.

    GetStoragePhysicalDiskPhysicalDiskExtension

    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'.

    GetStoragePhysicalDiskPreviousFru

    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'.

    GetStoragePhysicalDiskRegisteredDevice

    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'.

    GetStoragePhysicalDiskResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStoragePhysicalDiskResultAncestor>
    BackgroundOperations string
    List of background operations underway.
    BlockSize string
    The block size of the physical disk in bytes.
    Bootable string
    This field identifies the disk drive as bootable if set to true.
    ClassId string
    ConfigurationCheckpoint string
    The current configuration checkpoint of the physical disk.
    ConfigurationState string
    The current configuration state of the physical disk.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the physical disk.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisabledForRemoval bool
    The physical disk is disabled for removal.
    DiscoveredPath string
    The discovered path of the physical disk.
    DiskId string
    This field identifies the ID assigned to physical disks.
    DiskState string
    This field identifies the health of the disk.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveFirmware string
    This field identifies the disk firmware running in the disk.
    DriveState string
    The drive state as reported by the controller.
    EncryptionStatus string
    Encryption status of the physical disk.
    FailurePredicted bool
    Possibility of physical disk failure.
    FdeCapable string
    Full-Disk Encryption capability parameter of the physical disk.
    HotSpareType string
    Type of hotspare configured on the physical disk.
    IndicatorLed string
    Status of the locator LED corresponding to the physical disk.
    InventoryDeviceInfos List<GetStoragePhysicalDiskResultInventoryDeviceInfo>
    IsPlatformSupported bool
    This field indicates whether the physical disk is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LinkSpeed string
    The speed of the link between the drive and the controller.
    LinkState string
    The current link state of the physical disk.
    LocatorLeds List<GetStoragePhysicalDiskResultLocatorLed>
    MaximumOperatingTemperature double
    Maximum operating temperature of drive in Celsius.
    MediaErrorCount double
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    NonCoercedSizeBytes double
    Physical disk non-coerced size in bytes.
    NumBlocks string
    The number of blocks present on the physical disk.
    ObjectType string
    OperPowerState string
    Operational power of the physical disk.
    OperQualifierReason string
    For certain states, indicates the reason why the operState is in that state.
    Operability string
    This field identifies the disk operability of the disk.
    OperatingTemperature double
    Operating temperature of drive in Celsius.
    Owners List<string>
    Parents List<GetStoragePhysicalDiskResultParent>
    PartNumber string
    This field displays the part number of the physical disk.
    PercentLifeLeft double
    Percentage of write cycles remaining in a solid state drive (SSD).
    PercentReservedCapacityConsumed double
    Percentage of reserve capacity consumed.
    PerformancePercent double
    Performance at which the device operating expressed in percentage.
    PermissionResources List<GetStoragePhysicalDiskResultPermissionResource>
    PhysicalBlockSize string
    The block size of the installed physical disk.
    PhysicalDiskExtensions List<GetStoragePhysicalDiskResultPhysicalDiskExtension>
    Pid string
    This field displays the product ID of the physical disk.
    PowerCycleCount double
    Number of powercycles the drive has undergone.
    PowerOnHours double
    Number of hours the drive has been powered on.
    PowerOnHoursPercentage double
    Percentage of life used based on five year life span of Cisco supported drives.
    PredictedMediaLifeLeftPercent double
    Predicted physical disk life left in percentage.
    PredictiveFailureCount double
    Error count on the physical disk.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus List<GetStoragePhysicalDiskResultPreviousFrus>
    Protocol string
    This field identifies the disk protocol used for communication.
    RawSize string
    The raw size of the physical disk in MB.
    ReadErrorCountThreshold double
    The number of read errors that are permitted while accessing the drive/card.
    ReadIoErrorCount double
    Number of IO Errors that occured while reading data from the disk.
    RegisteredDevices List<GetStoragePhysicalDiskResultRegisteredDevice>
    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.
    RunningFirmwares List<GetStoragePhysicalDiskResultRunningFirmware>
    SasPorts List<GetStoragePhysicalDiskResultSasPort>
    Secured string
    This field identifies whether the disk is encrypted.
    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.
    Size string
    The size of the physical disk in MB.
    StorageControllers List<GetStoragePhysicalDiskResultStorageController>
    StorageEnclosures List<GetStoragePhysicalDiskResultStorageEnclosure>
    Tags List<GetStoragePhysicalDiskResultTag>
    Thermal string
    Thermal state of the physical disk.
    ThresholdOperatingTemperature double
    Rated threshold operating temperature in Celsius.
    Type string
    This field identifies the type of the physical disk.
    VariantType string
    The variant type of the physical disk.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts List<GetStoragePhysicalDiskResultVersionContext>
    WearStatusInDays double
    The number of days an SSD has gone through with the write cycles.
    WriteErrorCountThreshold double
    The number of write errors that are permitted while accessing the drive/card.
    WriteIoErrorCount double
    Number of IO Errors that occured while writing data to the disk.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStoragePhysicalDiskResultAncestor
    BackgroundOperations string
    List of background operations underway.
    BlockSize string
    The block size of the physical disk in bytes.
    Bootable string
    This field identifies the disk drive as bootable if set to true.
    ClassId string
    ConfigurationCheckpoint string
    The current configuration checkpoint of the physical disk.
    ConfigurationState string
    The current configuration state of the physical disk.
    CreateTime string
    The time when this managed object was created.
    Description string
    This field displays the description of the physical disk.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DisabledForRemoval bool
    The physical disk is disabled for removal.
    DiscoveredPath string
    The discovered path of the physical disk.
    DiskId string
    This field identifies the ID assigned to physical disks.
    DiskState string
    This field identifies the health of the disk.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveFirmware string
    This field identifies the disk firmware running in the disk.
    DriveState string
    The drive state as reported by the controller.
    EncryptionStatus string
    Encryption status of the physical disk.
    FailurePredicted bool
    Possibility of physical disk failure.
    FdeCapable string
    Full-Disk Encryption capability parameter of the physical disk.
    HotSpareType string
    Type of hotspare configured on the physical disk.
    IndicatorLed string
    Status of the locator LED corresponding to the physical disk.
    InventoryDeviceInfos []GetStoragePhysicalDiskResultInventoryDeviceInfo
    IsPlatformSupported bool
    This field indicates whether the physical disk is supported on the server or not.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    LinkSpeed string
    The speed of the link between the drive and the controller.
    LinkState string
    The current link state of the physical disk.
    LocatorLeds []GetStoragePhysicalDiskResultLocatorLed
    MaximumOperatingTemperature float64
    Maximum operating temperature of drive in Celsius.
    MediaErrorCount float64
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    NonCoercedSizeBytes float64
    Physical disk non-coerced size in bytes.
    NumBlocks string
    The number of blocks present on the physical disk.
    ObjectType string
    OperPowerState string
    Operational power of the physical disk.
    OperQualifierReason string
    For certain states, indicates the reason why the operState is in that state.
    Operability string
    This field identifies the disk operability of the disk.
    OperatingTemperature float64
    Operating temperature of drive in Celsius.
    Owners []string
    Parents []GetStoragePhysicalDiskResultParent
    PartNumber string
    This field displays the part number of the physical disk.
    PercentLifeLeft float64
    Percentage of write cycles remaining in a solid state drive (SSD).
    PercentReservedCapacityConsumed float64
    Percentage of reserve capacity consumed.
    PerformancePercent float64
    Performance at which the device operating expressed in percentage.
    PermissionResources []GetStoragePhysicalDiskResultPermissionResource
    PhysicalBlockSize string
    The block size of the installed physical disk.
    PhysicalDiskExtensions []GetStoragePhysicalDiskResultPhysicalDiskExtension
    Pid string
    This field displays the product ID of the physical disk.
    PowerCycleCount float64
    Number of powercycles the drive has undergone.
    PowerOnHours float64
    Number of hours the drive has been powered on.
    PowerOnHoursPercentage float64
    Percentage of life used based on five year life span of Cisco supported drives.
    PredictedMediaLifeLeftPercent float64
    Predicted physical disk life left in percentage.
    PredictiveFailureCount float64
    Error count on the physical disk.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus []GetStoragePhysicalDiskResultPreviousFrus
    Protocol string
    This field identifies the disk protocol used for communication.
    RawSize string
    The raw size of the physical disk in MB.
    ReadErrorCountThreshold float64
    The number of read errors that are permitted while accessing the drive/card.
    ReadIoErrorCount float64
    Number of IO Errors that occured while reading data from the disk.
    RegisteredDevices []GetStoragePhysicalDiskResultRegisteredDevice
    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.
    RunningFirmwares []GetStoragePhysicalDiskResultRunningFirmware
    SasPorts []GetStoragePhysicalDiskResultSasPort
    Secured string
    This field identifies whether the disk is encrypted.
    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.
    Size string
    The size of the physical disk in MB.
    StorageControllers []GetStoragePhysicalDiskResultStorageController
    StorageEnclosures []GetStoragePhysicalDiskResultStorageEnclosure
    Tags []GetStoragePhysicalDiskResultTag
    Thermal string
    Thermal state of the physical disk.
    ThresholdOperatingTemperature float64
    Rated threshold operating temperature in Celsius.
    Type string
    This field identifies the type of the physical disk.
    VariantType string
    The variant type of the physical disk.
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts []GetStoragePhysicalDiskResultVersionContext
    WearStatusInDays float64
    The number of days an SSD has gone through with the write cycles.
    WriteErrorCountThreshold float64
    The number of write errors that are permitted while accessing the drive/card.
    WriteIoErrorCount float64
    Number of IO Errors that occured while writing data to the disk.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStoragePhysicalDiskResultAncestor>
    backgroundOperations String
    List of background operations underway.
    blockSize String
    The block size of the physical disk in bytes.
    bootable String
    This field identifies the disk drive as bootable if set to true.
    classId String
    configurationCheckpoint String
    The current configuration checkpoint of the physical disk.
    configurationState String
    The current configuration state of the physical disk.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the physical disk.
    deviceMoId String
    The database identifier of the registered device of an object.
    disabledForRemoval Boolean
    The physical disk is disabled for removal.
    discoveredPath String
    The discovered path of the physical disk.
    diskId String
    This field identifies the ID assigned to physical disks.
    diskState String
    This field identifies the health of the disk.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveFirmware String
    This field identifies the disk firmware running in the disk.
    driveState String
    The drive state as reported by the controller.
    encryptionStatus String
    Encryption status of the physical disk.
    failurePredicted Boolean
    Possibility of physical disk failure.
    fdeCapable String
    Full-Disk Encryption capability parameter of the physical disk.
    hotSpareType String
    Type of hotspare configured on the physical disk.
    indicatorLed String
    Status of the locator LED corresponding to the physical disk.
    inventoryDeviceInfos List<GetStoragePhysicalDiskResultInventoryDeviceInfo>
    isPlatformSupported Boolean
    This field indicates whether the physical disk is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    linkSpeed String
    The speed of the link between the drive and the controller.
    linkState String
    The current link state of the physical disk.
    locatorLeds List<GetStoragePhysicalDiskResultLocatorLed>
    maximumOperatingTemperature Double
    Maximum operating temperature of drive in Celsius.
    mediaErrorCount Double
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    nonCoercedSizeBytes Double
    Physical disk non-coerced size in bytes.
    numBlocks String
    The number of blocks present on the physical disk.
    objectType String
    operPowerState String
    Operational power of the physical disk.
    operQualifierReason String
    For certain states, indicates the reason why the operState is in that state.
    operability String
    This field identifies the disk operability of the disk.
    operatingTemperature Double
    Operating temperature of drive in Celsius.
    owners List<String>
    parents List<GetStoragePhysicalDiskResultParent>
    partNumber String
    This field displays the part number of the physical disk.
    percentLifeLeft Double
    Percentage of write cycles remaining in a solid state drive (SSD).
    percentReservedCapacityConsumed Double
    Percentage of reserve capacity consumed.
    performancePercent Double
    Performance at which the device operating expressed in percentage.
    permissionResources List<GetStoragePhysicalDiskResultPermissionResource>
    physicalBlockSize String
    The block size of the installed physical disk.
    physicalDiskExtensions List<GetStoragePhysicalDiskResultPhysicalDiskExtension>
    pid String
    This field displays the product ID of the physical disk.
    powerCycleCount Double
    Number of powercycles the drive has undergone.
    powerOnHours Double
    Number of hours the drive has been powered on.
    powerOnHoursPercentage Double
    Percentage of life used based on five year life span of Cisco supported drives.
    predictedMediaLifeLeftPercent Double
    Predicted physical disk life left in percentage.
    predictiveFailureCount Double
    Error count on the physical disk.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<GetStoragePhysicalDiskResultPreviousFrus>
    protocol String
    This field identifies the disk protocol used for communication.
    rawSize String
    The raw size of the physical disk in MB.
    readErrorCountThreshold Double
    The number of read errors that are permitted while accessing the drive/card.
    readIoErrorCount Double
    Number of IO Errors that occured while reading data from the disk.
    registeredDevices List<GetStoragePhysicalDiskResultRegisteredDevice>
    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.
    runningFirmwares List<GetStoragePhysicalDiskResultRunningFirmware>
    sasPorts List<GetStoragePhysicalDiskResultSasPort>
    secured String
    This field identifies whether the disk is encrypted.
    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.
    size String
    The size of the physical disk in MB.
    storageControllers List<GetStoragePhysicalDiskResultStorageController>
    storageEnclosures List<GetStoragePhysicalDiskResultStorageEnclosure>
    tags List<GetStoragePhysicalDiskResultTag>
    thermal String
    Thermal state of the physical disk.
    thresholdOperatingTemperature Double
    Rated threshold operating temperature in Celsius.
    type String
    This field identifies the type of the physical disk.
    variantType String
    The variant type of the physical disk.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<GetStoragePhysicalDiskResultVersionContext>
    wearStatusInDays Double
    The number of days an SSD has gone through with the write cycles.
    writeErrorCountThreshold Double
    The number of write errors that are permitted while accessing the drive/card.
    writeIoErrorCount Double
    Number of IO Errors that occured while writing data to the disk.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStoragePhysicalDiskResultAncestor[]
    backgroundOperations string
    List of background operations underway.
    blockSize string
    The block size of the physical disk in bytes.
    bootable string
    This field identifies the disk drive as bootable if set to true.
    classId string
    configurationCheckpoint string
    The current configuration checkpoint of the physical disk.
    configurationState string
    The current configuration state of the physical disk.
    createTime string
    The time when this managed object was created.
    description string
    This field displays the description of the physical disk.
    deviceMoId string
    The database identifier of the registered device of an object.
    disabledForRemoval boolean
    The physical disk is disabled for removal.
    discoveredPath string
    The discovered path of the physical disk.
    diskId string
    This field identifies the ID assigned to physical disks.
    diskState string
    This field identifies the health of the disk.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveFirmware string
    This field identifies the disk firmware running in the disk.
    driveState string
    The drive state as reported by the controller.
    encryptionStatus string
    Encryption status of the physical disk.
    failurePredicted boolean
    Possibility of physical disk failure.
    fdeCapable string
    Full-Disk Encryption capability parameter of the physical disk.
    hotSpareType string
    Type of hotspare configured on the physical disk.
    indicatorLed string
    Status of the locator LED corresponding to the physical disk.
    inventoryDeviceInfos GetStoragePhysicalDiskResultInventoryDeviceInfo[]
    isPlatformSupported boolean
    This field indicates whether the physical disk is supported on the server or not.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    linkSpeed string
    The speed of the link between the drive and the controller.
    linkState string
    The current link state of the physical disk.
    locatorLeds GetStoragePhysicalDiskResultLocatorLed[]
    maximumOperatingTemperature number
    Maximum operating temperature of drive in Celsius.
    mediaErrorCount number
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    nonCoercedSizeBytes number
    Physical disk non-coerced size in bytes.
    numBlocks string
    The number of blocks present on the physical disk.
    objectType string
    operPowerState string
    Operational power of the physical disk.
    operQualifierReason string
    For certain states, indicates the reason why the operState is in that state.
    operability string
    This field identifies the disk operability of the disk.
    operatingTemperature number
    Operating temperature of drive in Celsius.
    owners string[]
    parents GetStoragePhysicalDiskResultParent[]
    partNumber string
    This field displays the part number of the physical disk.
    percentLifeLeft number
    Percentage of write cycles remaining in a solid state drive (SSD).
    percentReservedCapacityConsumed number
    Percentage of reserve capacity consumed.
    performancePercent number
    Performance at which the device operating expressed in percentage.
    permissionResources GetStoragePhysicalDiskResultPermissionResource[]
    physicalBlockSize string
    The block size of the installed physical disk.
    physicalDiskExtensions GetStoragePhysicalDiskResultPhysicalDiskExtension[]
    pid string
    This field displays the product ID of the physical disk.
    powerCycleCount number
    Number of powercycles the drive has undergone.
    powerOnHours number
    Number of hours the drive has been powered on.
    powerOnHoursPercentage number
    Percentage of life used based on five year life span of Cisco supported drives.
    predictedMediaLifeLeftPercent number
    Predicted physical disk life left in percentage.
    predictiveFailureCount number
    Error count on the physical disk.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus GetStoragePhysicalDiskResultPreviousFrus[]
    protocol string
    This field identifies the disk protocol used for communication.
    rawSize string
    The raw size of the physical disk in MB.
    readErrorCountThreshold number
    The number of read errors that are permitted while accessing the drive/card.
    readIoErrorCount number
    Number of IO Errors that occured while reading data from the disk.
    registeredDevices GetStoragePhysicalDiskResultRegisteredDevice[]
    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.
    runningFirmwares GetStoragePhysicalDiskResultRunningFirmware[]
    sasPorts GetStoragePhysicalDiskResultSasPort[]
    secured string
    This field identifies whether the disk is encrypted.
    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.
    size string
    The size of the physical disk in MB.
    storageControllers GetStoragePhysicalDiskResultStorageController[]
    storageEnclosures GetStoragePhysicalDiskResultStorageEnclosure[]
    tags GetStoragePhysicalDiskResultTag[]
    thermal string
    Thermal state of the physical disk.
    thresholdOperatingTemperature number
    Rated threshold operating temperature in Celsius.
    type string
    This field identifies the type of the physical disk.
    variantType string
    The variant type of the physical disk.
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContexts GetStoragePhysicalDiskResultVersionContext[]
    wearStatusInDays number
    The number of days an SSD has gone through with the write cycles.
    writeErrorCountThreshold number
    The number of write errors that are permitted while accessing the drive/card.
    writeIoErrorCount number
    Number of IO Errors that occured while writing data to the disk.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStoragePhysicalDiskResultAncestor]
    background_operations str
    List of background operations underway.
    block_size str
    The block size of the physical disk in bytes.
    bootable str
    This field identifies the disk drive as bootable if set to true.
    class_id str
    configuration_checkpoint str
    The current configuration checkpoint of the physical disk.
    configuration_state str
    The current configuration state of the physical disk.
    create_time str
    The time when this managed object was created.
    description str
    This field displays the description of the physical disk.
    device_mo_id str
    The database identifier of the registered device of an object.
    disabled_for_removal bool
    The physical disk is disabled for removal.
    discovered_path str
    The discovered path of the physical disk.
    disk_id str
    This field identifies the ID assigned to physical disks.
    disk_state str
    This field identifies the health of the disk.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_firmware str
    This field identifies the disk firmware running in the disk.
    drive_state str
    The drive state as reported by the controller.
    encryption_status str
    Encryption status of the physical disk.
    failure_predicted bool
    Possibility of physical disk failure.
    fde_capable str
    Full-Disk Encryption capability parameter of the physical disk.
    hot_spare_type str
    Type of hotspare configured on the physical disk.
    indicator_led str
    Status of the locator LED corresponding to the physical disk.
    inventory_device_infos Sequence[GetStoragePhysicalDiskResultInventoryDeviceInfo]
    is_platform_supported bool
    This field indicates whether the physical disk is supported on the server or not.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    link_speed str
    The speed of the link between the drive and the controller.
    link_state str
    The current link state of the physical disk.
    locator_leds Sequence[GetStoragePhysicalDiskResultLocatorLed]
    maximum_operating_temperature float
    Maximum operating temperature of drive in Celsius.
    media_error_count float
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    non_coerced_size_bytes float
    Physical disk non-coerced size in bytes.
    num_blocks str
    The number of blocks present on the physical disk.
    object_type str
    oper_power_state str
    Operational power of the physical disk.
    oper_qualifier_reason str
    For certain states, indicates the reason why the operState is in that state.
    operability str
    This field identifies the disk operability of the disk.
    operating_temperature float
    Operating temperature of drive in Celsius.
    owners Sequence[str]
    parents Sequence[GetStoragePhysicalDiskResultParent]
    part_number str
    This field displays the part number of the physical disk.
    percent_life_left float
    Percentage of write cycles remaining in a solid state drive (SSD).
    percent_reserved_capacity_consumed float
    Percentage of reserve capacity consumed.
    performance_percent float
    Performance at which the device operating expressed in percentage.
    permission_resources Sequence[GetStoragePhysicalDiskResultPermissionResource]
    physical_block_size str
    The block size of the installed physical disk.
    physical_disk_extensions Sequence[GetStoragePhysicalDiskResultPhysicalDiskExtension]
    pid str
    This field displays the product ID of the physical disk.
    power_cycle_count float
    Number of powercycles the drive has undergone.
    power_on_hours float
    Number of hours the drive has been powered on.
    power_on_hours_percentage float
    Percentage of life used based on five year life span of Cisco supported drives.
    predicted_media_life_left_percent float
    Predicted physical disk life left in percentage.
    predictive_failure_count float
    Error count on the physical disk.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_frus Sequence[GetStoragePhysicalDiskResultPreviousFrus]
    protocol str
    This field identifies the disk protocol used for communication.
    raw_size str
    The raw size of the physical disk in MB.
    read_error_count_threshold float
    The number of read errors that are permitted while accessing the drive/card.
    read_io_error_count float
    Number of IO Errors that occured while reading data from the disk.
    registered_devices Sequence[GetStoragePhysicalDiskResultRegisteredDevice]
    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.
    running_firmwares Sequence[GetStoragePhysicalDiskResultRunningFirmware]
    sas_ports Sequence[GetStoragePhysicalDiskResultSasPort]
    secured str
    This field identifies whether the disk is encrypted.
    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.
    size str
    The size of the physical disk in MB.
    storage_controllers Sequence[GetStoragePhysicalDiskResultStorageController]
    storage_enclosures Sequence[GetStoragePhysicalDiskResultStorageEnclosure]
    tags Sequence[GetStoragePhysicalDiskResultTag]
    thermal str
    Thermal state of the physical disk.
    threshold_operating_temperature float
    Rated threshold operating temperature in Celsius.
    type str
    This field identifies the type of the physical disk.
    variant_type str
    The variant type of the physical disk.
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_contexts Sequence[GetStoragePhysicalDiskResultVersionContext]
    wear_status_in_days float
    The number of days an SSD has gone through with the write cycles.
    write_error_count_threshold float
    The number of write errors that are permitted while accessing the drive/card.
    write_io_error_count float
    Number of IO Errors that occured while writing data to the disk.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    backgroundOperations String
    List of background operations underway.
    blockSize String
    The block size of the physical disk in bytes.
    bootable String
    This field identifies the disk drive as bootable if set to true.
    classId String
    configurationCheckpoint String
    The current configuration checkpoint of the physical disk.
    configurationState String
    The current configuration state of the physical disk.
    createTime String
    The time when this managed object was created.
    description String
    This field displays the description of the physical disk.
    deviceMoId String
    The database identifier of the registered device of an object.
    disabledForRemoval Boolean
    The physical disk is disabled for removal.
    discoveredPath String
    The discovered path of the physical disk.
    diskId String
    This field identifies the ID assigned to physical disks.
    diskState String
    This field identifies the health of the disk.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveFirmware String
    This field identifies the disk firmware running in the disk.
    driveState String
    The drive state as reported by the controller.
    encryptionStatus String
    Encryption status of the physical disk.
    failurePredicted Boolean
    Possibility of physical disk failure.
    fdeCapable String
    Full-Disk Encryption capability parameter of the physical disk.
    hotSpareType String
    Type of hotspare configured on the physical disk.
    indicatorLed String
    Status of the locator LED corresponding to the physical disk.
    inventoryDeviceInfos List<Property Map>
    isPlatformSupported Boolean
    This field indicates whether the physical disk is supported on the server or not.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    linkSpeed String
    The speed of the link between the drive and the controller.
    linkState String
    The current link state of the physical disk.
    locatorLeds List<Property Map>
    maximumOperatingTemperature Number
    Maximum operating temperature of drive in Celsius.
    mediaErrorCount Number
    Media error count on the physical disk.
    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
    Detailed name of the physical disk.
    nonCoercedSizeBytes Number
    Physical disk non-coerced size in bytes.
    numBlocks String
    The number of blocks present on the physical disk.
    objectType String
    operPowerState String
    Operational power of the physical disk.
    operQualifierReason String
    For certain states, indicates the reason why the operState is in that state.
    operability String
    This field identifies the disk operability of the disk.
    operatingTemperature Number
    Operating temperature of drive in Celsius.
    owners List<String>
    parents List<Property Map>
    partNumber String
    This field displays the part number of the physical disk.
    percentLifeLeft Number
    Percentage of write cycles remaining in a solid state drive (SSD).
    percentReservedCapacityConsumed Number
    Percentage of reserve capacity consumed.
    performancePercent Number
    Performance at which the device operating expressed in percentage.
    permissionResources List<Property Map>
    physicalBlockSize String
    The block size of the installed physical disk.
    physicalDiskExtensions List<Property Map>
    pid String
    This field displays the product ID of the physical disk.
    powerCycleCount Number
    Number of powercycles the drive has undergone.
    powerOnHours Number
    Number of hours the drive has been powered on.
    powerOnHoursPercentage Number
    Percentage of life used based on five year life span of Cisco supported drives.
    predictedMediaLifeLeftPercent Number
    Predicted physical disk life left in percentage.
    predictiveFailureCount Number
    Error count on the physical disk.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<Property Map>
    protocol String
    This field identifies the disk protocol used for communication.
    rawSize String
    The raw size of the physical disk in MB.
    readErrorCountThreshold Number
    The number of read errors that are permitted while accessing the drive/card.
    readIoErrorCount Number
    Number of IO Errors that occured while reading data from the disk.
    registeredDevices List<Property Map>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    runningFirmwares List<Property Map>
    sasPorts List<Property Map>
    secured String
    This field identifies whether the disk is encrypted.
    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.
    size String
    The size of the physical disk in MB.
    storageControllers List<Property Map>
    storageEnclosures List<Property Map>
    tags List<Property Map>
    thermal String
    Thermal state of the physical disk.
    thresholdOperatingTemperature Number
    Rated threshold operating temperature in Celsius.
    type String
    This field identifies the type of the physical disk.
    variantType String
    The variant type of the physical disk.
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<Property Map>
    wearStatusInDays Number
    The number of days an SSD has gone through with the write cycles.
    writeErrorCountThreshold Number
    The number of write errors that are permitted while accessing the drive/card.
    writeIoErrorCount Number
    Number of IO Errors that occured while writing data to the disk.

    GetStoragePhysicalDiskResultAncestor

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

    GetStoragePhysicalDiskResultInventoryDeviceInfo

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

    GetStoragePhysicalDiskResultLocatorLed

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

    GetStoragePhysicalDiskResultParent

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

    GetStoragePhysicalDiskResultPermissionResource

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

    GetStoragePhysicalDiskResultPhysicalDiskExtension

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

    GetStoragePhysicalDiskResultPreviousFrus

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

    GetStoragePhysicalDiskResultRegisteredDevice

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

    GetStoragePhysicalDiskResultRunningFirmware

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

    GetStoragePhysicalDiskResultSasPort

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

    GetStoragePhysicalDiskResultStorageController

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

    GetStoragePhysicalDiskResultStorageEnclosure

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

    GetStoragePhysicalDiskResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetStoragePhysicalDiskResultVersionContext

    GetStoragePhysicalDiskResultVersionContextInterestedMo

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

    GetStoragePhysicalDiskResultVersionContextRefMo

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

    GetStoragePhysicalDiskRunningFirmware

    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'.

    GetStoragePhysicalDiskSasPort

    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'.

    GetStoragePhysicalDiskStorageController

    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'.

    GetStoragePhysicalDiskStorageEnclosure

    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'.

    GetStoragePhysicalDiskTag

    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.

    GetStoragePhysicalDiskVersionContext

    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<GetStoragePhysicalDiskVersionContextInterestedMo>
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStoragePhysicalDiskVersionContextRefMo
    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 []GetStoragePhysicalDiskVersionContextInterestedMo
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStoragePhysicalDiskVersionContextRefMo
    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<GetStoragePhysicalDiskVersionContextInterestedMo>
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStoragePhysicalDiskVersionContextRefMo
    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 GetStoragePhysicalDiskVersionContextInterestedMo[]
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStoragePhysicalDiskVersionContextRefMo
    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[GetStoragePhysicalDiskVersionContextInterestedMo]
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetStoragePhysicalDiskVersionContextRefMo
    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
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

    GetStoragePhysicalDiskVersionContextInterestedMo

    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'.

    GetStoragePhysicalDiskVersionContextRefMo

    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.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet