intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getStorageFlexUtilPhysicalDrive
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 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 dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Flex Util Physical Drive Ancestor> 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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
- InventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- 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
GetStorage Flex Util Physical Drive Parent 
- PartitionCount string
- The number of partitions present on the FlexUtil Physical Drive.
- PdStatus string
- Status of the FlexUtil Physical Drive.
- PermissionResources List<GetStorage Flex Util Physical Drive Permission Resource> 
- 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 GetStorage Flex Util Physical Drive Previous Fru 
- ProductName string
- Product name of the FlexUtil Physical Drive.
- ProductRevision string
- Product revision of the FlexUtil Physical Drive.
- ReadError stringCount 
- Read error count of the FlexUtil Physical Drive.
- ReadError stringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- RegisteredDevice GetStorage Flex Util Physical Drive Registered Device 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
List<GetStorage Flex Util Physical Drive Tag> 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContext GetStorage Flex Util Physical Drive Version Context 
- WriteEnabled string
- Write access state of the FlexUtil Physical Drive.
- WriteError stringCount 
- Write error count of the FlexUtil Physical Drive.
- WriteError stringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Flex Util Physical Drive Ancestor 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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
- InventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- 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
GetStorage Flex Util Physical Drive Parent 
- PartitionCount string
- The number of partitions present on the FlexUtil Physical Drive.
- PdStatus string
- Status of the FlexUtil Physical Drive.
- PermissionResources []GetStorage Flex Util Physical Drive Permission Resource 
- 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 GetStorage Flex Util Physical Drive Previous Fru 
- ProductName string
- Product name of the FlexUtil Physical Drive.
- ProductRevision string
- Product revision of the FlexUtil Physical Drive.
- ReadError stringCount 
- Read error count of the FlexUtil Physical Drive.
- ReadError stringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- RegisteredDevice GetStorage Flex Util Physical Drive Registered Device 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
[]GetStorage Flex Util Physical Drive Tag 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContext GetStorage Flex Util Physical Drive Version Context 
- WriteEnabled string
- Write access state of the FlexUtil Physical Drive.
- WriteError stringCount 
- Write error count of the FlexUtil Physical Drive.
- WriteError stringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Flex Util Physical Drive Ancestor> 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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
- inventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- 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
GetStorage Flex Util Physical Drive Parent 
- partitionCount String
- The number of partitions present on the FlexUtil Physical Drive.
- pdStatus String
- Status of the FlexUtil Physical Drive.
- permissionResources List<GetStorage Flex Util Physical Drive Permission Resource> 
- 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 GetStorage Flex Util Physical Drive Previous Fru 
- productName String
- Product name of the FlexUtil Physical Drive.
- productRevision String
- Product revision of the FlexUtil Physical Drive.
- readError StringCount 
- Read error count of the FlexUtil Physical Drive.
- readError StringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- registeredDevice GetStorage Flex Util Physical Drive Registered Device 
- revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
List<GetStorage Flex Util Physical Drive Tag> 
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContext GetStorage Flex Util Physical Drive Version Context 
- writeEnabled String
- Write access state of the FlexUtil Physical Drive.
- writeError StringCount 
- Write error count of the FlexUtil Physical Drive.
- writeError StringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Flex Util Physical Drive Ancestor[] 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- 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
- inventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- 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
GetStorage Flex Util Physical Drive Parent 
- partitionCount string
- The number of partitions present on the FlexUtil Physical Drive.
- pdStatus string
- Status of the FlexUtil Physical Drive.
- permissionResources GetStorage Flex Util Physical Drive Permission Resource[] 
- 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 GetStorage Flex Util Physical Drive Previous Fru 
- productName string
- Product name of the FlexUtil Physical Drive.
- productRevision string
- Product revision of the FlexUtil Physical Drive.
- readError stringCount 
- Read error count of the FlexUtil Physical Drive.
- readError stringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- registeredDevice GetStorage Flex Util Physical Drive Registered Device 
- revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
GetStorage Flex Util Physical Drive Tag[] 
- vendor string
- This field displays the vendor information of the associated component or hardware.
- versionContext GetStorage Flex Util Physical Drive Version Context 
- writeEnabled string
- Write access state of the FlexUtil Physical Drive.
- writeError stringCount 
- Write error count of the FlexUtil Physical Drive.
- writeError stringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Flex Util Physical Drive Ancestor] 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- 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_ Getinfo Storage Flex Util Physical Drive Inventory Device Info 
- 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
GetStorage Flex Util Physical Drive Parent 
- 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[GetStorage Flex Util Physical Drive Permission Resource] 
- 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 GetStorage Flex Util Physical Drive Previous Fru 
- product_name str
- Product name of the FlexUtil Physical Drive.
- product_revision str
- Product revision of the FlexUtil Physical Drive.
- read_error_ strcount 
- Read error count of the FlexUtil Physical Drive.
- read_error_ strthreshold 
- Read error threshold for FlexUtil Physical Drive.
- registered_device GetStorage Flex Util Physical Drive Registered Device 
- revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_flex_ Getutil_ controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
Sequence[GetStorage Flex Util Physical Drive Tag] 
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_context GetStorage Flex Util Physical Drive Version Context 
- write_enabled str
- Write access state of the FlexUtil Physical Drive.
- write_error_ strcount 
- Write error count of the FlexUtil Physical Drive.
- write_error_ strthreshold 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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
- inventoryDevice Property MapInfo 
- 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.
- readError StringCount 
- Read error count of the FlexUtil Physical Drive.
- readError StringThreshold 
- 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.
- 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.
- storageFlex Property MapUtil Controller 
- 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.
- writeError StringCount 
- Write error count of the FlexUtil Physical Drive.
- writeError StringThreshold 
- Write error threshold for FlexUtil Physical Drive.
getStorageFlexUtilPhysicalDrive Result
The following output properties are available:
- Id string
- Results
List<GetStorage Flex Util Physical Drive Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetStorage Flex Util Physical Drive Ancestor> 
- BlockSize string
- Capacity string
- ClassId string
- Controller string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- DrivesEnabled string
- Health string
- InventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- IsUpgraded bool
- ManufacturerDate string
- ManufacturerId string
- ModTime string
- Model string
- Moid string
- ObjectType string
- OemId string
- Owners List<string>
- Parent
GetStorage Flex Util Physical Drive Parent 
- PartitionCount string
- PdStatus string
- PermissionResources List<GetStorage Flex Util Physical Drive Permission Resource> 
- PhysicalDrive string
- Presence string
- PreviousFru GetStorage Flex Util Physical Drive Previous Fru 
- ProductName string
- ProductRevision string
- ReadError stringCount 
- ReadError stringThreshold 
- RegisteredDevice GetStorage Flex Util Physical Drive Registered Device 
- Revision string
- Rn string
- Serial string
- string
- StorageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
List<GetStorage Flex Util Physical Drive Tag> 
- Vendor string
- VersionContext GetStorage Flex Util Physical Drive Version Context 
- WriteEnabled string
- WriteError stringCount 
- WriteError stringThreshold 
- Id string
- Results
[]GetStorage Flex Util Physical Drive Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetStorage Flex Util Physical Drive Ancestor 
- BlockSize string
- Capacity string
- ClassId string
- Controller string
- CreateTime string
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- DrivesEnabled string
- Health string
- InventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- IsUpgraded bool
- ManufacturerDate string
- ManufacturerId string
- ModTime string
- Model string
- Moid string
- ObjectType string
- OemId string
- Owners []string
- Parent
GetStorage Flex Util Physical Drive Parent 
- PartitionCount string
- PdStatus string
- PermissionResources []GetStorage Flex Util Physical Drive Permission Resource 
- PhysicalDrive string
- Presence string
- PreviousFru GetStorage Flex Util Physical Drive Previous Fru 
- ProductName string
- ProductRevision string
- ReadError stringCount 
- ReadError stringThreshold 
- RegisteredDevice GetStorage Flex Util Physical Drive Registered Device 
- Revision string
- Rn string
- Serial string
- string
- StorageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
[]GetStorage Flex Util Physical Drive Tag 
- Vendor string
- VersionContext GetStorage Flex Util Physical Drive Version Context 
- WriteEnabled string
- WriteError stringCount 
- WriteError stringThreshold 
- id String
- results
List<GetStorage Flex Util Physical Drive Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetStorage Flex Util Physical Drive Ancestor> 
- blockSize String
- capacity String
- classId String
- controller String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- drivesEnabled String
- health String
- inventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- isUpgraded Boolean
- manufacturerDate String
- manufacturerId String
- modTime String
- model String
- moid String
- objectType String
- oemId String
- owners List<String>
- parent
GetStorage Flex Util Physical Drive Parent 
- partitionCount String
- pdStatus String
- permissionResources List<GetStorage Flex Util Physical Drive Permission Resource> 
- physicalDrive String
- presence String
- previousFru GetStorage Flex Util Physical Drive Previous Fru 
- productName String
- productRevision String
- readError StringCount 
- readError StringThreshold 
- registeredDevice GetStorage Flex Util Physical Drive Registered Device 
- revision String
- rn String
- serial String
- String
- storageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
List<GetStorage Flex Util Physical Drive Tag> 
- vendor String
- versionContext GetStorage Flex Util Physical Drive Version Context 
- writeEnabled String
- writeError StringCount 
- writeError StringThreshold 
- id string
- results
GetStorage Flex Util Physical Drive Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetStorage Flex Util Physical Drive Ancestor[] 
- blockSize string
- capacity string
- classId string
- controller string
- createTime string
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- drivesEnabled string
- health string
- inventoryDevice GetInfo Storage Flex Util Physical Drive Inventory Device Info 
- isUpgraded boolean
- manufacturerDate string
- manufacturerId string
- modTime string
- model string
- moid string
- objectType string
- oemId string
- owners string[]
- parent
GetStorage Flex Util Physical Drive Parent 
- partitionCount string
- pdStatus string
- permissionResources GetStorage Flex Util Physical Drive Permission Resource[] 
- physicalDrive string
- presence string
- previousFru GetStorage Flex Util Physical Drive Previous Fru 
- productName string
- productRevision string
- readError stringCount 
- readError stringThreshold 
- registeredDevice GetStorage Flex Util Physical Drive Registered Device 
- revision string
- rn string
- serial string
- string
- storageFlex GetUtil Controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
GetStorage Flex Util Physical Drive Tag[] 
- vendor string
- versionContext GetStorage Flex Util Physical Drive Version Context 
- writeEnabled string
- writeError stringCount 
- writeError stringThreshold 
- id str
- results
Sequence[GetStorage Flex Util Physical Drive Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetStorage Flex Util Physical Drive Ancestor] 
- block_size str
- capacity str
- class_id str
- controller str
- create_time str
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- drives_enabled str
- health str
- inventory_device_ Getinfo Storage Flex Util Physical Drive Inventory Device Info 
- 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
GetStorage Flex Util Physical Drive Parent 
- partition_count str
- pd_status str
- permission_resources Sequence[GetStorage Flex Util Physical Drive Permission Resource] 
- physical_drive str
- presence str
- previous_fru GetStorage Flex Util Physical Drive Previous Fru 
- product_name str
- product_revision str
- read_error_ strcount 
- read_error_ strthreshold 
- registered_device GetStorage Flex Util Physical Drive Registered Device 
- revision str
- rn str
- serial str
- str
- storage_flex_ Getutil_ controller Storage Flex Util Physical Drive Storage Flex Util Controller 
- 
Sequence[GetStorage Flex Util Physical Drive Tag] 
- vendor str
- version_context GetStorage Flex Util Physical Drive Version Context 
- write_enabled str
- write_error_ strcount 
- write_error_ strthreshold 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- blockSize String
- capacity String
- classId String
- controller String
- createTime String
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- drivesEnabled String
- health String
- inventoryDevice Property MapInfo 
- 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
- readError StringCount 
- readError StringThreshold 
- registeredDevice Property Map
- revision String
- rn String
- serial String
- String
- storageFlex Property MapUtil Controller 
- List<Property Map>
- vendor String
- versionContext Property Map
- writeEnabled String
- writeError StringCount 
- writeError StringThreshold 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetStorageFlexUtilPhysicalDriveResult      
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetStorage Flex Util Physical Drive Result Ancestor> 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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.
- InventoryDevice List<GetInfos Storage Flex Util Physical Drive Result Inventory Device Info> 
- 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<GetStorage Flex Util Physical Drive Result Parent> 
- PartitionCount string
- The number of partitions present on the FlexUtil Physical Drive.
- PdStatus string
- Status of the FlexUtil Physical Drive.
- PermissionResources List<GetStorage Flex Util Physical Drive Result Permission Resource> 
- 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<GetStorage Flex Util Physical Drive Result Previous Frus> 
- ProductName string
- Product name of the FlexUtil Physical Drive.
- ProductRevision string
- Product revision of the FlexUtil Physical Drive.
- ReadError stringCount 
- Read error count of the FlexUtil Physical Drive.
- ReadError stringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- RegisteredDevices List<GetStorage Flex Util Physical Drive Result Registered Device> 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageFlex List<GetUtil Controllers Storage Flex Util Physical Drive Result Storage Flex Util Controller> 
- 
List<GetStorage Flex Util Physical Drive Result Tag> 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContexts List<GetStorage Flex Util Physical Drive Result Version Context> 
- WriteEnabled string
- Write access state of the FlexUtil Physical Drive.
- WriteError stringCount 
- Write error count of the FlexUtil Physical Drive.
- WriteError stringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetStorage Flex Util Physical Drive Result Ancestor 
- 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.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- 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.
- InventoryDevice []GetInfos Storage Flex Util Physical Drive Result Inventory Device Info 
- 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
[]GetStorage Flex Util Physical Drive Result Parent 
- PartitionCount string
- The number of partitions present on the FlexUtil Physical Drive.
- PdStatus string
- Status of the FlexUtil Physical Drive.
- PermissionResources []GetStorage Flex Util Physical Drive Result Permission Resource 
- 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 []GetStorage Flex Util Physical Drive Result Previous Frus 
- ProductName string
- Product name of the FlexUtil Physical Drive.
- ProductRevision string
- Product revision of the FlexUtil Physical Drive.
- ReadError stringCount 
- Read error count of the FlexUtil Physical Drive.
- ReadError stringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- RegisteredDevices []GetStorage Flex Util Physical Drive Result Registered Device 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- StorageFlex []GetUtil Controllers Storage Flex Util Physical Drive Result Storage Flex Util Controller 
- 
[]GetStorage Flex Util Physical Drive Result Tag 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VersionContexts []GetStorage Flex Util Physical Drive Result Version Context 
- WriteEnabled string
- Write access state of the FlexUtil Physical Drive.
- WriteError stringCount 
- Write error count of the FlexUtil Physical Drive.
- WriteError stringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetStorage Flex Util Physical Drive Result Ancestor> 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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.
- inventoryDevice List<GetInfos Storage Flex Util Physical Drive Result Inventory Device Info> 
- 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<GetStorage Flex Util Physical Drive Result Parent> 
- partitionCount String
- The number of partitions present on the FlexUtil Physical Drive.
- pdStatus String
- Status of the FlexUtil Physical Drive.
- permissionResources List<GetStorage Flex Util Physical Drive Result Permission Resource> 
- 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<GetStorage Flex Util Physical Drive Result Previous Frus> 
- productName String
- Product name of the FlexUtil Physical Drive.
- productRevision String
- Product revision of the FlexUtil Physical Drive.
- readError StringCount 
- Read error count of the FlexUtil Physical Drive.
- readError StringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- registeredDevices List<GetStorage Flex Util Physical Drive Result Registered Device> 
- revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- serial String
- This field displays the serial number of the associated component or hardware.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageFlex List<GetUtil Controllers Storage Flex Util Physical Drive Result Storage Flex Util Controller> 
- 
List<GetStorage Flex Util Physical Drive Result Tag> 
- vendor String
- This field displays the vendor information of the associated component or hardware.
- versionContexts List<GetStorage Flex Util Physical Drive Result Version Context> 
- writeEnabled String
- Write access state of the FlexUtil Physical Drive.
- writeError StringCount 
- Write error count of the FlexUtil Physical Drive.
- writeError StringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetStorage Flex Util Physical Drive Result Ancestor[] 
- 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.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- 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.
- inventoryDevice GetInfos Storage Flex Util Physical Drive Result Inventory Device Info[] 
- 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
GetStorage Flex Util Physical Drive Result Parent[] 
- partitionCount string
- The number of partitions present on the FlexUtil Physical Drive.
- pdStatus string
- Status of the FlexUtil Physical Drive.
- permissionResources GetStorage Flex Util Physical Drive Result Permission Resource[] 
- 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 GetStorage Flex Util Physical Drive Result Previous Frus[] 
- productName string
- Product name of the FlexUtil Physical Drive.
- productRevision string
- Product revision of the FlexUtil Physical Drive.
- readError stringCount 
- Read error count of the FlexUtil Physical Drive.
- readError stringThreshold 
- Read error threshold for FlexUtil Physical Drive.
- registeredDevices GetStorage Flex Util Physical Drive Result Registered Device[] 
- revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storageFlex GetUtil Controllers Storage Flex Util Physical Drive Result Storage Flex Util Controller[] 
- 
GetStorage Flex Util Physical Drive Result Tag[] 
- vendor string
- This field displays the vendor information of the associated component or hardware.
- versionContexts GetStorage Flex Util Physical Drive Result Version Context[] 
- writeEnabled string
- Write access state of the FlexUtil Physical Drive.
- writeError stringCount 
- Write error count of the FlexUtil Physical Drive.
- writeError stringThreshold 
- Write error threshold for FlexUtil Physical Drive.
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetStorage Flex Util Physical Drive Result Ancestor] 
- 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_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- drives_enabled str
- The number of drives enabled in the FlexUtil Physical Drive.
- health str
- Health of the FlexUtil Physical drive.
- inventory_device_ Sequence[Getinfos Storage Flex Util Physical Drive Result Inventory Device Info] 
- 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[GetStorage Flex Util Physical Drive Result Parent] 
- 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[GetStorage Flex Util Physical Drive Result Permission Resource] 
- 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[GetStorage Flex Util Physical Drive Result Previous Frus] 
- product_name str
- Product name of the FlexUtil Physical Drive.
- product_revision str
- Product revision of the FlexUtil Physical Drive.
- read_error_ strcount 
- Read error count of the FlexUtil Physical Drive.
- read_error_ strthreshold 
- Read error threshold for FlexUtil Physical Drive.
- registered_devices Sequence[GetStorage Flex Util Physical Drive Result Registered Device] 
- revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_flex_ Sequence[Getutil_ controllers Storage Flex Util Physical Drive Result Storage Flex Util Controller] 
- 
Sequence[GetStorage Flex Util Physical Drive Result Tag] 
- vendor str
- This field displays the vendor information of the associated component or hardware.
- version_contexts Sequence[GetStorage Flex Util Physical Drive Result Version Context] 
- write_enabled str
- Write access state of the FlexUtil Physical Drive.
- write_error_ strcount 
- Write error count of the FlexUtil Physical Drive.
- write_error_ strthreshold 
- 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.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- 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.
- inventoryDevice List<Property Map>Infos 
- 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.
- readError StringCount 
- Read error count of the FlexUtil Physical Drive.
- readError StringThreshold 
- 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.
- 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.
- storageFlex List<Property Map>Util Controllers 
- 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.
- writeError StringCount 
- Write error count of the FlexUtil Physical Drive.
- writeError StringThreshold 
- 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
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetStorageFlexUtilPhysicalDriveResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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<GetStorage Flex Util Physical Drive Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetStorage Flex Util Physical Drive Version Context Ref Mo 
- 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 []GetStorage Flex Util Physical Drive Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetStorage Flex Util Physical Drive Version Context Ref Mo 
- 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<GetStorage Flex Util Physical Drive Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetStorage Flex Util Physical Drive Version Context Ref Mo 
- 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 GetStorage Flex Util Physical Drive Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetStorage Flex Util Physical Drive Version Context Ref Mo 
- 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[GetStorage Flex Util Physical Drive Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The 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 GetStorage Flex Util Physical Drive Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- 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>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet