intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVnicEthAdapterPolicyInventory
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
An Ethernet adapter policy governs the host-side behavior of the adapter, including how the adapter handles traffic. For each VIC Virtual Ethernet Interface various features like VXLAN, NVGRE, ARFS, Interrupt settings, and TCP Offload settings can be configured.
Using getVnicEthAdapterPolicyInventory
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 getVnicEthAdapterPolicyInventory(args: GetVnicEthAdapterPolicyInventoryArgs, opts?: InvokeOptions): Promise<GetVnicEthAdapterPolicyInventoryResult>
function getVnicEthAdapterPolicyInventoryOutput(args: GetVnicEthAdapterPolicyInventoryOutputArgs, opts?: InvokeOptions): Output<GetVnicEthAdapterPolicyInventoryResult>def get_vnic_eth_adapter_policy_inventory(account_moid: Optional[str] = None,
                                          additional_properties: Optional[str] = None,
                                          advanced_filter: Optional[bool] = None,
                                          ancestors: Optional[Sequence[GetVnicEthAdapterPolicyInventoryAncestor]] = None,
                                          arfs_settings: Optional[GetVnicEthAdapterPolicyInventoryArfsSettings] = None,
                                          class_id: Optional[str] = None,
                                          completion_queue_settings: Optional[GetVnicEthAdapterPolicyInventoryCompletionQueueSettings] = None,
                                          create_time: Optional[str] = None,
                                          description: Optional[str] = None,
                                          device_mo_id: Optional[str] = None,
                                          domain_group_moid: Optional[str] = None,
                                          ether_channel_pinning_enabled: Optional[bool] = None,
                                          geneve_enabled: Optional[bool] = None,
                                          id: Optional[str] = None,
                                          interrupt_scaling: Optional[bool] = None,
                                          interrupt_settings: Optional[GetVnicEthAdapterPolicyInventoryInterruptSettings] = None,
                                          mod_time: Optional[str] = None,
                                          moid: Optional[str] = None,
                                          name: Optional[str] = None,
                                          nvgre_settings: Optional[GetVnicEthAdapterPolicyInventoryNvgreSettings] = None,
                                          object_type: Optional[str] = None,
                                          owners: Optional[Sequence[str]] = None,
                                          parent: Optional[GetVnicEthAdapterPolicyInventoryParent] = None,
                                          permission_resources: Optional[Sequence[GetVnicEthAdapterPolicyInventoryPermissionResource]] = None,
                                          ptp_settings: Optional[GetVnicEthAdapterPolicyInventoryPtpSettings] = None,
                                          roce_settings: Optional[GetVnicEthAdapterPolicyInventoryRoceSettings] = None,
                                          rss_hash_settings: Optional[GetVnicEthAdapterPolicyInventoryRssHashSettings] = None,
                                          rss_settings: Optional[bool] = None,
                                          rx_queue_settings: Optional[GetVnicEthAdapterPolicyInventoryRxQueueSettings] = None,
                                          shared_scope: Optional[str] = None,
                                          tags: Optional[Sequence[GetVnicEthAdapterPolicyInventoryTag]] = None,
                                          target_mo: Optional[GetVnicEthAdapterPolicyInventoryTargetMo] = None,
                                          tcp_offload_settings: Optional[GetVnicEthAdapterPolicyInventoryTcpOffloadSettings] = None,
                                          tx_queue_settings: Optional[GetVnicEthAdapterPolicyInventoryTxQueueSettings] = None,
                                          uplink_failback_timeout: Optional[float] = None,
                                          version_context: Optional[GetVnicEthAdapterPolicyInventoryVersionContext] = None,
                                          vxlan_settings: Optional[GetVnicEthAdapterPolicyInventoryVxlanSettings] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetVnicEthAdapterPolicyInventoryResult
def get_vnic_eth_adapter_policy_inventory_output(account_moid: Optional[pulumi.Input[str]] = None,
                                          additional_properties: Optional[pulumi.Input[str]] = None,
                                          advanced_filter: Optional[pulumi.Input[bool]] = None,
                                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthAdapterPolicyInventoryAncestorArgs]]]] = None,
                                          arfs_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryArfsSettingsArgs]] = None,
                                          class_id: Optional[pulumi.Input[str]] = None,
                                          completion_queue_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryCompletionQueueSettingsArgs]] = None,
                                          create_time: Optional[pulumi.Input[str]] = None,
                                          description: Optional[pulumi.Input[str]] = None,
                                          device_mo_id: Optional[pulumi.Input[str]] = None,
                                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                                          ether_channel_pinning_enabled: Optional[pulumi.Input[bool]] = None,
                                          geneve_enabled: Optional[pulumi.Input[bool]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          interrupt_scaling: Optional[pulumi.Input[bool]] = None,
                                          interrupt_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryInterruptSettingsArgs]] = None,
                                          mod_time: Optional[pulumi.Input[str]] = None,
                                          moid: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          nvgre_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryNvgreSettingsArgs]] = None,
                                          object_type: Optional[pulumi.Input[str]] = None,
                                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          parent: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryParentArgs]] = None,
                                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthAdapterPolicyInventoryPermissionResourceArgs]]]] = None,
                                          ptp_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryPtpSettingsArgs]] = None,
                                          roce_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryRoceSettingsArgs]] = None,
                                          rss_hash_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryRssHashSettingsArgs]] = None,
                                          rss_settings: Optional[pulumi.Input[bool]] = None,
                                          rx_queue_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryRxQueueSettingsArgs]] = None,
                                          shared_scope: Optional[pulumi.Input[str]] = None,
                                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthAdapterPolicyInventoryTagArgs]]]] = None,
                                          target_mo: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryTargetMoArgs]] = None,
                                          tcp_offload_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryTcpOffloadSettingsArgs]] = None,
                                          tx_queue_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryTxQueueSettingsArgs]] = None,
                                          uplink_failback_timeout: Optional[pulumi.Input[float]] = None,
                                          version_context: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryVersionContextArgs]] = None,
                                          vxlan_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyInventoryVxlanSettingsArgs]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetVnicEthAdapterPolicyInventoryResult]func LookupVnicEthAdapterPolicyInventory(ctx *Context, args *LookupVnicEthAdapterPolicyInventoryArgs, opts ...InvokeOption) (*LookupVnicEthAdapterPolicyInventoryResult, error)
func LookupVnicEthAdapterPolicyInventoryOutput(ctx *Context, args *LookupVnicEthAdapterPolicyInventoryOutputArgs, opts ...InvokeOption) LookupVnicEthAdapterPolicyInventoryResultOutput> Note: This function is named LookupVnicEthAdapterPolicyInventory in the Go SDK.
public static class GetVnicEthAdapterPolicyInventory 
{
    public static Task<GetVnicEthAdapterPolicyInventoryResult> InvokeAsync(GetVnicEthAdapterPolicyInventoryArgs args, InvokeOptions? opts = null)
    public static Output<GetVnicEthAdapterPolicyInventoryResult> Invoke(GetVnicEthAdapterPolicyInventoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVnicEthAdapterPolicyInventoryResult> getVnicEthAdapterPolicyInventory(GetVnicEthAdapterPolicyInventoryArgs args, InvokeOptions options)
public static Output<GetVnicEthAdapterPolicyInventoryResult> getVnicEthAdapterPolicyInventory(GetVnicEthAdapterPolicyInventoryArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVnicEthAdapterPolicyInventory:getVnicEthAdapterPolicyInventory
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdvancedFilter bool
- Enables advanced filtering on the interface.
- Ancestors
List<GetVnic Eth Adapter Policy Inventory Ancestor> 
- ArfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- ClassId string
- CompletionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EtherChannel boolPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- GeneveEnabled bool
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- Id string
- InterruptScaling bool
- Enables Interrupt Scaling on the interface.
- InterruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the inventoried policy object.
- NvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- ObjectType string
- Owners List<string>
- Parent
GetVnic Eth Adapter Policy Inventory Parent 
- PermissionResources List<GetVnic Eth Adapter Policy Inventory Permission Resource> 
- PtpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- RoceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- RssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- RssSettings bool
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- RxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- 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<GetVnic Eth Adapter Policy Inventory Tag> 
- TargetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- TcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- TxQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- UplinkFailback doubleTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- VersionContext GetVnic Eth Adapter Policy Inventory Version Context 
- VxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdvancedFilter bool
- Enables advanced filtering on the interface.
- Ancestors
[]GetVnic Eth Adapter Policy Inventory Ancestor 
- ArfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- ClassId string
- CompletionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EtherChannel boolPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- GeneveEnabled bool
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- Id string
- InterruptScaling bool
- Enables Interrupt Scaling on the interface.
- InterruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the inventoried policy object.
- NvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- ObjectType string
- Owners []string
- Parent
GetVnic Eth Adapter Policy Inventory Parent 
- PermissionResources []GetVnic Eth Adapter Policy Inventory Permission Resource 
- PtpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- RoceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- RssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- RssSettings bool
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- RxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- 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.
- 
[]GetVnic Eth Adapter Policy Inventory Tag 
- TargetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- TcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- TxQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- UplinkFailback float64Timeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- VersionContext GetVnic Eth Adapter Policy Inventory Version Context 
- VxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- advancedFilter Boolean
- Enables advanced filtering on the interface.
- ancestors
List<GetVnic Eth Adapter Policy Inventory Ancestor> 
- arfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- classId String
- completionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- etherChannel BooleanPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneveEnabled Boolean
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- id String
- interruptScaling Boolean
- Enables Interrupt Scaling on the interface.
- interruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the inventoried policy object.
- nvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- objectType String
- owners List<String>
- parent
GetVnic Eth Adapter Policy Inventory Parent 
- permissionResources List<GetVnic Eth Adapter Policy Inventory Permission Resource> 
- ptpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- roceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- rssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- rssSettings Boolean
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- 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<GetVnic Eth Adapter Policy Inventory Tag> 
- targetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- tcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- txQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- uplinkFailback DoubleTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- versionContext GetVnic Eth Adapter Policy Inventory Version Context 
- vxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- advancedFilter boolean
- Enables advanced filtering on the interface.
- ancestors
GetVnic Eth Adapter Policy Inventory Ancestor[] 
- arfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- classId string
- completionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- deviceMo stringId 
- Device ID of the entity from where inventory is reported.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- etherChannel booleanPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneveEnabled boolean
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- id string
- interruptScaling boolean
- Enables Interrupt Scaling on the interface.
- interruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the inventoried policy object.
- nvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- objectType string
- owners string[]
- parent
GetVnic Eth Adapter Policy Inventory Parent 
- permissionResources GetVnic Eth Adapter Policy Inventory Permission Resource[] 
- ptpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- roceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- rssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- rssSettings boolean
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- 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.
- 
GetVnic Eth Adapter Policy Inventory Tag[] 
- targetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- tcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- txQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- uplinkFailback numberTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- versionContext GetVnic Eth Adapter Policy Inventory Version Context 
- vxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- advanced_filter bool
- Enables advanced filtering on the interface.
- ancestors
Sequence[GetVnic Eth Adapter Policy Inventory Ancestor] 
- arfs_settings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- class_id str
- completion_queue_ Getsettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- device_mo_ strid 
- Device ID of the entity from where inventory is reported.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- ether_channel_ boolpinning_ enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve_enabled bool
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- id str
- interrupt_scaling bool
- Enables Interrupt Scaling on the interface.
- interrupt_settings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the inventoried policy object.
- nvgre_settings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- object_type str
- owners Sequence[str]
- parent
GetVnic Eth Adapter Policy Inventory Parent 
- permission_resources Sequence[GetVnic Eth Adapter Policy Inventory Permission Resource] 
- ptp_settings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- roce_settings GetVnic Eth Adapter Policy Inventory Roce Settings 
- rss_hash_ Getsettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- rss_settings bool
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx_queue_ Getsettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- 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[GetVnic Eth Adapter Policy Inventory Tag] 
- target_mo GetVnic Eth Adapter Policy Inventory Target Mo 
- tcp_offload_ Getsettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- tx_queue_ Getsettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- uplink_failback_ floattimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version_context GetVnic Eth Adapter Policy Inventory Version Context 
- vxlan_settings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- advancedFilter Boolean
- Enables advanced filtering on the interface.
- ancestors List<Property Map>
- arfsSettings Property Map
- classId String
- completionQueue Property MapSettings 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- etherChannel BooleanPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneveEnabled Boolean
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- id String
- interruptScaling Boolean
- Enables Interrupt Scaling on the interface.
- interruptSettings Property Map
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the inventoried policy object.
- nvgreSettings Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- ptpSettings Property Map
- roceSettings Property Map
- rssHash Property MapSettings 
- rssSettings Boolean
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rxQueue Property MapSettings 
- 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>
- targetMo Property Map
- tcpOffload Property MapSettings 
- txQueue Property MapSettings 
- uplinkFailback NumberTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- versionContext Property Map
- vxlanSettings Property Map
getVnicEthAdapterPolicyInventory Result
The following output properties are available:
- Id string
- Results
List<GetVnic Eth Adapter Policy Inventory Result> 
- AccountMoid string
- AdditionalProperties string
- AdvancedFilter bool
- Ancestors
List<GetVnic Eth Adapter Policy Inventory Ancestor> 
- ArfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- ClassId string
- CompletionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- CreateTime string
- Description string
- DeviceMo stringId 
- DomainGroup stringMoid 
- EtherChannel boolPinning Enabled 
- GeneveEnabled bool
- InterruptScaling bool
- InterruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- ModTime string
- Moid string
- Name string
- NvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- ObjectType string
- Owners List<string>
- Parent
GetVnic Eth Adapter Policy Inventory Parent 
- PermissionResources List<GetVnic Eth Adapter Policy Inventory Permission Resource> 
- PtpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- RoceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- RssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- RssSettings bool
- RxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- string
- 
List<GetVnic Eth Adapter Policy Inventory Tag> 
- TargetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- TcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- TxQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- UplinkFailback doubleTimeout 
- VersionContext GetVnic Eth Adapter Policy Inventory Version Context 
- VxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- Id string
- Results
[]GetVnic Eth Adapter Policy Inventory Result 
- AccountMoid string
- AdditionalProperties string
- AdvancedFilter bool
- Ancestors
[]GetVnic Eth Adapter Policy Inventory Ancestor 
- ArfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- ClassId string
- CompletionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- CreateTime string
- Description string
- DeviceMo stringId 
- DomainGroup stringMoid 
- EtherChannel boolPinning Enabled 
- GeneveEnabled bool
- InterruptScaling bool
- InterruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- ModTime string
- Moid string
- Name string
- NvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- ObjectType string
- Owners []string
- Parent
GetVnic Eth Adapter Policy Inventory Parent 
- PermissionResources []GetVnic Eth Adapter Policy Inventory Permission Resource 
- PtpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- RoceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- RssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- RssSettings bool
- RxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- string
- 
[]GetVnic Eth Adapter Policy Inventory Tag 
- TargetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- TcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- TxQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- UplinkFailback float64Timeout 
- VersionContext GetVnic Eth Adapter Policy Inventory Version Context 
- VxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- id String
- results
List<GetVnic Eth Adapter Policy Inventory Result> 
- accountMoid String
- additionalProperties String
- advancedFilter Boolean
- ancestors
List<GetVnic Eth Adapter Policy Inventory Ancestor> 
- arfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- classId String
- completionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- createTime String
- description String
- deviceMo StringId 
- domainGroup StringMoid 
- etherChannel BooleanPinning Enabled 
- geneveEnabled Boolean
- interruptScaling Boolean
- interruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- modTime String
- moid String
- name String
- nvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- objectType String
- owners List<String>
- parent
GetVnic Eth Adapter Policy Inventory Parent 
- permissionResources List<GetVnic Eth Adapter Policy Inventory Permission Resource> 
- ptpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- roceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- rssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- rssSettings Boolean
- rxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- String
- 
List<GetVnic Eth Adapter Policy Inventory Tag> 
- targetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- tcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- txQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- uplinkFailback DoubleTimeout 
- versionContext GetVnic Eth Adapter Policy Inventory Version Context 
- vxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- id string
- results
GetVnic Eth Adapter Policy Inventory Result[] 
- accountMoid string
- additionalProperties string
- advancedFilter boolean
- ancestors
GetVnic Eth Adapter Policy Inventory Ancestor[] 
- arfsSettings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- classId string
- completionQueue GetSettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- createTime string
- description string
- deviceMo stringId 
- domainGroup stringMoid 
- etherChannel booleanPinning Enabled 
- geneveEnabled boolean
- interruptScaling boolean
- interruptSettings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- modTime string
- moid string
- name string
- nvgreSettings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- objectType string
- owners string[]
- parent
GetVnic Eth Adapter Policy Inventory Parent 
- permissionResources GetVnic Eth Adapter Policy Inventory Permission Resource[] 
- ptpSettings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- roceSettings GetVnic Eth Adapter Policy Inventory Roce Settings 
- rssHash GetSettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- rssSettings boolean
- rxQueue GetSettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- string
- 
GetVnic Eth Adapter Policy Inventory Tag[] 
- targetMo GetVnic Eth Adapter Policy Inventory Target Mo 
- tcpOffload GetSettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- txQueue GetSettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- uplinkFailback numberTimeout 
- versionContext GetVnic Eth Adapter Policy Inventory Version Context 
- vxlanSettings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- id str
- results
Sequence[GetVnic Eth Adapter Policy Inventory Result] 
- account_moid str
- additional_properties str
- advanced_filter bool
- ancestors
Sequence[GetVnic Eth Adapter Policy Inventory Ancestor] 
- arfs_settings GetVnic Eth Adapter Policy Inventory Arfs Settings 
- class_id str
- completion_queue_ Getsettings Vnic Eth Adapter Policy Inventory Completion Queue Settings 
- create_time str
- description str
- device_mo_ strid 
- domain_group_ strmoid 
- ether_channel_ boolpinning_ enabled 
- geneve_enabled bool
- interrupt_scaling bool
- interrupt_settings GetVnic Eth Adapter Policy Inventory Interrupt Settings 
- mod_time str
- moid str
- name str
- nvgre_settings GetVnic Eth Adapter Policy Inventory Nvgre Settings 
- object_type str
- owners Sequence[str]
- parent
GetVnic Eth Adapter Policy Inventory Parent 
- permission_resources Sequence[GetVnic Eth Adapter Policy Inventory Permission Resource] 
- ptp_settings GetVnic Eth Adapter Policy Inventory Ptp Settings 
- roce_settings GetVnic Eth Adapter Policy Inventory Roce Settings 
- rss_hash_ Getsettings Vnic Eth Adapter Policy Inventory Rss Hash Settings 
- rss_settings bool
- rx_queue_ Getsettings Vnic Eth Adapter Policy Inventory Rx Queue Settings 
- str
- 
Sequence[GetVnic Eth Adapter Policy Inventory Tag] 
- target_mo GetVnic Eth Adapter Policy Inventory Target Mo 
- tcp_offload_ Getsettings Vnic Eth Adapter Policy Inventory Tcp Offload Settings 
- tx_queue_ Getsettings Vnic Eth Adapter Policy Inventory Tx Queue Settings 
- uplink_failback_ floattimeout 
- version_context GetVnic Eth Adapter Policy Inventory Version Context 
- vxlan_settings GetVnic Eth Adapter Policy Inventory Vxlan Settings 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- advancedFilter Boolean
- ancestors List<Property Map>
- arfsSettings Property Map
- classId String
- completionQueue Property MapSettings 
- createTime String
- description String
- deviceMo StringId 
- domainGroup StringMoid 
- etherChannel BooleanPinning Enabled 
- geneveEnabled Boolean
- interruptScaling Boolean
- interruptSettings Property Map
- modTime String
- moid String
- name String
- nvgreSettings Property Map
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- ptpSettings Property Map
- roceSettings Property Map
- rssHash Property MapSettings 
- rssSettings Boolean
- rxQueue Property MapSettings 
- String
- List<Property Map>
- targetMo Property Map
- tcpOffload Property MapSettings 
- txQueue Property MapSettings 
- uplinkFailback NumberTimeout 
- versionContext Property Map
- vxlanSettings Property Map
Supporting Types
GetVnicEthAdapterPolicyInventoryAncestor      
- 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'.
 
GetVnicEthAdapterPolicyInventoryArfsSettings       
- 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.
- Enabled bool
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Enabled bool
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled boolean
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled bool
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyInventoryCompletionQueueSettings        
- 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.
- NrCount double
- The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RingSize double
- The number of descriptors in each completion queue.
- 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.
- NrCount float64
- The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RingSize float64
- The number of descriptors in each completion queue.
- 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.
- nrCount Double
- The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize Double
- The number of descriptors in each completion queue.
- 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.
- nrCount number
- The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize number
- The number of descriptors in each completion queue.
- 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.
- nr_count float
- The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring_size float
- The number of descriptors in each completion queue.
- 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.
- nrCount Number
- The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize Number
- The number of descriptors in each completion queue.
GetVnicEthAdapterPolicyInventoryInterruptSettings       
- 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.
- CoalescingTime double
- The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
- CoalescingType string
- Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.- MIN- The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
- IDLE- The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
 
- Mode string
- Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.- MSIx- Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
- MSI- Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
- INTx- Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
 
- NrCount double
- The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- CoalescingTime float64
- The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
- CoalescingType string
- Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.- MIN- The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
- IDLE- The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
 
- Mode string
- Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.- MSIx- Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
- MSI- Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
- INTx- Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
 
- NrCount float64
- The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- coalescingTime Double
- The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
- coalescingType String
- Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.- MIN- The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
- IDLE- The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
 
- mode String
- Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.- MSIx- Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
- MSI- Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
- INTx- Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
 
- nrCount Double
- The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- coalescingTime number
- The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
- coalescingType string
- Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.- MIN- The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
- IDLE- The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
 
- mode string
- Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.- MSIx- Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
- MSI- Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
- INTx- Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
 
- nrCount number
- The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- coalescing_time float
- The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
- coalescing_type str
- Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.- MIN- The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
- IDLE- The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
 
- mode str
- Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.- MSIx- Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
- MSI- Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
- INTx- Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
 
- nr_count float
- The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- coalescingTime Number
- The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
- coalescingType String
- Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.- MIN- The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
- IDLE- The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
 
- mode String
- Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.- MSIx- Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
- MSI- Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
- INTx- Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
 
- nrCount Number
- The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyInventoryNvgreSettings       
- 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.
- Enabled bool
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Enabled bool
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled boolean
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled bool
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyInventoryParent      
- 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'.
 
GetVnicEthAdapterPolicyInventoryPermissionResource       
- 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'.
 
GetVnicEthAdapterPolicyInventoryPtpSettings       
- 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.
- Enabled bool
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Enabled bool
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled boolean
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled bool
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyInventoryResult      
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdvancedFilter bool
- Enables advanced filtering on the interface.
- Ancestors
List<GetVnic Eth Adapter Policy Inventory Result Ancestor> 
- ArfsSettings List<GetVnic Eth Adapter Policy Inventory Result Arfs Setting> 
- ClassId string
- CompletionQueue List<GetSettings Vnic Eth Adapter Policy Inventory Result Completion Queue Setting> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EtherChannel boolPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- GeneveEnabled bool
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- InterruptScaling bool
- Enables Interrupt Scaling on the interface.
- InterruptSettings List<GetVnic Eth Adapter Policy Inventory Result Interrupt Setting> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the inventoried policy object.
- NvgreSettings List<GetVnic Eth Adapter Policy Inventory Result Nvgre Setting> 
- ObjectType string
- Owners List<string>
- Parents
List<GetVnic Eth Adapter Policy Inventory Result Parent> 
- PermissionResources List<GetVnic Eth Adapter Policy Inventory Result Permission Resource> 
- PtpSettings List<GetVnic Eth Adapter Policy Inventory Result Ptp Setting> 
- RoceSettings List<GetVnic Eth Adapter Policy Inventory Result Roce Setting> 
- RssHash List<GetSettings Vnic Eth Adapter Policy Inventory Result Rss Hash Setting> 
- RssSettings bool
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- RxQueue List<GetSettings Vnic Eth Adapter Policy Inventory Result Rx Queue Setting> 
- 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<GetVnic Eth Adapter Policy Inventory Result Tag> 
- TargetMos List<GetVnic Eth Adapter Policy Inventory Result Target Mo> 
- TcpOffload List<GetSettings Vnic Eth Adapter Policy Inventory Result Tcp Offload Setting> 
- TxQueue List<GetSettings Vnic Eth Adapter Policy Inventory Result Tx Queue Setting> 
- UplinkFailback doubleTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- VersionContexts List<GetVnic Eth Adapter Policy Inventory Result Version Context> 
- VxlanSettings List<GetVnic Eth Adapter Policy Inventory Result Vxlan Setting> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- AdvancedFilter bool
- Enables advanced filtering on the interface.
- Ancestors
[]GetVnic Eth Adapter Policy Inventory Result Ancestor 
- ArfsSettings []GetVnic Eth Adapter Policy Inventory Result Arfs Setting 
- ClassId string
- CompletionQueue []GetSettings Vnic Eth Adapter Policy Inventory Result Completion Queue Setting 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DeviceMo stringId 
- Device ID of the entity from where inventory is reported.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EtherChannel boolPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- GeneveEnabled bool
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- InterruptScaling bool
- Enables Interrupt Scaling on the interface.
- InterruptSettings []GetVnic Eth Adapter Policy Inventory Result Interrupt Setting 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the inventoried policy object.
- NvgreSettings []GetVnic Eth Adapter Policy Inventory Result Nvgre Setting 
- ObjectType string
- Owners []string
- Parents
[]GetVnic Eth Adapter Policy Inventory Result Parent 
- PermissionResources []GetVnic Eth Adapter Policy Inventory Result Permission Resource 
- PtpSettings []GetVnic Eth Adapter Policy Inventory Result Ptp Setting 
- RoceSettings []GetVnic Eth Adapter Policy Inventory Result Roce Setting 
- RssHash []GetSettings Vnic Eth Adapter Policy Inventory Result Rss Hash Setting 
- RssSettings bool
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- RxQueue []GetSettings Vnic Eth Adapter Policy Inventory Result Rx Queue Setting 
- 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.
- 
[]GetVnic Eth Adapter Policy Inventory Result Tag 
- TargetMos []GetVnic Eth Adapter Policy Inventory Result Target Mo 
- TcpOffload []GetSettings Vnic Eth Adapter Policy Inventory Result Tcp Offload Setting 
- TxQueue []GetSettings Vnic Eth Adapter Policy Inventory Result Tx Queue Setting 
- UplinkFailback float64Timeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- VersionContexts []GetVnic Eth Adapter Policy Inventory Result Version Context 
- VxlanSettings []GetVnic Eth Adapter Policy Inventory Result Vxlan Setting 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- advancedFilter Boolean
- Enables advanced filtering on the interface.
- ancestors
List<GetVnic Eth Adapter Policy Inventory Result Ancestor> 
- arfsSettings List<GetVnic Eth Adapter Policy Inventory Result Arfs Setting> 
- classId String
- completionQueue List<GetSettings Vnic Eth Adapter Policy Inventory Result Completion Queue Setting> 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- etherChannel BooleanPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneveEnabled Boolean
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- interruptScaling Boolean
- Enables Interrupt Scaling on the interface.
- interruptSettings List<GetVnic Eth Adapter Policy Inventory Result Interrupt Setting> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the inventoried policy object.
- nvgreSettings List<GetVnic Eth Adapter Policy Inventory Result Nvgre Setting> 
- objectType String
- owners List<String>
- parents
List<GetVnic Eth Adapter Policy Inventory Result Parent> 
- permissionResources List<GetVnic Eth Adapter Policy Inventory Result Permission Resource> 
- ptpSettings List<GetVnic Eth Adapter Policy Inventory Result Ptp Setting> 
- roceSettings List<GetVnic Eth Adapter Policy Inventory Result Roce Setting> 
- rssHash List<GetSettings Vnic Eth Adapter Policy Inventory Result Rss Hash Setting> 
- rssSettings Boolean
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rxQueue List<GetSettings Vnic Eth Adapter Policy Inventory Result Rx Queue Setting> 
- 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<GetVnic Eth Adapter Policy Inventory Result Tag> 
- targetMos List<GetVnic Eth Adapter Policy Inventory Result Target Mo> 
- tcpOffload List<GetSettings Vnic Eth Adapter Policy Inventory Result Tcp Offload Setting> 
- txQueue List<GetSettings Vnic Eth Adapter Policy Inventory Result Tx Queue Setting> 
- uplinkFailback DoubleTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- versionContexts List<GetVnic Eth Adapter Policy Inventory Result Version Context> 
- vxlanSettings List<GetVnic Eth Adapter Policy Inventory Result Vxlan Setting> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- advancedFilter boolean
- Enables advanced filtering on the interface.
- ancestors
GetVnic Eth Adapter Policy Inventory Result Ancestor[] 
- arfsSettings GetVnic Eth Adapter Policy Inventory Result Arfs Setting[] 
- classId string
- completionQueue GetSettings Vnic Eth Adapter Policy Inventory Result Completion Queue Setting[] 
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- deviceMo stringId 
- Device ID of the entity from where inventory is reported.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- etherChannel booleanPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneveEnabled boolean
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- interruptScaling boolean
- Enables Interrupt Scaling on the interface.
- interruptSettings GetVnic Eth Adapter Policy Inventory Result Interrupt Setting[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the inventoried policy object.
- nvgreSettings GetVnic Eth Adapter Policy Inventory Result Nvgre Setting[] 
- objectType string
- owners string[]
- parents
GetVnic Eth Adapter Policy Inventory Result Parent[] 
- permissionResources GetVnic Eth Adapter Policy Inventory Result Permission Resource[] 
- ptpSettings GetVnic Eth Adapter Policy Inventory Result Ptp Setting[] 
- roceSettings GetVnic Eth Adapter Policy Inventory Result Roce Setting[] 
- rssHash GetSettings Vnic Eth Adapter Policy Inventory Result Rss Hash Setting[] 
- rssSettings boolean
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rxQueue GetSettings Vnic Eth Adapter Policy Inventory Result Rx Queue Setting[] 
- 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.
- 
GetVnic Eth Adapter Policy Inventory Result Tag[] 
- targetMos GetVnic Eth Adapter Policy Inventory Result Target Mo[] 
- tcpOffload GetSettings Vnic Eth Adapter Policy Inventory Result Tcp Offload Setting[] 
- txQueue GetSettings Vnic Eth Adapter Policy Inventory Result Tx Queue Setting[] 
- uplinkFailback numberTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- versionContexts GetVnic Eth Adapter Policy Inventory Result Version Context[] 
- vxlanSettings GetVnic Eth Adapter Policy Inventory Result Vxlan Setting[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- advanced_filter bool
- Enables advanced filtering on the interface.
- ancestors
Sequence[GetVnic Eth Adapter Policy Inventory Result Ancestor] 
- arfs_settings Sequence[GetVnic Eth Adapter Policy Inventory Result Arfs Setting] 
- class_id str
- completion_queue_ Sequence[Getsettings Vnic Eth Adapter Policy Inventory Result Completion Queue Setting] 
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- device_mo_ strid 
- Device ID of the entity from where inventory is reported.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- ether_channel_ boolpinning_ enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve_enabled bool
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- interrupt_scaling bool
- Enables Interrupt Scaling on the interface.
- interrupt_settings Sequence[GetVnic Eth Adapter Policy Inventory Result Interrupt Setting] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the inventoried policy object.
- nvgre_settings Sequence[GetVnic Eth Adapter Policy Inventory Result Nvgre Setting] 
- object_type str
- owners Sequence[str]
- parents
Sequence[GetVnic Eth Adapter Policy Inventory Result Parent] 
- permission_resources Sequence[GetVnic Eth Adapter Policy Inventory Result Permission Resource] 
- ptp_settings Sequence[GetVnic Eth Adapter Policy Inventory Result Ptp Setting] 
- roce_settings Sequence[GetVnic Eth Adapter Policy Inventory Result Roce Setting] 
- rss_hash_ Sequence[Getsettings Vnic Eth Adapter Policy Inventory Result Rss Hash Setting] 
- rss_settings bool
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx_queue_ Sequence[Getsettings Vnic Eth Adapter Policy Inventory Result Rx Queue Setting] 
- 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[GetVnic Eth Adapter Policy Inventory Result Tag] 
- target_mos Sequence[GetVnic Eth Adapter Policy Inventory Result Target Mo] 
- tcp_offload_ Sequence[Getsettings Vnic Eth Adapter Policy Inventory Result Tcp Offload Setting] 
- tx_queue_ Sequence[Getsettings Vnic Eth Adapter Policy Inventory Result Tx Queue Setting] 
- uplink_failback_ floattimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version_contexts Sequence[GetVnic Eth Adapter Policy Inventory Result Version Context] 
- vxlan_settings Sequence[GetVnic Eth Adapter Policy Inventory Result Vxlan Setting] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- advancedFilter Boolean
- Enables advanced filtering on the interface.
- ancestors List<Property Map>
- arfsSettings List<Property Map>
- classId String
- completionQueue List<Property Map>Settings 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- deviceMo StringId 
- Device ID of the entity from where inventory is reported.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- etherChannel BooleanPinning Enabled 
- Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneveEnabled Boolean
- GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- interruptScaling Boolean
- Enables Interrupt Scaling on the interface.
- interruptSettings List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the inventoried policy object.
- nvgreSettings List<Property Map>
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- ptpSettings List<Property Map>
- roceSettings List<Property Map>
- rssHash List<Property Map>Settings 
- rssSettings Boolean
- Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rxQueue List<Property Map>Settings 
- 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>
- targetMos List<Property Map>
- tcpOffload List<Property Map>Settings 
- txQueue List<Property Map>Settings 
- uplinkFailback NumberTimeout 
- Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- versionContexts List<Property Map>
- vxlanSettings List<Property Map>
GetVnicEthAdapterPolicyInventoryResultAncestor       
- 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
GetVnicEthAdapterPolicyInventoryResultArfsSetting        
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
- additionalProperties string
- classId string
- enabled boolean
- objectType string
- additional_properties str
- class_id str
- enabled bool
- object_type str
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
GetVnicEthAdapterPolicyInventoryResultCompletionQueueSetting         
- AdditionalProperties string
- ClassId string
- NrCount double
- ObjectType string
- RingSize double
- AdditionalProperties string
- ClassId string
- NrCount float64
- ObjectType string
- RingSize float64
- additionalProperties String
- classId String
- nrCount Double
- objectType String
- ringSize Double
- additionalProperties string
- classId string
- nrCount number
- objectType string
- ringSize number
- additional_properties str
- class_id str
- nr_count float
- object_type str
- ring_size float
- additionalProperties String
- classId String
- nrCount Number
- objectType String
- ringSize Number
GetVnicEthAdapterPolicyInventoryResultInterruptSetting        
- AdditionalProperties string
- ClassId string
- CoalescingTime double
- CoalescingType string
- Mode string
- NrCount double
- ObjectType string
- AdditionalProperties string
- ClassId string
- CoalescingTime float64
- CoalescingType string
- Mode string
- NrCount float64
- ObjectType string
- additionalProperties String
- classId String
- coalescingTime Double
- coalescingType String
- mode String
- nrCount Double
- objectType String
- additionalProperties string
- classId string
- coalescingTime number
- coalescingType string
- mode string
- nrCount number
- objectType string
- additional_properties str
- class_id str
- coalescing_time float
- coalescing_type str
- mode str
- nr_count float
- object_type str
- additionalProperties String
- classId String
- coalescingTime Number
- coalescingType String
- mode String
- nrCount Number
- objectType String
GetVnicEthAdapterPolicyInventoryResultNvgreSetting        
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
- additionalProperties string
- classId string
- enabled boolean
- objectType string
- additional_properties str
- class_id str
- enabled bool
- object_type str
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
GetVnicEthAdapterPolicyInventoryResultParent       
- 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
GetVnicEthAdapterPolicyInventoryResultPermissionResource        
- 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
GetVnicEthAdapterPolicyInventoryResultPtpSetting        
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
- additionalProperties string
- classId string
- enabled boolean
- objectType string
- additional_properties str
- class_id str
- enabled bool
- object_type str
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
GetVnicEthAdapterPolicyInventoryResultRoceSetting        
- AdditionalProperties string
- ClassId string
- ClassOf doubleService 
- Enabled bool
- MemoryRegions double
- NrVersion double
- ObjectType string
- QueuePairs double
- ResourceGroups double
- AdditionalProperties string
- ClassId string
- ClassOf float64Service 
- Enabled bool
- MemoryRegions float64
- NrVersion float64
- ObjectType string
- QueuePairs float64
- ResourceGroups float64
- additionalProperties String
- classId String
- classOf DoubleService 
- enabled Boolean
- memoryRegions Double
- nrVersion Double
- objectType String
- queuePairs Double
- resourceGroups Double
- additionalProperties string
- classId string
- classOf numberService 
- enabled boolean
- memoryRegions number
- nrVersion number
- objectType string
- queuePairs number
- resourceGroups number
- additional_properties str
- class_id str
- class_of_ floatservice 
- enabled bool
- memory_regions float
- nr_version float
- object_type str
- queue_pairs float
- resource_groups float
- additionalProperties String
- classId String
- classOf NumberService 
- enabled Boolean
- memoryRegions Number
- nrVersion Number
- objectType String
- queuePairs Number
- resourceGroups Number
GetVnicEthAdapterPolicyInventoryResultRssHashSetting         
- AdditionalProperties string
- ClassId string
- Ipv4Hash bool
- Ipv6ExtHash bool
- Ipv6Hash bool
- ObjectType string
- TcpIpv4Hash bool
- TcpIpv6Ext boolHash 
- TcpIpv6Hash bool
- UdpIpv4Hash bool
- UdpIpv6Hash bool
- AdditionalProperties string
- ClassId string
- Ipv4Hash bool
- Ipv6ExtHash bool
- Ipv6Hash bool
- ObjectType string
- TcpIpv4Hash bool
- TcpIpv6Ext boolHash 
- TcpIpv6Hash bool
- UdpIpv4Hash bool
- UdpIpv6Hash bool
- additionalProperties String
- classId String
- ipv4Hash Boolean
- ipv6ExtHash Boolean
- ipv6Hash Boolean
- objectType String
- tcpIpv4Hash Boolean
- tcpIpv6Ext BooleanHash 
- tcpIpv6Hash Boolean
- udpIpv4Hash Boolean
- udpIpv6Hash Boolean
- additionalProperties string
- classId string
- ipv4Hash boolean
- ipv6ExtHash boolean
- ipv6Hash boolean
- objectType string
- tcpIpv4Hash boolean
- tcpIpv6Ext booleanHash 
- tcpIpv6Hash boolean
- udpIpv4Hash boolean
- udpIpv6Hash boolean
- additional_properties str
- class_id str
- ipv4_hash bool
- ipv6_ext_ boolhash 
- ipv6_hash bool
- object_type str
- tcp_ipv4_ boolhash 
- tcp_ipv6_ boolext_ hash 
- tcp_ipv6_ boolhash 
- udp_ipv4_ boolhash 
- udp_ipv6_ boolhash 
- additionalProperties String
- classId String
- ipv4Hash Boolean
- ipv6ExtHash Boolean
- ipv6Hash Boolean
- objectType String
- tcpIpv4Hash Boolean
- tcpIpv6Ext BooleanHash 
- tcpIpv6Hash Boolean
- udpIpv4Hash Boolean
- udpIpv6Hash Boolean
GetVnicEthAdapterPolicyInventoryResultRxQueueSetting         
- AdditionalProperties string
- ClassId string
- NrCount double
- ObjectType string
- RingSize double
- AdditionalProperties string
- ClassId string
- NrCount float64
- ObjectType string
- RingSize float64
- additionalProperties String
- classId String
- nrCount Double
- objectType String
- ringSize Double
- additionalProperties string
- classId string
- nrCount number
- objectType string
- ringSize number
- additional_properties str
- class_id str
- nr_count float
- object_type str
- ring_size float
- additionalProperties String
- classId String
- nrCount Number
- objectType String
- ringSize Number
GetVnicEthAdapterPolicyInventoryResultTag       
- 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
GetVnicEthAdapterPolicyInventoryResultTargetMo        
- 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
GetVnicEthAdapterPolicyInventoryResultTcpOffloadSetting         
- AdditionalProperties string
- ClassId string
- LargeReceive bool
- LargeSend bool
- ObjectType string
- RxChecksum bool
- TxChecksum bool
- AdditionalProperties string
- ClassId string
- LargeReceive bool
- LargeSend bool
- ObjectType string
- RxChecksum bool
- TxChecksum bool
- additionalProperties String
- classId String
- largeReceive Boolean
- largeSend Boolean
- objectType String
- rxChecksum Boolean
- txChecksum Boolean
- additionalProperties string
- classId string
- largeReceive boolean
- largeSend boolean
- objectType string
- rxChecksum boolean
- txChecksum boolean
- additional_properties str
- class_id str
- large_receive bool
- large_send bool
- object_type str
- rx_checksum bool
- tx_checksum bool
- additionalProperties String
- classId String
- largeReceive Boolean
- largeSend Boolean
- objectType String
- rxChecksum Boolean
- txChecksum Boolean
GetVnicEthAdapterPolicyInventoryResultTxQueueSetting         
- AdditionalProperties string
- ClassId string
- NrCount double
- ObjectType string
- RingSize double
- AdditionalProperties string
- ClassId string
- NrCount float64
- ObjectType string
- RingSize float64
- additionalProperties String
- classId String
- nrCount Double
- objectType String
- ringSize Double
- additionalProperties string
- classId string
- nrCount number
- objectType string
- ringSize number
- additional_properties str
- class_id str
- nr_count float
- object_type str
- ring_size float
- additionalProperties String
- classId String
- nrCount Number
- objectType String
- ringSize Number
GetVnicEthAdapterPolicyInventoryResultVersionContext        
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVnicEthAdapterPolicyInventoryResultVersionContextInterestedMo          
- 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
GetVnicEthAdapterPolicyInventoryResultVersionContextRefMo          
- 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
GetVnicEthAdapterPolicyInventoryResultVxlanSetting        
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- AdditionalProperties string
- ClassId string
- Enabled bool
- ObjectType string
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
- additionalProperties string
- classId string
- enabled boolean
- objectType string
- additional_properties str
- class_id str
- enabled bool
- object_type str
- additionalProperties String
- classId String
- enabled Boolean
- objectType String
GetVnicEthAdapterPolicyInventoryRoceSettings       
- 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.
- ClassOf doubleService 
- The Class of Service for RoCE on this virtual interface.- 5- RDMA CoS Service Level 5.
- 1- RDMA CoS Service Level 1.
- 2- RDMA CoS Service Level 2.
- 4- RDMA CoS Service Level 4.
- 6- RDMA CoS Service Level 6.
 
- Enabled bool
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- MemoryRegions double
- The number of memory regions per adapter. Recommended value = integer power of 2.
- NrVersion double
- Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.- 1- RDMA over Converged Ethernet Protocol Version 1.
- 2- RDMA over Converged Ethernet Protocol Version 2.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- QueuePairs double
- The number of queue pairs per adapter. Recommended value = integer power of 2.
- ResourceGroups double
- The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
- 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.
- ClassOf float64Service 
- The Class of Service for RoCE on this virtual interface.- 5- RDMA CoS Service Level 5.
- 1- RDMA CoS Service Level 1.
- 2- RDMA CoS Service Level 2.
- 4- RDMA CoS Service Level 4.
- 6- RDMA CoS Service Level 6.
 
- Enabled bool
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- MemoryRegions float64
- The number of memory regions per adapter. Recommended value = integer power of 2.
- NrVersion float64
- Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.- 1- RDMA over Converged Ethernet Protocol Version 1.
- 2- RDMA over Converged Ethernet Protocol Version 2.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- QueuePairs float64
- The number of queue pairs per adapter. Recommended value = integer power of 2.
- ResourceGroups float64
- The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
- 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.
- classOf DoubleService 
- The Class of Service for RoCE on this virtual interface.- 5- RDMA CoS Service Level 5.
- 1- RDMA CoS Service Level 1.
- 2- RDMA CoS Service Level 2.
- 4- RDMA CoS Service Level 4.
- 6- RDMA CoS Service Level 6.
 
- enabled Boolean
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memoryRegions Double
- The number of memory regions per adapter. Recommended value = integer power of 2.
- nrVersion Double
- Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.- 1- RDMA over Converged Ethernet Protocol Version 1.
- 2- RDMA over Converged Ethernet Protocol Version 2.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queuePairs Double
- The number of queue pairs per adapter. Recommended value = integer power of 2.
- resourceGroups Double
- The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
- 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.
- classOf numberService 
- The Class of Service for RoCE on this virtual interface.- 5- RDMA CoS Service Level 5.
- 1- RDMA CoS Service Level 1.
- 2- RDMA CoS Service Level 2.
- 4- RDMA CoS Service Level 4.
- 6- RDMA CoS Service Level 6.
 
- enabled boolean
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memoryRegions number
- The number of memory regions per adapter. Recommended value = integer power of 2.
- nrVersion number
- Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.- 1- RDMA over Converged Ethernet Protocol Version 1.
- 2- RDMA over Converged Ethernet Protocol Version 2.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queuePairs number
- The number of queue pairs per adapter. Recommended value = integer power of 2.
- resourceGroups number
- The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
- 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.
- class_of_ floatservice 
- The Class of Service for RoCE on this virtual interface.- 5- RDMA CoS Service Level 5.
- 1- RDMA CoS Service Level 1.
- 2- RDMA CoS Service Level 2.
- 4- RDMA CoS Service Level 4.
- 6- RDMA CoS Service Level 6.
 
- enabled bool
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memory_regions float
- The number of memory regions per adapter. Recommended value = integer power of 2.
- nr_version float
- Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.- 1- RDMA over Converged Ethernet Protocol Version 1.
- 2- RDMA over Converged Ethernet Protocol Version 2.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queue_pairs float
- The number of queue pairs per adapter. Recommended value = integer power of 2.
- resource_groups float
- The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
- 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.
- classOf NumberService 
- The Class of Service for RoCE on this virtual interface.- 5- RDMA CoS Service Level 5.
- 1- RDMA CoS Service Level 1.
- 2- RDMA CoS Service Level 2.
- 4- RDMA CoS Service Level 4.
- 6- RDMA CoS Service Level 6.
 
- enabled Boolean
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memoryRegions Number
- The number of memory regions per adapter. Recommended value = integer power of 2.
- nrVersion Number
- Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.- 1- RDMA over Converged Ethernet Protocol Version 1.
- 2- RDMA over Converged Ethernet Protocol Version 2.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queuePairs Number
- The number of queue pairs per adapter. Recommended value = integer power of 2.
- resourceGroups Number
- The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
GetVnicEthAdapterPolicyInventoryRssHashSettings        
- 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.
- Ipv4Hash bool
- When enabled, the IPv4 address is used for traffic distribution.
- Ipv6ExtHash bool
- When enabled, the IPv6 extensions are used for traffic distribution.
- Ipv6Hash bool
- When enabled, the IPv6 address is used for traffic distribution.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TcpIpv4Hash bool
- When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- TcpIpv6Ext boolHash 
- When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- TcpIpv6Hash bool
- When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- UdpIpv4Hash bool
- When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- UdpIpv6Hash bool
- When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- 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.
- Ipv4Hash bool
- When enabled, the IPv4 address is used for traffic distribution.
- Ipv6ExtHash bool
- When enabled, the IPv6 extensions are used for traffic distribution.
- Ipv6Hash bool
- When enabled, the IPv6 address is used for traffic distribution.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- TcpIpv4Hash bool
- When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- TcpIpv6Ext boolHash 
- When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- TcpIpv6Hash bool
- When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- UdpIpv4Hash bool
- When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- UdpIpv6Hash bool
- When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- 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.
- ipv4Hash Boolean
- When enabled, the IPv4 address is used for traffic distribution.
- ipv6ExtHash Boolean
- When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6Hash Boolean
- When enabled, the IPv6 address is used for traffic distribution.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcpIpv4Hash Boolean
- When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcpIpv6Ext BooleanHash 
- When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcpIpv6Hash Boolean
- When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udpIpv4Hash Boolean
- When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udpIpv6Hash Boolean
- When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- 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.
- ipv4Hash boolean
- When enabled, the IPv4 address is used for traffic distribution.
- ipv6ExtHash boolean
- When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6Hash boolean
- When enabled, the IPv6 address is used for traffic distribution.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcpIpv4Hash boolean
- When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcpIpv6Ext booleanHash 
- When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcpIpv6Hash boolean
- When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udpIpv4Hash boolean
- When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udpIpv6Hash boolean
- When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- 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.
- ipv4_hash bool
- When enabled, the IPv4 address is used for traffic distribution.
- ipv6_ext_ boolhash 
- When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6_hash bool
- When enabled, the IPv6 address is used for traffic distribution.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcp_ipv4_ boolhash 
- When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcp_ipv6_ boolext_ hash 
- When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcp_ipv6_ boolhash 
- When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udp_ipv4_ boolhash 
- When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udp_ipv6_ boolhash 
- When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- 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.
- ipv4Hash Boolean
- When enabled, the IPv4 address is used for traffic distribution.
- ipv6ExtHash Boolean
- When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6Hash Boolean
- When enabled, the IPv6 address is used for traffic distribution.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcpIpv4Hash Boolean
- When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcpIpv6Ext BooleanHash 
- When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcpIpv6Hash Boolean
- When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udpIpv4Hash Boolean
- When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udpIpv6Hash Boolean
- When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
GetVnicEthAdapterPolicyInventoryRxQueueSettings        
- 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.
- NrCount double
- The number of queue resources to allocate.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RingSize double
- The number of descriptors in each queue.
- 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.
- NrCount float64
- The number of queue resources to allocate.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RingSize float64
- The number of descriptors in each queue.
- 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.
- nrCount Double
- The number of queue resources to allocate.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize Double
- The number of descriptors in each queue.
- 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.
- nrCount number
- The number of queue resources to allocate.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize number
- The number of descriptors in each queue.
- 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.
- nr_count float
- The number of queue resources to allocate.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring_size float
- The number of descriptors in each queue.
- 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.
- nrCount Number
- The number of queue resources to allocate.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize Number
- The number of descriptors in each queue.
GetVnicEthAdapterPolicyInventoryTag      
- 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.
GetVnicEthAdapterPolicyInventoryTargetMo       
- 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'.
 
GetVnicEthAdapterPolicyInventoryTcpOffloadSettings        
- 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.
- LargeReceive bool
- Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- LargeSend bool
- Enables the CPU to send large packets to the hardware for segmentation.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RxChecksum bool
- When enabled, the CPU sends all packet checksums to the hardware for validation.
- TxChecksum bool
- When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
- 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.
- LargeReceive bool
- Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- LargeSend bool
- Enables the CPU to send large packets to the hardware for segmentation.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RxChecksum bool
- When enabled, the CPU sends all packet checksums to the hardware for validation.
- TxChecksum bool
- When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
- 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.
- largeReceive Boolean
- Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- largeSend Boolean
- Enables the CPU to send large packets to the hardware for segmentation.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rxChecksum Boolean
- When enabled, the CPU sends all packet checksums to the hardware for validation.
- txChecksum Boolean
- When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
- 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.
- largeReceive boolean
- Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- largeSend boolean
- Enables the CPU to send large packets to the hardware for segmentation.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rxChecksum boolean
- When enabled, the CPU sends all packet checksums to the hardware for validation.
- txChecksum boolean
- When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
- 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.
- large_receive bool
- Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- large_send bool
- Enables the CPU to send large packets to the hardware for segmentation.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rx_checksum bool
- When enabled, the CPU sends all packet checksums to the hardware for validation.
- tx_checksum bool
- When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
- 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.
- largeReceive Boolean
- Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- largeSend Boolean
- Enables the CPU to send large packets to the hardware for segmentation.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rxChecksum Boolean
- When enabled, the CPU sends all packet checksums to the hardware for validation.
- txChecksum Boolean
- When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
GetVnicEthAdapterPolicyInventoryTxQueueSettings        
- 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.
- NrCount double
- The number of queue resources to allocate.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RingSize double
- The number of descriptors in each queue.
- 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.
- NrCount float64
- The number of queue resources to allocate.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RingSize float64
- The number of descriptors in each queue.
- 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.
- nrCount Double
- The number of queue resources to allocate.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize Double
- The number of descriptors in each queue.
- 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.
- nrCount number
- The number of queue resources to allocate.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize number
- The number of descriptors in each queue.
- 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.
- nr_count float
- The number of queue resources to allocate.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring_size float
- The number of descriptors in each queue.
- 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.
- nrCount Number
- The number of queue resources to allocate.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ringSize Number
- The number of descriptors in each queue.
GetVnicEthAdapterPolicyInventoryVersionContext       
- 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<GetVnic Eth Adapter Policy Inventory Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVnic Eth Adapter Policy Inventory 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 []GetVnic Eth Adapter Policy Inventory Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVnic Eth Adapter Policy Inventory 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<GetVnic Eth Adapter Policy Inventory Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVnic Eth Adapter Policy Inventory 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 GetVnic Eth Adapter Policy Inventory Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVnic Eth Adapter Policy Inventory 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[GetVnic Eth Adapter Policy Inventory Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVnic Eth Adapter Policy Inventory Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetVnicEthAdapterPolicyInventoryVersionContextInterestedMo         
- 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'.
 
GetVnicEthAdapterPolicyInventoryVersionContextRefMo         
- 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'.
 
GetVnicEthAdapterPolicyInventoryVxlanSettings       
- 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.
- Enabled bool
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Enabled bool
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled boolean
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled bool
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- enabled Boolean
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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