intersight 1.0.68 published on Tuesday, Aug 12, 2025 by ciscodevnet
intersight.getHciAhvVmGpu
Explore with Pulumi AI
intersight 1.0.68 published on Tuesday, Aug 12, 2025 by ciscodevnet
A GPU associated with an AHV VM.
Using getHciAhvVmGpu
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 getHciAhvVmGpu(args: GetHciAhvVmGpuArgs, opts?: InvokeOptions): Promise<GetHciAhvVmGpuResult>
function getHciAhvVmGpuOutput(args: GetHciAhvVmGpuOutputArgs, opts?: InvokeOptions): Output<GetHciAhvVmGpuResult>
def get_hci_ahv_vm_gpu(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHciAhvVmGpuAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
device_id: Optional[float] = None,
domain_group_moid: Optional[str] = None,
fraction: Optional[float] = None,
frame_buffer_size_bytes: Optional[float] = None,
gpu_ext_id: Optional[str] = None,
guest_driver_version: Optional[str] = None,
id: Optional[str] = None,
mod_time: Optional[str] = None,
mode: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
num_virtual_display_heads: Optional[float] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHciAhvVmGpuParent] = None,
pci_address: Optional[GetHciAhvVmGpuPciAddress] = None,
permission_resources: Optional[Sequence[GetHciAhvVmGpuPermissionResource]] = None,
registered_device: Optional[GetHciAhvVmGpuRegisteredDevice] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetHciAhvVmGpuTag]] = None,
vendor: Optional[str] = None,
version_context: Optional[GetHciAhvVmGpuVersionContext] = None,
vm: Optional[GetHciAhvVmGpuVm] = None,
vm_ext_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHciAhvVmGpuResult
def get_hci_ahv_vm_gpu_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAhvVmGpuAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
device_id: Optional[pulumi.Input[float]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
fraction: Optional[pulumi.Input[float]] = None,
frame_buffer_size_bytes: Optional[pulumi.Input[float]] = None,
gpu_ext_id: Optional[pulumi.Input[str]] = None,
guest_driver_version: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
mode: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
num_virtual_display_heads: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetHciAhvVmGpuParentArgs]] = None,
pci_address: Optional[pulumi.Input[GetHciAhvVmGpuPciAddressArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAhvVmGpuPermissionResourceArgs]]]] = None,
registered_device: Optional[pulumi.Input[GetHciAhvVmGpuRegisteredDeviceArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciAhvVmGpuTagArgs]]]] = None,
vendor: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetHciAhvVmGpuVersionContextArgs]] = None,
vm: Optional[pulumi.Input[GetHciAhvVmGpuVmArgs]] = None,
vm_ext_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHciAhvVmGpuResult]
func LookupHciAhvVmGpu(ctx *Context, args *LookupHciAhvVmGpuArgs, opts ...InvokeOption) (*LookupHciAhvVmGpuResult, error)
func LookupHciAhvVmGpuOutput(ctx *Context, args *LookupHciAhvVmGpuOutputArgs, opts ...InvokeOption) LookupHciAhvVmGpuResultOutput
> Note: This function is named LookupHciAhvVmGpu
in the Go SDK.
public static class GetHciAhvVmGpu
{
public static Task<GetHciAhvVmGpuResult> InvokeAsync(GetHciAhvVmGpuArgs args, InvokeOptions? opts = null)
public static Output<GetHciAhvVmGpuResult> Invoke(GetHciAhvVmGpuInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHciAhvVmGpuResult> getHciAhvVmGpu(GetHciAhvVmGpuArgs args, InvokeOptions options)
public static Output<GetHciAhvVmGpuResult> getHciAhvVmGpu(GetHciAhvVmGpuArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHciAhvVmGpu:getHciAhvVmGpu
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hci Ahv Vm Gpu Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Id double - The device id of the GPU.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fraction double
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- Frame
Buffer doubleSize Bytes - The frame buffer size of the GPU.
- Gpu
Ext stringId - The unique identifier of the GPU.
- Guest
Driver stringVersion - Last determined guest driver version.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- Num
Virtual doubleDisplay Heads - The number of virtual display heads of the GPU.
- Object
Type string - Owners List<string>
- Parent
Get
Hci Ahv Vm Gpu Parent - Pci
Address GetHci Ahv Vm Gpu Pci Address - Permission
Resources List<GetHci Ahv Vm Gpu Permission Resource> - Registered
Device GetHci Ahv Vm Gpu Registered Device - 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.
- List<Get
Hci Ahv Vm Gpu Tag> - Vendor string
- The vendor name of the GPU.
- Version
Context GetHci Ahv Vm Gpu Version Context - Vm
Get
Hci Ahv Vm Gpu Vm - Vm
Ext stringId - The unique identifier of the VM.
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hci Ahv Vm Gpu Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Id float64 - The device id of the GPU.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fraction float64
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- Frame
Buffer float64Size Bytes - The frame buffer size of the GPU.
- Gpu
Ext stringId - The unique identifier of the GPU.
- Guest
Driver stringVersion - Last determined guest driver version.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- Num
Virtual float64Display Heads - The number of virtual display heads of the GPU.
- Object
Type string - Owners []string
- Parent
Get
Hci Ahv Vm Gpu Parent - Pci
Address GetHci Ahv Vm Gpu Pci Address - Permission
Resources []GetHci Ahv Vm Gpu Permission Resource - Registered
Device GetHci Ahv Vm Gpu Registered Device - 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.
- []Get
Hci Ahv Vm Gpu Tag - Vendor string
- The vendor name of the GPU.
- Version
Context GetHci Ahv Vm Gpu Version Context - Vm
Get
Hci Ahv Vm Gpu Vm - Vm
Ext stringId - The unique identifier of the VM.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hci Ahv Vm Gpu Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- device
Id Double - The device id of the GPU.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fraction Double
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame
Buffer DoubleSize Bytes - The frame buffer size of the GPU.
- gpu
Ext StringId - The unique identifier of the GPU.
- guest
Driver StringVersion - Last determined guest driver version.
- id String
- mod
Time String - The time when this managed object was last modified.
- mode String
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num
Virtual DoubleDisplay Heads - The number of virtual display heads of the GPU.
- object
Type String - owners List<String>
- parent
Get
Hci Ahv Vm Gpu Parent - pci
Address GetHci Ahv Vm Gpu Pci Address - permission
Resources List<GetHci Ahv Vm Gpu Permission Resource> - registered
Device GetHci Ahv Vm Gpu Registered Device - 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.
- List<Get
Hci Ahv Vm Gpu Tag> - vendor String
- The vendor name of the GPU.
- version
Context GetHci Ahv Vm Gpu Version Context - vm
Get
Hci Ahv Vm Gpu Vm - vm
Ext StringId - The unique identifier of the VM.
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hci Ahv Vm Gpu Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- device
Id number - The device id of the GPU.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- fraction number
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame
Buffer numberSize Bytes - The frame buffer size of the GPU.
- gpu
Ext stringId - The unique identifier of the GPU.
- guest
Driver stringVersion - Last determined guest driver version.
- id string
- mod
Time string - The time when this managed object was last modified.
- mode string
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num
Virtual numberDisplay Heads - The number of virtual display heads of the GPU.
- object
Type string - owners string[]
- parent
Get
Hci Ahv Vm Gpu Parent - pci
Address GetHci Ahv Vm Gpu Pci Address - permission
Resources GetHci Ahv Vm Gpu Permission Resource[] - registered
Device GetHci Ahv Vm Gpu Registered Device - 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.
- Get
Hci Ahv Vm Gpu Tag[] - vendor string
- The vendor name of the GPU.
- version
Context GetHci Ahv Vm Gpu Version Context - vm
Get
Hci Ahv Vm Gpu Vm - vm
Ext stringId - The unique identifier of the VM.
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hci Ahv Vm Gpu Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- device_
id float - The device id of the GPU.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fraction float
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame_
buffer_ floatsize_ bytes - The frame buffer size of the GPU.
- gpu_
ext_ strid - The unique identifier of the GPU.
- guest_
driver_ strversion - Last determined guest driver version.
- id str
- mod_
time str - The time when this managed object was last modified.
- mode str
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num_
virtual_ floatdisplay_ heads - The number of virtual display heads of the GPU.
- object_
type str - owners Sequence[str]
- parent
Get
Hci Ahv Vm Gpu Parent - pci_
address GetHci Ahv Vm Gpu Pci Address - permission_
resources Sequence[GetHci Ahv Vm Gpu Permission Resource] - registered_
device GetHci Ahv Vm Gpu Registered Device - 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.
- Sequence[Get
Hci Ahv Vm Gpu Tag] - vendor str
- The vendor name of the GPU.
- version_
context GetHci Ahv Vm Gpu Version Context - vm
Get
Hci Ahv Vm Gpu Vm - vm_
ext_ strid - The unique identifier of the VM.
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- device
Id Number - The device id of the GPU.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fraction Number
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame
Buffer NumberSize Bytes - The frame buffer size of the GPU.
- gpu
Ext StringId - The unique identifier of the GPU.
- guest
Driver StringVersion - Last determined guest driver version.
- id String
- mod
Time String - The time when this managed object was last modified.
- mode String
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num
Virtual NumberDisplay Heads - The number of virtual display heads of the GPU.
- object
Type String - owners List<String>
- parent Property Map
- pci
Address Property Map - permission
Resources List<Property Map> - registered
Device Property Map - 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.
- List<Property Map>
- vendor String
- The vendor name of the GPU.
- version
Context Property Map - vm Property Map
- vm
Ext StringId - The unique identifier of the VM.
getHciAhvVmGpu Result
The following output properties are available:
- Id string
- Results
List<Get
Hci Ahv Vm Gpu Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hci Ahv Vm Gpu Ancestor> - Class
Id string - Create
Time string - Device
Id double - Domain
Group stringMoid - Fraction double
- Frame
Buffer doubleSize Bytes - Gpu
Ext stringId - Guest
Driver stringVersion - Mod
Time string - Mode string
- Moid string
- Name string
- Num
Virtual doubleDisplay Heads - Object
Type string - Owners List<string>
- Parent
Get
Hci Ahv Vm Gpu Parent - Pci
Address GetHci Ahv Vm Gpu Pci Address - Permission
Resources List<GetHci Ahv Vm Gpu Permission Resource> - Registered
Device GetHci Ahv Vm Gpu Registered Device - string
- List<Get
Hci Ahv Vm Gpu Tag> - Vendor string
- Version
Context GetHci Ahv Vm Gpu Version Context - Vm
Get
Hci Ahv Vm Gpu Vm - Vm
Ext stringId
- Id string
- Results
[]Get
Hci Ahv Vm Gpu Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hci Ahv Vm Gpu Ancestor - Class
Id string - Create
Time string - Device
Id float64 - Domain
Group stringMoid - Fraction float64
- Frame
Buffer float64Size Bytes - Gpu
Ext stringId - Guest
Driver stringVersion - Mod
Time string - Mode string
- Moid string
- Name string
- Num
Virtual float64Display Heads - Object
Type string - Owners []string
- Parent
Get
Hci Ahv Vm Gpu Parent - Pci
Address GetHci Ahv Vm Gpu Pci Address - Permission
Resources []GetHci Ahv Vm Gpu Permission Resource - Registered
Device GetHci Ahv Vm Gpu Registered Device - string
- []Get
Hci Ahv Vm Gpu Tag - Vendor string
- Version
Context GetHci Ahv Vm Gpu Version Context - Vm
Get
Hci Ahv Vm Gpu Vm - Vm
Ext stringId
- id String
- results
List<Get
Hci Ahv Vm Gpu Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Hci Ahv Vm Gpu Ancestor> - class
Id String - create
Time String - device
Id Double - domain
Group StringMoid - fraction Double
- frame
Buffer DoubleSize Bytes - gpu
Ext StringId - guest
Driver StringVersion - mod
Time String - mode String
- moid String
- name String
- num
Virtual DoubleDisplay Heads - object
Type String - owners List<String>
- parent
Get
Hci Ahv Vm Gpu Parent - pci
Address GetHci Ahv Vm Gpu Pci Address - permission
Resources List<GetHci Ahv Vm Gpu Permission Resource> - registered
Device GetHci Ahv Vm Gpu Registered Device - String
- List<Get
Hci Ahv Vm Gpu Tag> - vendor String
- version
Context GetHci Ahv Vm Gpu Version Context - vm
Get
Hci Ahv Vm Gpu Vm - vm
Ext StringId
- id string
- results
Get
Hci Ahv Vm Gpu Result[] - account
Moid string - additional
Properties string - ancestors
Get
Hci Ahv Vm Gpu Ancestor[] - class
Id string - create
Time string - device
Id number - domain
Group stringMoid - fraction number
- frame
Buffer numberSize Bytes - gpu
Ext stringId - guest
Driver stringVersion - mod
Time string - mode string
- moid string
- name string
- num
Virtual numberDisplay Heads - object
Type string - owners string[]
- parent
Get
Hci Ahv Vm Gpu Parent - pci
Address GetHci Ahv Vm Gpu Pci Address - permission
Resources GetHci Ahv Vm Gpu Permission Resource[] - registered
Device GetHci Ahv Vm Gpu Registered Device - string
- Get
Hci Ahv Vm Gpu Tag[] - vendor string
- version
Context GetHci Ahv Vm Gpu Version Context - vm
Get
Hci Ahv Vm Gpu Vm - vm
Ext stringId
- id str
- results
Sequence[Get
Hci Ahv Vm Gpu Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hci Ahv Vm Gpu Ancestor] - class_
id str - create_
time str - device_
id float - domain_
group_ strmoid - fraction float
- frame_
buffer_ floatsize_ bytes - gpu_
ext_ strid - guest_
driver_ strversion - mod_
time str - mode str
- moid str
- name str
- num_
virtual_ floatdisplay_ heads - object_
type str - owners Sequence[str]
- parent
Get
Hci Ahv Vm Gpu Parent - pci_
address GetHci Ahv Vm Gpu Pci Address - permission_
resources Sequence[GetHci Ahv Vm Gpu Permission Resource] - registered_
device GetHci Ahv Vm Gpu Registered Device - str
- Sequence[Get
Hci Ahv Vm Gpu Tag] - vendor str
- version_
context GetHci Ahv Vm Gpu Version Context - vm
Get
Hci Ahv Vm Gpu Vm - vm_
ext_ strid
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - device
Id Number - domain
Group StringMoid - fraction Number
- frame
Buffer NumberSize Bytes - gpu
Ext StringId - guest
Driver StringVersion - mod
Time String - mode String
- moid String
- name String
- num
Virtual NumberDisplay Heads - object
Type String - owners List<String>
- parent Property Map
- pci
Address Property Map - permission
Resources List<Property Map> - registered
Device Property Map - String
- List<Property Map>
- vendor String
- version
Context Property Map - vm Property Map
- vm
Ext StringId
Supporting Types
GetHciAhvVmGpuAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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'.
GetHciAhvVmGpuParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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'.
GetHciAhvVmGpuPciAddress
- Additional
Properties string - Bus double
- PCI Bus number information.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Device double
- PCI Device number information.
- Func double
- PCI Function number information.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Segment double
- PCI's Segment information.
- Additional
Properties string - Bus float64
- PCI Bus number information.
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Device float64
- PCI Device number information.
- Func float64
- PCI Function number information.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Segment float64
- PCI's Segment information.
- additional
Properties String - bus Double
- PCI Bus number information.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- device Double
- PCI Device number information.
- func Double
- PCI Function number information.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- segment Double
- PCI's Segment information.
- additional
Properties string - bus number
- PCI Bus number information.
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- device number
- PCI Device number information.
- func number
- PCI Function number information.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- segment number
- PCI's Segment information.
- additional_
properties str - bus float
- PCI Bus number information.
- 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.
- device float
- PCI Device number information.
- func float
- PCI Function number information.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- segment float
- PCI's Segment information.
- additional
Properties String - bus Number
- PCI Bus number information.
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- device Number
- PCI Device number information.
- func Number
- PCI Function number information.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- segment Number
- PCI's Segment information.
GetHciAhvVmGpuPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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'.
GetHciAhvVmGpuRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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'.
GetHciAhvVmGpuResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hci Ahv Vm Gpu Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Id double - The device id of the GPU.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fraction double
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- Frame
Buffer doubleSize Bytes - The frame buffer size of the GPU.
- Gpu
Ext stringId - The unique identifier of the GPU.
- Guest
Driver stringVersion - Last determined guest driver version.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- Num
Virtual doubleDisplay Heads - The number of virtual display heads of the GPU.
- Object
Type string - Owners List<string>
- Parents
List<Get
Hci Ahv Vm Gpu Result Parent> - Pci
Addresses List<GetHci Ahv Vm Gpu Result Pci Address> - Permission
Resources List<GetHci Ahv Vm Gpu Result Permission Resource> - Registered
Devices List<GetHci Ahv Vm Gpu Result Registered Device> - 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.
- List<Get
Hci Ahv Vm Gpu Result Tag> - Vendor string
- The vendor name of the GPU.
- Version
Contexts List<GetHci Ahv Vm Gpu Result Version Context> - Vm
Ext stringId - The unique identifier of the VM.
- Vms
List<Get
Hci Ahv Vm Gpu Result Vm>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hci Ahv Vm Gpu Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Device
Id float64 - The device id of the GPU.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Fraction float64
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- Frame
Buffer float64Size Bytes - The frame buffer size of the GPU.
- Gpu
Ext stringId - The unique identifier of the GPU.
- Guest
Driver stringVersion - Last determined guest driver version.
- Mod
Time string - The time when this managed object was last modified.
- Mode string
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- Num
Virtual float64Display Heads - The number of virtual display heads of the GPU.
- Object
Type string - Owners []string
- Parents
[]Get
Hci Ahv Vm Gpu Result Parent - Pci
Addresses []GetHci Ahv Vm Gpu Result Pci Address - Permission
Resources []GetHci Ahv Vm Gpu Result Permission Resource - Registered
Devices []GetHci Ahv Vm Gpu Result Registered Device - 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.
- []Get
Hci Ahv Vm Gpu Result Tag - Vendor string
- The vendor name of the GPU.
- Version
Contexts []GetHci Ahv Vm Gpu Result Version Context - Vm
Ext stringId - The unique identifier of the VM.
- Vms
[]Get
Hci Ahv Vm Gpu Result Vm
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hci Ahv Vm Gpu Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- device
Id Double - The device id of the GPU.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fraction Double
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame
Buffer DoubleSize Bytes - The frame buffer size of the GPU.
- gpu
Ext StringId - The unique identifier of the GPU.
- guest
Driver StringVersion - Last determined guest driver version.
- mod
Time String - The time when this managed object was last modified.
- mode String
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num
Virtual DoubleDisplay Heads - The number of virtual display heads of the GPU.
- object
Type String - owners List<String>
- parents
List<Get
Hci Ahv Vm Gpu Result Parent> - pci
Addresses List<GetHci Ahv Vm Gpu Result Pci Address> - permission
Resources List<GetHci Ahv Vm Gpu Result Permission Resource> - registered
Devices List<GetHci Ahv Vm Gpu Result Registered Device> - 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.
- List<Get
Hci Ahv Vm Gpu Result Tag> - vendor String
- The vendor name of the GPU.
- version
Contexts List<GetHci Ahv Vm Gpu Result Version Context> - vm
Ext StringId - The unique identifier of the VM.
- vms
List<Get
Hci Ahv Vm Gpu Result Vm>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hci Ahv Vm Gpu Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- device
Id number - The device id of the GPU.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- fraction number
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame
Buffer numberSize Bytes - The frame buffer size of the GPU.
- gpu
Ext stringId - The unique identifier of the GPU.
- guest
Driver stringVersion - Last determined guest driver version.
- mod
Time string - The time when this managed object was last modified.
- mode string
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num
Virtual numberDisplay Heads - The number of virtual display heads of the GPU.
- object
Type string - owners string[]
- parents
Get
Hci Ahv Vm Gpu Result Parent[] - pci
Addresses GetHci Ahv Vm Gpu Result Pci Address[] - permission
Resources GetHci Ahv Vm Gpu Result Permission Resource[] - registered
Devices GetHci Ahv Vm Gpu Result Registered Device[] - 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.
- Get
Hci Ahv Vm Gpu Result Tag[] - vendor string
- The vendor name of the GPU.
- version
Contexts GetHci Ahv Vm Gpu Result Version Context[] - vm
Ext stringId - The unique identifier of the VM.
- vms
Get
Hci Ahv Vm Gpu Result Vm[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hci Ahv Vm Gpu Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- device_
id float - The device id of the GPU.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- fraction float
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame_
buffer_ floatsize_ bytes - The frame buffer size of the GPU.
- gpu_
ext_ strid - The unique identifier of the GPU.
- guest_
driver_ strversion - Last determined guest driver version.
- mod_
time str - The time when this managed object was last modified.
- mode str
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num_
virtual_ floatdisplay_ heads - The number of virtual display heads of the GPU.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hci Ahv Vm Gpu Result Parent] - pci_
addresses Sequence[GetHci Ahv Vm Gpu Result Pci Address] - permission_
resources Sequence[GetHci Ahv Vm Gpu Result Permission Resource] - registered_
devices Sequence[GetHci Ahv Vm Gpu Result Registered Device] - 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.
- Sequence[Get
Hci Ahv Vm Gpu Result Tag] - vendor str
- The vendor name of the GPU.
- version_
contexts Sequence[GetHci Ahv Vm Gpu Result Version Context] - vm_
ext_ strid - The unique identifier of the VM.
- vms
Sequence[Get
Hci Ahv Vm Gpu Result Vm]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- device
Id Number - The device id of the GPU.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- fraction Number
- The fraction of a physical GPU's resources that are allocated to a virtual GPU, e.g. 8 indicate 1/8 of a GPU.
- frame
Buffer NumberSize Bytes - The frame buffer size of the GPU.
- gpu
Ext StringId - The unique identifier of the GPU.
- guest
Driver StringVersion - Last determined guest driver version.
- mod
Time String - The time when this managed object was last modified.
- mode String
- The mode of the GPU such as UNUSED, USED_FOR_PASSTHROUGH, USED_FOR_VIRTUAL.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the GPU allocation such as \ NVIDIA_A16-1B\ .
- num
Virtual NumberDisplay Heads - The number of virtual display heads of the GPU.
- object
Type String - owners List<String>
- parents List<Property Map>
- pci
Addresses List<Property Map> - permission
Resources List<Property Map> - registered
Devices List<Property Map> - 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.
- List<Property Map>
- vendor String
- The vendor name of the GPU.
- version
Contexts List<Property Map> - vm
Ext StringId - The unique identifier of the VM.
- vms List<Property Map>
GetHciAhvVmGpuResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciAhvVmGpuResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciAhvVmGpuResultPciAddress
- Additional
Properties string - Bus double
- Class
Id string - Device double
- Func double
- Object
Type string - Segment double
- Additional
Properties string - Bus float64
- Class
Id string - Device float64
- Func float64
- Object
Type string - Segment float64
- additional
Properties String - bus Double
- class
Id String - device Double
- func Double
- object
Type String - segment Double
- additional
Properties string - bus number
- class
Id string - device number
- func number
- object
Type string - segment number
- additional_
properties str - bus float
- class_
id str - device float
- func float
- object_
type str - segment float
- additional
Properties String - bus Number
- class
Id String - device Number
- func Number
- object
Type String - segment Number
GetHciAhvVmGpuResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciAhvVmGpuResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciAhvVmGpuResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetHciAhvVmGpuResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos []GetHci Ahv Vm Gpu Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetHci Ahv Vm Gpu Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetHci Ahv Vm Gpu Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetHci Ahv Vm Gpu Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetHci Ahv Vm Gpu Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetHci Ahv Vm Gpu Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHciAhvVmGpuResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciAhvVmGpuResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciAhvVmGpuResultVm
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciAhvVmGpuTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHciAhvVmGpuVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name 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 List<GetHci Ahv Vm Gpu 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHci Ahv Vm Gpu Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id string - The fully-qualified name 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 []GetHci Ahv Vm Gpu 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHci Ahv Vm Gpu Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id String - The fully-qualified name 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 List<GetHci Ahv Vm Gpu Version Context Interested Mo> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHci Ahv Vm Gpu Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id string - The fully-qualified name 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 GetHci Ahv Vm Gpu Version Context Interested Mo[] - marked
For 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.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHci Ahv Vm Gpu Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetHci Ahv Vm Gpu 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 GetHci Ahv Vm Gpu 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.
- additional
Properties String - class
Id String - The fully-qualified name 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 List<Property Map> - marked
For 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.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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.
GetHciAhvVmGpuVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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'.
GetHciAhvVmGpuVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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'.
GetHciAhvVmGpuVm
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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 String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- 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'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- 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
intersight
Terraform Provider.
intersight 1.0.68 published on Tuesday, Aug 12, 2025 by ciscodevnet