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

intersight.getStorageVirtualDrive

Explore with Pulumi AI

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

    A Virtual Disk Drive or Logical Unit Number.

    Using getStorageVirtualDrive

    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 getStorageVirtualDrive(args: GetStorageVirtualDriveArgs, opts?: InvokeOptions): Promise<GetStorageVirtualDriveResult>
    function getStorageVirtualDriveOutput(args: GetStorageVirtualDriveOutputArgs, opts?: InvokeOptions): Output<GetStorageVirtualDriveResult>
    def get_storage_virtual_drive(access_policy: Optional[str] = None,
                                  account_moid: Optional[str] = None,
                                  actual_write_cache_policy: Optional[str] = None,
                                  additional_properties: Optional[str] = None,
                                  ancestors: Optional[Sequence[GetStorageVirtualDriveAncestor]] = None,
                                  available_size: Optional[str] = None,
                                  block_size: Optional[str] = None,
                                  bootable: Optional[str] = None,
                                  class_id: Optional[str] = None,
                                  config_state: Optional[str] = None,
                                  configured_write_cache_policy: Optional[str] = None,
                                  connection_protocol: Optional[str] = None,
                                  create_time: Optional[str] = None,
                                  device_mo_id: Optional[str] = None,
                                  disk_group: Optional[GetStorageVirtualDriveDiskGroup] = None,
                                  dn: Optional[str] = None,
                                  domain_group_moid: Optional[str] = None,
                                  drive_cache: Optional[str] = None,
                                  drive_security: Optional[str] = None,
                                  drive_state: Optional[str] = None,
                                  id: Optional[str] = None,
                                  inventory_device_info: Optional[GetStorageVirtualDriveInventoryDeviceInfo] = None,
                                  io_policy: Optional[str] = None,
                                  is_upgraded: Optional[bool] = None,
                                  mod_time: Optional[str] = None,
                                  model: Optional[str] = None,
                                  moid: Optional[str] = None,
                                  name: Optional[str] = None,
                                  num_blocks: Optional[str] = None,
                                  object_type: Optional[str] = None,
                                  oper_state: Optional[str] = None,
                                  operability: Optional[str] = None,
                                  owners: Optional[Sequence[str]] = None,
                                  parent: Optional[GetStorageVirtualDriveParent] = None,
                                  permission_resources: Optional[Sequence[GetStorageVirtualDrivePermissionResource]] = None,
                                  physical_block_size: Optional[str] = None,
                                  physical_disk_usages: Optional[Sequence[GetStorageVirtualDrivePhysicalDiskUsage]] = None,
                                  presence: Optional[str] = None,
                                  previous_fru: Optional[GetStorageVirtualDrivePreviousFru] = None,
                                  read_policy: Optional[str] = None,
                                  registered_device: Optional[GetStorageVirtualDriveRegisteredDevice] = None,
                                  revision: Optional[str] = None,
                                  rn: Optional[str] = None,
                                  security_flags: Optional[str] = None,
                                  serial: Optional[str] = None,
                                  shared_scope: Optional[str] = None,
                                  size: Optional[str] = None,
                                  storage_controller: Optional[GetStorageVirtualDriveStorageController] = None,
                                  storage_virtual_drive_container: Optional[GetStorageVirtualDriveStorageVirtualDriveContainer] = None,
                                  strip_size: Optional[str] = None,
                                  tags: Optional[Sequence[GetStorageVirtualDriveTag]] = None,
                                  type: Optional[str] = None,
                                  uuid: Optional[str] = None,
                                  vd_member_eps: Optional[Sequence[GetStorageVirtualDriveVdMemberEp]] = None,
                                  vendor: Optional[str] = None,
                                  vendor_uuid: Optional[str] = None,
                                  version_context: Optional[GetStorageVirtualDriveVersionContext] = None,
                                  virtual_drive_extension: Optional[GetStorageVirtualDriveVirtualDriveExtension] = None,
                                  virtual_drive_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetStorageVirtualDriveResult
    def get_storage_virtual_drive_output(access_policy: Optional[pulumi.Input[str]] = None,
                                  account_moid: Optional[pulumi.Input[str]] = None,
                                  actual_write_cache_policy: Optional[pulumi.Input[str]] = None,
                                  additional_properties: Optional[pulumi.Input[str]] = None,
                                  ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageVirtualDriveAncestorArgs]]]] = None,
                                  available_size: Optional[pulumi.Input[str]] = None,
                                  block_size: Optional[pulumi.Input[str]] = None,
                                  bootable: Optional[pulumi.Input[str]] = None,
                                  class_id: Optional[pulumi.Input[str]] = None,
                                  config_state: Optional[pulumi.Input[str]] = None,
                                  configured_write_cache_policy: Optional[pulumi.Input[str]] = None,
                                  connection_protocol: Optional[pulumi.Input[str]] = None,
                                  create_time: Optional[pulumi.Input[str]] = None,
                                  device_mo_id: Optional[pulumi.Input[str]] = None,
                                  disk_group: Optional[pulumi.Input[GetStorageVirtualDriveDiskGroupArgs]] = None,
                                  dn: Optional[pulumi.Input[str]] = None,
                                  domain_group_moid: Optional[pulumi.Input[str]] = None,
                                  drive_cache: Optional[pulumi.Input[str]] = None,
                                  drive_security: Optional[pulumi.Input[str]] = None,
                                  drive_state: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  inventory_device_info: Optional[pulumi.Input[GetStorageVirtualDriveInventoryDeviceInfoArgs]] = None,
                                  io_policy: Optional[pulumi.Input[str]] = None,
                                  is_upgraded: Optional[pulumi.Input[bool]] = None,
                                  mod_time: Optional[pulumi.Input[str]] = None,
                                  model: Optional[pulumi.Input[str]] = None,
                                  moid: Optional[pulumi.Input[str]] = None,
                                  name: Optional[pulumi.Input[str]] = None,
                                  num_blocks: Optional[pulumi.Input[str]] = None,
                                  object_type: Optional[pulumi.Input[str]] = None,
                                  oper_state: Optional[pulumi.Input[str]] = None,
                                  operability: Optional[pulumi.Input[str]] = None,
                                  owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                  parent: Optional[pulumi.Input[GetStorageVirtualDriveParentArgs]] = None,
                                  permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageVirtualDrivePermissionResourceArgs]]]] = None,
                                  physical_block_size: Optional[pulumi.Input[str]] = None,
                                  physical_disk_usages: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageVirtualDrivePhysicalDiskUsageArgs]]]] = None,
                                  presence: Optional[pulumi.Input[str]] = None,
                                  previous_fru: Optional[pulumi.Input[GetStorageVirtualDrivePreviousFruArgs]] = None,
                                  read_policy: Optional[pulumi.Input[str]] = None,
                                  registered_device: Optional[pulumi.Input[GetStorageVirtualDriveRegisteredDeviceArgs]] = None,
                                  revision: Optional[pulumi.Input[str]] = None,
                                  rn: Optional[pulumi.Input[str]] = None,
                                  security_flags: Optional[pulumi.Input[str]] = None,
                                  serial: Optional[pulumi.Input[str]] = None,
                                  shared_scope: Optional[pulumi.Input[str]] = None,
                                  size: Optional[pulumi.Input[str]] = None,
                                  storage_controller: Optional[pulumi.Input[GetStorageVirtualDriveStorageControllerArgs]] = None,
                                  storage_virtual_drive_container: Optional[pulumi.Input[GetStorageVirtualDriveStorageVirtualDriveContainerArgs]] = None,
                                  strip_size: Optional[pulumi.Input[str]] = None,
                                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageVirtualDriveTagArgs]]]] = None,
                                  type: Optional[pulumi.Input[str]] = None,
                                  uuid: Optional[pulumi.Input[str]] = None,
                                  vd_member_eps: Optional[pulumi.Input[Sequence[pulumi.Input[GetStorageVirtualDriveVdMemberEpArgs]]]] = None,
                                  vendor: Optional[pulumi.Input[str]] = None,
                                  vendor_uuid: Optional[pulumi.Input[str]] = None,
                                  version_context: Optional[pulumi.Input[GetStorageVirtualDriveVersionContextArgs]] = None,
                                  virtual_drive_extension: Optional[pulumi.Input[GetStorageVirtualDriveVirtualDriveExtensionArgs]] = None,
                                  virtual_drive_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetStorageVirtualDriveResult]
    func LookupStorageVirtualDrive(ctx *Context, args *LookupStorageVirtualDriveArgs, opts ...InvokeOption) (*LookupStorageVirtualDriveResult, error)
    func LookupStorageVirtualDriveOutput(ctx *Context, args *LookupStorageVirtualDriveOutputArgs, opts ...InvokeOption) LookupStorageVirtualDriveResultOutput

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

    public static class GetStorageVirtualDrive 
    {
        public static Task<GetStorageVirtualDriveResult> InvokeAsync(GetStorageVirtualDriveArgs args, InvokeOptions? opts = null)
        public static Output<GetStorageVirtualDriveResult> Invoke(GetStorageVirtualDriveInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStorageVirtualDriveResult> getStorageVirtualDrive(GetStorageVirtualDriveArgs args, InvokeOptions options)
    public static Output<GetStorageVirtualDriveResult> getStorageVirtualDrive(GetStorageVirtualDriveArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getStorageVirtualDrive:getStorageVirtualDrive
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessPolicy string
    The access policy of the virtual drive.
    AccountMoid string
    The Account ID for this managed object.
    ActualWriteCachePolicy string
    The current write cache policy of the virtual drive.
    AdditionalProperties string
    Ancestors List<GetStorageVirtualDriveAncestor>
    AvailableSize string
    Available storage capacity of the virtual drive.
    BlockSize string
    Block size of the virtual drive.
    Bootable string
    The virtual drive bootable state.
    ClassId string
    ConfigState string
    The configuration state of the virtual drive.
    ConfiguredWriteCachePolicy string
    The requested write cache policy of the virtual drive.
    ConnectionProtocol string
    The connection protocol of the virtual drive.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DiskGroup GetStorageVirtualDriveDiskGroup
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveCache string
    The state of the drive cache of the virtual drive.
    DriveSecurity string
    The driveSecurity state of the Virtual drive.
    DriveState string
    The state of the Virtual drive.
    Id string
    InventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    IoPolicy string
    The Input/Output Policy defined on the Virtual drive.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the Virtual drive.
    NumBlocks string
    Number of Blocks on the Physical Disk.
    ObjectType string
    OperState string
    The current operational state of Virtual drive.
    Operability string
    The current operability state of Virtual drive.
    Owners List<string>
    Parent GetStorageVirtualDriveParent
    PermissionResources List<GetStorageVirtualDrivePermissionResource>
    PhysicalBlockSize string
    The block size of the the virtual drive.
    PhysicalDiskUsages List<GetStorageVirtualDrivePhysicalDiskUsage>
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStorageVirtualDrivePreviousFru
    ReadPolicy string
    The read-ahead cache mode of the virtual drive.
    RegisteredDevice GetStorageVirtualDriveRegisteredDevice
    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.
    SecurityFlags string
    The security flags set for this virtual drive.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size string
    The size of the virtual drive in MB.
    StorageController GetStorageVirtualDriveStorageController
    StorageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    StripSize string
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    Tags List<GetStorageVirtualDriveTag>
    Type string
    The raid type of the virtual drive.
    Uuid string
    The uuid of the virtual drive.
    VdMemberEps List<GetStorageVirtualDriveVdMemberEp>
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VendorUuid string
    The UUID value of the vendor.
    VersionContext GetStorageVirtualDriveVersionContext
    VirtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    VirtualDriveId string
    The identifier for this Virtual drive.
    AccessPolicy string
    The access policy of the virtual drive.
    AccountMoid string
    The Account ID for this managed object.
    ActualWriteCachePolicy string
    The current write cache policy of the virtual drive.
    AdditionalProperties string
    Ancestors []GetStorageVirtualDriveAncestor
    AvailableSize string
    Available storage capacity of the virtual drive.
    BlockSize string
    Block size of the virtual drive.
    Bootable string
    The virtual drive bootable state.
    ClassId string
    ConfigState string
    The configuration state of the virtual drive.
    ConfiguredWriteCachePolicy string
    The requested write cache policy of the virtual drive.
    ConnectionProtocol string
    The connection protocol of the virtual drive.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DiskGroup GetStorageVirtualDriveDiskGroup
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveCache string
    The state of the drive cache of the virtual drive.
    DriveSecurity string
    The driveSecurity state of the Virtual drive.
    DriveState string
    The state of the Virtual drive.
    Id string
    InventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    IoPolicy string
    The Input/Output Policy defined on the Virtual drive.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the Virtual drive.
    NumBlocks string
    Number of Blocks on the Physical Disk.
    ObjectType string
    OperState string
    The current operational state of Virtual drive.
    Operability string
    The current operability state of Virtual drive.
    Owners []string
    Parent GetStorageVirtualDriveParent
    PermissionResources []GetStorageVirtualDrivePermissionResource
    PhysicalBlockSize string
    The block size of the the virtual drive.
    PhysicalDiskUsages []GetStorageVirtualDrivePhysicalDiskUsage
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFru GetStorageVirtualDrivePreviousFru
    ReadPolicy string
    The read-ahead cache mode of the virtual drive.
    RegisteredDevice GetStorageVirtualDriveRegisteredDevice
    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.
    SecurityFlags string
    The security flags set for this virtual drive.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size string
    The size of the virtual drive in MB.
    StorageController GetStorageVirtualDriveStorageController
    StorageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    StripSize string
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    Tags []GetStorageVirtualDriveTag
    Type string
    The raid type of the virtual drive.
    Uuid string
    The uuid of the virtual drive.
    VdMemberEps []GetStorageVirtualDriveVdMemberEp
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VendorUuid string
    The UUID value of the vendor.
    VersionContext GetStorageVirtualDriveVersionContext
    VirtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    VirtualDriveId string
    The identifier for this Virtual drive.
    accessPolicy String
    The access policy of the virtual drive.
    accountMoid String
    The Account ID for this managed object.
    actualWriteCachePolicy String
    The current write cache policy of the virtual drive.
    additionalProperties String
    ancestors List<GetStorageVirtualDriveAncestor>
    availableSize String
    Available storage capacity of the virtual drive.
    blockSize String
    Block size of the virtual drive.
    bootable String
    The virtual drive bootable state.
    classId String
    configState String
    The configuration state of the virtual drive.
    configuredWriteCachePolicy String
    The requested write cache policy of the virtual drive.
    connectionProtocol String
    The connection protocol of the virtual drive.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    diskGroup GetStorageVirtualDriveDiskGroup
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveCache String
    The state of the drive cache of the virtual drive.
    driveSecurity String
    The driveSecurity state of the Virtual drive.
    driveState String
    The state of the Virtual drive.
    id String
    inventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    ioPolicy String
    The Input/Output Policy defined on the Virtual drive.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the Virtual drive.
    numBlocks String
    Number of Blocks on the Physical Disk.
    objectType String
    operState String
    The current operational state of Virtual drive.
    operability String
    The current operability state of Virtual drive.
    owners List<String>
    parent GetStorageVirtualDriveParent
    permissionResources List<GetStorageVirtualDrivePermissionResource>
    physicalBlockSize String
    The block size of the the virtual drive.
    physicalDiskUsages List<GetStorageVirtualDrivePhysicalDiskUsage>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStorageVirtualDrivePreviousFru
    readPolicy String
    The read-ahead cache mode of the virtual drive.
    registeredDevice GetStorageVirtualDriveRegisteredDevice
    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.
    securityFlags String
    The security flags set for this virtual drive.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size String
    The size of the virtual drive in MB.
    storageController GetStorageVirtualDriveStorageController
    storageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    stripSize String
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags List<GetStorageVirtualDriveTag>
    type String
    The raid type of the virtual drive.
    uuid String
    The uuid of the virtual drive.
    vdMemberEps List<GetStorageVirtualDriveVdMemberEp>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    vendorUuid String
    The UUID value of the vendor.
    versionContext GetStorageVirtualDriveVersionContext
    virtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    virtualDriveId String
    The identifier for this Virtual drive.
    accessPolicy string
    The access policy of the virtual drive.
    accountMoid string
    The Account ID for this managed object.
    actualWriteCachePolicy string
    The current write cache policy of the virtual drive.
    additionalProperties string
    ancestors GetStorageVirtualDriveAncestor[]
    availableSize string
    Available storage capacity of the virtual drive.
    blockSize string
    Block size of the virtual drive.
    bootable string
    The virtual drive bootable state.
    classId string
    configState string
    The configuration state of the virtual drive.
    configuredWriteCachePolicy string
    The requested write cache policy of the virtual drive.
    connectionProtocol string
    The connection protocol of the virtual drive.
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    diskGroup GetStorageVirtualDriveDiskGroup
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveCache string
    The state of the drive cache of the virtual drive.
    driveSecurity string
    The driveSecurity state of the Virtual drive.
    driveState string
    The state of the Virtual drive.
    id string
    inventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    ioPolicy string
    The Input/Output Policy defined on the Virtual drive.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the Virtual drive.
    numBlocks string
    Number of Blocks on the Physical Disk.
    objectType string
    operState string
    The current operational state of Virtual drive.
    operability string
    The current operability state of Virtual drive.
    owners string[]
    parent GetStorageVirtualDriveParent
    permissionResources GetStorageVirtualDrivePermissionResource[]
    physicalBlockSize string
    The block size of the the virtual drive.
    physicalDiskUsages GetStorageVirtualDrivePhysicalDiskUsage[]
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru GetStorageVirtualDrivePreviousFru
    readPolicy string
    The read-ahead cache mode of the virtual drive.
    registeredDevice GetStorageVirtualDriveRegisteredDevice
    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.
    securityFlags string
    The security flags set for this virtual drive.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size string
    The size of the virtual drive in MB.
    storageController GetStorageVirtualDriveStorageController
    storageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    stripSize string
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags GetStorageVirtualDriveTag[]
    type string
    The raid type of the virtual drive.
    uuid string
    The uuid of the virtual drive.
    vdMemberEps GetStorageVirtualDriveVdMemberEp[]
    vendor string
    This field displays the vendor information of the associated component or hardware.
    vendorUuid string
    The UUID value of the vendor.
    versionContext GetStorageVirtualDriveVersionContext
    virtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    virtualDriveId string
    The identifier for this Virtual drive.
    access_policy str
    The access policy of the virtual drive.
    account_moid str
    The Account ID for this managed object.
    actual_write_cache_policy str
    The current write cache policy of the virtual drive.
    additional_properties str
    ancestors Sequence[GetStorageVirtualDriveAncestor]
    available_size str
    Available storage capacity of the virtual drive.
    block_size str
    Block size of the virtual drive.
    bootable str
    The virtual drive bootable state.
    class_id str
    config_state str
    The configuration state of the virtual drive.
    configured_write_cache_policy str
    The requested write cache policy of the virtual drive.
    connection_protocol str
    The connection protocol of the virtual drive.
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    disk_group GetStorageVirtualDriveDiskGroup
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_cache str
    The state of the drive cache of the virtual drive.
    drive_security str
    The driveSecurity state of the Virtual drive.
    drive_state str
    The state of the Virtual drive.
    id str
    inventory_device_info GetStorageVirtualDriveInventoryDeviceInfo
    io_policy str
    The Input/Output Policy defined on the Virtual drive.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the Virtual drive.
    num_blocks str
    Number of Blocks on the Physical Disk.
    object_type str
    oper_state str
    The current operational state of Virtual drive.
    operability str
    The current operability state of Virtual drive.
    owners Sequence[str]
    parent GetStorageVirtualDriveParent
    permission_resources Sequence[GetStorageVirtualDrivePermissionResource]
    physical_block_size str
    The block size of the the virtual drive.
    physical_disk_usages Sequence[GetStorageVirtualDrivePhysicalDiskUsage]
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_fru GetStorageVirtualDrivePreviousFru
    read_policy str
    The read-ahead cache mode of the virtual drive.
    registered_device GetStorageVirtualDriveRegisteredDevice
    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.
    security_flags str
    The security flags set for this virtual drive.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size str
    The size of the virtual drive in MB.
    storage_controller GetStorageVirtualDriveStorageController
    storage_virtual_drive_container GetStorageVirtualDriveStorageVirtualDriveContainer
    strip_size str
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags Sequence[GetStorageVirtualDriveTag]
    type str
    The raid type of the virtual drive.
    uuid str
    The uuid of the virtual drive.
    vd_member_eps Sequence[GetStorageVirtualDriveVdMemberEp]
    vendor str
    This field displays the vendor information of the associated component or hardware.
    vendor_uuid str
    The UUID value of the vendor.
    version_context GetStorageVirtualDriveVersionContext
    virtual_drive_extension GetStorageVirtualDriveVirtualDriveExtension
    virtual_drive_id str
    The identifier for this Virtual drive.
    accessPolicy String
    The access policy of the virtual drive.
    accountMoid String
    The Account ID for this managed object.
    actualWriteCachePolicy String
    The current write cache policy of the virtual drive.
    additionalProperties String
    ancestors List<Property Map>
    availableSize String
    Available storage capacity of the virtual drive.
    blockSize String
    Block size of the virtual drive.
    bootable String
    The virtual drive bootable state.
    classId String
    configState String
    The configuration state of the virtual drive.
    configuredWriteCachePolicy String
    The requested write cache policy of the virtual drive.
    connectionProtocol String
    The connection protocol of the virtual drive.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    diskGroup Property Map
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveCache String
    The state of the drive cache of the virtual drive.
    driveSecurity String
    The driveSecurity state of the Virtual drive.
    driveState String
    The state of the Virtual drive.
    id String
    inventoryDeviceInfo Property Map
    ioPolicy String
    The Input/Output Policy defined on the Virtual drive.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the Virtual drive.
    numBlocks String
    Number of Blocks on the Physical Disk.
    objectType String
    operState String
    The current operational state of Virtual drive.
    operability String
    The current operability state of Virtual drive.
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    physicalBlockSize String
    The block size of the the virtual drive.
    physicalDiskUsages List<Property Map>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFru Property Map
    readPolicy String
    The read-ahead cache mode of the virtual 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.
    securityFlags String
    The security flags set for this virtual drive.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size String
    The size of the virtual drive in MB.
    storageController Property Map
    storageVirtualDriveContainer Property Map
    stripSize String
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags List<Property Map>
    type String
    The raid type of the virtual drive.
    uuid String
    The uuid of the virtual drive.
    vdMemberEps List<Property Map>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    vendorUuid String
    The UUID value of the vendor.
    versionContext Property Map
    virtualDriveExtension Property Map
    virtualDriveId String
    The identifier for this Virtual drive.

    getStorageVirtualDrive Result

    The following output properties are available:

    Id string
    Results List<GetStorageVirtualDriveResult>
    AccessPolicy string
    AccountMoid string
    ActualWriteCachePolicy string
    AdditionalProperties string
    Ancestors List<GetStorageVirtualDriveAncestor>
    AvailableSize string
    BlockSize string
    Bootable string
    ClassId string
    ConfigState string
    ConfiguredWriteCachePolicy string
    ConnectionProtocol string
    CreateTime string
    DeviceMoId string
    DiskGroup GetStorageVirtualDriveDiskGroup
    Dn string
    DomainGroupMoid string
    DriveCache string
    DriveSecurity string
    DriveState string
    InventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    IoPolicy string
    IsUpgraded bool
    ModTime string
    Model string
    Moid string
    Name string
    NumBlocks string
    ObjectType string
    OperState string
    Operability string
    Owners List<string>
    Parent GetStorageVirtualDriveParent
    PermissionResources List<GetStorageVirtualDrivePermissionResource>
    PhysicalBlockSize string
    PhysicalDiskUsages List<GetStorageVirtualDrivePhysicalDiskUsage>
    Presence string
    PreviousFru GetStorageVirtualDrivePreviousFru
    ReadPolicy string
    RegisteredDevice GetStorageVirtualDriveRegisteredDevice
    Revision string
    Rn string
    SecurityFlags string
    Serial string
    SharedScope string
    Size string
    StorageController GetStorageVirtualDriveStorageController
    StorageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    StripSize string
    Tags List<GetStorageVirtualDriveTag>
    Type string
    Uuid string
    VdMemberEps List<GetStorageVirtualDriveVdMemberEp>
    Vendor string
    VendorUuid string
    VersionContext GetStorageVirtualDriveVersionContext
    VirtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    VirtualDriveId string
    Id string
    Results []GetStorageVirtualDriveResult
    AccessPolicy string
    AccountMoid string
    ActualWriteCachePolicy string
    AdditionalProperties string
    Ancestors []GetStorageVirtualDriveAncestor
    AvailableSize string
    BlockSize string
    Bootable string
    ClassId string
    ConfigState string
    ConfiguredWriteCachePolicy string
    ConnectionProtocol string
    CreateTime string
    DeviceMoId string
    DiskGroup GetStorageVirtualDriveDiskGroup
    Dn string
    DomainGroupMoid string
    DriveCache string
    DriveSecurity string
    DriveState string
    InventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    IoPolicy string
    IsUpgraded bool
    ModTime string
    Model string
    Moid string
    Name string
    NumBlocks string
    ObjectType string
    OperState string
    Operability string
    Owners []string
    Parent GetStorageVirtualDriveParent
    PermissionResources []GetStorageVirtualDrivePermissionResource
    PhysicalBlockSize string
    PhysicalDiskUsages []GetStorageVirtualDrivePhysicalDiskUsage
    Presence string
    PreviousFru GetStorageVirtualDrivePreviousFru
    ReadPolicy string
    RegisteredDevice GetStorageVirtualDriveRegisteredDevice
    Revision string
    Rn string
    SecurityFlags string
    Serial string
    SharedScope string
    Size string
    StorageController GetStorageVirtualDriveStorageController
    StorageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    StripSize string
    Tags []GetStorageVirtualDriveTag
    Type string
    Uuid string
    VdMemberEps []GetStorageVirtualDriveVdMemberEp
    Vendor string
    VendorUuid string
    VersionContext GetStorageVirtualDriveVersionContext
    VirtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    VirtualDriveId string
    id String
    results List<GetStorageVirtualDriveResult>
    accessPolicy String
    accountMoid String
    actualWriteCachePolicy String
    additionalProperties String
    ancestors List<GetStorageVirtualDriveAncestor>
    availableSize String
    blockSize String
    bootable String
    classId String
    configState String
    configuredWriteCachePolicy String
    connectionProtocol String
    createTime String
    deviceMoId String
    diskGroup GetStorageVirtualDriveDiskGroup
    dn String
    domainGroupMoid String
    driveCache String
    driveSecurity String
    driveState String
    inventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    ioPolicy String
    isUpgraded Boolean
    modTime String
    model String
    moid String
    name String
    numBlocks String
    objectType String
    operState String
    operability String
    owners List<String>
    parent GetStorageVirtualDriveParent
    permissionResources List<GetStorageVirtualDrivePermissionResource>
    physicalBlockSize String
    physicalDiskUsages List<GetStorageVirtualDrivePhysicalDiskUsage>
    presence String
    previousFru GetStorageVirtualDrivePreviousFru
    readPolicy String
    registeredDevice GetStorageVirtualDriveRegisteredDevice
    revision String
    rn String
    securityFlags String
    serial String
    sharedScope String
    size String
    storageController GetStorageVirtualDriveStorageController
    storageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    stripSize String
    tags List<GetStorageVirtualDriveTag>
    type String
    uuid String
    vdMemberEps List<GetStorageVirtualDriveVdMemberEp>
    vendor String
    vendorUuid String
    versionContext GetStorageVirtualDriveVersionContext
    virtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    virtualDriveId String
    id string
    results GetStorageVirtualDriveResult[]
    accessPolicy string
    accountMoid string
    actualWriteCachePolicy string
    additionalProperties string
    ancestors GetStorageVirtualDriveAncestor[]
    availableSize string
    blockSize string
    bootable string
    classId string
    configState string
    configuredWriteCachePolicy string
    connectionProtocol string
    createTime string
    deviceMoId string
    diskGroup GetStorageVirtualDriveDiskGroup
    dn string
    domainGroupMoid string
    driveCache string
    driveSecurity string
    driveState string
    inventoryDeviceInfo GetStorageVirtualDriveInventoryDeviceInfo
    ioPolicy string
    isUpgraded boolean
    modTime string
    model string
    moid string
    name string
    numBlocks string
    objectType string
    operState string
    operability string
    owners string[]
    parent GetStorageVirtualDriveParent
    permissionResources GetStorageVirtualDrivePermissionResource[]
    physicalBlockSize string
    physicalDiskUsages GetStorageVirtualDrivePhysicalDiskUsage[]
    presence string
    previousFru GetStorageVirtualDrivePreviousFru
    readPolicy string
    registeredDevice GetStorageVirtualDriveRegisteredDevice
    revision string
    rn string
    securityFlags string
    serial string
    sharedScope string
    size string
    storageController GetStorageVirtualDriveStorageController
    storageVirtualDriveContainer GetStorageVirtualDriveStorageVirtualDriveContainer
    stripSize string
    tags GetStorageVirtualDriveTag[]
    type string
    uuid string
    vdMemberEps GetStorageVirtualDriveVdMemberEp[]
    vendor string
    vendorUuid string
    versionContext GetStorageVirtualDriveVersionContext
    virtualDriveExtension GetStorageVirtualDriveVirtualDriveExtension
    virtualDriveId string
    id str
    results Sequence[GetStorageVirtualDriveResult]
    access_policy str
    account_moid str
    actual_write_cache_policy str
    additional_properties str
    ancestors Sequence[GetStorageVirtualDriveAncestor]
    available_size str
    block_size str
    bootable str
    class_id str
    config_state str
    configured_write_cache_policy str
    connection_protocol str
    create_time str
    device_mo_id str
    disk_group GetStorageVirtualDriveDiskGroup
    dn str
    domain_group_moid str
    drive_cache str
    drive_security str
    drive_state str
    inventory_device_info GetStorageVirtualDriveInventoryDeviceInfo
    io_policy str
    is_upgraded bool
    mod_time str
    model str
    moid str
    name str
    num_blocks str
    object_type str
    oper_state str
    operability str
    owners Sequence[str]
    parent GetStorageVirtualDriveParent
    permission_resources Sequence[GetStorageVirtualDrivePermissionResource]
    physical_block_size str
    physical_disk_usages Sequence[GetStorageVirtualDrivePhysicalDiskUsage]
    presence str
    previous_fru GetStorageVirtualDrivePreviousFru
    read_policy str
    registered_device GetStorageVirtualDriveRegisteredDevice
    revision str
    rn str
    security_flags str
    serial str
    shared_scope str
    size str
    storage_controller GetStorageVirtualDriveStorageController
    storage_virtual_drive_container GetStorageVirtualDriveStorageVirtualDriveContainer
    strip_size str
    tags Sequence[GetStorageVirtualDriveTag]
    type str
    uuid str
    vd_member_eps Sequence[GetStorageVirtualDriveVdMemberEp]
    vendor str
    vendor_uuid str
    version_context GetStorageVirtualDriveVersionContext
    virtual_drive_extension GetStorageVirtualDriveVirtualDriveExtension
    virtual_drive_id str
    id String
    results List<Property Map>
    accessPolicy String
    accountMoid String
    actualWriteCachePolicy String
    additionalProperties String
    ancestors List<Property Map>
    availableSize String
    blockSize String
    bootable String
    classId String
    configState String
    configuredWriteCachePolicy String
    connectionProtocol String
    createTime String
    deviceMoId String
    diskGroup Property Map
    dn String
    domainGroupMoid String
    driveCache String
    driveSecurity String
    driveState String
    inventoryDeviceInfo Property Map
    ioPolicy String
    isUpgraded Boolean
    modTime String
    model String
    moid String
    name String
    numBlocks String
    objectType String
    operState String
    operability String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    physicalBlockSize String
    physicalDiskUsages List<Property Map>
    presence String
    previousFru Property Map
    readPolicy String
    registeredDevice Property Map
    revision String
    rn String
    securityFlags String
    serial String
    sharedScope String
    size String
    storageController Property Map
    storageVirtualDriveContainer Property Map
    stripSize String
    tags List<Property Map>
    type String
    uuid String
    vdMemberEps List<Property Map>
    vendor String
    vendorUuid String
    versionContext Property Map
    virtualDriveExtension Property Map
    virtualDriveId String

    Supporting Types

    GetStorageVirtualDriveAncestor

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

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

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

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

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

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

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

    GetStorageVirtualDriveDiskGroup

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

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

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

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

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

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

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

    GetStorageVirtualDriveInventoryDeviceInfo

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

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

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

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

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

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

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

    GetStorageVirtualDriveParent

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

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

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

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

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

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

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

    GetStorageVirtualDrivePermissionResource

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

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

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

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

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

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

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

    GetStorageVirtualDrivePhysicalDiskUsage

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

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

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

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

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

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

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

    GetStorageVirtualDrivePreviousFru

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

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

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

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

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

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

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

    GetStorageVirtualDriveRegisteredDevice

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

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

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

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

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

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

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

    GetStorageVirtualDriveResult

    AccessPolicy string
    The access policy of the virtual drive.
    AccountMoid string
    The Account ID for this managed object.
    ActualWriteCachePolicy string
    The current write cache policy of the virtual drive.
    AdditionalProperties string
    Ancestors List<GetStorageVirtualDriveResultAncestor>
    AvailableSize string
    Available storage capacity of the virtual drive.
    BlockSize string
    Block size of the virtual drive.
    Bootable string
    The virtual drive bootable state.
    ClassId string
    ConfigState string
    The configuration state of the virtual drive.
    ConfiguredWriteCachePolicy string
    The requested write cache policy of the virtual drive.
    ConnectionProtocol string
    The connection protocol of the virtual drive.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DiskGroups List<GetStorageVirtualDriveResultDiskGroup>
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveCache string
    The state of the drive cache of the virtual drive.
    DriveSecurity string
    The driveSecurity state of the Virtual drive.
    DriveState string
    The state of the Virtual drive.
    InventoryDeviceInfos List<GetStorageVirtualDriveResultInventoryDeviceInfo>
    IoPolicy string
    The Input/Output Policy defined on the Virtual drive.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the Virtual drive.
    NumBlocks string
    Number of Blocks on the Physical Disk.
    ObjectType string
    OperState string
    The current operational state of Virtual drive.
    Operability string
    The current operability state of Virtual drive.
    Owners List<string>
    Parents List<GetStorageVirtualDriveResultParent>
    PermissionResources List<GetStorageVirtualDriveResultPermissionResource>
    PhysicalBlockSize string
    The block size of the the virtual drive.
    PhysicalDiskUsages List<GetStorageVirtualDriveResultPhysicalDiskUsage>
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus List<GetStorageVirtualDriveResultPreviousFrus>
    ReadPolicy string
    The read-ahead cache mode of the virtual drive.
    RegisteredDevices List<GetStorageVirtualDriveResultRegisteredDevice>
    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.
    SecurityFlags string
    The security flags set for this virtual drive.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size string
    The size of the virtual drive in MB.
    StorageControllers List<GetStorageVirtualDriveResultStorageController>
    StorageVirtualDriveContainers List<GetStorageVirtualDriveResultStorageVirtualDriveContainer>
    StripSize string
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    Tags List<GetStorageVirtualDriveResultTag>
    Type string
    The raid type of the virtual drive.
    Uuid string
    The uuid of the virtual drive.
    VdMemberEps List<GetStorageVirtualDriveResultVdMemberEp>
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VendorUuid string
    The UUID value of the vendor.
    VersionContexts List<GetStorageVirtualDriveResultVersionContext>
    VirtualDriveExtensions List<GetStorageVirtualDriveResultVirtualDriveExtension>
    VirtualDriveId string
    The identifier for this Virtual drive.
    AccessPolicy string
    The access policy of the virtual drive.
    AccountMoid string
    The Account ID for this managed object.
    ActualWriteCachePolicy string
    The current write cache policy of the virtual drive.
    AdditionalProperties string
    Ancestors []GetStorageVirtualDriveResultAncestor
    AvailableSize string
    Available storage capacity of the virtual drive.
    BlockSize string
    Block size of the virtual drive.
    Bootable string
    The virtual drive bootable state.
    ClassId string
    ConfigState string
    The configuration state of the virtual drive.
    ConfiguredWriteCachePolicy string
    The requested write cache policy of the virtual drive.
    ConnectionProtocol string
    The connection protocol of the virtual drive.
    CreateTime string
    The time when this managed object was created.
    DeviceMoId string
    The database identifier of the registered device of an object.
    DiskGroups []GetStorageVirtualDriveResultDiskGroup
    Dn string
    The Distinguished Name unambiguously identifies an object in the system.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    DriveCache string
    The state of the drive cache of the virtual drive.
    DriveSecurity string
    The driveSecurity state of the Virtual drive.
    DriveState string
    The state of the Virtual drive.
    InventoryDeviceInfos []GetStorageVirtualDriveResultInventoryDeviceInfo
    IoPolicy string
    The Input/Output Policy defined on the Virtual drive.
    IsUpgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    ModTime string
    The time when this managed object was last modified.
    Model string
    This field displays the model number of the associated component or hardware.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    The name of the Virtual drive.
    NumBlocks string
    Number of Blocks on the Physical Disk.
    ObjectType string
    OperState string
    The current operational state of Virtual drive.
    Operability string
    The current operability state of Virtual drive.
    Owners []string
    Parents []GetStorageVirtualDriveResultParent
    PermissionResources []GetStorageVirtualDriveResultPermissionResource
    PhysicalBlockSize string
    The block size of the the virtual drive.
    PhysicalDiskUsages []GetStorageVirtualDriveResultPhysicalDiskUsage
    Presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    PreviousFrus []GetStorageVirtualDriveResultPreviousFrus
    ReadPolicy string
    The read-ahead cache mode of the virtual drive.
    RegisteredDevices []GetStorageVirtualDriveResultRegisteredDevice
    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.
    SecurityFlags string
    The security flags set for this virtual drive.
    Serial string
    This field displays the serial number of the associated component or hardware.
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Size string
    The size of the virtual drive in MB.
    StorageControllers []GetStorageVirtualDriveResultStorageController
    StorageVirtualDriveContainers []GetStorageVirtualDriveResultStorageVirtualDriveContainer
    StripSize string
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    Tags []GetStorageVirtualDriveResultTag
    Type string
    The raid type of the virtual drive.
    Uuid string
    The uuid of the virtual drive.
    VdMemberEps []GetStorageVirtualDriveResultVdMemberEp
    Vendor string
    This field displays the vendor information of the associated component or hardware.
    VendorUuid string
    The UUID value of the vendor.
    VersionContexts []GetStorageVirtualDriveResultVersionContext
    VirtualDriveExtensions []GetStorageVirtualDriveResultVirtualDriveExtension
    VirtualDriveId string
    The identifier for this Virtual drive.
    accessPolicy String
    The access policy of the virtual drive.
    accountMoid String
    The Account ID for this managed object.
    actualWriteCachePolicy String
    The current write cache policy of the virtual drive.
    additionalProperties String
    ancestors List<GetStorageVirtualDriveResultAncestor>
    availableSize String
    Available storage capacity of the virtual drive.
    blockSize String
    Block size of the virtual drive.
    bootable String
    The virtual drive bootable state.
    classId String
    configState String
    The configuration state of the virtual drive.
    configuredWriteCachePolicy String
    The requested write cache policy of the virtual drive.
    connectionProtocol String
    The connection protocol of the virtual drive.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    diskGroups List<GetStorageVirtualDriveResultDiskGroup>
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveCache String
    The state of the drive cache of the virtual drive.
    driveSecurity String
    The driveSecurity state of the Virtual drive.
    driveState String
    The state of the Virtual drive.
    inventoryDeviceInfos List<GetStorageVirtualDriveResultInventoryDeviceInfo>
    ioPolicy String
    The Input/Output Policy defined on the Virtual drive.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the Virtual drive.
    numBlocks String
    Number of Blocks on the Physical Disk.
    objectType String
    operState String
    The current operational state of Virtual drive.
    operability String
    The current operability state of Virtual drive.
    owners List<String>
    parents List<GetStorageVirtualDriveResultParent>
    permissionResources List<GetStorageVirtualDriveResultPermissionResource>
    physicalBlockSize String
    The block size of the the virtual drive.
    physicalDiskUsages List<GetStorageVirtualDriveResultPhysicalDiskUsage>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<GetStorageVirtualDriveResultPreviousFrus>
    readPolicy String
    The read-ahead cache mode of the virtual drive.
    registeredDevices List<GetStorageVirtualDriveResultRegisteredDevice>
    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.
    securityFlags String
    The security flags set for this virtual drive.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size String
    The size of the virtual drive in MB.
    storageControllers List<GetStorageVirtualDriveResultStorageController>
    storageVirtualDriveContainers List<GetStorageVirtualDriveResultStorageVirtualDriveContainer>
    stripSize String
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags List<GetStorageVirtualDriveResultTag>
    type String
    The raid type of the virtual drive.
    uuid String
    The uuid of the virtual drive.
    vdMemberEps List<GetStorageVirtualDriveResultVdMemberEp>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    vendorUuid String
    The UUID value of the vendor.
    versionContexts List<GetStorageVirtualDriveResultVersionContext>
    virtualDriveExtensions List<GetStorageVirtualDriveResultVirtualDriveExtension>
    virtualDriveId String
    The identifier for this Virtual drive.
    accessPolicy string
    The access policy of the virtual drive.
    accountMoid string
    The Account ID for this managed object.
    actualWriteCachePolicy string
    The current write cache policy of the virtual drive.
    additionalProperties string
    ancestors GetStorageVirtualDriveResultAncestor[]
    availableSize string
    Available storage capacity of the virtual drive.
    blockSize string
    Block size of the virtual drive.
    bootable string
    The virtual drive bootable state.
    classId string
    configState string
    The configuration state of the virtual drive.
    configuredWriteCachePolicy string
    The requested write cache policy of the virtual drive.
    connectionProtocol string
    The connection protocol of the virtual drive.
    createTime string
    The time when this managed object was created.
    deviceMoId string
    The database identifier of the registered device of an object.
    diskGroups GetStorageVirtualDriveResultDiskGroup[]
    dn string
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    driveCache string
    The state of the drive cache of the virtual drive.
    driveSecurity string
    The driveSecurity state of the Virtual drive.
    driveState string
    The state of the Virtual drive.
    inventoryDeviceInfos GetStorageVirtualDriveResultInventoryDeviceInfo[]
    ioPolicy string
    The Input/Output Policy defined on the Virtual drive.
    isUpgraded boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime string
    The time when this managed object was last modified.
    model string
    This field displays the model number of the associated component or hardware.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    The name of the Virtual drive.
    numBlocks string
    Number of Blocks on the Physical Disk.
    objectType string
    operState string
    The current operational state of Virtual drive.
    operability string
    The current operability state of Virtual drive.
    owners string[]
    parents GetStorageVirtualDriveResultParent[]
    permissionResources GetStorageVirtualDriveResultPermissionResource[]
    physicalBlockSize string
    The block size of the the virtual drive.
    physicalDiskUsages GetStorageVirtualDriveResultPhysicalDiskUsage[]
    presence string
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus GetStorageVirtualDriveResultPreviousFrus[]
    readPolicy string
    The read-ahead cache mode of the virtual drive.
    registeredDevices GetStorageVirtualDriveResultRegisteredDevice[]
    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.
    securityFlags string
    The security flags set for this virtual drive.
    serial string
    This field displays the serial number of the associated component or hardware.
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size string
    The size of the virtual drive in MB.
    storageControllers GetStorageVirtualDriveResultStorageController[]
    storageVirtualDriveContainers GetStorageVirtualDriveResultStorageVirtualDriveContainer[]
    stripSize string
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags GetStorageVirtualDriveResultTag[]
    type string
    The raid type of the virtual drive.
    uuid string
    The uuid of the virtual drive.
    vdMemberEps GetStorageVirtualDriveResultVdMemberEp[]
    vendor string
    This field displays the vendor information of the associated component or hardware.
    vendorUuid string
    The UUID value of the vendor.
    versionContexts GetStorageVirtualDriveResultVersionContext[]
    virtualDriveExtensions GetStorageVirtualDriveResultVirtualDriveExtension[]
    virtualDriveId string
    The identifier for this Virtual drive.
    access_policy str
    The access policy of the virtual drive.
    account_moid str
    The Account ID for this managed object.
    actual_write_cache_policy str
    The current write cache policy of the virtual drive.
    additional_properties str
    ancestors Sequence[GetStorageVirtualDriveResultAncestor]
    available_size str
    Available storage capacity of the virtual drive.
    block_size str
    Block size of the virtual drive.
    bootable str
    The virtual drive bootable state.
    class_id str
    config_state str
    The configuration state of the virtual drive.
    configured_write_cache_policy str
    The requested write cache policy of the virtual drive.
    connection_protocol str
    The connection protocol of the virtual drive.
    create_time str
    The time when this managed object was created.
    device_mo_id str
    The database identifier of the registered device of an object.
    disk_groups Sequence[GetStorageVirtualDriveResultDiskGroup]
    dn str
    The Distinguished Name unambiguously identifies an object in the system.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    drive_cache str
    The state of the drive cache of the virtual drive.
    drive_security str
    The driveSecurity state of the Virtual drive.
    drive_state str
    The state of the Virtual drive.
    inventory_device_infos Sequence[GetStorageVirtualDriveResultInventoryDeviceInfo]
    io_policy str
    The Input/Output Policy defined on the Virtual drive.
    is_upgraded bool
    This field indicates the compute status of the catalog values for the associated component or hardware.
    mod_time str
    The time when this managed object was last modified.
    model str
    This field displays the model number of the associated component or hardware.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    The name of the Virtual drive.
    num_blocks str
    Number of Blocks on the Physical Disk.
    object_type str
    oper_state str
    The current operational state of Virtual drive.
    operability str
    The current operability state of Virtual drive.
    owners Sequence[str]
    parents Sequence[GetStorageVirtualDriveResultParent]
    permission_resources Sequence[GetStorageVirtualDriveResultPermissionResource]
    physical_block_size str
    The block size of the the virtual drive.
    physical_disk_usages Sequence[GetStorageVirtualDriveResultPhysicalDiskUsage]
    presence str
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previous_frus Sequence[GetStorageVirtualDriveResultPreviousFrus]
    read_policy str
    The read-ahead cache mode of the virtual drive.
    registered_devices Sequence[GetStorageVirtualDriveResultRegisteredDevice]
    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.
    security_flags str
    The security flags set for this virtual drive.
    serial str
    This field displays the serial number of the associated component or hardware.
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size str
    The size of the virtual drive in MB.
    storage_controllers Sequence[GetStorageVirtualDriveResultStorageController]
    storage_virtual_drive_containers Sequence[GetStorageVirtualDriveResultStorageVirtualDriveContainer]
    strip_size str
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags Sequence[GetStorageVirtualDriveResultTag]
    type str
    The raid type of the virtual drive.
    uuid str
    The uuid of the virtual drive.
    vd_member_eps Sequence[GetStorageVirtualDriveResultVdMemberEp]
    vendor str
    This field displays the vendor information of the associated component or hardware.
    vendor_uuid str
    The UUID value of the vendor.
    version_contexts Sequence[GetStorageVirtualDriveResultVersionContext]
    virtual_drive_extensions Sequence[GetStorageVirtualDriveResultVirtualDriveExtension]
    virtual_drive_id str
    The identifier for this Virtual drive.
    accessPolicy String
    The access policy of the virtual drive.
    accountMoid String
    The Account ID for this managed object.
    actualWriteCachePolicy String
    The current write cache policy of the virtual drive.
    additionalProperties String
    ancestors List<Property Map>
    availableSize String
    Available storage capacity of the virtual drive.
    blockSize String
    Block size of the virtual drive.
    bootable String
    The virtual drive bootable state.
    classId String
    configState String
    The configuration state of the virtual drive.
    configuredWriteCachePolicy String
    The requested write cache policy of the virtual drive.
    connectionProtocol String
    The connection protocol of the virtual drive.
    createTime String
    The time when this managed object was created.
    deviceMoId String
    The database identifier of the registered device of an object.
    diskGroups List<Property Map>
    dn String
    The Distinguished Name unambiguously identifies an object in the system.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    driveCache String
    The state of the drive cache of the virtual drive.
    driveSecurity String
    The driveSecurity state of the Virtual drive.
    driveState String
    The state of the Virtual drive.
    inventoryDeviceInfos List<Property Map>
    ioPolicy String
    The Input/Output Policy defined on the Virtual drive.
    isUpgraded Boolean
    This field indicates the compute status of the catalog values for the associated component or hardware.
    modTime String
    The time when this managed object was last modified.
    model String
    This field displays the model number of the associated component or hardware.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    The name of the Virtual drive.
    numBlocks String
    Number of Blocks on the Physical Disk.
    objectType String
    operState String
    The current operational state of Virtual drive.
    operability String
    The current operability state of Virtual drive.
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    physicalBlockSize String
    The block size of the the virtual drive.
    physicalDiskUsages List<Property Map>
    presence String
    This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
    previousFrus List<Property Map>
    readPolicy String
    The read-ahead cache mode of the virtual 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.
    securityFlags String
    The security flags set for this virtual drive.
    serial String
    This field displays the serial number of the associated component or hardware.
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    size String
    The size of the virtual drive in MB.
    storageControllers List<Property Map>
    storageVirtualDriveContainers List<Property Map>
    stripSize String
    The strip size is the portion of a stripe that resides on a single drive in the drive group, this is measured in KB.
    tags List<Property Map>
    type String
    The raid type of the virtual drive.
    uuid String
    The uuid of the virtual drive.
    vdMemberEps List<Property Map>
    vendor String
    This field displays the vendor information of the associated component or hardware.
    vendorUuid String
    The UUID value of the vendor.
    versionContexts List<Property Map>
    virtualDriveExtensions List<Property Map>
    virtualDriveId String
    The identifier for this Virtual drive.

    GetStorageVirtualDriveResultAncestor

    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

    GetStorageVirtualDriveResultDiskGroup

    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

    GetStorageVirtualDriveResultInventoryDeviceInfo

    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

    GetStorageVirtualDriveResultParent

    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

    GetStorageVirtualDriveResultPermissionResource

    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

    GetStorageVirtualDriveResultPhysicalDiskUsage

    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

    GetStorageVirtualDriveResultPreviousFrus

    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

    GetStorageVirtualDriveResultRegisteredDevice

    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

    GetStorageVirtualDriveResultStorageController

    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

    GetStorageVirtualDriveResultStorageVirtualDriveContainer

    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

    GetStorageVirtualDriveResultTag

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

    GetStorageVirtualDriveResultVdMemberEp

    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

    GetStorageVirtualDriveResultVersionContext

    GetStorageVirtualDriveResultVersionContextInterestedMo

    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

    GetStorageVirtualDriveResultVersionContextRefMo

    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

    GetStorageVirtualDriveResultVirtualDriveExtension

    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

    GetStorageVirtualDriveStorageController

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

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

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

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

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

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

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

    GetStorageVirtualDriveStorageVirtualDriveContainer

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

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

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

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

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

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

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

    GetStorageVirtualDriveTag

    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.

    GetStorageVirtualDriveVdMemberEp

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

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

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

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

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

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

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

    GetStorageVirtualDriveVersionContext

    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<GetStorageVirtualDriveVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStorageVirtualDriveVersionContextRefMo
    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 []GetStorageVirtualDriveVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetStorageVirtualDriveVersionContextRefMo
    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<GetStorageVirtualDriveVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStorageVirtualDriveVersionContextRefMo
    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 GetStorageVirtualDriveVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetStorageVirtualDriveVersionContextRefMo
    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[GetStorageVirtualDriveVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetStorageVirtualDriveVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetStorageVirtualDriveVersionContextInterestedMo

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

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

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

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

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

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

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

    GetStorageVirtualDriveVersionContextRefMo

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

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

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

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

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

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

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

    GetStorageVirtualDriveVirtualDriveExtension

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

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

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

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

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

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

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet