1. Packages
  2. Intersight Provider
  3. API Docs
  4. getVnicEthAdapterPolicy
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getVnicEthAdapterPolicy

Explore with Pulumi AI

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 getVnicEthAdapterPolicy

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 getVnicEthAdapterPolicy(args: GetVnicEthAdapterPolicyArgs, opts?: InvokeOptions): Promise<GetVnicEthAdapterPolicyResult>
function getVnicEthAdapterPolicyOutput(args: GetVnicEthAdapterPolicyOutputArgs, opts?: InvokeOptions): Output<GetVnicEthAdapterPolicyResult>
Copy
def get_vnic_eth_adapter_policy(account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                advanced_filter: Optional[bool] = None,
                                ancestors: Optional[Sequence[GetVnicEthAdapterPolicyAncestor]] = None,
                                arfs_settings: Optional[GetVnicEthAdapterPolicyArfsSettings] = None,
                                class_id: Optional[str] = None,
                                completion_queue_settings: Optional[GetVnicEthAdapterPolicyCompletionQueueSettings] = None,
                                create_time: Optional[str] = None,
                                description: 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[GetVnicEthAdapterPolicyInterruptSettings] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                name: Optional[str] = None,
                                nvgre_settings: Optional[GetVnicEthAdapterPolicyNvgreSettings] = None,
                                object_type: Optional[str] = None,
                                organization: Optional[GetVnicEthAdapterPolicyOrganization] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetVnicEthAdapterPolicyParent] = None,
                                permission_resources: Optional[Sequence[GetVnicEthAdapterPolicyPermissionResource]] = None,
                                ptp_settings: Optional[GetVnicEthAdapterPolicyPtpSettings] = None,
                                roce_settings: Optional[GetVnicEthAdapterPolicyRoceSettings] = None,
                                rss_hash_settings: Optional[GetVnicEthAdapterPolicyRssHashSettings] = None,
                                rss_settings: Optional[bool] = None,
                                rx_queue_settings: Optional[GetVnicEthAdapterPolicyRxQueueSettings] = None,
                                shared_scope: Optional[str] = None,
                                tags: Optional[Sequence[GetVnicEthAdapterPolicyTag]] = None,
                                tcp_offload_settings: Optional[GetVnicEthAdapterPolicyTcpOffloadSettings] = None,
                                tx_queue_settings: Optional[GetVnicEthAdapterPolicyTxQueueSettings] = None,
                                uplink_failback_timeout: Optional[float] = None,
                                version_context: Optional[GetVnicEthAdapterPolicyVersionContext] = None,
                                vxlan_settings: Optional[GetVnicEthAdapterPolicyVxlanSettings] = None,
                                opts: Optional[InvokeOptions] = None) -> GetVnicEthAdapterPolicyResult
def get_vnic_eth_adapter_policy_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[GetVnicEthAdapterPolicyAncestorArgs]]]] = None,
                                arfs_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyArfsSettingsArgs]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                completion_queue_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyCompletionQueueSettingsArgs]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                description: 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[GetVnicEthAdapterPolicyInterruptSettingsArgs]] = 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[GetVnicEthAdapterPolicyNvgreSettingsArgs]] = None,
                                object_type: Optional[pulumi.Input[str]] = None,
                                organization: Optional[pulumi.Input[GetVnicEthAdapterPolicyOrganizationArgs]] = None,
                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                parent: Optional[pulumi.Input[GetVnicEthAdapterPolicyParentArgs]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthAdapterPolicyPermissionResourceArgs]]]] = None,
                                ptp_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyPtpSettingsArgs]] = None,
                                roce_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyRoceSettingsArgs]] = None,
                                rss_hash_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyRssHashSettingsArgs]] = None,
                                rss_settings: Optional[pulumi.Input[bool]] = None,
                                rx_queue_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyRxQueueSettingsArgs]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthAdapterPolicyTagArgs]]]] = None,
                                tcp_offload_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyTcpOffloadSettingsArgs]] = None,
                                tx_queue_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyTxQueueSettingsArgs]] = None,
                                uplink_failback_timeout: Optional[pulumi.Input[float]] = None,
                                version_context: Optional[pulumi.Input[GetVnicEthAdapterPolicyVersionContextArgs]] = None,
                                vxlan_settings: Optional[pulumi.Input[GetVnicEthAdapterPolicyVxlanSettingsArgs]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetVnicEthAdapterPolicyResult]
Copy
func LookupVnicEthAdapterPolicy(ctx *Context, args *LookupVnicEthAdapterPolicyArgs, opts ...InvokeOption) (*LookupVnicEthAdapterPolicyResult, error)
func LookupVnicEthAdapterPolicyOutput(ctx *Context, args *LookupVnicEthAdapterPolicyOutputArgs, opts ...InvokeOption) LookupVnicEthAdapterPolicyResultOutput
Copy

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

public static class GetVnicEthAdapterPolicy 
{
    public static Task<GetVnicEthAdapterPolicyResult> InvokeAsync(GetVnicEthAdapterPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetVnicEthAdapterPolicyResult> Invoke(GetVnicEthAdapterPolicyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVnicEthAdapterPolicyResult> getVnicEthAdapterPolicy(GetVnicEthAdapterPolicyArgs args, InvokeOptions options)
public static Output<GetVnicEthAdapterPolicyResult> getVnicEthAdapterPolicy(GetVnicEthAdapterPolicyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVnicEthAdapterPolicy:getVnicEthAdapterPolicy
  arguments:
    # arguments dictionary
Copy

The 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<GetVnicEthAdapterPolicyAncestor>
ArfsSettings GetVnicEthAdapterPolicyArfsSettings
ClassId string
CompletionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
CreateTime string
The time when this managed object was created.
Description string
Description of the policy.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EtherChannelPinningEnabled bool
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 GetVnicEthAdapterPolicyInterruptSettings
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 concrete policy.
NvgreSettings GetVnicEthAdapterPolicyNvgreSettings
ObjectType string
Organization GetVnicEthAdapterPolicyOrganization
Owners List<string>
Parent GetVnicEthAdapterPolicyParent
PermissionResources List<GetVnicEthAdapterPolicyPermissionResource>
PtpSettings GetVnicEthAdapterPolicyPtpSettings
RoceSettings GetVnicEthAdapterPolicyRoceSettings
RssHashSettings GetVnicEthAdapterPolicyRssHashSettings
RssSettings bool
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
RxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags List<GetVnicEthAdapterPolicyTag>
TcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
TxQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
UplinkFailbackTimeout double
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 GetVnicEthAdapterPolicyVersionContext
VxlanSettings GetVnicEthAdapterPolicyVxlanSettings
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
AdvancedFilter bool
Enables advanced filtering on the interface.
Ancestors []GetVnicEthAdapterPolicyAncestor
ArfsSettings GetVnicEthAdapterPolicyArfsSettings
ClassId string
CompletionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
CreateTime string
The time when this managed object was created.
Description string
Description of the policy.
DomainGroupMoid string
The DomainGroup ID for this managed object.
EtherChannelPinningEnabled bool
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 GetVnicEthAdapterPolicyInterruptSettings
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 concrete policy.
NvgreSettings GetVnicEthAdapterPolicyNvgreSettings
ObjectType string
Organization GetVnicEthAdapterPolicyOrganization
Owners []string
Parent GetVnicEthAdapterPolicyParent
PermissionResources []GetVnicEthAdapterPolicyPermissionResource
PtpSettings GetVnicEthAdapterPolicyPtpSettings
RoceSettings GetVnicEthAdapterPolicyRoceSettings
RssHashSettings GetVnicEthAdapterPolicyRssHashSettings
RssSettings bool
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
RxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags []GetVnicEthAdapterPolicyTag
TcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
TxQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
UplinkFailbackTimeout float64
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 GetVnicEthAdapterPolicyVersionContext
VxlanSettings GetVnicEthAdapterPolicyVxlanSettings
accountMoid String
The Account ID for this managed object.
additionalProperties String
advancedFilter Boolean
Enables advanced filtering on the interface.
ancestors List<GetVnicEthAdapterPolicyAncestor>
arfsSettings GetVnicEthAdapterPolicyArfsSettings
classId String
completionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
createTime String
The time when this managed object was created.
description String
Description of the policy.
domainGroupMoid String
The DomainGroup ID for this managed object.
etherChannelPinningEnabled Boolean
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 GetVnicEthAdapterPolicyInterruptSettings
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 concrete policy.
nvgreSettings GetVnicEthAdapterPolicyNvgreSettings
objectType String
organization GetVnicEthAdapterPolicyOrganization
owners List<String>
parent GetVnicEthAdapterPolicyParent
permissionResources List<GetVnicEthAdapterPolicyPermissionResource>
ptpSettings GetVnicEthAdapterPolicyPtpSettings
roceSettings GetVnicEthAdapterPolicyRoceSettings
rssHashSettings GetVnicEthAdapterPolicyRssHashSettings
rssSettings Boolean
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags List<GetVnicEthAdapterPolicyTag>
tcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
txQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
uplinkFailbackTimeout Double
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 GetVnicEthAdapterPolicyVersionContext
vxlanSettings GetVnicEthAdapterPolicyVxlanSettings
accountMoid string
The Account ID for this managed object.
additionalProperties string
advancedFilter boolean
Enables advanced filtering on the interface.
ancestors GetVnicEthAdapterPolicyAncestor[]
arfsSettings GetVnicEthAdapterPolicyArfsSettings
classId string
completionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
createTime string
The time when this managed object was created.
description string
Description of the policy.
domainGroupMoid string
The DomainGroup ID for this managed object.
etherChannelPinningEnabled boolean
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 GetVnicEthAdapterPolicyInterruptSettings
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 concrete policy.
nvgreSettings GetVnicEthAdapterPolicyNvgreSettings
objectType string
organization GetVnicEthAdapterPolicyOrganization
owners string[]
parent GetVnicEthAdapterPolicyParent
permissionResources GetVnicEthAdapterPolicyPermissionResource[]
ptpSettings GetVnicEthAdapterPolicyPtpSettings
roceSettings GetVnicEthAdapterPolicyRoceSettings
rssHashSettings GetVnicEthAdapterPolicyRssHashSettings
rssSettings boolean
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags GetVnicEthAdapterPolicyTag[]
tcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
txQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
uplinkFailbackTimeout number
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 GetVnicEthAdapterPolicyVersionContext
vxlanSettings GetVnicEthAdapterPolicyVxlanSettings
account_moid str
The Account ID for this managed object.
additional_properties str
advanced_filter bool
Enables advanced filtering on the interface.
ancestors Sequence[GetVnicEthAdapterPolicyAncestor]
arfs_settings GetVnicEthAdapterPolicyArfsSettings
class_id str
completion_queue_settings GetVnicEthAdapterPolicyCompletionQueueSettings
create_time str
The time when this managed object was created.
description str
Description of the policy.
domain_group_moid str
The DomainGroup ID for this managed object.
ether_channel_pinning_enabled bool
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 GetVnicEthAdapterPolicyInterruptSettings
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 concrete policy.
nvgre_settings GetVnicEthAdapterPolicyNvgreSettings
object_type str
organization GetVnicEthAdapterPolicyOrganization
owners Sequence[str]
parent GetVnicEthAdapterPolicyParent
permission_resources Sequence[GetVnicEthAdapterPolicyPermissionResource]
ptp_settings GetVnicEthAdapterPolicyPtpSettings
roce_settings GetVnicEthAdapterPolicyRoceSettings
rss_hash_settings GetVnicEthAdapterPolicyRssHashSettings
rss_settings bool
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rx_queue_settings GetVnicEthAdapterPolicyRxQueueSettings
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags Sequence[GetVnicEthAdapterPolicyTag]
tcp_offload_settings GetVnicEthAdapterPolicyTcpOffloadSettings
tx_queue_settings GetVnicEthAdapterPolicyTxQueueSettings
uplink_failback_timeout float
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 GetVnicEthAdapterPolicyVersionContext
vxlan_settings GetVnicEthAdapterPolicyVxlanSettings
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
completionQueueSettings Property Map
createTime String
The time when this managed object was created.
description String
Description of the policy.
domainGroupMoid String
The DomainGroup ID for this managed object.
etherChannelPinningEnabled Boolean
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 concrete policy.
nvgreSettings Property Map
objectType String
organization Property Map
owners List<String>
parent Property Map
permissionResources List<Property Map>
ptpSettings Property Map
roceSettings Property Map
rssHashSettings Property Map
rssSettings Boolean
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rxQueueSettings Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags List<Property Map>
tcpOffloadSettings Property Map
txQueueSettings Property Map
uplinkFailbackTimeout Number
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

getVnicEthAdapterPolicy Result

The following output properties are available:

Id string
Results List<GetVnicEthAdapterPolicyResult>
AccountMoid string
AdditionalProperties string
AdvancedFilter bool
Ancestors List<GetVnicEthAdapterPolicyAncestor>
ArfsSettings GetVnicEthAdapterPolicyArfsSettings
ClassId string
CompletionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
CreateTime string
Description string
DomainGroupMoid string
EtherChannelPinningEnabled bool
GeneveEnabled bool
InterruptScaling bool
InterruptSettings GetVnicEthAdapterPolicyInterruptSettings
ModTime string
Moid string
Name string
NvgreSettings GetVnicEthAdapterPolicyNvgreSettings
ObjectType string
Organization GetVnicEthAdapterPolicyOrganization
Owners List<string>
Parent GetVnicEthAdapterPolicyParent
PermissionResources List<GetVnicEthAdapterPolicyPermissionResource>
PtpSettings GetVnicEthAdapterPolicyPtpSettings
RoceSettings GetVnicEthAdapterPolicyRoceSettings
RssHashSettings GetVnicEthAdapterPolicyRssHashSettings
RssSettings bool
RxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
SharedScope string
Tags List<GetVnicEthAdapterPolicyTag>
TcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
TxQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
UplinkFailbackTimeout double
VersionContext GetVnicEthAdapterPolicyVersionContext
VxlanSettings GetVnicEthAdapterPolicyVxlanSettings
Id string
Results []GetVnicEthAdapterPolicyResult
AccountMoid string
AdditionalProperties string
AdvancedFilter bool
Ancestors []GetVnicEthAdapterPolicyAncestor
ArfsSettings GetVnicEthAdapterPolicyArfsSettings
ClassId string
CompletionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
CreateTime string
Description string
DomainGroupMoid string
EtherChannelPinningEnabled bool
GeneveEnabled bool
InterruptScaling bool
InterruptSettings GetVnicEthAdapterPolicyInterruptSettings
ModTime string
Moid string
Name string
NvgreSettings GetVnicEthAdapterPolicyNvgreSettings
ObjectType string
Organization GetVnicEthAdapterPolicyOrganization
Owners []string
Parent GetVnicEthAdapterPolicyParent
PermissionResources []GetVnicEthAdapterPolicyPermissionResource
PtpSettings GetVnicEthAdapterPolicyPtpSettings
RoceSettings GetVnicEthAdapterPolicyRoceSettings
RssHashSettings GetVnicEthAdapterPolicyRssHashSettings
RssSettings bool
RxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
SharedScope string
Tags []GetVnicEthAdapterPolicyTag
TcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
TxQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
UplinkFailbackTimeout float64
VersionContext GetVnicEthAdapterPolicyVersionContext
VxlanSettings GetVnicEthAdapterPolicyVxlanSettings
id String
results List<GetVnicEthAdapterPolicyResult>
accountMoid String
additionalProperties String
advancedFilter Boolean
ancestors List<GetVnicEthAdapterPolicyAncestor>
arfsSettings GetVnicEthAdapterPolicyArfsSettings
classId String
completionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
createTime String
description String
domainGroupMoid String
etherChannelPinningEnabled Boolean
geneveEnabled Boolean
interruptScaling Boolean
interruptSettings GetVnicEthAdapterPolicyInterruptSettings
modTime String
moid String
name String
nvgreSettings GetVnicEthAdapterPolicyNvgreSettings
objectType String
organization GetVnicEthAdapterPolicyOrganization
owners List<String>
parent GetVnicEthAdapterPolicyParent
permissionResources List<GetVnicEthAdapterPolicyPermissionResource>
ptpSettings GetVnicEthAdapterPolicyPtpSettings
roceSettings GetVnicEthAdapterPolicyRoceSettings
rssHashSettings GetVnicEthAdapterPolicyRssHashSettings
rssSettings Boolean
rxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
sharedScope String
tags List<GetVnicEthAdapterPolicyTag>
tcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
txQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
uplinkFailbackTimeout Double
versionContext GetVnicEthAdapterPolicyVersionContext
vxlanSettings GetVnicEthAdapterPolicyVxlanSettings
id str
results Sequence[GetVnicEthAdapterPolicyResult]
account_moid str
additional_properties str
advanced_filter bool
ancestors Sequence[GetVnicEthAdapterPolicyAncestor]
arfs_settings GetVnicEthAdapterPolicyArfsSettings
class_id str
completion_queue_settings GetVnicEthAdapterPolicyCompletionQueueSettings
create_time str
description str
domain_group_moid str
ether_channel_pinning_enabled bool
geneve_enabled bool
interrupt_scaling bool
interrupt_settings GetVnicEthAdapterPolicyInterruptSettings
mod_time str
moid str
name str
nvgre_settings GetVnicEthAdapterPolicyNvgreSettings
object_type str
organization GetVnicEthAdapterPolicyOrganization
owners Sequence[str]
parent GetVnicEthAdapterPolicyParent
permission_resources Sequence[GetVnicEthAdapterPolicyPermissionResource]
ptp_settings GetVnicEthAdapterPolicyPtpSettings
roce_settings GetVnicEthAdapterPolicyRoceSettings
rss_hash_settings GetVnicEthAdapterPolicyRssHashSettings
rss_settings bool
rx_queue_settings GetVnicEthAdapterPolicyRxQueueSettings
shared_scope str
tags Sequence[GetVnicEthAdapterPolicyTag]
tcp_offload_settings GetVnicEthAdapterPolicyTcpOffloadSettings
tx_queue_settings GetVnicEthAdapterPolicyTxQueueSettings
uplink_failback_timeout float
version_context GetVnicEthAdapterPolicyVersionContext
vxlan_settings GetVnicEthAdapterPolicyVxlanSettings
id String
results List<Property Map>
accountMoid String
additionalProperties String
advancedFilter Boolean
ancestors List<Property Map>
arfsSettings Property Map
classId String
completionQueueSettings Property Map
createTime String
description String
domainGroupMoid String
etherChannelPinningEnabled Boolean
geneveEnabled Boolean
interruptScaling Boolean
interruptSettings Property Map
modTime String
moid String
name String
nvgreSettings Property Map
objectType String
organization Property Map
owners List<String>
parent Property Map
permissionResources List<Property Map>
ptpSettings Property Map
roceSettings Property Map
rssHashSettings Property Map
rssSettings Boolean
rxQueueSettings Property Map
sharedScope String
tags List<Property Map>
tcpOffloadSettings Property Map
txQueueSettings Property Map
uplinkFailbackTimeout Number
versionContext Property Map
vxlanSettings Property Map

Supporting Types

GetVnicEthAdapterPolicyAncestor

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

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

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

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

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

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

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

GetVnicEthAdapterPolicyArfsSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyCompletionQueueSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyInterruptSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyNvgreSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyOrganization

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

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

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

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

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

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

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

GetVnicEthAdapterPolicyParent

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

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

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

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

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

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

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

GetVnicEthAdapterPolicyPermissionResource

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

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

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

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

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

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

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

GetVnicEthAdapterPolicyPtpSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AdvancedFilter This property is required. bool
Enables advanced filtering on the interface.
Ancestors This property is required. List<GetVnicEthAdapterPolicyResultAncestor>
ArfsSettings This property is required. List<GetVnicEthAdapterPolicyResultArfsSetting>
ClassId This property is required. string
CompletionQueueSettings This property is required. List<GetVnicEthAdapterPolicyResultCompletionQueueSetting>
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EtherChannelPinningEnabled This property is required. bool
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 This property is required. 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 This property is required. bool
Enables Interrupt Scaling on the interface.
InterruptSettings This property is required. List<GetVnicEthAdapterPolicyResultInterruptSetting>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the concrete policy.
NvgreSettings This property is required. List<GetVnicEthAdapterPolicyResultNvgreSetting>
ObjectType This property is required. string
Organizations This property is required. List<GetVnicEthAdapterPolicyResultOrganization>
Owners This property is required. List<string>
Parents This property is required. List<GetVnicEthAdapterPolicyResultParent>
PermissionResources This property is required. List<GetVnicEthAdapterPolicyResultPermissionResource>
PtpSettings This property is required. List<GetVnicEthAdapterPolicyResultPtpSetting>
RoceSettings This property is required. List<GetVnicEthAdapterPolicyResultRoceSetting>
RssHashSettings This property is required. List<GetVnicEthAdapterPolicyResultRssHashSetting>
RssSettings This property is required. bool
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
RxQueueSettings This property is required. List<GetVnicEthAdapterPolicyResultRxQueueSetting>
SharedScope This property is required. 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.
Tags This property is required. List<GetVnicEthAdapterPolicyResultTag>
TcpOffloadSettings This property is required. List<GetVnicEthAdapterPolicyResultTcpOffloadSetting>
TxQueueSettings This property is required. List<GetVnicEthAdapterPolicyResultTxQueueSetting>
UplinkFailbackTimeout This property is required. double
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 This property is required. List<GetVnicEthAdapterPolicyResultVersionContext>
VxlanSettings This property is required. List<GetVnicEthAdapterPolicyResultVxlanSetting>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
AdvancedFilter This property is required. bool
Enables advanced filtering on the interface.
Ancestors This property is required. []GetVnicEthAdapterPolicyResultAncestor
ArfsSettings This property is required. []GetVnicEthAdapterPolicyResultArfsSetting
ClassId This property is required. string
CompletionQueueSettings This property is required. []GetVnicEthAdapterPolicyResultCompletionQueueSetting
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
EtherChannelPinningEnabled This property is required. bool
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 This property is required. 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 This property is required. bool
Enables Interrupt Scaling on the interface.
InterruptSettings This property is required. []GetVnicEthAdapterPolicyResultInterruptSetting
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the concrete policy.
NvgreSettings This property is required. []GetVnicEthAdapterPolicyResultNvgreSetting
ObjectType This property is required. string
Organizations This property is required. []GetVnicEthAdapterPolicyResultOrganization
Owners This property is required. []string
Parents This property is required. []GetVnicEthAdapterPolicyResultParent
PermissionResources This property is required. []GetVnicEthAdapterPolicyResultPermissionResource
PtpSettings This property is required. []GetVnicEthAdapterPolicyResultPtpSetting
RoceSettings This property is required. []GetVnicEthAdapterPolicyResultRoceSetting
RssHashSettings This property is required. []GetVnicEthAdapterPolicyResultRssHashSetting
RssSettings This property is required. bool
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
RxQueueSettings This property is required. []GetVnicEthAdapterPolicyResultRxQueueSetting
SharedScope This property is required. 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.
Tags This property is required. []GetVnicEthAdapterPolicyResultTag
TcpOffloadSettings This property is required. []GetVnicEthAdapterPolicyResultTcpOffloadSetting
TxQueueSettings This property is required. []GetVnicEthAdapterPolicyResultTxQueueSetting
UplinkFailbackTimeout This property is required. float64
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 This property is required. []GetVnicEthAdapterPolicyResultVersionContext
VxlanSettings This property is required. []GetVnicEthAdapterPolicyResultVxlanSetting
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
advancedFilter This property is required. Boolean
Enables advanced filtering on the interface.
ancestors This property is required. List<GetVnicEthAdapterPolicyResultAncestor>
arfsSettings This property is required. List<GetVnicEthAdapterPolicyResultArfsSetting>
classId This property is required. String
completionQueueSettings This property is required. List<GetVnicEthAdapterPolicyResultCompletionQueueSetting>
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
etherChannelPinningEnabled This property is required. Boolean
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 This property is required. 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 This property is required. Boolean
Enables Interrupt Scaling on the interface.
interruptSettings This property is required. List<GetVnicEthAdapterPolicyResultInterruptSetting>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the concrete policy.
nvgreSettings This property is required. List<GetVnicEthAdapterPolicyResultNvgreSetting>
objectType This property is required. String
organizations This property is required. List<GetVnicEthAdapterPolicyResultOrganization>
owners This property is required. List<String>
parents This property is required. List<GetVnicEthAdapterPolicyResultParent>
permissionResources This property is required. List<GetVnicEthAdapterPolicyResultPermissionResource>
ptpSettings This property is required. List<GetVnicEthAdapterPolicyResultPtpSetting>
roceSettings This property is required. List<GetVnicEthAdapterPolicyResultRoceSetting>
rssHashSettings This property is required. List<GetVnicEthAdapterPolicyResultRssHashSetting>
rssSettings This property is required. Boolean
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rxQueueSettings This property is required. List<GetVnicEthAdapterPolicyResultRxQueueSetting>
sharedScope This property is required. 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.
tags This property is required. List<GetVnicEthAdapterPolicyResultTag>
tcpOffloadSettings This property is required. List<GetVnicEthAdapterPolicyResultTcpOffloadSetting>
txQueueSettings This property is required. List<GetVnicEthAdapterPolicyResultTxQueueSetting>
uplinkFailbackTimeout This property is required. Double
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 This property is required. List<GetVnicEthAdapterPolicyResultVersionContext>
vxlanSettings This property is required. List<GetVnicEthAdapterPolicyResultVxlanSetting>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
advancedFilter This property is required. boolean
Enables advanced filtering on the interface.
ancestors This property is required. GetVnicEthAdapterPolicyResultAncestor[]
arfsSettings This property is required. GetVnicEthAdapterPolicyResultArfsSetting[]
classId This property is required. string
completionQueueSettings This property is required. GetVnicEthAdapterPolicyResultCompletionQueueSetting[]
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
Description of the policy.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
etherChannelPinningEnabled This property is required. boolean
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 This property is required. 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 This property is required. boolean
Enables Interrupt Scaling on the interface.
interruptSettings This property is required. GetVnicEthAdapterPolicyResultInterruptSetting[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the concrete policy.
nvgreSettings This property is required. GetVnicEthAdapterPolicyResultNvgreSetting[]
objectType This property is required. string
organizations This property is required. GetVnicEthAdapterPolicyResultOrganization[]
owners This property is required. string[]
parents This property is required. GetVnicEthAdapterPolicyResultParent[]
permissionResources This property is required. GetVnicEthAdapterPolicyResultPermissionResource[]
ptpSettings This property is required. GetVnicEthAdapterPolicyResultPtpSetting[]
roceSettings This property is required. GetVnicEthAdapterPolicyResultRoceSetting[]
rssHashSettings This property is required. GetVnicEthAdapterPolicyResultRssHashSetting[]
rssSettings This property is required. boolean
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rxQueueSettings This property is required. GetVnicEthAdapterPolicyResultRxQueueSetting[]
sharedScope This property is required. 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.
tags This property is required. GetVnicEthAdapterPolicyResultTag[]
tcpOffloadSettings This property is required. GetVnicEthAdapterPolicyResultTcpOffloadSetting[]
txQueueSettings This property is required. GetVnicEthAdapterPolicyResultTxQueueSetting[]
uplinkFailbackTimeout This property is required. number
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 This property is required. GetVnicEthAdapterPolicyResultVersionContext[]
vxlanSettings This property is required. GetVnicEthAdapterPolicyResultVxlanSetting[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
advanced_filter This property is required. bool
Enables advanced filtering on the interface.
ancestors This property is required. Sequence[GetVnicEthAdapterPolicyResultAncestor]
arfs_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultArfsSetting]
class_id This property is required. str
completion_queue_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultCompletionQueueSetting]
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
Description of the policy.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
ether_channel_pinning_enabled This property is required. bool
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 This property is required. 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 This property is required. bool
Enables Interrupt Scaling on the interface.
interrupt_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultInterruptSetting]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the concrete policy.
nvgre_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultNvgreSetting]
object_type This property is required. str
organizations This property is required. Sequence[GetVnicEthAdapterPolicyResultOrganization]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetVnicEthAdapterPolicyResultParent]
permission_resources This property is required. Sequence[GetVnicEthAdapterPolicyResultPermissionResource]
ptp_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultPtpSetting]
roce_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultRoceSetting]
rss_hash_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultRssHashSetting]
rss_settings This property is required. bool
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rx_queue_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultRxQueueSetting]
shared_scope This property is required. 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.
tags This property is required. Sequence[GetVnicEthAdapterPolicyResultTag]
tcp_offload_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultTcpOffloadSetting]
tx_queue_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultTxQueueSetting]
uplink_failback_timeout This property is required. float
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 This property is required. Sequence[GetVnicEthAdapterPolicyResultVersionContext]
vxlan_settings This property is required. Sequence[GetVnicEthAdapterPolicyResultVxlanSetting]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
advancedFilter This property is required. Boolean
Enables advanced filtering on the interface.
ancestors This property is required. List<Property Map>
arfsSettings This property is required. List<Property Map>
classId This property is required. String
completionQueueSettings This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
etherChannelPinningEnabled This property is required. Boolean
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 This property is required. 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 This property is required. Boolean
Enables Interrupt Scaling on the interface.
interruptSettings This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the concrete policy.
nvgreSettings This property is required. List<Property Map>
objectType This property is required. String
organizations This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
ptpSettings This property is required. List<Property Map>
roceSettings This property is required. List<Property Map>
rssHashSettings This property is required. List<Property Map>
rssSettings This property is required. Boolean
Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
rxQueueSettings This property is required. List<Property Map>
sharedScope This property is required. 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.
tags This property is required. List<Property Map>
tcpOffloadSettings This property is required. List<Property Map>
txQueueSettings This property is required. List<Property Map>
uplinkFailbackTimeout This property is required. Number
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 This property is required. List<Property Map>
vxlanSettings This property is required. List<Property Map>

GetVnicEthAdapterPolicyResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVnicEthAdapterPolicyResultArfsSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
enabled This property is required. boolean
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
enabled This property is required. bool
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String

GetVnicEthAdapterPolicyResultCompletionQueueSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
RingSize This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
RingSize This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Double
objectType This property is required. String
ringSize This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
nrCount This property is required. number
objectType This property is required. string
ringSize This property is required. number
additional_properties This property is required. str
class_id This property is required. str
nr_count This property is required. float
object_type This property is required. str
ring_size This property is required. float
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Number
objectType This property is required. String
ringSize This property is required. Number

GetVnicEthAdapterPolicyResultInterruptSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
CoalescingTime This property is required. double
CoalescingType This property is required. string
Mode This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
CoalescingTime This property is required. float64
CoalescingType This property is required. string
Mode This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
coalescingTime This property is required. Double
coalescingType This property is required. String
mode This property is required. String
nrCount This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
coalescingTime This property is required. number
coalescingType This property is required. string
mode This property is required. string
nrCount This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
coalescing_time This property is required. float
coalescing_type This property is required. str
mode This property is required. str
nr_count This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
coalescingTime This property is required. Number
coalescingType This property is required. String
mode This property is required. String
nrCount This property is required. Number
objectType This property is required. String

GetVnicEthAdapterPolicyResultNvgreSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
enabled This property is required. boolean
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
enabled This property is required. bool
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String

GetVnicEthAdapterPolicyResultOrganization

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVnicEthAdapterPolicyResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVnicEthAdapterPolicyResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVnicEthAdapterPolicyResultPtpSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
enabled This property is required. boolean
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
enabled This property is required. bool
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String

GetVnicEthAdapterPolicyResultRoceSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
ClassOfService This property is required. double
Enabled This property is required. bool
MemoryRegions This property is required. double
NrVersion This property is required. double
ObjectType This property is required. string
QueuePairs This property is required. double
ResourceGroups This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
ClassOfService This property is required. float64
Enabled This property is required. bool
MemoryRegions This property is required. float64
NrVersion This property is required. float64
ObjectType This property is required. string
QueuePairs This property is required. float64
ResourceGroups This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
classOfService This property is required. Double
enabled This property is required. Boolean
memoryRegions This property is required. Double
nrVersion This property is required. Double
objectType This property is required. String
queuePairs This property is required. Double
resourceGroups This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
classOfService This property is required. number
enabled This property is required. boolean
memoryRegions This property is required. number
nrVersion This property is required. number
objectType This property is required. string
queuePairs This property is required. number
resourceGroups This property is required. number
additional_properties This property is required. str
class_id This property is required. str
class_of_service This property is required. float
enabled This property is required. bool
memory_regions This property is required. float
nr_version This property is required. float
object_type This property is required. str
queue_pairs This property is required. float
resource_groups This property is required. float
additionalProperties This property is required. String
classId This property is required. String
classOfService This property is required. Number
enabled This property is required. Boolean
memoryRegions This property is required. Number
nrVersion This property is required. Number
objectType This property is required. String
queuePairs This property is required. Number
resourceGroups This property is required. Number

GetVnicEthAdapterPolicyResultRssHashSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Hash This property is required. bool
Ipv6ExtHash This property is required. bool
Ipv6Hash This property is required. bool
ObjectType This property is required. string
TcpIpv4Hash This property is required. bool
TcpIpv6ExtHash This property is required. bool
TcpIpv6Hash This property is required. bool
UdpIpv4Hash This property is required. bool
UdpIpv6Hash This property is required. bool
AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Hash This property is required. bool
Ipv6ExtHash This property is required. bool
Ipv6Hash This property is required. bool
ObjectType This property is required. string
TcpIpv4Hash This property is required. bool
TcpIpv6ExtHash This property is required. bool
TcpIpv6Hash This property is required. bool
UdpIpv4Hash This property is required. bool
UdpIpv6Hash This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
ipv4Hash This property is required. Boolean
ipv6ExtHash This property is required. Boolean
ipv6Hash This property is required. Boolean
objectType This property is required. String
tcpIpv4Hash This property is required. Boolean
tcpIpv6ExtHash This property is required. Boolean
tcpIpv6Hash This property is required. Boolean
udpIpv4Hash This property is required. Boolean
udpIpv6Hash This property is required. Boolean
additionalProperties This property is required. string
classId This property is required. string
ipv4Hash This property is required. boolean
ipv6ExtHash This property is required. boolean
ipv6Hash This property is required. boolean
objectType This property is required. string
tcpIpv4Hash This property is required. boolean
tcpIpv6ExtHash This property is required. boolean
tcpIpv6Hash This property is required. boolean
udpIpv4Hash This property is required. boolean
udpIpv6Hash This property is required. boolean
additional_properties This property is required. str
class_id This property is required. str
ipv4_hash This property is required. bool
ipv6_ext_hash This property is required. bool
ipv6_hash This property is required. bool
object_type This property is required. str
tcp_ipv4_hash This property is required. bool
tcp_ipv6_ext_hash This property is required. bool
tcp_ipv6_hash This property is required. bool
udp_ipv4_hash This property is required. bool
udp_ipv6_hash This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
ipv4Hash This property is required. Boolean
ipv6ExtHash This property is required. Boolean
ipv6Hash This property is required. Boolean
objectType This property is required. String
tcpIpv4Hash This property is required. Boolean
tcpIpv6ExtHash This property is required. Boolean
tcpIpv6Hash This property is required. Boolean
udpIpv4Hash This property is required. Boolean
udpIpv6Hash This property is required. Boolean

GetVnicEthAdapterPolicyResultRxQueueSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
RingSize This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
RingSize This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Double
objectType This property is required. String
ringSize This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
nrCount This property is required. number
objectType This property is required. string
ringSize This property is required. number
additional_properties This property is required. str
class_id This property is required. str
nr_count This property is required. float
object_type This property is required. str
ring_size This property is required. float
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Number
objectType This property is required. String
ringSize This property is required. Number

GetVnicEthAdapterPolicyResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetVnicEthAdapterPolicyResultTcpOffloadSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
LargeReceive This property is required. bool
LargeSend This property is required. bool
ObjectType This property is required. string
RxChecksum This property is required. bool
TxChecksum This property is required. bool
AdditionalProperties This property is required. string
ClassId This property is required. string
LargeReceive This property is required. bool
LargeSend This property is required. bool
ObjectType This property is required. string
RxChecksum This property is required. bool
TxChecksum This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
largeReceive This property is required. Boolean
largeSend This property is required. Boolean
objectType This property is required. String
rxChecksum This property is required. Boolean
txChecksum This property is required. Boolean
additionalProperties This property is required. string
classId This property is required. string
largeReceive This property is required. boolean
largeSend This property is required. boolean
objectType This property is required. string
rxChecksum This property is required. boolean
txChecksum This property is required. boolean
additional_properties This property is required. str
class_id This property is required. str
large_receive This property is required. bool
large_send This property is required. bool
object_type This property is required. str
rx_checksum This property is required. bool
tx_checksum This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
largeReceive This property is required. Boolean
largeSend This property is required. Boolean
objectType This property is required. String
rxChecksum This property is required. Boolean
txChecksum This property is required. Boolean

GetVnicEthAdapterPolicyResultTxQueueSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
RingSize This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
RingSize This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Double
objectType This property is required. String
ringSize This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
nrCount This property is required. number
objectType This property is required. string
ringSize This property is required. number
additional_properties This property is required. str
class_id This property is required. str
nr_count This property is required. float
object_type This property is required. str
ring_size This property is required. float
additionalProperties This property is required. String
classId This property is required. String
nrCount This property is required. Number
objectType This property is required. String
ringSize This property is required. Number

GetVnicEthAdapterPolicyResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetVnicEthAdapterPolicyResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetVnicEthAdapterPolicyResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetVnicEthAdapterPolicyResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetVnicEthAdapterPolicyResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetVnicEthAdapterPolicyResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetVnicEthAdapterPolicyResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetVnicEthAdapterPolicyResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetVnicEthAdapterPolicyResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetVnicEthAdapterPolicyResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetVnicEthAdapterPolicyResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetVnicEthAdapterPolicyResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVnicEthAdapterPolicyResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVnicEthAdapterPolicyResultVxlanSetting

AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Enabled This property is required. bool
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
enabled This property is required. boolean
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
enabled This property is required. bool
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
enabled This property is required. Boolean
objectType This property is required. String

GetVnicEthAdapterPolicyRoceSettings

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
ClassOfService double
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.
ClassOfService float64
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.
classOfService Double
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.
classOfService number
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_service float
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.
classOfService Number
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.

GetVnicEthAdapterPolicyRssHashSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.
TcpIpv6ExtHash bool
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.
TcpIpv6ExtHash bool
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.
tcpIpv6ExtHash Boolean
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.
tcpIpv6ExtHash boolean
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_hash bool
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_hash bool
When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
tcp_ipv6_ext_hash bool
When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
tcp_ipv6_hash bool
When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
udp_ipv4_hash bool
When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
udp_ipv6_hash 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.
tcpIpv6ExtHash Boolean
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.

GetVnicEthAdapterPolicyRxQueueSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyTag

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.

GetVnicEthAdapterPolicyTcpOffloadSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyTxQueueSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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.

GetVnicEthAdapterPolicyVersionContext

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

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

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

GetVnicEthAdapterPolicyVersionContextInterestedMo

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

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

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

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

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

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

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

GetVnicEthAdapterPolicyVersionContextRefMo

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

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

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

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

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

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

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

GetVnicEthAdapterPolicyVxlanSettings

AdditionalProperties string
ClassId string
The fully-qualified name 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 intersight Terraform Provider.