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

intersight.getStorageFlexUtilPhysicalDrive

Explore with Pulumi AI

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

    Storage Flex Util Physical Drive.

    Using getStorageFlexUtilPhysicalDrive

    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 getStorageFlexUtilPhysicalDrive(args: GetStorageFlexUtilPhysicalDriveArgs, opts?: InvokeOptions): Promise<GetStorageFlexUtilPhysicalDriveResult>
    function getStorageFlexUtilPhysicalDriveOutput(args: GetStorageFlexUtilPhysicalDriveOutputArgs, opts?: InvokeOptions): Output<GetStorageFlexUtilPhysicalDriveResult>
    def get_storage_flex_util_physical_drive(account_moid: Optional[str] = None,
                                             additional_properties: Optional[str] = None,
                                             ancestors: Optional[Sequence[GetStorageFlexUtilPhysicalDriveAncestor]] = None,
                                             block_size: Optional[str] = None,
                                             capacity: Optional[str] = None,
                                             class_id: Optional[str] = None,
                                             controller: Optional[str] = None,
                                             create_time: Optional[str] = None,
                                             device_mo_id: Optional[str] = None,
                                             dn: Optional[str] = None,
                                             domain_group_moid: Optional[str] = None,
                                             drives_enabled: Optional[str] = None,
                                             health: Optional[str] = None,
                                             id: Optional[str] = None,
                                             inventory_device_info: Optional[GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo] = None,
                                             is_upgraded: Optional[bool] = None,
                                             manufacturer_date: Optional[str] = None,
                                             manufacturer_id: Optional[str] = None,
                                             mod_time: Optional[str] = None,
                                             model: Optional[str] = None,
                                             moid: Optional[str] = None,
                                             object_type: Optional[str] = None,
                                             oem_id: Optional[str] = None,
                                             owners: Optional[Sequence[str]] = None,
                                             parent: Optional[GetStorageFlexUtilPhysicalDriveParent] = None,
                                             partition_count: Optional[str] = None,
                                             pd_status: Optional[str] = None,
                                             permission_resources: Optional[Sequence[GetStorageFlexUtilPhysicalDrivePermissionResource]] = None,
                                             physical_drive: Optional[str] = None,
                                             presence: Optional[str] = None,
                                             previous_fru: Optional[GetStorageFlexUtilPhysicalDrivePreviousFru] = None,
                                             product_name: Optional[str] = None,
                                             product_revision: Optional[str] = None,
                                             read_error_count: Optional[str] = None,
                                             read_error_threshold: Optional[str] = None,
                                             registered_device: Optional[GetStorageFlexUtilPhysicalDriveRegisteredDevice] = None,
                                             revision: Optional[str] = None,
                                             rn: Optional[str] = None,
                                             serial: Optional[str] = None,
                                             shared_scope: Optional[str] = None,
                                             storage_flex_util_controller: Optional[GetStorageFlexUtilPhysicalDriveStorageFlexUtilController] = None,
                                             tags: Optional[Sequence[GetStorageFlexUtilPhysicalDriveTag]] = None,
                                             vendor: Optional[str] = None,
                                             version_context: Optional[GetStorageFlexUtilPhysicalDriveVersionContext] = None,
                                             write_enabled: Optional[str] = None,
                                             write_error_count: Optional[str] = None,
                                             write_error_threshold: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetStorageFlexUtilPhysicalDriveResult
    def get_storage_flex_util_physical_drive_output(account_moid: Optional[pulumi.Input[str]] = None,
                                             additional_properties: Optional[pulumi.Input[str]] = None,
                                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageFlexUtilPhysicalDriveAncestorArgs]]]] = None,
                                             block_size: Optional[pulumi.Input[str]] = None,
                                             capacity: Optional[pulumi.Input[str]] = None,
                                             class_id: Optional[pulumi.Input[str]] = None,
                                             controller: Optional[pulumi.Input[str]] = None,
                                             create_time: Optional[pulumi.Input[str]] = None,
                                             device_mo_id: Optional[pulumi.Input[str]] = None,
                                             dn: Optional[pulumi.Input[str]] = None,
                                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                                             drives_enabled: Optional[pulumi.Input[str]] = None,
                                             health: Optional[pulumi.Input[str]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             inventory_device_info: Optional[pulumi.Input[GetStorageFlexUtilPhysicalDriveInventoryDeviceInfoArgs]] = None,
                                             is_upgraded: Optional[pulumi.Input[bool]] = None,
                                             manufacturer_date: Optional[pulumi.Input[str]] = None,
                                             manufacturer_id: Optional[pulumi.Input[str]] = None,
                                             mod_time: Optional[pulumi.Input[str]] = None,
                                             model: Optional[pulumi.Input[str]] = None,
                                             moid: Optional[pulumi.Input[str]] = None,
                                             object_type: Optional[pulumi.Input[str]] = None,
                                             oem_id: Optional[pulumi.Input[str]] = None,
                                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                             parent: Optional[pulumi.Input[GetStorageFlexUtilPhysicalDriveParentArgs]] = None,
                                             partition_count: Optional[pulumi.Input[str]] = None,
                                             pd_status: Optional[pulumi.Input[str]] = None,
                                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageFlexUtilPhysicalDrivePermissionResourceArgs]]]] = None,
                                             physical_drive: Optional[pulumi.Input[str]] = None,
                                             presence: Optional[pulumi.Input[str]] = None,
                                             previous_fru: Optional[pulumi.Input[GetStorageFlexUtilPhysicalDrivePreviousFruArgs]] = None,
                                             product_name: Optional[pulumi.Input[str]] = None,
                                             product_revision: Optional[pulumi.Input[str]] = None,
                                             read_error_count: Optional[pulumi.Input[str]] = None,
                                             read_error_threshold: Optional[pulumi.Input[str]] = None,
                                             registered_device: Optional[pulumi.Input[GetStorageFlexUtilPhysicalDriveRegisteredDeviceArgs]] = None,
                                             revision: Optional[pulumi.Input[str]] = None,
                                             rn: Optional[pulumi.Input[str]] = None,
                                             serial: Optional[pulumi.Input[str]] = None,
                                             shared_scope: Optional[pulumi.Input[str]] = None,
                                             storage_flex_util_controller: Optional[pulumi.Input[GetStorageFlexUtilPhysicalDriveStorageFlexUtilControllerArgs]] = None,
                                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageFlexUtilPhysicalDriveTagArgs]]]] = None,
                                             vendor: Optional[pulumi.Input[str]] = None,
                                             version_context: Optional[pulumi.Input[GetStorageFlexUtilPhysicalDriveVersionContextArgs]] = None,
                                             write_enabled: Optional[pulumi.Input[str]] = None,
                                             write_error_count: Optional[pulumi.Input[str]] = None,
                                             write_error_threshold: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetStorageFlexUtilPhysicalDriveResult]
    func LookupStorageFlexUtilPhysicalDrive(ctx *Context, args *LookupStorageFlexUtilPhysicalDriveArgs, opts ...InvokeOption) (*LookupStorageFlexUtilPhysicalDriveResult, error)
    func LookupStorageFlexUtilPhysicalDriveOutput(ctx *Context, args *LookupStorageFlexUtilPhysicalDriveOutputArgs, opts ...InvokeOption) LookupStorageFlexUtilPhysicalDriveResultOutput

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

    public static class GetStorageFlexUtilPhysicalDrive 
    {
        public static Task<GetStorageFlexUtilPhysicalDriveResult> InvokeAsync(GetStorageFlexUtilPhysicalDriveArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageFlexUtilPhysicalDriveResult> Invoke(GetStorageFlexUtilPhysicalDriveInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageFlexUtilPhysicalDriveResult> getStorageFlexUtilPhysicalDrive(GetStorageFlexUtilPhysicalDriveArgs args, InvokeOptions options)
    public static Output<GetStorageFlexUtilPhysicalDriveResult> getStorageFlexUtilPhysicalDrive(GetStorageFlexUtilPhysicalDriveArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageFlexUtilPhysicalDrive:getStorageFlexUtilPhysicalDrive
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageFlexUtilPhysicalDriveAncestor>
    BlockSize string
    Block size of the FlexUtil Physical drive.
    Capacity string
    Capacity of the FlexUtil Physical drive.
    ClassId string
    Controller string
    Type of the Physical Drive Controller.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DrivesEnabled string
    The number of drives enabled in the FlexUtil Physical Drive.
    Health string
    Health of the FlexUtil Physical drive.
    Id string
    InventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ManufacturerDate string
    Manufacturing date of the FlexUtil Physical Drive.
    ManufacturerId string
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    ObjectType string
    OemId string
    The OEM Identifier of the FlexUtil physical drive.
    Owners List<string>
    Parent GetStorageFlexUtilPhysicalDriveParent
    PartitionCount string
    The number of partitions present on the FlexUtil Physical Drive.
    PdStatus string
    Status of the FlexUtil Physical Drive.
    PermissionResources List<GetStorageFlexUtilPhysicalDrivePermissionResource>
    PhysicalDrive string
    The type of physical drive. Example - microSD.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    ProductName string
    Product name of the FlexUtil Physical Drive.
    ProductRevision string
    Product revision of the FlexUtil Physical Drive.
    ReadErrorCount string
    Read error count of the FlexUtil Physical Drive.
    ReadErrorThreshold string
    Read error threshold for FlexUtil Physical Drive.
    RegisteredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    Tags List<GetStorageFlexUtilPhysicalDriveTag>
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetStorageFlexUtilPhysicalDriveVersionContext
    WriteEnabled string
    Write access state of the FlexUtil Physical Drive.
    WriteErrorCount string
    Write error count of the FlexUtil Physical Drive.
    WriteErrorThreshold string
    Write error threshold for FlexUtil Physical Drive.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageFlexUtilPhysicalDriveAncestor
    BlockSize string
    Block size of the FlexUtil Physical drive.
    Capacity string
    Capacity of the FlexUtil Physical drive.
    ClassId string
    Controller string
    Type of the Physical Drive Controller.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DrivesEnabled string
    The number of drives enabled in the FlexUtil Physical Drive.
    Health string
    Health of the FlexUtil Physical drive.
    Id string
    InventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ManufacturerDate string
    Manufacturing date of the FlexUtil Physical Drive.
    ManufacturerId string
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    ObjectType string
    OemId string
    The OEM Identifier of the FlexUtil physical drive.
    Owners []string
    Parent GetStorageFlexUtilPhysicalDriveParent
    PartitionCount string
    The number of partitions present on the FlexUtil Physical Drive.
    PdStatus string
    Status of the FlexUtil Physical Drive.
    PermissionResources []GetStorageFlexUtilPhysicalDrivePermissionResource
    PhysicalDrive string
    The type of physical drive. Example - microSD.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    ProductName string
    Product name of the FlexUtil Physical Drive.
    ProductRevision string
    Product revision of the FlexUtil Physical Drive.
    ReadErrorCount string
    Read error count of the FlexUtil Physical Drive.
    ReadErrorThreshold string
    Read error threshold for FlexUtil Physical Drive.
    RegisteredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    Tags []GetStorageFlexUtilPhysicalDriveTag
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContext GetStorageFlexUtilPhysicalDriveVersionContext
    WriteEnabled string
    Write access state of the FlexUtil Physical Drive.
    WriteErrorCount string
    Write error count of the FlexUtil Physical Drive.
    WriteErrorThreshold string
    Write error threshold for FlexUtil Physical Drive.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageFlexUtilPhysicalDriveAncestor>
    blockSize String
    Block size of the FlexUtil Physical drive.
    capacity String
    Capacity of the FlexUtil Physical drive.
    classId String
    controller String
    Type of the Physical Drive Controller.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    drivesEnabled String
    The number of drives enabled in the FlexUtil Physical Drive.
    health String
    Health of the FlexUtil Physical drive.
    id String
    inventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturerDate String
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturerId String
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    objectType String
    oemId String
    The OEM Identifier of the FlexUtil physical drive.
    owners List<String>
    parent GetStorageFlexUtilPhysicalDriveParent
    partitionCount String
    The number of partitions present on the FlexUtil Physical Drive.
    pdStatus String
    Status of the FlexUtil Physical Drive.
    permissionResources List<GetStorageFlexUtilPhysicalDrivePermissionResource>
    physicalDrive String
    The type of physical drive. Example - microSD.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    productName String
    Product name of the FlexUtil Physical Drive.
    productRevision String
    Product revision of the FlexUtil Physical Drive.
    readErrorCount String
    Read error count of the FlexUtil Physical Drive.
    readErrorThreshold String
    Read error threshold for FlexUtil Physical Drive.
    registeredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    tags List<GetStorageFlexUtilPhysicalDriveTag>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext GetStorageFlexUtilPhysicalDriveVersionContext
    writeEnabled String
    Write access state of the FlexUtil Physical Drive.
    writeErrorCount String
    Write error count of the FlexUtil Physical Drive.
    writeErrorThreshold String
    Write error threshold for FlexUtil Physical Drive.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageFlexUtilPhysicalDriveAncestor[]
    blockSize string
    Block size of the FlexUtil Physical drive.
    capacity string
    Capacity of the FlexUtil Physical drive.
    classId string
    controller string
    Type of the Physical Drive Controller.
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    drivesEnabled string
    The number of drives enabled in the FlexUtil Physical Drive.
    health string
    Health of the FlexUtil Physical drive.
    id string
    inventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturerDate string
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturerId string
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    objectType string
    oemId string
    The OEM Identifier of the FlexUtil physical drive.
    owners string[]
    parent GetStorageFlexUtilPhysicalDriveParent
    partitionCount string
    The number of partitions present on the FlexUtil Physical Drive.
    pdStatus string
    Status of the FlexUtil Physical Drive.
    permissionResources GetStorageFlexUtilPhysicalDrivePermissionResource[]
    physicalDrive string
    The type of physical drive. Example - microSD.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    productName string
    Product name of the FlexUtil Physical Drive.
    productRevision string
    Product revision of the FlexUtil Physical Drive.
    readErrorCount string
    Read error count of the FlexUtil Physical Drive.
    readErrorThreshold string
    Read error threshold for FlexUtil Physical Drive.
    registeredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    tags GetStorageFlexUtilPhysicalDriveTag[]
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContext GetStorageFlexUtilPhysicalDriveVersionContext
    writeEnabled string
    Write access state of the FlexUtil Physical Drive.
    writeErrorCount string
    Write error count of the FlexUtil Physical Drive.
    writeErrorThreshold string
    Write error threshold for FlexUtil Physical Drive.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageFlexUtilPhysicalDriveAncestor]
    block_size str
    Block size of the FlexUtil Physical drive.
    capacity str
    Capacity of the FlexUtil Physical drive.
    class_id str
    controller str
    Type of the Physical Drive Controller.
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drives_enabled str
    The number of drives enabled in the FlexUtil Physical Drive.
    health str
    Health of the FlexUtil Physical drive.
    id str
    inventory_device_info GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturer_date str
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturer_id str
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    object_type str
    oem_id str
    The OEM Identifier of the FlexUtil physical drive.
    owners Sequence[str]
    parent GetStorageFlexUtilPhysicalDriveParent
    partition_count str
    The number of partitions present on the FlexUtil Physical Drive.
    pd_status str
    Status of the FlexUtil Physical Drive.
    permission_resources Sequence[GetStorageFlexUtilPhysicalDrivePermissionResource]
    physical_drive str
    The type of physical drive. Example - microSD.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_fru GetStorageFlexUtilPhysicalDrivePreviousFru
    product_name str
    Product name of the FlexUtil Physical Drive.
    product_revision str
    Product revision of the FlexUtil Physical Drive.
    read_error_count str
    Read error count of the FlexUtil Physical Drive.
    read_error_threshold str
    Read error threshold for FlexUtil Physical Drive.
    registered_device GetStorageFlexUtilPhysicalDriveRegisteredDevice
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_flex_util_controller GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    tags Sequence[GetStorageFlexUtilPhysicalDriveTag]
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_context GetStorageFlexUtilPhysicalDriveVersionContext
    write_enabled str
    Write access state of the FlexUtil Physical Drive.
    write_error_count str
    Write error count of the FlexUtil Physical Drive.
    write_error_threshold str
    Write error threshold for FlexUtil Physical Drive.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    blockSize String
    Block size of the FlexUtil Physical drive.
    capacity String
    Capacity of the FlexUtil Physical drive.
    classId String
    controller String
    Type of the Physical Drive Controller.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    drivesEnabled String
    The number of drives enabled in the FlexUtil Physical Drive.
    health String
    Health of the FlexUtil Physical drive.
    id String
    inventoryDeviceInfo Property Map
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturerDate String
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturerId String
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    objectType String
    oemId String
    The OEM Identifier of the FlexUtil physical drive.
    owners List<String>
    parent Property Map
    partitionCount String
    The number of partitions present on the FlexUtil Physical Drive.
    pdStatus String
    Status of the FlexUtil Physical Drive.
    permissionResources List<Property Map>
    physicalDrive String
    The type of physical drive. Example - microSD.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru Property Map
    productName String
    Product name of the FlexUtil Physical Drive.
    productRevision String
    Product revision of the FlexUtil Physical Drive.
    readErrorCount String
    Read error count of the FlexUtil Physical Drive.
    readErrorThreshold String
    Read error threshold for FlexUtil Physical Drive.
    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.
    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.
    storageFlexUtilController Property Map
    tags List<Property Map>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContext Property Map
    writeEnabled String
    Write access state of the FlexUtil Physical Drive.
    writeErrorCount String
    Write error count of the FlexUtil Physical Drive.
    writeErrorThreshold String
    Write error threshold for FlexUtil Physical Drive.

    getStorageFlexUtilPhysicalDrive Result

    The following output properties are available:

    Id string
    Results List<GetStorageFlexUtilPhysicalDriveResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetStorageFlexUtilPhysicalDriveAncestor>
    BlockSize string
    Capacity string
    ClassId string
    Controller string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    DrivesEnabled string
    Health string
    InventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    IsUpgraded bool
    ManufacturerDate string
    ManufacturerId string
    ModTime string
    Model string
    Moid string
    ObjectType string
    OemId string
    Owners List<string>
    Parent GetStorageFlexUtilPhysicalDriveParent
    PartitionCount string
    PdStatus string
    PermissionResources List<GetStorageFlexUtilPhysicalDrivePermissionResource>
    PhysicalDrive string
    Presence string
    PreviousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    ProductName string
    ProductRevision string
    ReadErrorCount string
    ReadErrorThreshold string
    RegisteredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    Revision string
    Rn string
    Serial string
    SharedScope string
    StorageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    Tags List<GetStorageFlexUtilPhysicalDriveTag>
    Vendor string
    VersionContext GetStorageFlexUtilPhysicalDriveVersionContext
    WriteEnabled string
    WriteErrorCount string
    WriteErrorThreshold string
    Id string
    Results []GetStorageFlexUtilPhysicalDriveResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetStorageFlexUtilPhysicalDriveAncestor
    BlockSize string
    Capacity string
    ClassId string
    Controller string
    CreateTime string
    DeviceMoId string
    Dn string
    DomainGroupMoid string
    DrivesEnabled string
    Health string
    InventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    IsUpgraded bool
    ManufacturerDate string
    ManufacturerId string
    ModTime string
    Model string
    Moid string
    ObjectType string
    OemId string
    Owners []string
    Parent GetStorageFlexUtilPhysicalDriveParent
    PartitionCount string
    PdStatus string
    PermissionResources []GetStorageFlexUtilPhysicalDrivePermissionResource
    PhysicalDrive string
    Presence string
    PreviousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    ProductName string
    ProductRevision string
    ReadErrorCount string
    ReadErrorThreshold string
    RegisteredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    Revision string
    Rn string
    Serial string
    SharedScope string
    StorageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    Tags []GetStorageFlexUtilPhysicalDriveTag
    Vendor string
    VersionContext GetStorageFlexUtilPhysicalDriveVersionContext
    WriteEnabled string
    WriteErrorCount string
    WriteErrorThreshold string
    id String
    results List<GetStorageFlexUtilPhysicalDriveResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetStorageFlexUtilPhysicalDriveAncestor>
    blockSize String
    capacity String
    classId String
    controller String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    drivesEnabled String
    health String
    inventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    isUpgraded Boolean
    manufacturerDate String
    manufacturerId String
    modTime String
    model String
    moid String
    objectType String
    oemId String
    owners List<String>
    parent GetStorageFlexUtilPhysicalDriveParent
    partitionCount String
    pdStatus String
    permissionResources List<GetStorageFlexUtilPhysicalDrivePermissionResource>
    physicalDrive String
    presence String
    previousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    productName String
    productRevision String
    readErrorCount String
    readErrorThreshold String
    registeredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    revision String
    rn String
    serial String
    sharedScope String
    storageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    tags List<GetStorageFlexUtilPhysicalDriveTag>
    vendor String
    versionContext GetStorageFlexUtilPhysicalDriveVersionContext
    writeEnabled String
    writeErrorCount String
    writeErrorThreshold String
    id string
    results GetStorageFlexUtilPhysicalDriveResult[]
    accountMoid string
    additionalProperties string
    ancestors GetStorageFlexUtilPhysicalDriveAncestor[]
    blockSize string
    capacity string
    classId string
    controller string
    createTime string
    deviceMoId string
    dn string
    domainGroupMoid string
    drivesEnabled string
    health string
    inventoryDeviceInfo GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    isUpgraded boolean
    manufacturerDate string
    manufacturerId string
    modTime string
    model string
    moid string
    objectType string
    oemId string
    owners string[]
    parent GetStorageFlexUtilPhysicalDriveParent
    partitionCount string
    pdStatus string
    permissionResources GetStorageFlexUtilPhysicalDrivePermissionResource[]
    physicalDrive string
    presence string
    previousFru GetStorageFlexUtilPhysicalDrivePreviousFru
    productName string
    productRevision string
    readErrorCount string
    readErrorThreshold string
    registeredDevice GetStorageFlexUtilPhysicalDriveRegisteredDevice
    revision string
    rn string
    serial string
    sharedScope string
    storageFlexUtilController GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    tags GetStorageFlexUtilPhysicalDriveTag[]
    vendor string
    versionContext GetStorageFlexUtilPhysicalDriveVersionContext
    writeEnabled string
    writeErrorCount string
    writeErrorThreshold string
    id str
    results Sequence[GetStorageFlexUtilPhysicalDriveResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetStorageFlexUtilPhysicalDriveAncestor]
    block_size str
    capacity str
    class_id str
    controller str
    create_time str
    device_mo_id str
    dn str
    domain_group_moid str
    drives_enabled str
    health str
    inventory_device_info GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo
    is_upgraded bool
    manufacturer_date str
    manufacturer_id str
    mod_time str
    model str
    moid str
    object_type str
    oem_id str
    owners Sequence[str]
    parent GetStorageFlexUtilPhysicalDriveParent
    partition_count str
    pd_status str
    permission_resources Sequence[GetStorageFlexUtilPhysicalDrivePermissionResource]
    physical_drive str
    presence str
    previous_fru GetStorageFlexUtilPhysicalDrivePreviousFru
    product_name str
    product_revision str
    read_error_count str
    read_error_threshold str
    registered_device GetStorageFlexUtilPhysicalDriveRegisteredDevice
    revision str
    rn str
    serial str
    shared_scope str
    storage_flex_util_controller GetStorageFlexUtilPhysicalDriveStorageFlexUtilController
    tags Sequence[GetStorageFlexUtilPhysicalDriveTag]
    vendor str
    version_context GetStorageFlexUtilPhysicalDriveVersionContext
    write_enabled str
    write_error_count str
    write_error_threshold str
    id String
    results List<Property Map>
    accountMoid String
    additionalProperties String
    ancestors List<Property Map>
    blockSize String
    capacity String
    classId String
    controller String
    createTime String
    deviceMoId String
    dn String
    domainGroupMoid String
    drivesEnabled String
    health String
    inventoryDeviceInfo Property Map
    isUpgraded Boolean
    manufacturerDate String
    manufacturerId String
    modTime String
    model String
    moid String
    objectType String
    oemId String
    owners List<String>
    parent Property Map
    partitionCount String
    pdStatus String
    permissionResources List<Property Map>
    physicalDrive String
    presence String
    previousFru Property Map
    productName String
    productRevision String
    readErrorCount String
    readErrorThreshold String
    registeredDevice Property Map
    revision String
    rn String
    serial String
    sharedScope String
    storageFlexUtilController Property Map
    tags List<Property Map>
    vendor String
    versionContext Property Map
    writeEnabled String
    writeErrorCount String
    writeErrorThreshold String

    Supporting Types

    GetStorageFlexUtilPhysicalDriveAncestor

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

    GetStorageFlexUtilPhysicalDriveInventoryDeviceInfo

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

    GetStorageFlexUtilPhysicalDriveParent

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

    GetStorageFlexUtilPhysicalDrivePermissionResource

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

    GetStorageFlexUtilPhysicalDrivePreviousFru

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

    GetStorageFlexUtilPhysicalDriveRegisteredDevice

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

    GetStorageFlexUtilPhysicalDriveResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetStorageFlexUtilPhysicalDriveResultAncestor>
    BlockSize string
    Block size of the FlexUtil Physical drive.
    Capacity string
    Capacity of the FlexUtil Physical drive.
    ClassId string
    Controller string
    Type of the Physical Drive Controller.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DrivesEnabled string
    The number of drives enabled in the FlexUtil Physical Drive.
    Health string
    Health of the FlexUtil Physical drive.
    InventoryDeviceInfos List<GetStorageFlexUtilPhysicalDriveResultInventoryDeviceInfo>
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ManufacturerDate string
    Manufacturing date of the FlexUtil Physical Drive.
    ManufacturerId string
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    ObjectType string
    OemId string
    The OEM Identifier of the FlexUtil physical drive.
    Owners List<string>
    Parents List<GetStorageFlexUtilPhysicalDriveResultParent>
    PartitionCount string
    The number of partitions present on the FlexUtil Physical Drive.
    PdStatus string
    Status of the FlexUtil Physical Drive.
    PermissionResources List<GetStorageFlexUtilPhysicalDriveResultPermissionResource>
    PhysicalDrive string
    The type of physical drive. Example - microSD.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus List<GetStorageFlexUtilPhysicalDriveResultPreviousFrus>
    ProductName string
    Product name of the FlexUtil Physical Drive.
    ProductRevision string
    Product revision of the FlexUtil Physical Drive.
    ReadErrorCount string
    Read error count of the FlexUtil Physical Drive.
    ReadErrorThreshold string
    Read error threshold for FlexUtil Physical Drive.
    RegisteredDevices List<GetStorageFlexUtilPhysicalDriveResultRegisteredDevice>
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageFlexUtilControllers List<GetStorageFlexUtilPhysicalDriveResultStorageFlexUtilController>
    Tags List<GetStorageFlexUtilPhysicalDriveResultTag>
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts List<GetStorageFlexUtilPhysicalDriveResultVersionContext>
    WriteEnabled string
    Write access state of the FlexUtil Physical Drive.
    WriteErrorCount string
    Write error count of the FlexUtil Physical Drive.
    WriteErrorThreshold string
    Write error threshold for FlexUtil Physical Drive.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetStorageFlexUtilPhysicalDriveResultAncestor
    BlockSize string
    Block size of the FlexUtil Physical drive.
    Capacity string
    Capacity of the FlexUtil Physical drive.
    ClassId string
    Controller string
    Type of the Physical Drive Controller.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DrivesEnabled string
    The number of drives enabled in the FlexUtil Physical Drive.
    Health string
    Health of the FlexUtil Physical drive.
    InventoryDeviceInfos []GetStorageFlexUtilPhysicalDriveResultInventoryDeviceInfo
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ManufacturerDate string
    Manufacturing date of the FlexUtil Physical Drive.
    ManufacturerId string
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    ObjectType string
    OemId string
    The OEM Identifier of the FlexUtil physical drive.
    Owners []string
    Parents []GetStorageFlexUtilPhysicalDriveResultParent
    PartitionCount string
    The number of partitions present on the FlexUtil Physical Drive.
    PdStatus string
    Status of the FlexUtil Physical Drive.
    PermissionResources []GetStorageFlexUtilPhysicalDriveResultPermissionResource
    PhysicalDrive string
    The type of physical drive. Example - microSD.
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus []GetStorageFlexUtilPhysicalDriveResultPreviousFrus
    ProductName string
    Product name of the FlexUtil Physical Drive.
    ProductRevision string
    Product revision of the FlexUtil Physical Drive.
    ReadErrorCount string
    Read error count of the FlexUtil Physical Drive.
    ReadErrorThreshold string
    Read error threshold for FlexUtil Physical Drive.
    RegisteredDevices []GetStorageFlexUtilPhysicalDriveResultRegisteredDevice
    Revision string
    This field displays the revised version of the associated component or hardware (if any).
    Rn string
    The Relative Name uniquely identifies an object within a given context.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    StorageFlexUtilControllers []GetStorageFlexUtilPhysicalDriveResultStorageFlexUtilController
    Tags []GetStorageFlexUtilPhysicalDriveResultTag
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VersionContexts []GetStorageFlexUtilPhysicalDriveResultVersionContext
    WriteEnabled string
    Write access state of the FlexUtil Physical Drive.
    WriteErrorCount string
    Write error count of the FlexUtil Physical Drive.
    WriteErrorThreshold string
    Write error threshold for FlexUtil Physical Drive.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetStorageFlexUtilPhysicalDriveResultAncestor>
    blockSize String
    Block size of the FlexUtil Physical drive.
    capacity String
    Capacity of the FlexUtil Physical drive.
    classId String
    controller String
    Type of the Physical Drive Controller.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    drivesEnabled String
    The number of drives enabled in the FlexUtil Physical Drive.
    health String
    Health of the FlexUtil Physical drive.
    inventoryDeviceInfos List<GetStorageFlexUtilPhysicalDriveResultInventoryDeviceInfo>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturerDate String
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturerId String
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    objectType String
    oemId String
    The OEM Identifier of the FlexUtil physical drive.
    owners List<String>
    parents List<GetStorageFlexUtilPhysicalDriveResultParent>
    partitionCount String
    The number of partitions present on the FlexUtil Physical Drive.
    pdStatus String
    Status of the FlexUtil Physical Drive.
    permissionResources List<GetStorageFlexUtilPhysicalDriveResultPermissionResource>
    physicalDrive String
    The type of physical drive. Example - microSD.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<GetStorageFlexUtilPhysicalDriveResultPreviousFrus>
    productName String
    Product name of the FlexUtil Physical Drive.
    productRevision String
    Product revision of the FlexUtil Physical Drive.
    readErrorCount String
    Read error count of the FlexUtil Physical Drive.
    readErrorThreshold String
    Read error threshold for FlexUtil Physical Drive.
    registeredDevices List<GetStorageFlexUtilPhysicalDriveResultRegisteredDevice>
    revision String
    This field displays the revised version of the associated component or hardware (if any).
    rn String
    The Relative Name uniquely identifies an object within a given context.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageFlexUtilControllers List<GetStorageFlexUtilPhysicalDriveResultStorageFlexUtilController>
    tags List<GetStorageFlexUtilPhysicalDriveResultTag>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<GetStorageFlexUtilPhysicalDriveResultVersionContext>
    writeEnabled String
    Write access state of the FlexUtil Physical Drive.
    writeErrorCount String
    Write error count of the FlexUtil Physical Drive.
    writeErrorThreshold String
    Write error threshold for FlexUtil Physical Drive.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetStorageFlexUtilPhysicalDriveResultAncestor[]
    blockSize string
    Block size of the FlexUtil Physical drive.
    capacity string
    Capacity of the FlexUtil Physical drive.
    classId string
    controller string
    Type of the Physical Drive Controller.
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    drivesEnabled string
    The number of drives enabled in the FlexUtil Physical Drive.
    health string
    Health of the FlexUtil Physical drive.
    inventoryDeviceInfos GetStorageFlexUtilPhysicalDriveResultInventoryDeviceInfo[]
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturerDate string
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturerId string
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    objectType string
    oemId string
    The OEM Identifier of the FlexUtil physical drive.
    owners string[]
    parents GetStorageFlexUtilPhysicalDriveResultParent[]
    partitionCount string
    The number of partitions present on the FlexUtil Physical Drive.
    pdStatus string
    Status of the FlexUtil Physical Drive.
    permissionResources GetStorageFlexUtilPhysicalDriveResultPermissionResource[]
    physicalDrive string
    The type of physical drive. Example - microSD.
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus GetStorageFlexUtilPhysicalDriveResultPreviousFrus[]
    productName string
    Product name of the FlexUtil Physical Drive.
    productRevision string
    Product revision of the FlexUtil Physical Drive.
    readErrorCount string
    Read error count of the FlexUtil Physical Drive.
    readErrorThreshold string
    Read error threshold for FlexUtil Physical Drive.
    registeredDevices GetStorageFlexUtilPhysicalDriveResultRegisteredDevice[]
    revision string
    This field displays the revised version of the associated component or hardware (if any).
    rn string
    The Relative Name uniquely identifies an object within a given context.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storageFlexUtilControllers GetStorageFlexUtilPhysicalDriveResultStorageFlexUtilController[]
    tags GetStorageFlexUtilPhysicalDriveResultTag[]
    vendor string
    This field displays the vendor information of the associated component or hardware.
    versionContexts GetStorageFlexUtilPhysicalDriveResultVersionContext[]
    writeEnabled string
    Write access state of the FlexUtil Physical Drive.
    writeErrorCount string
    Write error count of the FlexUtil Physical Drive.
    writeErrorThreshold string
    Write error threshold for FlexUtil Physical Drive.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetStorageFlexUtilPhysicalDriveResultAncestor]
    block_size str
    Block size of the FlexUtil Physical drive.
    capacity str
    Capacity of the FlexUtil Physical drive.
    class_id str
    controller str
    Type of the Physical Drive Controller.
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drives_enabled str
    The number of drives enabled in the FlexUtil Physical Drive.
    health str
    Health of the FlexUtil Physical drive.
    inventory_device_infos Sequence[GetStorageFlexUtilPhysicalDriveResultInventoryDeviceInfo]
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturer_date str
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturer_id str
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    object_type str
    oem_id str
    The OEM Identifier of the FlexUtil physical drive.
    owners Sequence[str]
    parents Sequence[GetStorageFlexUtilPhysicalDriveResultParent]
    partition_count str
    The number of partitions present on the FlexUtil Physical Drive.
    pd_status str
    Status of the FlexUtil Physical Drive.
    permission_resources Sequence[GetStorageFlexUtilPhysicalDriveResultPermissionResource]
    physical_drive str
    The type of physical drive. Example - microSD.
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_frus Sequence[GetStorageFlexUtilPhysicalDriveResultPreviousFrus]
    product_name str
    Product name of the FlexUtil Physical Drive.
    product_revision str
    Product revision of the FlexUtil Physical Drive.
    read_error_count str
    Read error count of the FlexUtil Physical Drive.
    read_error_threshold str
    Read error threshold for FlexUtil Physical Drive.
    registered_devices Sequence[GetStorageFlexUtilPhysicalDriveResultRegisteredDevice]
    revision str
    This field displays the revised version of the associated component or hardware (if any).
    rn str
    The Relative Name uniquely identifies an object within a given context.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    storage_flex_util_controllers Sequence[GetStorageFlexUtilPhysicalDriveResultStorageFlexUtilController]
    tags Sequence[GetStorageFlexUtilPhysicalDriveResultTag]
    vendor str
    This field displays the vendor information of the associated component or hardware.
    version_contexts Sequence[GetStorageFlexUtilPhysicalDriveResultVersionContext]
    write_enabled str
    Write access state of the FlexUtil Physical Drive.
    write_error_count str
    Write error count of the FlexUtil Physical Drive.
    write_error_threshold str
    Write error threshold for FlexUtil Physical Drive.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    blockSize String
    Block size of the FlexUtil Physical drive.
    capacity String
    Capacity of the FlexUtil Physical drive.
    classId String
    controller String
    Type of the Physical Drive Controller.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    drivesEnabled String
    The number of drives enabled in the FlexUtil Physical Drive.
    health String
    Health of the FlexUtil Physical drive.
    inventoryDeviceInfos List<Property Map>
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    manufacturerDate String
    Manufacturing date of the FlexUtil Physical Drive.
    manufacturerId String
    Manufacturer identity of the FlexUtil Physical Drive.
    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.
    objectType String
    oemId String
    The OEM Identifier of the FlexUtil physical drive.
    owners List<String>
    parents List<Property Map>
    partitionCount String
    The number of partitions present on the FlexUtil Physical Drive.
    pdStatus String
    Status of the FlexUtil Physical Drive.
    permissionResources List<Property Map>
    physicalDrive String
    The type of physical drive. Example - microSD.
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<Property Map>
    productName String
    Product name of the FlexUtil Physical Drive.
    productRevision String
    Product revision of the FlexUtil Physical Drive.
    readErrorCount String
    Read error count of the FlexUtil Physical Drive.
    readErrorThreshold String
    Read error threshold for FlexUtil Physical Drive.
    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.
    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.
    storageFlexUtilControllers List<Property Map>
    tags List<Property Map>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    versionContexts List<Property Map>
    writeEnabled String
    Write access state of the FlexUtil Physical Drive.
    writeErrorCount String
    Write error count of the FlexUtil Physical Drive.
    writeErrorThreshold String
    Write error threshold for FlexUtil Physical Drive.

    GetStorageFlexUtilPhysicalDriveResultAncestor

    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

    GetStorageFlexUtilPhysicalDriveResultInventoryDeviceInfo

    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

    GetStorageFlexUtilPhysicalDriveResultParent

    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

    GetStorageFlexUtilPhysicalDriveResultPermissionResource

    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

    GetStorageFlexUtilPhysicalDriveResultPreviousFrus

    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

    GetStorageFlexUtilPhysicalDriveResultRegisteredDevice

    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

    GetStorageFlexUtilPhysicalDriveResultStorageFlexUtilController

    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

    GetStorageFlexUtilPhysicalDriveResultTag

    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

    GetStorageFlexUtilPhysicalDriveResultVersionContext

    GetStorageFlexUtilPhysicalDriveResultVersionContextInterestedMo

    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

    GetStorageFlexUtilPhysicalDriveResultVersionContextRefMo

    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

    GetStorageFlexUtilPhysicalDriveStorageFlexUtilController

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

    GetStorageFlexUtilPhysicalDriveTag

    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.

    GetStorageFlexUtilPhysicalDriveVersionContext

    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<GetStorageFlexUtilPhysicalDriveVersionContextInterestedMo>
    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 GetStorageFlexUtilPhysicalDriveVersionContextRefMo
    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 []GetStorageFlexUtilPhysicalDriveVersionContextInterestedMo
    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 GetStorageFlexUtilPhysicalDriveVersionContextRefMo
    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<GetStorageFlexUtilPhysicalDriveVersionContextInterestedMo>
    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 GetStorageFlexUtilPhysicalDriveVersionContextRefMo
    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 GetStorageFlexUtilPhysicalDriveVersionContextInterestedMo[]
    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 GetStorageFlexUtilPhysicalDriveVersionContextRefMo
    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[GetStorageFlexUtilPhysicalDriveVersionContextInterestedMo]
    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 GetStorageFlexUtilPhysicalDriveVersionContextRefMo
    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.

    GetStorageFlexUtilPhysicalDriveVersionContextInterestedMo

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

    GetStorageFlexUtilPhysicalDriveVersionContextRefMo

    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