intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getCapabilityAdapterUnitDescriptor
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Descriptor that uniquely identifies an adapter.
Using getCapabilityAdapterUnitDescriptor
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 getCapabilityAdapterUnitDescriptor(args: GetCapabilityAdapterUnitDescriptorArgs, opts?: InvokeOptions): Promise<GetCapabilityAdapterUnitDescriptorResult>
function getCapabilityAdapterUnitDescriptorOutput(args: GetCapabilityAdapterUnitDescriptorOutputArgs, opts?: InvokeOptions): Output<GetCapabilityAdapterUnitDescriptorResult>def get_capability_adapter_unit_descriptor(account_moid: Optional[str] = None,
                                           adapter_generation: Optional[float] = None,
                                           additional_properties: Optional[str] = None,
                                           ancestors: Optional[Sequence[GetCapabilityAdapterUnitDescriptorAncestor]] = None,
                                           capabilities: Optional[Sequence[GetCapabilityAdapterUnitDescriptorCapability]] = None,
                                           class_id: Optional[str] = None,
                                           connectivity_order: Optional[str] = None,
                                           create_time: Optional[str] = None,
                                           description: Optional[str] = None,
                                           domain_group_moid: Optional[str] = None,
                                           ethernet_port_speed: Optional[float] = None,
                                           features: Optional[Sequence[GetCapabilityAdapterUnitDescriptorFeature]] = None,
                                           fibre_channel_port_speed: Optional[float] = None,
                                           fibre_channel_scsi_ioq_limit: Optional[float] = None,
                                           id: Optional[str] = None,
                                           is_azure_qos_supported: Optional[bool] = None,
                                           is_geneve_supported: Optional[bool] = None,
                                           is_secure_boot_supported: Optional[bool] = None,
                                           max_eth_rx_ring_size: Optional[float] = None,
                                           max_eth_tx_ring_size: Optional[float] = None,
                                           max_rocev2_interfaces: Optional[float] = None,
                                           mod_time: Optional[str] = None,
                                           model: Optional[str] = None,
                                           moid: Optional[str] = None,
                                           nr_version: Optional[str] = None,
                                           num_dce_ports: Optional[float] = None,
                                           number_of_pci_links: Optional[float] = None,
                                           object_type: Optional[str] = None,
                                           owners: Optional[Sequence[str]] = None,
                                           parent: Optional[GetCapabilityAdapterUnitDescriptorParent] = None,
                                           pci_link: Optional[float] = None,
                                           permission_resources: Optional[Sequence[GetCapabilityAdapterUnitDescriptorPermissionResource]] = None,
                                           prom_card_type: Optional[str] = None,
                                           shared_scope: Optional[str] = None,
                                           tags: Optional[Sequence[GetCapabilityAdapterUnitDescriptorTag]] = None,
                                           vendor: Optional[str] = None,
                                           version_context: Optional[GetCapabilityAdapterUnitDescriptorVersionContext] = None,
                                           vic_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetCapabilityAdapterUnitDescriptorResult
def get_capability_adapter_unit_descriptor_output(account_moid: Optional[pulumi.Input[str]] = None,
                                           adapter_generation: Optional[pulumi.Input[float]] = None,
                                           additional_properties: Optional[pulumi.Input[str]] = None,
                                           ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorAncestorArgs]]]] = None,
                                           capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorCapabilityArgs]]]] = None,
                                           class_id: Optional[pulumi.Input[str]] = None,
                                           connectivity_order: Optional[pulumi.Input[str]] = None,
                                           create_time: Optional[pulumi.Input[str]] = None,
                                           description: Optional[pulumi.Input[str]] = None,
                                           domain_group_moid: Optional[pulumi.Input[str]] = None,
                                           ethernet_port_speed: Optional[pulumi.Input[float]] = None,
                                           features: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorFeatureArgs]]]] = None,
                                           fibre_channel_port_speed: Optional[pulumi.Input[float]] = None,
                                           fibre_channel_scsi_ioq_limit: Optional[pulumi.Input[float]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           is_azure_qos_supported: Optional[pulumi.Input[bool]] = None,
                                           is_geneve_supported: Optional[pulumi.Input[bool]] = None,
                                           is_secure_boot_supported: Optional[pulumi.Input[bool]] = None,
                                           max_eth_rx_ring_size: Optional[pulumi.Input[float]] = None,
                                           max_eth_tx_ring_size: Optional[pulumi.Input[float]] = None,
                                           max_rocev2_interfaces: Optional[pulumi.Input[float]] = None,
                                           mod_time: Optional[pulumi.Input[str]] = None,
                                           model: Optional[pulumi.Input[str]] = None,
                                           moid: Optional[pulumi.Input[str]] = None,
                                           nr_version: Optional[pulumi.Input[str]] = None,
                                           num_dce_ports: Optional[pulumi.Input[float]] = None,
                                           number_of_pci_links: 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[GetCapabilityAdapterUnitDescriptorParentArgs]] = None,
                                           pci_link: Optional[pulumi.Input[float]] = None,
                                           permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorPermissionResourceArgs]]]] = None,
                                           prom_card_type: Optional[pulumi.Input[str]] = None,
                                           shared_scope: Optional[pulumi.Input[str]] = None,
                                           tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityAdapterUnitDescriptorTagArgs]]]] = None,
                                           vendor: Optional[pulumi.Input[str]] = None,
                                           version_context: Optional[pulumi.Input[GetCapabilityAdapterUnitDescriptorVersionContextArgs]] = None,
                                           vic_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetCapabilityAdapterUnitDescriptorResult]func LookupCapabilityAdapterUnitDescriptor(ctx *Context, args *LookupCapabilityAdapterUnitDescriptorArgs, opts ...InvokeOption) (*LookupCapabilityAdapterUnitDescriptorResult, error)
func LookupCapabilityAdapterUnitDescriptorOutput(ctx *Context, args *LookupCapabilityAdapterUnitDescriptorOutputArgs, opts ...InvokeOption) LookupCapabilityAdapterUnitDescriptorResultOutput> Note: This function is named LookupCapabilityAdapterUnitDescriptor in the Go SDK.
public static class GetCapabilityAdapterUnitDescriptor 
{
    public static Task<GetCapabilityAdapterUnitDescriptorResult> InvokeAsync(GetCapabilityAdapterUnitDescriptorArgs args, InvokeOptions? opts = null)
    public static Output<GetCapabilityAdapterUnitDescriptorResult> Invoke(GetCapabilityAdapterUnitDescriptorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCapabilityAdapterUnitDescriptorResult> getCapabilityAdapterUnitDescriptor(GetCapabilityAdapterUnitDescriptorArgs args, InvokeOptions options)
public static Output<GetCapabilityAdapterUnitDescriptorResult> getCapabilityAdapterUnitDescriptor(GetCapabilityAdapterUnitDescriptorArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getCapabilityAdapterUnitDescriptor:getCapabilityAdapterUnitDescriptor
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdapterGeneration double
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- AdditionalProperties string
- Ancestors
List<GetCapability Adapter Unit Descriptor Ancestor> 
- Capabilities
List<GetCapability Adapter Unit Descriptor Capability> 
- ClassId string
- ConnectivityOrder string
- Order in which the ports are connected; sequential or cyclic.
- CreateTime string
- The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetPort doubleSpeed 
- The port speed for ethernet ports in Mbps.
- Features
List<GetCapability Adapter Unit Descriptor Feature> 
- FibreChannel doublePort Speed 
- The port speed for fibre channel ports in Mbps.
- FibreChannel doubleScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- Id string
- IsAzure boolQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- IsGeneve boolSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- IsSecure boolBoot Supported 
- Indicates support for secure boot.
- MaxEth doubleRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- MaxEth doubleTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- MaxRocev2Interfaces double
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- NumDce doublePorts 
- Number of Dce Ports for the adapter.
- NumberOf doublePci Links 
- Indicates number of PCI Links of the adapter.
- ObjectType string
- Owners List<string>
- Parent
GetCapability Adapter Unit Descriptor Parent 
- PciLink double
- Indicates PCI Link status of adapter.
- PermissionResources List<GetCapability Adapter Unit Descriptor Permission Resource> 
- PromCard stringType 
- Prom card type for the adapter.
- 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<GetCapability Adapter Unit Descriptor Tag> 
- Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- VersionContext GetCapability Adapter Unit Descriptor Version Context 
- VicId string
- Vic Id assigned for the adapter.
- AccountMoid string
- The Account ID for this managed object.
- AdapterGeneration float64
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- AdditionalProperties string
- Ancestors
[]GetCapability Adapter Unit Descriptor Ancestor 
- Capabilities
[]GetCapability Adapter Unit Descriptor Capability 
- ClassId string
- ConnectivityOrder string
- Order in which the ports are connected; sequential or cyclic.
- CreateTime string
- The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetPort float64Speed 
- The port speed for ethernet ports in Mbps.
- Features
[]GetCapability Adapter Unit Descriptor Feature 
- FibreChannel float64Port Speed 
- The port speed for fibre channel ports in Mbps.
- FibreChannel float64Scsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- Id string
- IsAzure boolQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- IsGeneve boolSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- IsSecure boolBoot Supported 
- Indicates support for secure boot.
- MaxEth float64Rx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- MaxEth float64Tx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- MaxRocev2Interfaces float64
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- NumDce float64Ports 
- Number of Dce Ports for the adapter.
- NumberOf float64Pci Links 
- Indicates number of PCI Links of the adapter.
- ObjectType string
- Owners []string
- Parent
GetCapability Adapter Unit Descriptor Parent 
- PciLink float64
- Indicates PCI Link status of adapter.
- PermissionResources []GetCapability Adapter Unit Descriptor Permission Resource 
- PromCard stringType 
- Prom card type for the adapter.
- 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.
- 
[]GetCapability Adapter Unit Descriptor Tag 
- Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- VersionContext GetCapability Adapter Unit Descriptor Version Context 
- VicId string
- Vic Id assigned for the adapter.
- accountMoid String
- The Account ID for this managed object.
- adapterGeneration Double
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additionalProperties String
- ancestors
List<GetCapability Adapter Unit Descriptor Ancestor> 
- capabilities
List<GetCapability Adapter Unit Descriptor Capability> 
- classId String
- connectivityOrder String
- Order in which the ports are connected; sequential or cyclic.
- createTime String
- The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetPort DoubleSpeed 
- The port speed for ethernet ports in Mbps.
- features
List<GetCapability Adapter Unit Descriptor Feature> 
- fibreChannel DoublePort Speed 
- The port speed for fibre channel ports in Mbps.
- fibreChannel DoubleScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- id String
- isAzure BooleanQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- isGeneve BooleanSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- isSecure BooleanBoot Supported 
- Indicates support for secure boot.
- maxEth DoubleRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- maxEth DoubleTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- maxRocev2Interfaces Double
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- numDce DoublePorts 
- Number of Dce Ports for the adapter.
- numberOf DoublePci Links 
- Indicates number of PCI Links of the adapter.
- objectType String
- owners List<String>
- parent
GetCapability Adapter Unit Descriptor Parent 
- pciLink Double
- Indicates PCI Link status of adapter.
- permissionResources List<GetCapability Adapter Unit Descriptor Permission Resource> 
- promCard StringType 
- Prom card type for the adapter.
- 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<GetCapability Adapter Unit Descriptor Tag> 
- vendor String
- The vendor of the endpoint, for which this capability information is applicable.
- versionContext GetCapability Adapter Unit Descriptor Version Context 
- vicId String
- Vic Id assigned for the adapter.
- accountMoid string
- The Account ID for this managed object.
- adapterGeneration number
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additionalProperties string
- ancestors
GetCapability Adapter Unit Descriptor Ancestor[] 
- capabilities
GetCapability Adapter Unit Descriptor Capability[] 
- classId string
- connectivityOrder string
- Order in which the ports are connected; sequential or cyclic.
- createTime string
- The time when this managed object was created.
- description string
- Detailed information about the endpoint.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ethernetPort numberSpeed 
- The port speed for ethernet ports in Mbps.
- features
GetCapability Adapter Unit Descriptor Feature[] 
- fibreChannel numberPort Speed 
- The port speed for fibre channel ports in Mbps.
- fibreChannel numberScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- id string
- isAzure booleanQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- isGeneve booleanSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- isSecure booleanBoot Supported 
- Indicates support for secure boot.
- maxEth numberRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- maxEth numberTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- maxRocev2Interfaces number
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- modTime string
- The time when this managed object was last modified.
- model string
- The model of the endpoint, for which this capability information is applicable.
- moid string
- The unique identifier of this Managed Object instance.
- nrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- numDce numberPorts 
- Number of Dce Ports for the adapter.
- numberOf numberPci Links 
- Indicates number of PCI Links of the adapter.
- objectType string
- owners string[]
- parent
GetCapability Adapter Unit Descriptor Parent 
- pciLink number
- Indicates PCI Link status of adapter.
- permissionResources GetCapability Adapter Unit Descriptor Permission Resource[] 
- promCard stringType 
- Prom card type for the adapter.
- 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.
- 
GetCapability Adapter Unit Descriptor Tag[] 
- vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- versionContext GetCapability Adapter Unit Descriptor Version Context 
- vicId string
- Vic Id assigned for the adapter.
- account_moid str
- The Account ID for this managed object.
- adapter_generation float
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additional_properties str
- ancestors
Sequence[GetCapability Adapter Unit Descriptor Ancestor] 
- capabilities
Sequence[GetCapability Adapter Unit Descriptor Capability] 
- class_id str
- connectivity_order str
- Order in which the ports are connected; sequential or cyclic.
- create_time str
- The time when this managed object was created.
- description str
- Detailed information about the endpoint.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- ethernet_port_ floatspeed 
- The port speed for ethernet ports in Mbps.
- features
Sequence[GetCapability Adapter Unit Descriptor Feature] 
- fibre_channel_ floatport_ speed 
- The port speed for fibre channel ports in Mbps.
- fibre_channel_ floatscsi_ ioq_ limit 
- The number of SCSI I/O Queue resources to allocate.
- id str
- is_azure_ boolqos_ supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is_geneve_ boolsupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- is_secure_ boolboot_ supported 
- Indicates support for secure boot.
- max_eth_ floatrx_ ring_ size 
- Maximum Ring Size value for vNIC Receive Queue.
- max_eth_ floattx_ ring_ size 
- Maximum Ring Size value for vNIC Transmit Queue.
- max_rocev2_ floatinterfaces 
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod_time str
- The time when this managed object was last modified.
- model str
- The model of the endpoint, for which this capability information is applicable.
- moid str
- The unique identifier of this Managed Object instance.
- nr_version str
- The firmware or software version of the endpoint, for which this capability information is applicable.
- num_dce_ floatports 
- Number of Dce Ports for the adapter.
- number_of_ floatpci_ links 
- Indicates number of PCI Links of the adapter.
- object_type str
- owners Sequence[str]
- parent
GetCapability Adapter Unit Descriptor Parent 
- pci_link float
- Indicates PCI Link status of adapter.
- permission_resources Sequence[GetCapability Adapter Unit Descriptor Permission Resource] 
- prom_card_ strtype 
- Prom card type for the adapter.
- 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[GetCapability Adapter Unit Descriptor Tag] 
- vendor str
- The vendor of the endpoint, for which this capability information is applicable.
- version_context GetCapability Adapter Unit Descriptor Version Context 
- vic_id str
- Vic Id assigned for the adapter.
- accountMoid String
- The Account ID for this managed object.
- adapterGeneration Number
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additionalProperties String
- ancestors List<Property Map>
- capabilities List<Property Map>
- classId String
- connectivityOrder String
- Order in which the ports are connected; sequential or cyclic.
- createTime String
- The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetPort NumberSpeed 
- The port speed for ethernet ports in Mbps.
- features List<Property Map>
- fibreChannel NumberPort Speed 
- The port speed for fibre channel ports in Mbps.
- fibreChannel NumberScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- id String
- isAzure BooleanQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- isGeneve BooleanSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- isSecure BooleanBoot Supported 
- Indicates support for secure boot.
- maxEth NumberRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- maxEth NumberTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- maxRocev2Interfaces Number
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- numDce NumberPorts 
- Number of Dce Ports for the adapter.
- numberOf NumberPci Links 
- Indicates number of PCI Links of the adapter.
- objectType String
- owners List<String>
- parent Property Map
- pciLink Number
- Indicates PCI Link status of adapter.
- permissionResources List<Property Map>
- promCard StringType 
- Prom card type for the adapter.
- 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 of the endpoint, for which this capability information is applicable.
- versionContext Property Map
- vicId String
- Vic Id assigned for the adapter.
getCapabilityAdapterUnitDescriptor Result
The following output properties are available:
- Id string
- Results
List<GetCapability Adapter Unit Descriptor Result> 
- AccountMoid string
- AdapterGeneration double
- AdditionalProperties string
- Ancestors
List<GetCapability Adapter Unit Descriptor Ancestor> 
- Capabilities
List<GetCapability Adapter Unit Descriptor Capability> 
- ClassId string
- ConnectivityOrder string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EthernetPort doubleSpeed 
- Features
List<GetCapability Adapter Unit Descriptor Feature> 
- FibreChannel doublePort Speed 
- FibreChannel doubleScsi Ioq Limit 
- IsAzure boolQos Supported 
- IsGeneve boolSupported 
- IsSecure boolBoot Supported 
- MaxEth doubleRx Ring Size 
- MaxEth doubleTx Ring Size 
- MaxRocev2Interfaces double
- ModTime string
- Model string
- Moid string
- NrVersion string
- NumDce doublePorts 
- NumberOf doublePci Links 
- ObjectType string
- Owners List<string>
- Parent
GetCapability Adapter Unit Descriptor Parent 
- PciLink double
- PermissionResources List<GetCapability Adapter Unit Descriptor Permission Resource> 
- PromCard stringType 
- string
- 
List<GetCapability Adapter Unit Descriptor Tag> 
- Vendor string
- VersionContext GetCapability Adapter Unit Descriptor Version Context 
- VicId string
- Id string
- Results
[]GetCapability Adapter Unit Descriptor Result 
- AccountMoid string
- AdapterGeneration float64
- AdditionalProperties string
- Ancestors
[]GetCapability Adapter Unit Descriptor Ancestor 
- Capabilities
[]GetCapability Adapter Unit Descriptor Capability 
- ClassId string
- ConnectivityOrder string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EthernetPort float64Speed 
- Features
[]GetCapability Adapter Unit Descriptor Feature 
- FibreChannel float64Port Speed 
- FibreChannel float64Scsi Ioq Limit 
- IsAzure boolQos Supported 
- IsGeneve boolSupported 
- IsSecure boolBoot Supported 
- MaxEth float64Rx Ring Size 
- MaxEth float64Tx Ring Size 
- MaxRocev2Interfaces float64
- ModTime string
- Model string
- Moid string
- NrVersion string
- NumDce float64Ports 
- NumberOf float64Pci Links 
- ObjectType string
- Owners []string
- Parent
GetCapability Adapter Unit Descriptor Parent 
- PciLink float64
- PermissionResources []GetCapability Adapter Unit Descriptor Permission Resource 
- PromCard stringType 
- string
- 
[]GetCapability Adapter Unit Descriptor Tag 
- Vendor string
- VersionContext GetCapability Adapter Unit Descriptor Version Context 
- VicId string
- id String
- results
List<GetCapability Adapter Unit Descriptor Result> 
- accountMoid String
- adapterGeneration Double
- additionalProperties String
- ancestors
List<GetCapability Adapter Unit Descriptor Ancestor> 
- capabilities
List<GetCapability Adapter Unit Descriptor Capability> 
- classId String
- connectivityOrder String
- createTime String
- description String
- domainGroup StringMoid 
- ethernetPort DoubleSpeed 
- features
List<GetCapability Adapter Unit Descriptor Feature> 
- fibreChannel DoublePort Speed 
- fibreChannel DoubleScsi Ioq Limit 
- isAzure BooleanQos Supported 
- isGeneve BooleanSupported 
- isSecure BooleanBoot Supported 
- maxEth DoubleRx Ring Size 
- maxEth DoubleTx Ring Size 
- maxRocev2Interfaces Double
- modTime String
- model String
- moid String
- nrVersion String
- numDce DoublePorts 
- numberOf DoublePci Links 
- objectType String
- owners List<String>
- parent
GetCapability Adapter Unit Descriptor Parent 
- pciLink Double
- permissionResources List<GetCapability Adapter Unit Descriptor Permission Resource> 
- promCard StringType 
- String
- 
List<GetCapability Adapter Unit Descriptor Tag> 
- vendor String
- versionContext GetCapability Adapter Unit Descriptor Version Context 
- vicId String
- id string
- results
GetCapability Adapter Unit Descriptor Result[] 
- accountMoid string
- adapterGeneration number
- additionalProperties string
- ancestors
GetCapability Adapter Unit Descriptor Ancestor[] 
- capabilities
GetCapability Adapter Unit Descriptor Capability[] 
- classId string
- connectivityOrder string
- createTime string
- description string
- domainGroup stringMoid 
- ethernetPort numberSpeed 
- features
GetCapability Adapter Unit Descriptor Feature[] 
- fibreChannel numberPort Speed 
- fibreChannel numberScsi Ioq Limit 
- isAzure booleanQos Supported 
- isGeneve booleanSupported 
- isSecure booleanBoot Supported 
- maxEth numberRx Ring Size 
- maxEth numberTx Ring Size 
- maxRocev2Interfaces number
- modTime string
- model string
- moid string
- nrVersion string
- numDce numberPorts 
- numberOf numberPci Links 
- objectType string
- owners string[]
- parent
GetCapability Adapter Unit Descriptor Parent 
- pciLink number
- permissionResources GetCapability Adapter Unit Descriptor Permission Resource[] 
- promCard stringType 
- string
- 
GetCapability Adapter Unit Descriptor Tag[] 
- vendor string
- versionContext GetCapability Adapter Unit Descriptor Version Context 
- vicId string
- id str
- results
Sequence[GetCapability Adapter Unit Descriptor Result] 
- account_moid str
- adapter_generation float
- additional_properties str
- ancestors
Sequence[GetCapability Adapter Unit Descriptor Ancestor] 
- capabilities
Sequence[GetCapability Adapter Unit Descriptor Capability] 
- class_id str
- connectivity_order str
- create_time str
- description str
- domain_group_ strmoid 
- ethernet_port_ floatspeed 
- features
Sequence[GetCapability Adapter Unit Descriptor Feature] 
- fibre_channel_ floatport_ speed 
- fibre_channel_ floatscsi_ ioq_ limit 
- is_azure_ boolqos_ supported 
- is_geneve_ boolsupported 
- is_secure_ boolboot_ supported 
- max_eth_ floatrx_ ring_ size 
- max_eth_ floattx_ ring_ size 
- max_rocev2_ floatinterfaces 
- mod_time str
- model str
- moid str
- nr_version str
- num_dce_ floatports 
- number_of_ floatpci_ links 
- object_type str
- owners Sequence[str]
- parent
GetCapability Adapter Unit Descriptor Parent 
- pci_link float
- permission_resources Sequence[GetCapability Adapter Unit Descriptor Permission Resource] 
- prom_card_ strtype 
- str
- 
Sequence[GetCapability Adapter Unit Descriptor Tag] 
- vendor str
- version_context GetCapability Adapter Unit Descriptor Version Context 
- vic_id str
- id String
- results List<Property Map>
- accountMoid String
- adapterGeneration Number
- additionalProperties String
- ancestors List<Property Map>
- capabilities List<Property Map>
- classId String
- connectivityOrder String
- createTime String
- description String
- domainGroup StringMoid 
- ethernetPort NumberSpeed 
- features List<Property Map>
- fibreChannel NumberPort Speed 
- fibreChannel NumberScsi Ioq Limit 
- isAzure BooleanQos Supported 
- isGeneve BooleanSupported 
- isSecure BooleanBoot Supported 
- maxEth NumberRx Ring Size 
- maxEth NumberTx Ring Size 
- maxRocev2Interfaces Number
- modTime String
- model String
- moid String
- nrVersion String
- numDce NumberPorts 
- numberOf NumberPci Links 
- objectType String
- owners List<String>
- parent Property Map
- pciLink Number
- permissionResources List<Property Map>
- promCard StringType 
- String
- List<Property Map>
- vendor String
- versionContext Property Map
- vicId String
Supporting Types
GetCapabilityAdapterUnitDescriptorAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilityAdapterUnitDescriptorCapability     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilityAdapterUnitDescriptorFeature     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FeatureName string
- Name of the feature that identifies the specific adapter configuration.- RoCEv2- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.
- RoCEv1- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.
- VMQ- Capability indicator of the Virtual Machine Queue (VMQ) feature.
- VMMQ- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.
- VMQInterrupts- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.
- NVGRE- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.
- ARFS- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.
- VXLAN- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.
- usNIC- Capability indicator of the User Space NIC (usNIC) feature.
- Advanced Filter- Capability indicator of the Advanced Filter feature.
- Azure Stack Host QOS- Capability indicator of the Azure Stack Host QOS feature.
- GENEVE Offload- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.
- QinQ- Capability indicator of the QinQ feature.
- SRIOV- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).
- Ether Channel Pinning- Capability indicator of the Ether Channel Pinning feature.
 
- MinAdapter stringFw Version 
- Firmware version of Adapter from which support for this feature is available.
- MinFw stringVersion 
- Firmware version of BMC from which support for this feature is available.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SupportedFw List<string>Versions 
- SupportedIn List<string>Adapters 
- SupportedIn List<double>Generations 
- UnsupportedFeature List<GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix> 
- ValidationAction string
- Action to be taken when validation does not succeed.- Error- Stop workflow execution by throwing error.
- Skip- Remove the feature from configuration and continue workflow execution.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- FeatureName string
- Name of the feature that identifies the specific adapter configuration.- RoCEv2- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.
- RoCEv1- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.
- VMQ- Capability indicator of the Virtual Machine Queue (VMQ) feature.
- VMMQ- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.
- VMQInterrupts- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.
- NVGRE- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.
- ARFS- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.
- VXLAN- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.
- usNIC- Capability indicator of the User Space NIC (usNIC) feature.
- Advanced Filter- Capability indicator of the Advanced Filter feature.
- Azure Stack Host QOS- Capability indicator of the Azure Stack Host QOS feature.
- GENEVE Offload- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.
- QinQ- Capability indicator of the QinQ feature.
- SRIOV- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).
- Ether Channel Pinning- Capability indicator of the Ether Channel Pinning feature.
 
- MinAdapter stringFw Version 
- Firmware version of Adapter from which support for this feature is available.
- MinFw stringVersion 
- Firmware version of BMC from which support for this feature is available.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SupportedFw []stringVersions 
- SupportedIn []stringAdapters 
- SupportedIn []float64Generations 
- UnsupportedFeature []GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix 
- ValidationAction string
- Action to be taken when validation does not succeed.- Error- Stop workflow execution by throwing error.
- Skip- Remove the feature from configuration and continue workflow execution.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- featureName String
- Name of the feature that identifies the specific adapter configuration.- RoCEv2- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.
- RoCEv1- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.
- VMQ- Capability indicator of the Virtual Machine Queue (VMQ) feature.
- VMMQ- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.
- VMQInterrupts- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.
- NVGRE- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.
- ARFS- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.
- VXLAN- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.
- usNIC- Capability indicator of the User Space NIC (usNIC) feature.
- Advanced Filter- Capability indicator of the Advanced Filter feature.
- Azure Stack Host QOS- Capability indicator of the Azure Stack Host QOS feature.
- GENEVE Offload- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.
- QinQ- Capability indicator of the QinQ feature.
- SRIOV- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).
- Ether Channel Pinning- Capability indicator of the Ether Channel Pinning feature.
 
- minAdapter StringFw Version 
- Firmware version of Adapter from which support for this feature is available.
- minFw StringVersion 
- Firmware version of BMC from which support for this feature is available.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supportedFw List<String>Versions 
- supportedIn List<String>Adapters 
- supportedIn List<Double>Generations 
- unsupportedFeature List<GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix> 
- validationAction String
- Action to be taken when validation does not succeed.- Error- Stop workflow execution by throwing error.
- Skip- Remove the feature from configuration and continue workflow execution.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- featureName string
- Name of the feature that identifies the specific adapter configuration.- RoCEv2- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.
- RoCEv1- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.
- VMQ- Capability indicator of the Virtual Machine Queue (VMQ) feature.
- VMMQ- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.
- VMQInterrupts- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.
- NVGRE- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.
- ARFS- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.
- VXLAN- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.
- usNIC- Capability indicator of the User Space NIC (usNIC) feature.
- Advanced Filter- Capability indicator of the Advanced Filter feature.
- Azure Stack Host QOS- Capability indicator of the Azure Stack Host QOS feature.
- GENEVE Offload- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.
- QinQ- Capability indicator of the QinQ feature.
- SRIOV- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).
- Ether Channel Pinning- Capability indicator of the Ether Channel Pinning feature.
 
- minAdapter stringFw Version 
- Firmware version of Adapter from which support for this feature is available.
- minFw stringVersion 
- Firmware version of BMC from which support for this feature is available.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supportedFw string[]Versions 
- supportedIn string[]Adapters 
- supportedIn number[]Generations 
- unsupportedFeature GetMatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix[] 
- validationAction string
- Action to be taken when validation does not succeed.- Error- Stop workflow execution by throwing error.
- Skip- Remove the feature from configuration and continue workflow execution.
 
- 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.
- feature_name str
- Name of the feature that identifies the specific adapter configuration.- RoCEv2- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.
- RoCEv1- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.
- VMQ- Capability indicator of the Virtual Machine Queue (VMQ) feature.
- VMMQ- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.
- VMQInterrupts- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.
- NVGRE- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.
- ARFS- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.
- VXLAN- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.
- usNIC- Capability indicator of the User Space NIC (usNIC) feature.
- Advanced Filter- Capability indicator of the Advanced Filter feature.
- Azure Stack Host QOS- Capability indicator of the Azure Stack Host QOS feature.
- GENEVE Offload- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.
- QinQ- Capability indicator of the QinQ feature.
- SRIOV- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).
- Ether Channel Pinning- Capability indicator of the Ether Channel Pinning feature.
 
- min_adapter_ strfw_ version 
- Firmware version of Adapter from which support for this feature is available.
- min_fw_ strversion 
- Firmware version of BMC from which support for this feature is available.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supported_fw_ Sequence[str]versions 
- supported_in_ Sequence[str]adapters 
- supported_in_ Sequence[float]generations 
- unsupported_feature_ Sequence[Getmatrices Capability Adapter Unit Descriptor Feature Unsupported Feature Matrix] 
- validation_action str
- Action to be taken when validation does not succeed.- Error- Stop workflow execution by throwing error.
- Skip- Remove the feature from configuration and continue workflow execution.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- featureName String
- Name of the feature that identifies the specific adapter configuration.- RoCEv2- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 2.
- RoCEv1- Capability indicator of the RDMA over Converged Ethernet (RoCE) feature version 1.
- VMQ- Capability indicator of the Virtual Machine Queue (VMQ) feature.
- VMMQ- Capability indicator of the Virtual Machine Multi-Queue (VMMQ) feature.
- VMQInterrupts- Capability indicator of the Virtual Machine Queue (VMQ) Interrupts feature.
- NVGRE- Capability indicator of the Network Virtualization using Generic Routing Encapsulation (NVGRE) feature.
- ARFS- Capability indicator of the Accelerated Receive Flow Steering (ARFS) feature.
- VXLAN- Capability indicator of the Virtual Extensible LAN (VXLAN) feature.
- usNIC- Capability indicator of the User Space NIC (usNIC) feature.
- Advanced Filter- Capability indicator of the Advanced Filter feature.
- Azure Stack Host QOS- Capability indicator of the Azure Stack Host QOS feature.
- GENEVE Offload- Capability indicator of the Generic Network Virtualization Encapsulation (Geneve) Offload feature.
- QinQ- Capability indicator of the QinQ feature.
- SRIOV- Capability indicator of the Single Root Input Output Virtualization (SR-IOV).
- Ether Channel Pinning- Capability indicator of the Ether Channel Pinning feature.
 
- minAdapter StringFw Version 
- Firmware version of Adapter from which support for this feature is available.
- minFw StringVersion 
- Firmware version of BMC from which support for this feature is available.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- supportedFw List<String>Versions 
- supportedIn List<String>Adapters 
- supportedIn List<Number>Generations 
- unsupportedFeature List<Property Map>Matrices 
- validationAction String
- Action to be taken when validation does not succeed.- Error- Stop workflow execution by throwing error.
- Skip- Remove the feature from configuration and continue workflow execution.
 
GetCapabilityAdapterUnitDescriptorFeatureUnsupportedFeatureMatrix        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Generation double
- The adapter generations that support this feature.- 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.
- 2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.
- 3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.
- 5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UnsupportdFeatures List<string>
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Generation float64
- The adapter generations that support this feature.- 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.
- 2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.
- 3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.
- 5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- UnsupportdFeatures []string
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- generation Double
- The adapter generations that support this feature.- 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.
- 2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.
- 3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.
- 5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportdFeatures List<String>
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- generation number
- The adapter generations that support this feature.- 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.
- 2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.
- 3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.
- 5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportdFeatures string[]
- 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.
- generation float
- The adapter generations that support this feature.- 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.
- 2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.
- 3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.
- 5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportd_features Sequence[str]
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- generation Number
- The adapter generations that support this feature.- 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.
- 2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.
- 3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.
- 5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- unsupportdFeatures List<String>
GetCapabilityAdapterUnitDescriptorParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilityAdapterUnitDescriptorPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilityAdapterUnitDescriptorResult     
- AccountMoid string
- The Account ID for this managed object.
- AdapterGeneration double
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- AdditionalProperties string
- Ancestors
List<GetCapability Adapter Unit Descriptor Result Ancestor> 
- Capabilities
List<GetCapability Adapter Unit Descriptor Result Capability> 
- ClassId string
- ConnectivityOrder string
- Order in which the ports are connected; sequential or cyclic.
- CreateTime string
- The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetPort doubleSpeed 
- The port speed for ethernet ports in Mbps.
- Features
List<GetCapability Adapter Unit Descriptor Result Feature> 
- FibreChannel doublePort Speed 
- The port speed for fibre channel ports in Mbps.
- FibreChannel doubleScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- IsAzure boolQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- IsGeneve boolSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- IsSecure boolBoot Supported 
- Indicates support for secure boot.
- MaxEth doubleRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- MaxEth doubleTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- MaxRocev2Interfaces double
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- NumDce doublePorts 
- Number of Dce Ports for the adapter.
- NumberOf doublePci Links 
- Indicates number of PCI Links of the adapter.
- ObjectType string
- Owners List<string>
- Parents
List<GetCapability Adapter Unit Descriptor Result Parent> 
- PciLink double
- Indicates PCI Link status of adapter.
- PermissionResources List<GetCapability Adapter Unit Descriptor Result Permission Resource> 
- PromCard stringType 
- Prom card type for the adapter.
- 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<GetCapability Adapter Unit Descriptor Result Tag> 
- Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- VersionContexts List<GetCapability Adapter Unit Descriptor Result Version Context> 
- VicId string
- Vic Id assigned for the adapter.
- AccountMoid string
- The Account ID for this managed object.
- AdapterGeneration float64
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- AdditionalProperties string
- Ancestors
[]GetCapability Adapter Unit Descriptor Result Ancestor 
- Capabilities
[]GetCapability Adapter Unit Descriptor Result Capability 
- ClassId string
- ConnectivityOrder string
- Order in which the ports are connected; sequential or cyclic.
- CreateTime string
- The time when this managed object was created.
- Description string
- Detailed information about the endpoint.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EthernetPort float64Speed 
- The port speed for ethernet ports in Mbps.
- Features
[]GetCapability Adapter Unit Descriptor Result Feature 
- FibreChannel float64Port Speed 
- The port speed for fibre channel ports in Mbps.
- FibreChannel float64Scsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- IsAzure boolQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- IsGeneve boolSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- IsSecure boolBoot Supported 
- Indicates support for secure boot.
- MaxEth float64Rx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- MaxEth float64Tx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- MaxRocev2Interfaces float64
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- ModTime string
- The time when this managed object was last modified.
- Model string
- The model of the endpoint, for which this capability information is applicable.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- NumDce float64Ports 
- Number of Dce Ports for the adapter.
- NumberOf float64Pci Links 
- Indicates number of PCI Links of the adapter.
- ObjectType string
- Owners []string
- Parents
[]GetCapability Adapter Unit Descriptor Result Parent 
- PciLink float64
- Indicates PCI Link status of adapter.
- PermissionResources []GetCapability Adapter Unit Descriptor Result Permission Resource 
- PromCard stringType 
- Prom card type for the adapter.
- 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.
- 
[]GetCapability Adapter Unit Descriptor Result Tag 
- Vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- VersionContexts []GetCapability Adapter Unit Descriptor Result Version Context 
- VicId string
- Vic Id assigned for the adapter.
- accountMoid String
- The Account ID for this managed object.
- adapterGeneration Double
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additionalProperties String
- ancestors
List<GetCapability Adapter Unit Descriptor Result Ancestor> 
- capabilities
List<GetCapability Adapter Unit Descriptor Result Capability> 
- classId String
- connectivityOrder String
- Order in which the ports are connected; sequential or cyclic.
- createTime String
- The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetPort DoubleSpeed 
- The port speed for ethernet ports in Mbps.
- features
List<GetCapability Adapter Unit Descriptor Result Feature> 
- fibreChannel DoublePort Speed 
- The port speed for fibre channel ports in Mbps.
- fibreChannel DoubleScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- isAzure BooleanQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- isGeneve BooleanSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- isSecure BooleanBoot Supported 
- Indicates support for secure boot.
- maxEth DoubleRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- maxEth DoubleTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- maxRocev2Interfaces Double
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- numDce DoublePorts 
- Number of Dce Ports for the adapter.
- numberOf DoublePci Links 
- Indicates number of PCI Links of the adapter.
- objectType String
- owners List<String>
- parents
List<GetCapability Adapter Unit Descriptor Result Parent> 
- pciLink Double
- Indicates PCI Link status of adapter.
- permissionResources List<GetCapability Adapter Unit Descriptor Result Permission Resource> 
- promCard StringType 
- Prom card type for the adapter.
- 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<GetCapability Adapter Unit Descriptor Result Tag> 
- vendor String
- The vendor of the endpoint, for which this capability information is applicable.
- versionContexts List<GetCapability Adapter Unit Descriptor Result Version Context> 
- vicId String
- Vic Id assigned for the adapter.
- accountMoid string
- The Account ID for this managed object.
- adapterGeneration number
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additionalProperties string
- ancestors
GetCapability Adapter Unit Descriptor Result Ancestor[] 
- capabilities
GetCapability Adapter Unit Descriptor Result Capability[] 
- classId string
- connectivityOrder string
- Order in which the ports are connected; sequential or cyclic.
- createTime string
- The time when this managed object was created.
- description string
- Detailed information about the endpoint.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ethernetPort numberSpeed 
- The port speed for ethernet ports in Mbps.
- features
GetCapability Adapter Unit Descriptor Result Feature[] 
- fibreChannel numberPort Speed 
- The port speed for fibre channel ports in Mbps.
- fibreChannel numberScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- isAzure booleanQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- isGeneve booleanSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- isSecure booleanBoot Supported 
- Indicates support for secure boot.
- maxEth numberRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- maxEth numberTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- maxRocev2Interfaces number
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- modTime string
- The time when this managed object was last modified.
- model string
- The model of the endpoint, for which this capability information is applicable.
- moid string
- The unique identifier of this Managed Object instance.
- nrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- numDce numberPorts 
- Number of Dce Ports for the adapter.
- numberOf numberPci Links 
- Indicates number of PCI Links of the adapter.
- objectType string
- owners string[]
- parents
GetCapability Adapter Unit Descriptor Result Parent[] 
- pciLink number
- Indicates PCI Link status of adapter.
- permissionResources GetCapability Adapter Unit Descriptor Result Permission Resource[] 
- promCard stringType 
- Prom card type for the adapter.
- 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.
- 
GetCapability Adapter Unit Descriptor Result Tag[] 
- vendor string
- The vendor of the endpoint, for which this capability information is applicable.
- versionContexts GetCapability Adapter Unit Descriptor Result Version Context[] 
- vicId string
- Vic Id assigned for the adapter.
- account_moid str
- The Account ID for this managed object.
- adapter_generation float
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additional_properties str
- ancestors
Sequence[GetCapability Adapter Unit Descriptor Result Ancestor] 
- capabilities
Sequence[GetCapability Adapter Unit Descriptor Result Capability] 
- class_id str
- connectivity_order str
- Order in which the ports are connected; sequential or cyclic.
- create_time str
- The time when this managed object was created.
- description str
- Detailed information about the endpoint.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- ethernet_port_ floatspeed 
- The port speed for ethernet ports in Mbps.
- features
Sequence[GetCapability Adapter Unit Descriptor Result Feature] 
- fibre_channel_ floatport_ speed 
- The port speed for fibre channel ports in Mbps.
- fibre_channel_ floatscsi_ ioq_ limit 
- The number of SCSI I/O Queue resources to allocate.
- is_azure_ boolqos_ supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- is_geneve_ boolsupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- is_secure_ boolboot_ supported 
- Indicates support for secure boot.
- max_eth_ floatrx_ ring_ size 
- Maximum Ring Size value for vNIC Receive Queue.
- max_eth_ floattx_ ring_ size 
- Maximum Ring Size value for vNIC Transmit Queue.
- max_rocev2_ floatinterfaces 
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- mod_time str
- The time when this managed object was last modified.
- model str
- The model of the endpoint, for which this capability information is applicable.
- moid str
- The unique identifier of this Managed Object instance.
- nr_version str
- The firmware or software version of the endpoint, for which this capability information is applicable.
- num_dce_ floatports 
- Number of Dce Ports for the adapter.
- number_of_ floatpci_ links 
- Indicates number of PCI Links of the adapter.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetCapability Adapter Unit Descriptor Result Parent] 
- pci_link float
- Indicates PCI Link status of adapter.
- permission_resources Sequence[GetCapability Adapter Unit Descriptor Result Permission Resource] 
- prom_card_ strtype 
- Prom card type for the adapter.
- 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[GetCapability Adapter Unit Descriptor Result Tag] 
- vendor str
- The vendor of the endpoint, for which this capability information is applicable.
- version_contexts Sequence[GetCapability Adapter Unit Descriptor Result Version Context] 
- vic_id str
- Vic Id assigned for the adapter.
- accountMoid String
- The Account ID for this managed object.
- adapterGeneration Number
- Generation of the adapter.* 4- Fourth generation adapters (14xx). The PIDs of these adapters end with the string 04.*2- Second generation VIC adapters (12xx). The PIDs of these adapters end with the string 02.*3- Third generation adapters (13xx). The PIDs of these adapters end with the string 03.*5- Fifth generation adapters (15xx). The PIDs of these adapters contain the V5 string.
- additionalProperties String
- ancestors List<Property Map>
- capabilities List<Property Map>
- classId String
- connectivityOrder String
- Order in which the ports are connected; sequential or cyclic.
- createTime String
- The time when this managed object was created.
- description String
- Detailed information about the endpoint.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- ethernetPort NumberSpeed 
- The port speed for ethernet ports in Mbps.
- features List<Property Map>
- fibreChannel NumberPort Speed 
- The port speed for fibre channel ports in Mbps.
- fibreChannel NumberScsi Ioq Limit 
- The number of SCSI I/O Queue resources to allocate.
- isAzure BooleanQos Supported 
- Indicates that the Azure Stack Host QoS feature is supported by this adapter.
- isGeneve BooleanSupported 
- Indicates that the GENEVE offload feature is supported by this adapter.
- isSecure BooleanBoot Supported 
- Indicates support for secure boot.
- maxEth NumberRx Ring Size 
- Maximum Ring Size value for vNIC Receive Queue.
- maxEth NumberTx Ring Size 
- Maximum Ring Size value for vNIC Transmit Queue.
- maxRocev2Interfaces Number
- Maximum number of vNIC interfaces that can be RoCEv2 enabled.
- modTime String
- The time when this managed object was last modified.
- model String
- The model of the endpoint, for which this capability information is applicable.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- numDce NumberPorts 
- Number of Dce Ports for the adapter.
- numberOf NumberPci Links 
- Indicates number of PCI Links of the adapter.
- objectType String
- owners List<String>
- parents List<Property Map>
- pciLink Number
- Indicates PCI Link status of adapter.
- permissionResources List<Property Map>
- promCard StringType 
- Prom card type for the adapter.
- 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 of the endpoint, for which this capability information is applicable.
- versionContexts List<Property Map>
- vicId String
- Vic Id assigned for the adapter.
GetCapabilityAdapterUnitDescriptorResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilityAdapterUnitDescriptorResultCapability      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilityAdapterUnitDescriptorResultFeature      
- AdditionalProperties string
- ClassId string
- FeatureName string
- MinAdapter stringFw Version 
- MinFw stringVersion 
- ObjectType string
- SupportedFw List<string>Versions 
- SupportedIn List<string>Adapters 
- SupportedIn List<double>Generations 
- UnsupportedFeature List<GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix> 
- ValidationAction string
- AdditionalProperties string
- ClassId string
- FeatureName string
- MinAdapter stringFw Version 
- MinFw stringVersion 
- ObjectType string
- SupportedFw []stringVersions 
- SupportedIn []stringAdapters 
- SupportedIn []float64Generations 
- UnsupportedFeature []GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix 
- ValidationAction string
- additionalProperties String
- classId String
- featureName String
- minAdapter StringFw Version 
- minFw StringVersion 
- objectType String
- supportedFw List<String>Versions 
- supportedIn List<String>Adapters 
- supportedIn List<Double>Generations 
- unsupportedFeature List<GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix> 
- validationAction String
- additionalProperties string
- classId string
- featureName string
- minAdapter stringFw Version 
- minFw stringVersion 
- objectType string
- supportedFw string[]Versions 
- supportedIn string[]Adapters 
- supportedIn number[]Generations 
- unsupportedFeature GetMatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix[] 
- validationAction string
- additional_properties str
- class_id str
- feature_name str
- min_adapter_ strfw_ version 
- min_fw_ strversion 
- object_type str
- supported_fw_ Sequence[str]versions 
- supported_in_ Sequence[str]adapters 
- supported_in_ Sequence[float]generations 
- unsupported_feature_ Sequence[Getmatrices Capability Adapter Unit Descriptor Result Feature Unsupported Feature Matrix] 
- validation_action str
- additionalProperties String
- classId String
- featureName String
- minAdapter StringFw Version 
- minFw StringVersion 
- objectType String
- supportedFw List<String>Versions 
- supportedIn List<String>Adapters 
- supportedIn List<Number>Generations 
- unsupportedFeature List<Property Map>Matrices 
- validationAction String
GetCapabilityAdapterUnitDescriptorResultFeatureUnsupportedFeatureMatrix         
- AdditionalProperties string
- ClassId string
- Generation double
- ObjectType string
- UnsupportdFeatures List<string>
- AdditionalProperties string
- ClassId string
- Generation float64
- ObjectType string
- UnsupportdFeatures []string
- additionalProperties String
- classId String
- generation Double
- objectType String
- unsupportdFeatures List<String>
- additionalProperties string
- classId string
- generation number
- objectType string
- unsupportdFeatures string[]
- additional_properties str
- class_id str
- generation float
- object_type str
- unsupportd_features Sequence[str]
- additionalProperties String
- classId String
- generation Number
- objectType String
- unsupportdFeatures List<String>
GetCapabilityAdapterUnitDescriptorResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilityAdapterUnitDescriptorResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilityAdapterUnitDescriptorResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetCapabilityAdapterUnitDescriptorResultVersionContext       
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetCapability Adapter Unit Descriptor Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- ObjectType string
- RefMos List<GetCapability Adapter Unit Descriptor Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetCapability Adapter Unit Descriptor Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- ObjectType string
- RefMos []GetCapability Adapter Unit Descriptor Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetCapability Adapter Unit Descriptor Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- objectType String
- refMos List<GetCapability Adapter Unit Descriptor Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetCapability Adapter Unit Descriptor Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- objectType string
- refMos GetCapability Adapter Unit Descriptor Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetCapability Adapter Unit Descriptor Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- The firmware or software version of the endpoint, for which this capability information is applicable.
- object_type str
- ref_mos Sequence[GetCapability Adapter Unit Descriptor Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetCapabilityAdapterUnitDescriptorResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilityAdapterUnitDescriptorResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetCapabilityAdapterUnitDescriptorTag     
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetCapabilityAdapterUnitDescriptorVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetCapability Adapter Unit Descriptor Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetCapability Adapter Unit Descriptor Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetCapability Adapter Unit Descriptor Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetCapability Adapter Unit Descriptor Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetCapability Adapter Unit Descriptor Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetCapability Adapter Unit Descriptor Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetCapability Adapter Unit Descriptor Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The firmware or software version of the endpoint, for which this capability information is applicable.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetCapability Adapter Unit Descriptor Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetCapability Adapter Unit Descriptor 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 firmware or software version of the endpoint, for which this capability information is applicable.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetCapability Adapter Unit Descriptor Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The firmware or software version of the endpoint, for which this capability information is applicable.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetCapabilityAdapterUnitDescriptorVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetCapabilityAdapterUnitDescriptorVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet