intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getGraphicsCard
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Graphics Card present in a server.
Using getGraphicsCard
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 getGraphicsCard(args: GetGraphicsCardArgs, opts?: InvokeOptions): Promise<GetGraphicsCardResult>
function getGraphicsCardOutput(args: GetGraphicsCardOutputArgs, opts?: InvokeOptions): Output<GetGraphicsCardResult>def get_graphics_card(account_moid: Optional[str] = None,
                      additional_properties: Optional[str] = None,
                      ancestors: Optional[Sequence[GetGraphicsCardAncestor]] = None,
                      card_id: Optional[float] = None,
                      class_id: Optional[str] = None,
                      compute_blade: Optional[GetGraphicsCardComputeBlade] = None,
                      compute_board: Optional[GetGraphicsCardComputeBoard] = None,
                      compute_rack_unit: Optional[GetGraphicsCardComputeRackUnit] = None,
                      create_time: Optional[str] = None,
                      description: Optional[str] = None,
                      device_id: Optional[float] = None,
                      device_mo_id: Optional[str] = None,
                      dn: Optional[str] = None,
                      domain_group_moid: Optional[str] = None,
                      equipment_enclosure_element: Optional[GetGraphicsCardEquipmentEnclosureElement] = None,
                      expander_slot: Optional[str] = None,
                      firmware_version: Optional[str] = None,
                      gpu_id: Optional[str] = None,
                      graphics_controllers: Optional[Sequence[GetGraphicsCardGraphicsController]] = None,
                      id: Optional[str] = None,
                      inventory_device_info: Optional[GetGraphicsCardInventoryDeviceInfo] = None,
                      is_platform_supported: Optional[bool] = None,
                      is_upgraded: Optional[bool] = None,
                      mod_time: Optional[str] = None,
                      mode: Optional[str] = None,
                      model: Optional[str] = None,
                      moid: Optional[str] = None,
                      num_gpus: Optional[str] = None,
                      object_type: Optional[str] = None,
                      oper_reasons: Optional[Sequence[str]] = None,
                      oper_state: Optional[str] = None,
                      owners: Optional[Sequence[str]] = None,
                      parent: Optional[GetGraphicsCardParent] = None,
                      part_number: Optional[str] = None,
                      pci_address: Optional[str] = None,
                      pci_address_list: Optional[str] = None,
                      pci_device: Optional[GetGraphicsCardPciDevice] = None,
                      pci_node: Optional[GetGraphicsCardPciNode] = None,
                      pci_slot: Optional[str] = None,
                      permission_resources: Optional[Sequence[GetGraphicsCardPermissionResource]] = None,
                      pid: Optional[str] = None,
                      presence: Optional[str] = None,
                      previous_fru: Optional[GetGraphicsCardPreviousFru] = None,
                      registered_device: Optional[GetGraphicsCardRegisteredDevice] = None,
                      revision: Optional[str] = None,
                      rn: Optional[str] = None,
                      running_firmwares: Optional[Sequence[GetGraphicsCardRunningFirmware]] = None,
                      serial: Optional[str] = None,
                      shared_scope: Optional[str] = None,
                      sub_device_id: Optional[float] = None,
                      sub_vendor_id: Optional[float] = None,
                      tags: Optional[Sequence[GetGraphicsCardTag]] = None,
                      vendor: Optional[str] = None,
                      vendor_id: Optional[float] = None,
                      version_context: Optional[GetGraphicsCardVersionContext] = None,
                      opts: Optional[InvokeOptions] = None) -> GetGraphicsCardResult
def get_graphics_card_output(account_moid: Optional[pulumi.Input[str]] = None,
                      additional_properties: Optional[pulumi.Input[str]] = None,
                      ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardAncestorArgs]]]] = None,
                      card_id: Optional[pulumi.Input[float]] = None,
                      class_id: Optional[pulumi.Input[str]] = None,
                      compute_blade: Optional[pulumi.Input[GetGraphicsCardComputeBladeArgs]] = None,
                      compute_board: Optional[pulumi.Input[GetGraphicsCardComputeBoardArgs]] = None,
                      compute_rack_unit: Optional[pulumi.Input[GetGraphicsCardComputeRackUnitArgs]] = None,
                      create_time: Optional[pulumi.Input[str]] = None,
                      description: Optional[pulumi.Input[str]] = None,
                      device_id: Optional[pulumi.Input[float]] = None,
                      device_mo_id: Optional[pulumi.Input[str]] = None,
                      dn: Optional[pulumi.Input[str]] = None,
                      domain_group_moid: Optional[pulumi.Input[str]] = None,
                      equipment_enclosure_element: Optional[pulumi.Input[GetGraphicsCardEquipmentEnclosureElementArgs]] = None,
                      expander_slot: Optional[pulumi.Input[str]] = None,
                      firmware_version: Optional[pulumi.Input[str]] = None,
                      gpu_id: Optional[pulumi.Input[str]] = None,
                      graphics_controllers: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardGraphicsControllerArgs]]]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      inventory_device_info: Optional[pulumi.Input[GetGraphicsCardInventoryDeviceInfoArgs]] = None,
                      is_platform_supported: Optional[pulumi.Input[bool]] = None,
                      is_upgraded: Optional[pulumi.Input[bool]] = None,
                      mod_time: Optional[pulumi.Input[str]] = None,
                      mode: Optional[pulumi.Input[str]] = None,
                      model: Optional[pulumi.Input[str]] = None,
                      moid: Optional[pulumi.Input[str]] = None,
                      num_gpus: Optional[pulumi.Input[str]] = None,
                      object_type: Optional[pulumi.Input[str]] = None,
                      oper_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                      oper_state: Optional[pulumi.Input[str]] = None,
                      owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                      parent: Optional[pulumi.Input[GetGraphicsCardParentArgs]] = None,
                      part_number: Optional[pulumi.Input[str]] = None,
                      pci_address: Optional[pulumi.Input[str]] = None,
                      pci_address_list: Optional[pulumi.Input[str]] = None,
                      pci_device: Optional[pulumi.Input[GetGraphicsCardPciDeviceArgs]] = None,
                      pci_node: Optional[pulumi.Input[GetGraphicsCardPciNodeArgs]] = None,
                      pci_slot: Optional[pulumi.Input[str]] = None,
                      permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardPermissionResourceArgs]]]] = None,
                      pid: Optional[pulumi.Input[str]] = None,
                      presence: Optional[pulumi.Input[str]] = None,
                      previous_fru: Optional[pulumi.Input[GetGraphicsCardPreviousFruArgs]] = None,
                      registered_device: Optional[pulumi.Input[GetGraphicsCardRegisteredDeviceArgs]] = None,
                      revision: Optional[pulumi.Input[str]] = None,
                      rn: Optional[pulumi.Input[str]] = None,
                      running_firmwares: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardRunningFirmwareArgs]]]] = None,
                      serial: Optional[pulumi.Input[str]] = None,
                      shared_scope: Optional[pulumi.Input[str]] = None,
                      sub_device_id: Optional[pulumi.Input[float]] = None,
                      sub_vendor_id: Optional[pulumi.Input[float]] = None,
                      tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetGraphicsCardTagArgs]]]] = None,
                      vendor: Optional[pulumi.Input[str]] = None,
                      vendor_id: Optional[pulumi.Input[float]] = None,
                      version_context: Optional[pulumi.Input[GetGraphicsCardVersionContextArgs]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetGraphicsCardResult]func LookupGraphicsCard(ctx *Context, args *LookupGraphicsCardArgs, opts ...InvokeOption) (*LookupGraphicsCardResult, error)
func LookupGraphicsCardOutput(ctx *Context, args *LookupGraphicsCardOutputArgs, opts ...InvokeOption) LookupGraphicsCardResultOutput> Note: This function is named LookupGraphicsCard in the Go SDK.
public static class GetGraphicsCard 
{
    public static Task<GetGraphicsCardResult> InvokeAsync(GetGraphicsCardArgs args, InvokeOptions? opts = null)
    public static Output<GetGraphicsCardResult> Invoke(GetGraphicsCardInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGraphicsCardResult> getGraphicsCard(GetGraphicsCardArgs args, InvokeOptions options)
public static Output<GetGraphicsCardResult> getGraphicsCard(GetGraphicsCardArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getGraphicsCard:getGraphicsCard
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetGraphics Card Ancestor> 
- CardId double
- The id of the graphics card.
- ClassId string
- ComputeBlade GetGraphics Card Compute Blade 
- ComputeBoard GetGraphics Card Compute Board 
- ComputeRack GetUnit Graphics Card Compute Rack Unit 
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- DeviceId double
- The device id of the graphics card.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- ExpanderSlot string
- The expander slot information of the card.
- FirmwareVersion string
- The firmware version of the graphics card.
- GpuId string
- The identifier of the graphics processor unit.
- GraphicsControllers List<GetGraphics Card Graphics Controller> 
- Id string
- InventoryDevice GetInfo Graphics Card Inventory Device Info 
- IsPlatform boolSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- The current mode of the graphics card.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- NumGpus string
- The number of controllers under each card.
- ObjectType string
- OperReasons List<string>
- OperState string
- The current operational state of the graphics card.
- Owners List<string>
- Parent
GetGraphics Card Parent 
- PartNumber string
- This field displays the part number of the Graphics Processing Unit.
- PciAddress string
- The PCI address of the graphics card.
- PciAddress stringList 
- This list contains the PCI address of all controllers for corresponding card.
- PciDevice GetGraphics Card Pci Device 
- PciNode GetGraphics Card Pci Node 
- PciSlot string
- The PCI slot name of the graphics card.
- PermissionResources List<GetGraphics Card Permission Resource> 
- Pid string
- This field displays the product ID of the Graphics Processing Unit.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFru GetGraphics Card Previous Fru 
- RegisteredDevice GetGraphics Card Registered Device 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- RunningFirmwares List<GetGraphics Card Running Firmware> 
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SubDevice doubleId 
- The sub device id of the graphics processor unit.
- SubVendor doubleId 
- The sub vendor id of the graphics processor unit.
- 
List<GetGraphics Card Tag> 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VendorId double
- The vendor id of the graphics processor unit.
- VersionContext GetGraphics Card Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetGraphics Card Ancestor 
- CardId float64
- The id of the graphics card.
- ClassId string
- ComputeBlade GetGraphics Card Compute Blade 
- ComputeBoard GetGraphics Card Compute Board 
- ComputeRack GetUnit Graphics Card Compute Rack Unit 
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- DeviceId float64
- The device id of the graphics card.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- ExpanderSlot string
- The expander slot information of the card.
- FirmwareVersion string
- The firmware version of the graphics card.
- GpuId string
- The identifier of the graphics processor unit.
- GraphicsControllers []GetGraphics Card Graphics Controller 
- Id string
- InventoryDevice GetInfo Graphics Card Inventory Device Info 
- IsPlatform boolSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- The current mode of the graphics card.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- NumGpus string
- The number of controllers under each card.
- ObjectType string
- OperReasons []string
- OperState string
- The current operational state of the graphics card.
- Owners []string
- Parent
GetGraphics Card Parent 
- PartNumber string
- This field displays the part number of the Graphics Processing Unit.
- PciAddress string
- The PCI address of the graphics card.
- PciAddress stringList 
- This list contains the PCI address of all controllers for corresponding card.
- PciDevice GetGraphics Card Pci Device 
- PciNode GetGraphics Card Pci Node 
- PciSlot string
- The PCI slot name of the graphics card.
- PermissionResources []GetGraphics Card Permission Resource 
- Pid string
- This field displays the product ID of the Graphics Processing Unit.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFru GetGraphics Card Previous Fru 
- RegisteredDevice GetGraphics Card Registered Device 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- RunningFirmwares []GetGraphics Card Running Firmware 
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SubDevice float64Id 
- The sub device id of the graphics processor unit.
- SubVendor float64Id 
- The sub vendor id of the graphics processor unit.
- 
[]GetGraphics Card Tag 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VendorId float64
- The vendor id of the graphics processor unit.
- VersionContext GetGraphics Card Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetGraphics Card Ancestor> 
- cardId Double
- The id of the graphics card.
- classId String
- computeBlade GetGraphics Card Compute Blade 
- computeBoard GetGraphics Card Compute Board 
- computeRack GetUnit Graphics Card Compute Rack Unit 
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- deviceId Double
- The device id of the graphics card.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- expanderSlot String
- The expander slot information of the card.
- firmwareVersion String
- The firmware version of the graphics card.
- gpuId String
- The identifier of the graphics processor unit.
- graphicsControllers List<GetGraphics Card Graphics Controller> 
- id String
- inventoryDevice GetInfo Graphics Card Inventory Device Info 
- isPlatform BooleanSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- modTime String
- The time when this managed object was last modified.
- mode String
- The current mode of the graphics card.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- numGpus String
- The number of controllers under each card.
- objectType String
- operReasons List<String>
- operState String
- The current operational state of the graphics card.
- owners List<String>
- parent
GetGraphics Card Parent 
- partNumber String
- This field displays the part number of the Graphics Processing Unit.
- pciAddress String
- The PCI address of the graphics card.
- pciAddress StringList 
- This list contains the PCI address of all controllers for corresponding card.
- pciDevice GetGraphics Card Pci Device 
- pciNode GetGraphics Card Pci Node 
- pciSlot String
- The PCI slot name of the graphics card.
- permissionResources List<GetGraphics Card Permission Resource> 
- pid String
- This field displays the product ID of the Graphics Processing Unit.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru GetGraphics Card Previous Fru 
- registeredDevice GetGraphics Card Registered Device 
- revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- runningFirmwares List<GetGraphics Card Running Firmware> 
- serial String
- This field displays the serial number of the associated component or hardware.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subDevice DoubleId 
- The sub device id of the graphics processor unit.
- subVendor DoubleId 
- The sub vendor id of the graphics processor unit.
- 
List<GetGraphics Card Tag> 
- vendor String
- This field displays the vendor information of the associated component or hardware.
- vendorId Double
- The vendor id of the graphics processor unit.
- versionContext GetGraphics Card Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetGraphics Card Ancestor[] 
- cardId number
- The id of the graphics card.
- classId string
- computeBlade GetGraphics Card Compute Blade 
- computeBoard GetGraphics Card Compute Board 
- computeRack GetUnit Graphics Card Compute Rack Unit 
- createTime string
- The time when this managed object was created.
- description string
- This field displays the description of the Graphics Processing Unit.
- deviceId number
- The device id of the graphics card.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- expanderSlot string
- The expander slot information of the card.
- firmwareVersion string
- The firmware version of the graphics card.
- gpuId string
- The identifier of the graphics processor unit.
- graphicsControllers GetGraphics Card Graphics Controller[] 
- id string
- inventoryDevice GetInfo Graphics Card Inventory Device Info 
- isPlatform booleanSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- modTime string
- The time when this managed object was last modified.
- mode string
- The current mode of the graphics card.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- numGpus string
- The number of controllers under each card.
- objectType string
- operReasons string[]
- operState string
- The current operational state of the graphics card.
- owners string[]
- parent
GetGraphics Card Parent 
- partNumber string
- This field displays the part number of the Graphics Processing Unit.
- pciAddress string
- The PCI address of the graphics card.
- pciAddress stringList 
- This list contains the PCI address of all controllers for corresponding card.
- pciDevice GetGraphics Card Pci Device 
- pciNode GetGraphics Card Pci Node 
- pciSlot string
- The PCI slot name of the graphics card.
- permissionResources GetGraphics Card Permission Resource[] 
- pid string
- This field displays the product ID of the Graphics Processing Unit.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru GetGraphics Card Previous Fru 
- registeredDevice GetGraphics Card Registered Device 
- revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- runningFirmwares GetGraphics Card Running Firmware[] 
- serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subDevice numberId 
- The sub device id of the graphics processor unit.
- subVendor numberId 
- The sub vendor id of the graphics processor unit.
- 
GetGraphics Card Tag[] 
- vendor string
- This field displays the vendor information of the associated component or hardware.
- vendorId number
- The vendor id of the graphics processor unit.
- versionContext GetGraphics Card Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetGraphics Card Ancestor] 
- card_id float
- The id of the graphics card.
- class_id str
- compute_blade GetGraphics Card Compute Blade 
- compute_board GetGraphics Card Compute Board 
- compute_rack_ Getunit Graphics Card Compute Rack Unit 
- create_time str
- The time when this managed object was created.
- description str
- This field displays the description of the Graphics Processing Unit.
- device_id float
- The device id of the graphics card.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_enclosure_ Getelement Graphics Card Equipment Enclosure Element 
- expander_slot str
- The expander slot information of the card.
- firmware_version str
- The firmware version of the graphics card.
- gpu_id str
- The identifier of the graphics processor unit.
- graphics_controllers Sequence[GetGraphics Card Graphics Controller] 
- id str
- inventory_device_ Getinfo Graphics Card Inventory Device Info 
- is_platform_ boolsupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is_upgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_time str
- The time when this managed object was last modified.
- mode str
- The current mode of the graphics card.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- num_gpus str
- The number of controllers under each card.
- object_type str
- oper_reasons Sequence[str]
- oper_state str
- The current operational state of the graphics card.
- owners Sequence[str]
- parent
GetGraphics Card Parent 
- part_number str
- This field displays the part number of the Graphics Processing Unit.
- pci_address str
- The PCI address of the graphics card.
- pci_address_ strlist 
- This list contains the PCI address of all controllers for corresponding card.
- pci_device GetGraphics Card Pci Device 
- pci_node GetGraphics Card Pci Node 
- pci_slot str
- The PCI slot name of the graphics card.
- permission_resources Sequence[GetGraphics Card Permission Resource] 
- pid str
- This field displays the product ID of the Graphics Processing Unit.
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_fru GetGraphics Card Previous Fru 
- registered_device GetGraphics Card Registered Device 
- revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- running_firmwares Sequence[GetGraphics Card Running Firmware] 
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sub_device_ floatid 
- The sub device id of the graphics processor unit.
- sub_vendor_ floatid 
- The sub vendor id of the graphics processor unit.
- 
Sequence[GetGraphics Card Tag] 
- vendor str
- This field displays the vendor information of the associated component or hardware.
- vendor_id float
- The vendor id of the graphics processor unit.
- version_context GetGraphics Card Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- cardId Number
- The id of the graphics card.
- classId String
- computeBlade Property Map
- computeBoard Property Map
- computeRack Property MapUnit 
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- deviceId Number
- The device id of the graphics card.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentEnclosure Property MapElement 
- expanderSlot String
- The expander slot information of the card.
- firmwareVersion String
- The firmware version of the graphics card.
- gpuId String
- The identifier of the graphics processor unit.
- graphicsControllers List<Property Map>
- id String
- inventoryDevice Property MapInfo 
- isPlatform BooleanSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- modTime String
- The time when this managed object was last modified.
- mode String
- The current mode of the graphics card.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- numGpus String
- The number of controllers under each card.
- objectType String
- operReasons List<String>
- operState String
- The current operational state of the graphics card.
- owners List<String>
- parent Property Map
- partNumber String
- This field displays the part number of the Graphics Processing Unit.
- pciAddress String
- The PCI address of the graphics card.
- pciAddress StringList 
- This list contains the PCI address of all controllers for corresponding card.
- pciDevice Property Map
- pciNode Property Map
- pciSlot String
- The PCI slot name of the graphics card.
- permissionResources List<Property Map>
- pid String
- This field displays the product ID of the Graphics Processing Unit.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFru Property Map
- registeredDevice Property Map
- revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- runningFirmwares List<Property Map>
- serial String
- This field displays the serial number of the associated component or hardware.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subDevice NumberId 
- The sub device id of the graphics processor unit.
- subVendor NumberId 
- The sub vendor id of the graphics processor unit.
- List<Property Map>
- vendor String
- This field displays the vendor information of the associated component or hardware.
- vendorId Number
- The vendor id of the graphics processor unit.
- versionContext Property Map
getGraphicsCard Result
The following output properties are available:
- Id string
- Results
List<GetGraphics Card Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetGraphics Card Ancestor> 
- CardId double
- ClassId string
- ComputeBlade GetGraphics Card Compute Blade 
- ComputeBoard GetGraphics Card Compute Board 
- ComputeRack GetUnit Graphics Card Compute Rack Unit 
- CreateTime string
- Description string
- DeviceId double
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- ExpanderSlot string
- FirmwareVersion string
- GpuId string
- GraphicsControllers List<GetGraphics Card Graphics Controller> 
- InventoryDevice GetInfo Graphics Card Inventory Device Info 
- IsPlatform boolSupported 
- IsUpgraded bool
- ModTime string
- Mode string
- Model string
- Moid string
- NumGpus string
- ObjectType string
- OperReasons List<string>
- OperState string
- Owners List<string>
- Parent
GetGraphics Card Parent 
- PartNumber string
- PciAddress string
- PciAddress stringList 
- PciDevice GetGraphics Card Pci Device 
- PciNode GetGraphics Card Pci Node 
- PciSlot string
- PermissionResources List<GetGraphics Card Permission Resource> 
- Pid string
- Presence string
- PreviousFru GetGraphics Card Previous Fru 
- RegisteredDevice GetGraphics Card Registered Device 
- Revision string
- Rn string
- RunningFirmwares List<GetGraphics Card Running Firmware> 
- Serial string
- string
- SubDevice doubleId 
- SubVendor doubleId 
- 
List<GetGraphics Card Tag> 
- Vendor string
- VendorId double
- VersionContext GetGraphics Card Version Context 
- Id string
- Results
[]GetGraphics Card Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetGraphics Card Ancestor 
- CardId float64
- ClassId string
- ComputeBlade GetGraphics Card Compute Blade 
- ComputeBoard GetGraphics Card Compute Board 
- ComputeRack GetUnit Graphics Card Compute Rack Unit 
- CreateTime string
- Description string
- DeviceId float64
- DeviceMo stringId 
- Dn string
- DomainGroup stringMoid 
- EquipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- ExpanderSlot string
- FirmwareVersion string
- GpuId string
- GraphicsControllers []GetGraphics Card Graphics Controller 
- InventoryDevice GetInfo Graphics Card Inventory Device Info 
- IsPlatform boolSupported 
- IsUpgraded bool
- ModTime string
- Mode string
- Model string
- Moid string
- NumGpus string
- ObjectType string
- OperReasons []string
- OperState string
- Owners []string
- Parent
GetGraphics Card Parent 
- PartNumber string
- PciAddress string
- PciAddress stringList 
- PciDevice GetGraphics Card Pci Device 
- PciNode GetGraphics Card Pci Node 
- PciSlot string
- PermissionResources []GetGraphics Card Permission Resource 
- Pid string
- Presence string
- PreviousFru GetGraphics Card Previous Fru 
- RegisteredDevice GetGraphics Card Registered Device 
- Revision string
- Rn string
- RunningFirmwares []GetGraphics Card Running Firmware 
- Serial string
- string
- SubDevice float64Id 
- SubVendor float64Id 
- 
[]GetGraphics Card Tag 
- Vendor string
- VendorId float64
- VersionContext GetGraphics Card Version Context 
- id String
- results
List<GetGraphics Card Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetGraphics Card Ancestor> 
- cardId Double
- classId String
- computeBlade GetGraphics Card Compute Blade 
- computeBoard GetGraphics Card Compute Board 
- computeRack GetUnit Graphics Card Compute Rack Unit 
- createTime String
- description String
- deviceId Double
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- expanderSlot String
- firmwareVersion String
- gpuId String
- graphicsControllers List<GetGraphics Card Graphics Controller> 
- inventoryDevice GetInfo Graphics Card Inventory Device Info 
- isPlatform BooleanSupported 
- isUpgraded Boolean
- modTime String
- mode String
- model String
- moid String
- numGpus String
- objectType String
- operReasons List<String>
- operState String
- owners List<String>
- parent
GetGraphics Card Parent 
- partNumber String
- pciAddress String
- pciAddress StringList 
- pciDevice GetGraphics Card Pci Device 
- pciNode GetGraphics Card Pci Node 
- pciSlot String
- permissionResources List<GetGraphics Card Permission Resource> 
- pid String
- presence String
- previousFru GetGraphics Card Previous Fru 
- registeredDevice GetGraphics Card Registered Device 
- revision String
- rn String
- runningFirmwares List<GetGraphics Card Running Firmware> 
- serial String
- String
- subDevice DoubleId 
- subVendor DoubleId 
- 
List<GetGraphics Card Tag> 
- vendor String
- vendorId Double
- versionContext GetGraphics Card Version Context 
- id string
- results
GetGraphics Card Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetGraphics Card Ancestor[] 
- cardId number
- classId string
- computeBlade GetGraphics Card Compute Blade 
- computeBoard GetGraphics Card Compute Board 
- computeRack GetUnit Graphics Card Compute Rack Unit 
- createTime string
- description string
- deviceId number
- deviceMo stringId 
- dn string
- domainGroup stringMoid 
- equipmentEnclosure GetElement Graphics Card Equipment Enclosure Element 
- expanderSlot string
- firmwareVersion string
- gpuId string
- graphicsControllers GetGraphics Card Graphics Controller[] 
- inventoryDevice GetInfo Graphics Card Inventory Device Info 
- isPlatform booleanSupported 
- isUpgraded boolean
- modTime string
- mode string
- model string
- moid string
- numGpus string
- objectType string
- operReasons string[]
- operState string
- owners string[]
- parent
GetGraphics Card Parent 
- partNumber string
- pciAddress string
- pciAddress stringList 
- pciDevice GetGraphics Card Pci Device 
- pciNode GetGraphics Card Pci Node 
- pciSlot string
- permissionResources GetGraphics Card Permission Resource[] 
- pid string
- presence string
- previousFru GetGraphics Card Previous Fru 
- registeredDevice GetGraphics Card Registered Device 
- revision string
- rn string
- runningFirmwares GetGraphics Card Running Firmware[] 
- serial string
- string
- subDevice numberId 
- subVendor numberId 
- 
GetGraphics Card Tag[] 
- vendor string
- vendorId number
- versionContext GetGraphics Card Version Context 
- id str
- results
Sequence[GetGraphics Card Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetGraphics Card Ancestor] 
- card_id float
- class_id str
- compute_blade GetGraphics Card Compute Blade 
- compute_board GetGraphics Card Compute Board 
- compute_rack_ Getunit Graphics Card Compute Rack Unit 
- create_time str
- description str
- device_id float
- device_mo_ strid 
- dn str
- domain_group_ strmoid 
- equipment_enclosure_ Getelement Graphics Card Equipment Enclosure Element 
- expander_slot str
- firmware_version str
- gpu_id str
- graphics_controllers Sequence[GetGraphics Card Graphics Controller] 
- inventory_device_ Getinfo Graphics Card Inventory Device Info 
- is_platform_ boolsupported 
- is_upgraded bool
- mod_time str
- mode str
- model str
- moid str
- num_gpus str
- object_type str
- oper_reasons Sequence[str]
- oper_state str
- owners Sequence[str]
- parent
GetGraphics Card Parent 
- part_number str
- pci_address str
- pci_address_ strlist 
- pci_device GetGraphics Card Pci Device 
- pci_node GetGraphics Card Pci Node 
- pci_slot str
- permission_resources Sequence[GetGraphics Card Permission Resource] 
- pid str
- presence str
- previous_fru GetGraphics Card Previous Fru 
- registered_device GetGraphics Card Registered Device 
- revision str
- rn str
- running_firmwares Sequence[GetGraphics Card Running Firmware] 
- serial str
- str
- sub_device_ floatid 
- sub_vendor_ floatid 
- 
Sequence[GetGraphics Card Tag] 
- vendor str
- vendor_id float
- version_context GetGraphics Card Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- cardId Number
- classId String
- computeBlade Property Map
- computeBoard Property Map
- computeRack Property MapUnit 
- createTime String
- description String
- deviceId Number
- deviceMo StringId 
- dn String
- domainGroup StringMoid 
- equipmentEnclosure Property MapElement 
- expanderSlot String
- firmwareVersion String
- gpuId String
- graphicsControllers List<Property Map>
- inventoryDevice Property MapInfo 
- isPlatform BooleanSupported 
- isUpgraded Boolean
- modTime String
- mode String
- model String
- moid String
- numGpus String
- objectType String
- operReasons List<String>
- operState String
- owners List<String>
- parent Property Map
- partNumber String
- pciAddress String
- pciAddress StringList 
- pciDevice Property Map
- pciNode Property Map
- pciSlot String
- permissionResources List<Property Map>
- pid String
- presence String
- previousFru Property Map
- registeredDevice Property Map
- revision String
- rn String
- runningFirmwares List<Property Map>
- serial String
- String
- subDevice NumberId 
- subVendor NumberId 
- List<Property Map>
- vendor String
- vendorId Number
- versionContext Property Map
Supporting Types
GetGraphicsCardAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardComputeBlade    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardComputeBoard    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardComputeRackUnit     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardEquipmentEnclosureElement     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardGraphicsController    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardInventoryDeviceInfo     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardPciDevice    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardPciNode    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardPreviousFru    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardRegisteredDevice    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetGraphics Card Result Ancestor> 
- CardId double
- The id of the graphics card.
- ClassId string
- ComputeBlades List<GetGraphics Card Result Compute Blade> 
- ComputeBoards List<GetGraphics Card Result Compute Board> 
- ComputeRack List<GetUnits Graphics Card Result Compute Rack Unit> 
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- DeviceId double
- The device id of the graphics card.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentEnclosure List<GetElements Graphics Card Result Equipment Enclosure Element> 
- ExpanderSlot string
- The expander slot information of the card.
- FirmwareVersion string
- The firmware version of the graphics card.
- GpuId string
- The identifier of the graphics processor unit.
- GraphicsControllers List<GetGraphics Card Result Graphics Controller> 
- InventoryDevice List<GetInfos Graphics Card Result Inventory Device Info> 
- IsPlatform boolSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- The current mode of the graphics card.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- NumGpus string
- The number of controllers under each card.
- ObjectType string
- OperReasons List<string>
- OperState string
- The current operational state of the graphics card.
- Owners List<string>
- Parents
List<GetGraphics Card Result Parent> 
- PartNumber string
- This field displays the part number of the Graphics Processing Unit.
- PciAddress string
- The PCI address of the graphics card.
- PciAddress stringList 
- This list contains the PCI address of all controllers for corresponding card.
- PciDevices List<GetGraphics Card Result Pci Device> 
- PciNodes List<GetGraphics Card Result Pci Node> 
- PciSlot string
- The PCI slot name of the graphics card.
- PermissionResources List<GetGraphics Card Result Permission Resource> 
- Pid string
- This field displays the product ID of the Graphics Processing Unit.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFrus List<GetGraphics Card Result Previous Frus> 
- RegisteredDevices List<GetGraphics Card Result Registered Device> 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- RunningFirmwares List<GetGraphics Card Result Running Firmware> 
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SubDevice doubleId 
- The sub device id of the graphics processor unit.
- SubVendor doubleId 
- The sub vendor id of the graphics processor unit.
- 
List<GetGraphics Card Result Tag> 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VendorId double
- The vendor id of the graphics processor unit.
- VersionContexts List<GetGraphics Card Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetGraphics Card Result Ancestor 
- CardId float64
- The id of the graphics card.
- ClassId string
- ComputeBlades []GetGraphics Card Result Compute Blade 
- ComputeBoards []GetGraphics Card Result Compute Board 
- ComputeRack []GetUnits Graphics Card Result Compute Rack Unit 
- CreateTime string
- The time when this managed object was created.
- Description string
- This field displays the description of the Graphics Processing Unit.
- DeviceId float64
- The device id of the graphics card.
- DeviceMo stringId 
- The database identifier of the registered device of an object.
- Dn string
- The Distinguished Name unambiguously identifies an object in the system.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EquipmentEnclosure []GetElements Graphics Card Result Equipment Enclosure Element 
- ExpanderSlot string
- The expander slot information of the card.
- FirmwareVersion string
- The firmware version of the graphics card.
- GpuId string
- The identifier of the graphics processor unit.
- GraphicsControllers []GetGraphics Card Result Graphics Controller 
- InventoryDevice []GetInfos Graphics Card Result Inventory Device Info 
- IsPlatform boolSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- IsUpgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- ModTime string
- The time when this managed object was last modified.
- Mode string
- The current mode of the graphics card.
- Model string
- This field displays the model number of the associated component or hardware.
- Moid string
- The unique identifier of this Managed Object instance.
- NumGpus string
- The number of controllers under each card.
- ObjectType string
- OperReasons []string
- OperState string
- The current operational state of the graphics card.
- Owners []string
- Parents
[]GetGraphics Card Result Parent 
- PartNumber string
- This field displays the part number of the Graphics Processing Unit.
- PciAddress string
- The PCI address of the graphics card.
- PciAddress stringList 
- This list contains the PCI address of all controllers for corresponding card.
- PciDevices []GetGraphics Card Result Pci Device 
- PciNodes []GetGraphics Card Result Pci Node 
- PciSlot string
- The PCI slot name of the graphics card.
- PermissionResources []GetGraphics Card Result Permission Resource 
- Pid string
- This field displays the product ID of the Graphics Processing Unit.
- Presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- PreviousFrus []GetGraphics Card Result Previous Frus 
- RegisteredDevices []GetGraphics Card Result Registered Device 
- Revision string
- This field displays the revised version of the associated component or hardware (if any).
- Rn string
- The Relative Name uniquely identifies an object within a given context.
- RunningFirmwares []GetGraphics Card Result Running Firmware 
- Serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SubDevice float64Id 
- The sub device id of the graphics processor unit.
- SubVendor float64Id 
- The sub vendor id of the graphics processor unit.
- 
[]GetGraphics Card Result Tag 
- Vendor string
- This field displays the vendor information of the associated component or hardware.
- VendorId float64
- The vendor id of the graphics processor unit.
- VersionContexts []GetGraphics Card Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetGraphics Card Result Ancestor> 
- cardId Double
- The id of the graphics card.
- classId String
- computeBlades List<GetGraphics Card Result Compute Blade> 
- computeBoards List<GetGraphics Card Result Compute Board> 
- computeRack List<GetUnits Graphics Card Result Compute Rack Unit> 
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- deviceId Double
- The device id of the graphics card.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentEnclosure List<GetElements Graphics Card Result Equipment Enclosure Element> 
- expanderSlot String
- The expander slot information of the card.
- firmwareVersion String
- The firmware version of the graphics card.
- gpuId String
- The identifier of the graphics processor unit.
- graphicsControllers List<GetGraphics Card Result Graphics Controller> 
- inventoryDevice List<GetInfos Graphics Card Result Inventory Device Info> 
- isPlatform BooleanSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- modTime String
- The time when this managed object was last modified.
- mode String
- The current mode of the graphics card.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- numGpus String
- The number of controllers under each card.
- objectType String
- operReasons List<String>
- operState String
- The current operational state of the graphics card.
- owners List<String>
- parents
List<GetGraphics Card Result Parent> 
- partNumber String
- This field displays the part number of the Graphics Processing Unit.
- pciAddress String
- The PCI address of the graphics card.
- pciAddress StringList 
- This list contains the PCI address of all controllers for corresponding card.
- pciDevices List<GetGraphics Card Result Pci Device> 
- pciNodes List<GetGraphics Card Result Pci Node> 
- pciSlot String
- The PCI slot name of the graphics card.
- permissionResources List<GetGraphics Card Result Permission Resource> 
- pid String
- This field displays the product ID of the Graphics Processing Unit.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus List<GetGraphics Card Result Previous Frus> 
- registeredDevices List<GetGraphics Card Result Registered Device> 
- revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- runningFirmwares List<GetGraphics Card Result Running Firmware> 
- serial String
- This field displays the serial number of the associated component or hardware.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subDevice DoubleId 
- The sub device id of the graphics processor unit.
- subVendor DoubleId 
- The sub vendor id of the graphics processor unit.
- 
List<GetGraphics Card Result Tag> 
- vendor String
- This field displays the vendor information of the associated component or hardware.
- vendorId Double
- The vendor id of the graphics processor unit.
- versionContexts List<GetGraphics Card Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetGraphics Card Result Ancestor[] 
- cardId number
- The id of the graphics card.
- classId string
- computeBlades GetGraphics Card Result Compute Blade[] 
- computeBoards GetGraphics Card Result Compute Board[] 
- computeRack GetUnits Graphics Card Result Compute Rack Unit[] 
- createTime string
- The time when this managed object was created.
- description string
- This field displays the description of the Graphics Processing Unit.
- deviceId number
- The device id of the graphics card.
- deviceMo stringId 
- The database identifier of the registered device of an object.
- dn string
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- equipmentEnclosure GetElements Graphics Card Result Equipment Enclosure Element[] 
- expanderSlot string
- The expander slot information of the card.
- firmwareVersion string
- The firmware version of the graphics card.
- gpuId string
- The identifier of the graphics processor unit.
- graphicsControllers GetGraphics Card Result Graphics Controller[] 
- inventoryDevice GetInfos Graphics Card Result Inventory Device Info[] 
- isPlatform booleanSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- isUpgraded boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- modTime string
- The time when this managed object was last modified.
- mode string
- The current mode of the graphics card.
- model string
- This field displays the model number of the associated component or hardware.
- moid string
- The unique identifier of this Managed Object instance.
- numGpus string
- The number of controllers under each card.
- objectType string
- operReasons string[]
- operState string
- The current operational state of the graphics card.
- owners string[]
- parents
GetGraphics Card Result Parent[] 
- partNumber string
- This field displays the part number of the Graphics Processing Unit.
- pciAddress string
- The PCI address of the graphics card.
- pciAddress stringList 
- This list contains the PCI address of all controllers for corresponding card.
- pciDevices GetGraphics Card Result Pci Device[] 
- pciNodes GetGraphics Card Result Pci Node[] 
- pciSlot string
- The PCI slot name of the graphics card.
- permissionResources GetGraphics Card Result Permission Resource[] 
- pid string
- This field displays the product ID of the Graphics Processing Unit.
- presence string
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus GetGraphics Card Result Previous Frus[] 
- registeredDevices GetGraphics Card Result Registered Device[] 
- revision string
- This field displays the revised version of the associated component or hardware (if any).
- rn string
- The Relative Name uniquely identifies an object within a given context.
- runningFirmwares GetGraphics Card Result Running Firmware[] 
- serial string
- This field displays the serial number of the associated component or hardware.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subDevice numberId 
- The sub device id of the graphics processor unit.
- subVendor numberId 
- The sub vendor id of the graphics processor unit.
- 
GetGraphics Card Result Tag[] 
- vendor string
- This field displays the vendor information of the associated component or hardware.
- vendorId number
- The vendor id of the graphics processor unit.
- versionContexts GetGraphics Card Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetGraphics Card Result Ancestor] 
- card_id float
- The id of the graphics card.
- class_id str
- compute_blades Sequence[GetGraphics Card Result Compute Blade] 
- compute_boards Sequence[GetGraphics Card Result Compute Board] 
- compute_rack_ Sequence[Getunits Graphics Card Result Compute Rack Unit] 
- create_time str
- The time when this managed object was created.
- description str
- This field displays the description of the Graphics Processing Unit.
- device_id float
- The device id of the graphics card.
- device_mo_ strid 
- The database identifier of the registered device of an object.
- dn str
- The Distinguished Name unambiguously identifies an object in the system.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- equipment_enclosure_ Sequence[Getelements Graphics Card Result Equipment Enclosure Element] 
- expander_slot str
- The expander slot information of the card.
- firmware_version str
- The firmware version of the graphics card.
- gpu_id str
- The identifier of the graphics processor unit.
- graphics_controllers Sequence[GetGraphics Card Result Graphics Controller] 
- inventory_device_ Sequence[Getinfos Graphics Card Result Inventory Device Info] 
- is_platform_ boolsupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- is_upgraded bool
- This field indicates the compute status of the catalog values for the associated component or hardware.
- mod_time str
- The time when this managed object was last modified.
- mode str
- The current mode of the graphics card.
- model str
- This field displays the model number of the associated component or hardware.
- moid str
- The unique identifier of this Managed Object instance.
- num_gpus str
- The number of controllers under each card.
- object_type str
- oper_reasons Sequence[str]
- oper_state str
- The current operational state of the graphics card.
- owners Sequence[str]
- parents
Sequence[GetGraphics Card Result Parent] 
- part_number str
- This field displays the part number of the Graphics Processing Unit.
- pci_address str
- The PCI address of the graphics card.
- pci_address_ strlist 
- This list contains the PCI address of all controllers for corresponding card.
- pci_devices Sequence[GetGraphics Card Result Pci Device] 
- pci_nodes Sequence[GetGraphics Card Result Pci Node] 
- pci_slot str
- The PCI slot name of the graphics card.
- permission_resources Sequence[GetGraphics Card Result Permission Resource] 
- pid str
- This field displays the product ID of the Graphics Processing Unit.
- presence str
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previous_frus Sequence[GetGraphics Card Result Previous Frus] 
- registered_devices Sequence[GetGraphics Card Result Registered Device] 
- revision str
- This field displays the revised version of the associated component or hardware (if any).
- rn str
- The Relative Name uniquely identifies an object within a given context.
- running_firmwares Sequence[GetGraphics Card Result Running Firmware] 
- serial str
- This field displays the serial number of the associated component or hardware.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- sub_device_ floatid 
- The sub device id of the graphics processor unit.
- sub_vendor_ floatid 
- The sub vendor id of the graphics processor unit.
- 
Sequence[GetGraphics Card Result Tag] 
- vendor str
- This field displays the vendor information of the associated component or hardware.
- vendor_id float
- The vendor id of the graphics processor unit.
- version_contexts Sequence[GetGraphics Card Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- cardId Number
- The id of the graphics card.
- classId String
- computeBlades List<Property Map>
- computeBoards List<Property Map>
- computeRack List<Property Map>Units 
- createTime String
- The time when this managed object was created.
- description String
- This field displays the description of the Graphics Processing Unit.
- deviceId Number
- The device id of the graphics card.
- deviceMo StringId 
- The database identifier of the registered device of an object.
- dn String
- The Distinguished Name unambiguously identifies an object in the system.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- equipmentEnclosure List<Property Map>Elements 
- expanderSlot String
- The expander slot information of the card.
- firmwareVersion String
- The firmware version of the graphics card.
- gpuId String
- The identifier of the graphics processor unit.
- graphicsControllers List<Property Map>
- inventoryDevice List<Property Map>Infos 
- isPlatform BooleanSupported 
- This field indicates whether the Graphics Processing Unit is supported on the server or not.
- isUpgraded Boolean
- This field indicates the compute status of the catalog values for the associated component or hardware.
- modTime String
- The time when this managed object was last modified.
- mode String
- The current mode of the graphics card.
- model String
- This field displays the model number of the associated component or hardware.
- moid String
- The unique identifier of this Managed Object instance.
- numGpus String
- The number of controllers under each card.
- objectType String
- operReasons List<String>
- operState String
- The current operational state of the graphics card.
- owners List<String>
- parents List<Property Map>
- partNumber String
- This field displays the part number of the Graphics Processing Unit.
- pciAddress String
- The PCI address of the graphics card.
- pciAddress StringList 
- This list contains the PCI address of all controllers for corresponding card.
- pciDevices List<Property Map>
- pciNodes List<Property Map>
- pciSlot String
- The PCI slot name of the graphics card.
- permissionResources List<Property Map>
- pid String
- This field displays the product ID of the Graphics Processing Unit.
- presence String
- This field indicates the presence (equipped) or absence (absent) of the associated component or hardware.
- previousFrus List<Property Map>
- registeredDevices List<Property Map>
- revision String
- This field displays the revised version of the associated component or hardware (if any).
- rn String
- The Relative Name uniquely identifies an object within a given context.
- runningFirmwares List<Property Map>
- serial String
- This field displays the serial number of the associated component or hardware.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- subDevice NumberId 
- The sub device id of the graphics processor unit.
- subVendor NumberId 
- The sub vendor id of the graphics processor unit.
- List<Property Map>
- vendor String
- This field displays the vendor information of the associated component or hardware.
- vendorId Number
- The vendor id of the graphics processor unit.
- versionContexts List<Property Map>
GetGraphicsCardResultAncestor    
- 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
GetGraphicsCardResultComputeBlade     
- 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
GetGraphicsCardResultComputeBoard     
- 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
GetGraphicsCardResultComputeRackUnit      
- 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
GetGraphicsCardResultEquipmentEnclosureElement      
- 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
GetGraphicsCardResultGraphicsController     
- 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
GetGraphicsCardResultInventoryDeviceInfo      
- 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
GetGraphicsCardResultParent    
- 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
GetGraphicsCardResultPciDevice     
- 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
GetGraphicsCardResultPciNode     
- 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
GetGraphicsCardResultPermissionResource     
- 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
GetGraphicsCardResultPreviousFrus     
- 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
GetGraphicsCardResultRegisteredDevice     
- 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
GetGraphicsCardResultRunningFirmware     
- 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
GetGraphicsCardResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetGraphicsCardResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetGraphics Card Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetGraphics Card Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetGraphics Card Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetGraphics Card Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetGraphics Card Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetGraphics Card Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetGraphicsCardResultVersionContextInterestedMo       
- 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
GetGraphicsCardResultVersionContextRefMo       
- 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
GetGraphicsCardRunningFirmware    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardTag   
- 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.
GetGraphicsCardVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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<GetGraphics Card Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetGraphics Card Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetGraphics Card Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetGraphics Card Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetGraphics Card Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetGraphics Card Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetGraphics Card Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetGraphics Card Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetGraphics Card Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetGraphics Card Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetGraphicsCardVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetGraphicsCardVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet