intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVnicEthAdapterPolicy
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
An Ethernet adapter policy governs the host-side behavior of the adapter, including how the adapter handles traffic. For each VIC Virtual Ethernet Interface various features like VXLAN, NVGRE, ARFS, Interrupt settings, and TCP Offload settings can be configured.
Using 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>
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]
func LookupVnicEthAdapterPolicy(ctx *Context, args *LookupVnicEthAdapterPolicyArgs, opts ...InvokeOption) (*LookupVnicEthAdapterPolicyResult, error)
func LookupVnicEthAdapterPolicyOutput(ctx *Context, args *LookupVnicEthAdapterPolicyOutputArgs, opts ...InvokeOption) LookupVnicEthAdapterPolicyResultOutput
> 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)
}
public static CompletableFuture<GetVnicEthAdapterPolicyResult> getVnicEthAdapterPolicy(GetVnicEthAdapterPolicyArgs args, InvokeOptions options)
public static Output<GetVnicEthAdapterPolicyResult> getVnicEthAdapterPolicy(GetVnicEthAdapterPolicyArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getVnicEthAdapterPolicy:getVnicEthAdapterPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Advanced
Filter bool - Enables advanced filtering on the interface.
- Ancestors
List<Get
Vnic Eth Adapter Policy Ancestor> - Arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - Class
Id string - Completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Channel boolPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- Geneve
Enabled bool - GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- Id string
- Interrupt
Scaling bool - Enables Interrupt Scaling on the interface.
- Interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - Mod
Time 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.
- Nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - Object
Type string - Organization
Get
Vnic Eth Adapter Policy Organization - Owners List<string>
- Parent
Get
Vnic Eth Adapter Policy Parent - Permission
Resources List<GetVnic Eth Adapter Policy Permission Resource> - Ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - Roce
Settings GetVnic Eth Adapter Policy Roce Settings - Rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - Rss
Settings bool - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- Rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Vnic Eth Adapter Policy Tag> - Tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - Tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - Uplink
Failback doubleTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- Version
Context GetVnic Eth Adapter Policy Version Context - Vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Advanced
Filter bool - Enables advanced filtering on the interface.
- Ancestors
[]Get
Vnic Eth Adapter Policy Ancestor - Arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - Class
Id string - Completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Channel boolPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- Geneve
Enabled bool - GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- Id string
- Interrupt
Scaling bool - Enables Interrupt Scaling on the interface.
- Interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - Mod
Time 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.
- Nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - Object
Type string - Organization
Get
Vnic Eth Adapter Policy Organization - Owners []string
- Parent
Get
Vnic Eth Adapter Policy Parent - Permission
Resources []GetVnic Eth Adapter Policy Permission Resource - Ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - Roce
Settings GetVnic Eth Adapter Policy Roce Settings - Rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - Rss
Settings bool - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- Rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Vnic Eth Adapter Policy Tag - Tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - Tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - Uplink
Failback float64Timeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- Version
Context GetVnic Eth Adapter Policy Version Context - Vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - advanced
Filter Boolean - Enables advanced filtering on the interface.
- ancestors
List<Get
Vnic Eth Adapter Policy Ancestor> - arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - class
Id String - completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Channel BooleanPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve
Enabled 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
- interrupt
Scaling Boolean - Enables Interrupt Scaling on the interface.
- interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - mod
Time 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.
- nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - object
Type String - organization
Get
Vnic Eth Adapter Policy Organization - owners List<String>
- parent
Get
Vnic Eth Adapter Policy Parent - permission
Resources List<GetVnic Eth Adapter Policy Permission Resource> - ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - roce
Settings GetVnic Eth Adapter Policy Roce Settings - rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - rss
Settings Boolean - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Vnic Eth Adapter Policy Tag> - tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - uplink
Failback DoubleTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version
Context GetVnic Eth Adapter Policy Version Context - vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - advanced
Filter boolean - Enables advanced filtering on the interface.
- ancestors
Get
Vnic Eth Adapter Policy Ancestor[] - arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - class
Id string - completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ether
Channel booleanPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve
Enabled 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
- interrupt
Scaling boolean - Enables Interrupt Scaling on the interface.
- interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - mod
Time 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.
- nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - object
Type string - organization
Get
Vnic Eth Adapter Policy Organization - owners string[]
- parent
Get
Vnic Eth Adapter Policy Parent - permission
Resources GetVnic Eth Adapter Policy Permission Resource[] - ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - roce
Settings GetVnic Eth Adapter Policy Roce Settings - rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - rss
Settings boolean - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Vnic Eth Adapter Policy Tag[] - tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - uplink
Failback numberTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version
Context GetVnic Eth Adapter Policy Version Context - vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - advanced_
filter bool - Enables advanced filtering on the interface.
- ancestors
Sequence[Get
Vnic Eth Adapter Policy Ancestor] - arfs_
settings GetVnic Eth Adapter Policy Arfs Settings - class_
id str - completion_
queue_ Getsettings Vnic Eth Adapter Policy Completion Queue Settings - create_
time str - The time when this managed object was created.
- description str
- Description of the policy.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ether_
channel_ boolpinning_ enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve_
enabled bool - GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- id str
- interrupt_
scaling bool - Enables Interrupt Scaling on the interface.
- interrupt_
settings GetVnic Eth Adapter Policy Interrupt Settings - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- nvgre_
settings GetVnic Eth Adapter Policy Nvgre Settings - object_
type str - organization
Get
Vnic Eth Adapter Policy Organization - owners Sequence[str]
- parent
Get
Vnic Eth Adapter Policy Parent - permission_
resources Sequence[GetVnic Eth Adapter Policy Permission Resource] - ptp_
settings GetVnic Eth Adapter Policy Ptp Settings - roce_
settings GetVnic Eth Adapter Policy Roce Settings - rss_
hash_ Getsettings Vnic Eth Adapter Policy Rss Hash Settings - rss_
settings bool - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx_
queue_ Getsettings Vnic Eth Adapter Policy Rx Queue Settings - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Vnic Eth Adapter Policy Tag] - tcp_
offload_ Getsettings Vnic Eth Adapter Policy Tcp Offload Settings - tx_
queue_ Getsettings Vnic Eth Adapter Policy Tx Queue Settings - uplink_
failback_ floattimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version_
context GetVnic Eth Adapter Policy Version Context - vxlan_
settings GetVnic Eth Adapter Policy Vxlan Settings
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - advanced
Filter Boolean - Enables advanced filtering on the interface.
- ancestors List<Property Map>
- arfs
Settings Property Map - class
Id String - completion
Queue Property MapSettings - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Channel BooleanPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve
Enabled 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
- interrupt
Scaling Boolean - Enables Interrupt Scaling on the interface.
- interrupt
Settings Property Map - mod
Time 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.
- nvgre
Settings Property Map - object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - ptp
Settings Property Map - roce
Settings Property Map - rss
Hash Property MapSettings - rss
Settings Boolean - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx
Queue Property MapSettings - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- tcp
Offload Property MapSettings - tx
Queue Property MapSettings - uplink
Failback NumberTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version
Context Property Map - vxlan
Settings Property Map
getVnicEthAdapterPolicy Result
The following output properties are available:
- Id string
- Results
List<Get
Vnic Eth Adapter Policy Result> - Account
Moid string - Additional
Properties string - Advanced
Filter bool - Ancestors
List<Get
Vnic Eth Adapter Policy Ancestor> - Arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - Class
Id string - Completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - Create
Time string - Description string
- Domain
Group stringMoid - Ether
Channel boolPinning Enabled - Geneve
Enabled bool - Interrupt
Scaling bool - Interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - Mod
Time string - Moid string
- Name string
- Nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - Object
Type string - Organization
Get
Vnic Eth Adapter Policy Organization - Owners List<string>
- Parent
Get
Vnic Eth Adapter Policy Parent - Permission
Resources List<GetVnic Eth Adapter Policy Permission Resource> - Ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - Roce
Settings GetVnic Eth Adapter Policy Roce Settings - Rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - Rss
Settings bool - Rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - string
- List<Get
Vnic Eth Adapter Policy Tag> - Tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - Tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - Uplink
Failback doubleTimeout - Version
Context GetVnic Eth Adapter Policy Version Context - Vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- Id string
- Results
[]Get
Vnic Eth Adapter Policy Result - Account
Moid string - Additional
Properties string - Advanced
Filter bool - Ancestors
[]Get
Vnic Eth Adapter Policy Ancestor - Arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - Class
Id string - Completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - Create
Time string - Description string
- Domain
Group stringMoid - Ether
Channel boolPinning Enabled - Geneve
Enabled bool - Interrupt
Scaling bool - Interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - Mod
Time string - Moid string
- Name string
- Nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - Object
Type string - Organization
Get
Vnic Eth Adapter Policy Organization - Owners []string
- Parent
Get
Vnic Eth Adapter Policy Parent - Permission
Resources []GetVnic Eth Adapter Policy Permission Resource - Ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - Roce
Settings GetVnic Eth Adapter Policy Roce Settings - Rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - Rss
Settings bool - Rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - string
- []Get
Vnic Eth Adapter Policy Tag - Tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - Tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - Uplink
Failback float64Timeout - Version
Context GetVnic Eth Adapter Policy Version Context - Vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- id String
- results
List<Get
Vnic Eth Adapter Policy Result> - account
Moid String - additional
Properties String - advanced
Filter Boolean - ancestors
List<Get
Vnic Eth Adapter Policy Ancestor> - arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - class
Id String - completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - create
Time String - description String
- domain
Group StringMoid - ether
Channel BooleanPinning Enabled - geneve
Enabled Boolean - interrupt
Scaling Boolean - interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - mod
Time String - moid String
- name String
- nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - object
Type String - organization
Get
Vnic Eth Adapter Policy Organization - owners List<String>
- parent
Get
Vnic Eth Adapter Policy Parent - permission
Resources List<GetVnic Eth Adapter Policy Permission Resource> - ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - roce
Settings GetVnic Eth Adapter Policy Roce Settings - rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - rss
Settings Boolean - rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - String
- List<Get
Vnic Eth Adapter Policy Tag> - tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - uplink
Failback DoubleTimeout - version
Context GetVnic Eth Adapter Policy Version Context - vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- id string
- results
Get
Vnic Eth Adapter Policy Result[] - account
Moid string - additional
Properties string - advanced
Filter boolean - ancestors
Get
Vnic Eth Adapter Policy Ancestor[] - arfs
Settings GetVnic Eth Adapter Policy Arfs Settings - class
Id string - completion
Queue GetSettings Vnic Eth Adapter Policy Completion Queue Settings - create
Time string - description string
- domain
Group stringMoid - ether
Channel booleanPinning Enabled - geneve
Enabled boolean - interrupt
Scaling boolean - interrupt
Settings GetVnic Eth Adapter Policy Interrupt Settings - mod
Time string - moid string
- name string
- nvgre
Settings GetVnic Eth Adapter Policy Nvgre Settings - object
Type string - organization
Get
Vnic Eth Adapter Policy Organization - owners string[]
- parent
Get
Vnic Eth Adapter Policy Parent - permission
Resources GetVnic Eth Adapter Policy Permission Resource[] - ptp
Settings GetVnic Eth Adapter Policy Ptp Settings - roce
Settings GetVnic Eth Adapter Policy Roce Settings - rss
Hash GetSettings Vnic Eth Adapter Policy Rss Hash Settings - rss
Settings boolean - rx
Queue GetSettings Vnic Eth Adapter Policy Rx Queue Settings - string
- Get
Vnic Eth Adapter Policy Tag[] - tcp
Offload GetSettings Vnic Eth Adapter Policy Tcp Offload Settings - tx
Queue GetSettings Vnic Eth Adapter Policy Tx Queue Settings - uplink
Failback numberTimeout - version
Context GetVnic Eth Adapter Policy Version Context - vxlan
Settings GetVnic Eth Adapter Policy Vxlan Settings
- id str
- results
Sequence[Get
Vnic Eth Adapter Policy Result] - account_
moid str - additional_
properties str - advanced_
filter bool - ancestors
Sequence[Get
Vnic Eth Adapter Policy Ancestor] - arfs_
settings GetVnic Eth Adapter Policy Arfs Settings - class_
id str - completion_
queue_ Getsettings Vnic Eth Adapter Policy Completion Queue Settings - create_
time str - description str
- domain_
group_ strmoid - ether_
channel_ boolpinning_ enabled - geneve_
enabled bool - interrupt_
scaling bool - interrupt_
settings GetVnic Eth Adapter Policy Interrupt Settings - mod_
time str - moid str
- name str
- nvgre_
settings GetVnic Eth Adapter Policy Nvgre Settings - object_
type str - organization
Get
Vnic Eth Adapter Policy Organization - owners Sequence[str]
- parent
Get
Vnic Eth Adapter Policy Parent - permission_
resources Sequence[GetVnic Eth Adapter Policy Permission Resource] - ptp_
settings GetVnic Eth Adapter Policy Ptp Settings - roce_
settings GetVnic Eth Adapter Policy Roce Settings - rss_
hash_ Getsettings Vnic Eth Adapter Policy Rss Hash Settings - rss_
settings bool - rx_
queue_ Getsettings Vnic Eth Adapter Policy Rx Queue Settings - str
- Sequence[Get
Vnic Eth Adapter Policy Tag] - tcp_
offload_ Getsettings Vnic Eth Adapter Policy Tcp Offload Settings - tx_
queue_ Getsettings Vnic Eth Adapter Policy Tx Queue Settings - uplink_
failback_ floattimeout - version_
context GetVnic Eth Adapter Policy Version Context - vxlan_
settings GetVnic Eth Adapter Policy Vxlan Settings
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - advanced
Filter Boolean - ancestors List<Property Map>
- arfs
Settings Property Map - class
Id String - completion
Queue Property MapSettings - create
Time String - description String
- domain
Group StringMoid - ether
Channel BooleanPinning Enabled - geneve
Enabled Boolean - interrupt
Scaling Boolean - interrupt
Settings Property Map - mod
Time String - moid String
- name String
- nvgre
Settings Property Map - object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - ptp
Settings Property Map - roce
Settings Property Map - rss
Hash Property MapSettings - rss
Settings Boolean - rx
Queue Property MapSettings - String
- List<Property Map>
- tcp
Offload Property MapSettings - tx
Queue Property MapSettings - uplink
Failback NumberTimeout - version
Context Property Map - vxlan
Settings Property Map
Supporting Types
GetVnicEthAdapterPolicyAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVnicEthAdapterPolicyArfsSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled boolean
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyCompletionQueueSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Count 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ring
Size double - The number of descriptors in each completion queue.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Count 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ring
Size float64 - The number of descriptors in each completion queue.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size Double - The number of descriptors in each completion queue.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size Number - The number of descriptors in each completion queue.
GetVnicEthAdapterPolicyInterruptSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Coalescing
Time 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.
- Coalescing
Type 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.
- Nr
Count double - The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Coalescing
Time 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.
- Coalescing
Type 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.
- Nr
Count float64 - The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- coalescing
Time 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.
- coalescing
Type 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.
- nr
Count Double - The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- coalescing
Time 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.
- coalescing
Type 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.
- nr
Count number - The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- coalescing
Time 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.
- coalescing
Type 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.
- nr
Count Number - The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyNvgreSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled boolean
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyOrganization
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVnicEthAdapterPolicyParent
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVnicEthAdapterPolicyPermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVnicEthAdapterPolicyPtpSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled boolean
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVnicEthAdapterPolicyResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Advanced
Filter bool - Enables advanced filtering on the interface.
- Ancestors
List<Get
Vnic Eth Adapter Policy Result Ancestor> - Arfs
Settings List<GetVnic Eth Adapter Policy Result Arfs Setting> - Class
Id string - Completion
Queue List<GetSettings Vnic Eth Adapter Policy Result Completion Queue Setting> - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Channel boolPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- Geneve
Enabled bool - GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- Interrupt
Scaling bool - Enables Interrupt Scaling on the interface.
- Interrupt
Settings List<GetVnic Eth Adapter Policy Result Interrupt Setting> - Mod
Time 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.
- Nvgre
Settings List<GetVnic Eth Adapter Policy Result Nvgre Setting> - Object
Type string - Organizations
List<Get
Vnic Eth Adapter Policy Result Organization> - Owners List<string>
- Parents
List<Get
Vnic Eth Adapter Policy Result Parent> - Permission
Resources List<GetVnic Eth Adapter Policy Result Permission Resource> - Ptp
Settings List<GetVnic Eth Adapter Policy Result Ptp Setting> - Roce
Settings List<GetVnic Eth Adapter Policy Result Roce Setting> - Rss
Hash List<GetSettings Vnic Eth Adapter Policy Result Rss Hash Setting> - Rss
Settings bool - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- Rx
Queue List<GetSettings Vnic Eth Adapter Policy Result Rx Queue Setting> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Vnic Eth Adapter Policy Result Tag> - Tcp
Offload List<GetSettings Vnic Eth Adapter Policy Result Tcp Offload Setting> - Tx
Queue List<GetSettings Vnic Eth Adapter Policy Result Tx Queue Setting> - Uplink
Failback doubleTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- Version
Contexts List<GetVnic Eth Adapter Policy Result Version Context> - Vxlan
Settings List<GetVnic Eth Adapter Policy Result Vxlan Setting>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Advanced
Filter bool - Enables advanced filtering on the interface.
- Ancestors
[]Get
Vnic Eth Adapter Policy Result Ancestor - Arfs
Settings []GetVnic Eth Adapter Policy Result Arfs Setting - Class
Id string - Completion
Queue []GetSettings Vnic Eth Adapter Policy Result Completion Queue Setting - Create
Time string - The time when this managed object was created.
- Description string
- Description of the policy.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Ether
Channel boolPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- Geneve
Enabled bool - GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- Interrupt
Scaling bool - Enables Interrupt Scaling on the interface.
- Interrupt
Settings []GetVnic Eth Adapter Policy Result Interrupt Setting - Mod
Time 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.
- Nvgre
Settings []GetVnic Eth Adapter Policy Result Nvgre Setting - Object
Type string - Organizations
[]Get
Vnic Eth Adapter Policy Result Organization - Owners []string
- Parents
[]Get
Vnic Eth Adapter Policy Result Parent - Permission
Resources []GetVnic Eth Adapter Policy Result Permission Resource - Ptp
Settings []GetVnic Eth Adapter Policy Result Ptp Setting - Roce
Settings []GetVnic Eth Adapter Policy Result Roce Setting - Rss
Hash []GetSettings Vnic Eth Adapter Policy Result Rss Hash Setting - Rss
Settings bool - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- Rx
Queue []GetSettings Vnic Eth Adapter Policy Result Rx Queue Setting - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- []Get
Vnic Eth Adapter Policy Result Tag - Tcp
Offload []GetSettings Vnic Eth Adapter Policy Result Tcp Offload Setting - Tx
Queue []GetSettings Vnic Eth Adapter Policy Result Tx Queue Setting - Uplink
Failback float64Timeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- Version
Contexts []GetVnic Eth Adapter Policy Result Version Context - Vxlan
Settings []GetVnic Eth Adapter Policy Result Vxlan Setting
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - advanced
Filter Boolean - Enables advanced filtering on the interface.
- ancestors
List<Get
Vnic Eth Adapter Policy Result Ancestor> - arfs
Settings List<GetVnic Eth Adapter Policy Result Arfs Setting> - class
Id String - completion
Queue List<GetSettings Vnic Eth Adapter Policy Result Completion Queue Setting> - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Channel BooleanPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve
Enabled 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.
- interrupt
Scaling Boolean - Enables Interrupt Scaling on the interface.
- interrupt
Settings List<GetVnic Eth Adapter Policy Result Interrupt Setting> - mod
Time 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.
- nvgre
Settings List<GetVnic Eth Adapter Policy Result Nvgre Setting> - object
Type String - organizations
List<Get
Vnic Eth Adapter Policy Result Organization> - owners List<String>
- parents
List<Get
Vnic Eth Adapter Policy Result Parent> - permission
Resources List<GetVnic Eth Adapter Policy Result Permission Resource> - ptp
Settings List<GetVnic Eth Adapter Policy Result Ptp Setting> - roce
Settings List<GetVnic Eth Adapter Policy Result Roce Setting> - rss
Hash List<GetSettings Vnic Eth Adapter Policy Result Rss Hash Setting> - rss
Settings Boolean - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx
Queue List<GetSettings Vnic Eth Adapter Policy Result Rx Queue Setting> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Get
Vnic Eth Adapter Policy Result Tag> - tcp
Offload List<GetSettings Vnic Eth Adapter Policy Result Tcp Offload Setting> - tx
Queue List<GetSettings Vnic Eth Adapter Policy Result Tx Queue Setting> - uplink
Failback DoubleTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version
Contexts List<GetVnic Eth Adapter Policy Result Version Context> - vxlan
Settings List<GetVnic Eth Adapter Policy Result Vxlan Setting>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - advanced
Filter boolean - Enables advanced filtering on the interface.
- ancestors
Get
Vnic Eth Adapter Policy Result Ancestor[] - arfs
Settings GetVnic Eth Adapter Policy Result Arfs Setting[] - class
Id string - completion
Queue GetSettings Vnic Eth Adapter Policy Result Completion Queue Setting[] - create
Time string - The time when this managed object was created.
- description string
- Description of the policy.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- ether
Channel booleanPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve
Enabled 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.
- interrupt
Scaling boolean - Enables Interrupt Scaling on the interface.
- interrupt
Settings GetVnic Eth Adapter Policy Result Interrupt Setting[] - mod
Time 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.
- nvgre
Settings GetVnic Eth Adapter Policy Result Nvgre Setting[] - object
Type string - organizations
Get
Vnic Eth Adapter Policy Result Organization[] - owners string[]
- parents
Get
Vnic Eth Adapter Policy Result Parent[] - permission
Resources GetVnic Eth Adapter Policy Result Permission Resource[] - ptp
Settings GetVnic Eth Adapter Policy Result Ptp Setting[] - roce
Settings GetVnic Eth Adapter Policy Result Roce Setting[] - rss
Hash GetSettings Vnic Eth Adapter Policy Result Rss Hash Setting[] - rss
Settings boolean - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx
Queue GetSettings Vnic Eth Adapter Policy Result Rx Queue Setting[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Get
Vnic Eth Adapter Policy Result Tag[] - tcp
Offload GetSettings Vnic Eth Adapter Policy Result Tcp Offload Setting[] - tx
Queue GetSettings Vnic Eth Adapter Policy Result Tx Queue Setting[] - uplink
Failback numberTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version
Contexts GetVnic Eth Adapter Policy Result Version Context[] - vxlan
Settings GetVnic Eth Adapter Policy Result Vxlan Setting[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - advanced_
filter bool - Enables advanced filtering on the interface.
- ancestors
Sequence[Get
Vnic Eth Adapter Policy Result Ancestor] - arfs_
settings Sequence[GetVnic Eth Adapter Policy Result Arfs Setting] - class_
id str - completion_
queue_ Sequence[Getsettings Vnic Eth Adapter Policy Result Completion Queue Setting] - create_
time str - The time when this managed object was created.
- description str
- Description of the policy.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- ether_
channel_ boolpinning_ enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve_
enabled bool - GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
- interrupt_
scaling bool - Enables Interrupt Scaling on the interface.
- interrupt_
settings Sequence[GetVnic Eth Adapter Policy Result Interrupt Setting] - mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- nvgre_
settings Sequence[GetVnic Eth Adapter Policy Result Nvgre Setting] - object_
type str - organizations
Sequence[Get
Vnic Eth Adapter Policy Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Vnic Eth Adapter Policy Result Parent] - permission_
resources Sequence[GetVnic Eth Adapter Policy Result Permission Resource] - ptp_
settings Sequence[GetVnic Eth Adapter Policy Result Ptp Setting] - roce_
settings Sequence[GetVnic Eth Adapter Policy Result Roce Setting] - rss_
hash_ Sequence[Getsettings Vnic Eth Adapter Policy Result Rss Hash Setting] - rss_
settings bool - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx_
queue_ Sequence[Getsettings Vnic Eth Adapter Policy Result Rx Queue Setting] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Sequence[Get
Vnic Eth Adapter Policy Result Tag] - tcp_
offload_ Sequence[Getsettings Vnic Eth Adapter Policy Result Tcp Offload Setting] - tx_
queue_ Sequence[Getsettings Vnic Eth Adapter Policy Result Tx Queue Setting] - uplink_
failback_ floattimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version_
contexts Sequence[GetVnic Eth Adapter Policy Result Version Context] - vxlan_
settings Sequence[GetVnic Eth Adapter Policy Result Vxlan Setting]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - advanced
Filter Boolean - Enables advanced filtering on the interface.
- ancestors List<Property Map>
- arfs
Settings List<Property Map> - class
Id String - completion
Queue List<Property Map>Settings - create
Time String - The time when this managed object was created.
- description String
- Description of the policy.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- ether
Channel BooleanPinning Enabled - Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
- geneve
Enabled 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.
- interrupt
Scaling Boolean - Enables Interrupt Scaling on the interface.
- interrupt
Settings List<Property Map> - mod
Time 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.
- nvgre
Settings List<Property Map> - object
Type String - organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - ptp
Settings List<Property Map> - roce
Settings List<Property Map> - rss
Hash List<Property Map>Settings - rss
Settings Boolean - Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
- rx
Queue List<Property Map>Settings - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- tcp
Offload List<Property Map>Settings - tx
Queue List<Property Map>Settings - uplink
Failback NumberTimeout - Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
- version
Contexts List<Property Map> - vxlan
Settings List<Property Map>
GetVnicEthAdapterPolicyResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicEthAdapterPolicyResultArfsSetting
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
- additional
Properties string - class
Id string - enabled boolean
- object
Type string
- additional_
properties str - class_
id str - enabled bool
- object_
type str
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
GetVnicEthAdapterPolicyResultCompletionQueueSetting
- Additional
Properties string - Class
Id string - Nr
Count double - Object
Type string - Ring
Size double
- Additional
Properties string - Class
Id string - Nr
Count float64 - Object
Type string - Ring
Size float64
- additional
Properties String - class
Id String - nr
Count Double - object
Type String - ring
Size Double
- additional
Properties string - class
Id string - nr
Count number - object
Type string - ring
Size number
- additional_
properties str - class_
id str - nr_
count float - object_
type str - ring_
size float
- additional
Properties String - class
Id String - nr
Count Number - object
Type String - ring
Size Number
GetVnicEthAdapterPolicyResultInterruptSetting
- Additional
Properties string - Class
Id string - Coalescing
Time double - Coalescing
Type string - Mode string
- Nr
Count double - Object
Type string
- Additional
Properties string - Class
Id string - Coalescing
Time float64 - Coalescing
Type string - Mode string
- Nr
Count float64 - Object
Type string
- additional
Properties String - class
Id String - coalescing
Time Double - coalescing
Type String - mode String
- nr
Count Double - object
Type String
- additional
Properties string - class
Id string - coalescing
Time number - coalescing
Type string - mode string
- nr
Count number - object
Type string
- additional_
properties str - class_
id str - coalescing_
time float - coalescing_
type str - mode str
- nr_
count float - object_
type str
- additional
Properties String - class
Id String - coalescing
Time Number - coalescing
Type String - mode String
- nr
Count Number - object
Type String
GetVnicEthAdapterPolicyResultNvgreSetting
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
- additional
Properties string - class
Id string - enabled boolean
- object
Type string
- additional_
properties str - class_
id str - enabled bool
- object_
type str
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
GetVnicEthAdapterPolicyResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicEthAdapterPolicyResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicEthAdapterPolicyResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicEthAdapterPolicyResultPtpSetting
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
- additional
Properties string - class
Id string - enabled boolean
- object
Type string
- additional_
properties str - class_
id str - enabled bool
- object_
type str
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
GetVnicEthAdapterPolicyResultRoceSetting
- Additional
Properties string - Class
Id string - Class
Of doubleService - Enabled bool
- Memory
Regions double - Nr
Version double - Object
Type string - Queue
Pairs double - Resource
Groups double
- Additional
Properties string - Class
Id string - Class
Of float64Service - Enabled bool
- Memory
Regions float64 - Nr
Version float64 - Object
Type string - Queue
Pairs float64 - Resource
Groups float64
- additional
Properties String - class
Id String - class
Of DoubleService - enabled Boolean
- memory
Regions Double - nr
Version Double - object
Type String - queue
Pairs Double - resource
Groups Double
- additional
Properties string - class
Id string - class
Of numberService - enabled boolean
- memory
Regions number - nr
Version number - object
Type string - queue
Pairs number - resource
Groups number
- additional_
properties str - class_
id str - class_
of_ floatservice - enabled bool
- memory_
regions float - nr_
version float - object_
type str - queue_
pairs float - resource_
groups float
- additional
Properties String - class
Id String - class
Of NumberService - enabled Boolean
- memory
Regions Number - nr
Version Number - object
Type String - queue
Pairs Number - resource
Groups Number
GetVnicEthAdapterPolicyResultRssHashSetting
- Additional
Properties string - Class
Id string - Ipv4Hash bool
- Ipv6Ext
Hash bool - Ipv6Hash bool
- Object
Type string - Tcp
Ipv4Hash bool - Tcp
Ipv6Ext boolHash - Tcp
Ipv6Hash bool - Udp
Ipv4Hash bool - Udp
Ipv6Hash bool
- Additional
Properties string - Class
Id string - Ipv4Hash bool
- Ipv6Ext
Hash bool - Ipv6Hash bool
- Object
Type string - Tcp
Ipv4Hash bool - Tcp
Ipv6Ext boolHash - Tcp
Ipv6Hash bool - Udp
Ipv4Hash bool - Udp
Ipv6Hash bool
- additional
Properties String - class
Id String - ipv4Hash Boolean
- ipv6Ext
Hash Boolean - ipv6Hash Boolean
- object
Type String - tcp
Ipv4Hash Boolean - tcp
Ipv6Ext BooleanHash - tcp
Ipv6Hash Boolean - udp
Ipv4Hash Boolean - udp
Ipv6Hash Boolean
- additional
Properties string - class
Id string - ipv4Hash boolean
- ipv6Ext
Hash boolean - ipv6Hash boolean
- object
Type string - tcp
Ipv4Hash boolean - tcp
Ipv6Ext booleanHash - tcp
Ipv6Hash boolean - udp
Ipv4Hash boolean - udp
Ipv6Hash boolean
- additional_
properties str - class_
id str - ipv4_
hash bool - ipv6_
ext_ boolhash - ipv6_
hash bool - object_
type str - tcp_
ipv4_ boolhash - tcp_
ipv6_ boolext_ hash - tcp_
ipv6_ boolhash - udp_
ipv4_ boolhash - udp_
ipv6_ boolhash
- additional
Properties String - class
Id String - ipv4Hash Boolean
- ipv6Ext
Hash Boolean - ipv6Hash Boolean
- object
Type String - tcp
Ipv4Hash Boolean - tcp
Ipv6Ext BooleanHash - tcp
Ipv6Hash Boolean - udp
Ipv4Hash Boolean - udp
Ipv6Hash Boolean
GetVnicEthAdapterPolicyResultRxQueueSetting
- Additional
Properties string - Class
Id string - Nr
Count double - Object
Type string - Ring
Size double
- Additional
Properties string - Class
Id string - Nr
Count float64 - Object
Type string - Ring
Size float64
- additional
Properties String - class
Id String - nr
Count Double - object
Type String - ring
Size Double
- additional
Properties string - class
Id string - nr
Count number - object
Type string - ring
Size number
- additional_
properties str - class_
id str - nr_
count float - object_
type str - ring_
size float
- additional
Properties String - class
Id String - nr
Count Number - object
Type String - ring
Size Number
GetVnicEthAdapterPolicyResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVnicEthAdapterPolicyResultTcpOffloadSetting
- Additional
Properties string - Class
Id string - Large
Receive bool - Large
Send bool - Object
Type string - Rx
Checksum bool - Tx
Checksum bool
- Additional
Properties string - Class
Id string - Large
Receive bool - Large
Send bool - Object
Type string - Rx
Checksum bool - Tx
Checksum bool
- additional
Properties String - class
Id String - large
Receive Boolean - large
Send Boolean - object
Type String - rx
Checksum Boolean - tx
Checksum Boolean
- additional
Properties string - class
Id string - large
Receive boolean - large
Send boolean - object
Type string - rx
Checksum boolean - tx
Checksum boolean
- additional_
properties str - class_
id str - large_
receive bool - large_
send bool - object_
type str - rx_
checksum bool - tx_
checksum bool
- additional
Properties String - class
Id String - large
Receive Boolean - large
Send Boolean - object
Type String - rx
Checksum Boolean - tx
Checksum Boolean
GetVnicEthAdapterPolicyResultTxQueueSetting
- Additional
Properties string - Class
Id string - Nr
Count double - Object
Type string - Ring
Size double
- Additional
Properties string - Class
Id string - Nr
Count float64 - Object
Type string - Ring
Size float64
- additional
Properties String - class
Id String - nr
Count Double - object
Type String - ring
Size Double
- additional
Properties string - class
Id string - nr
Count number - object
Type string - ring
Size number
- additional_
properties str - class_
id str - nr_
count float - object_
type str - ring_
size float
- additional
Properties String - class
Id String - nr
Count Number - object
Type String - ring
Size Number
GetVnicEthAdapterPolicyResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVnicEthAdapterPolicyResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicEthAdapterPolicyResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVnicEthAdapterPolicyResultVxlanSetting
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- Additional
Properties string - Class
Id string - Enabled bool
- Object
Type string
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
- additional
Properties string - class
Id string - enabled boolean
- object
Type string
- additional_
properties str - class_
id str - enabled bool
- object_
type str
- additional
Properties String - class
Id String - enabled Boolean
- object
Type String
GetVnicEthAdapterPolicyRoceSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Class
Of doubleService - The Class of Service for RoCE on this virtual interface.
5
- RDMA CoS Service Level 5.1
- RDMA CoS Service Level 1.2
- RDMA CoS Service Level 2.4
- RDMA CoS Service Level 4.6
- RDMA CoS Service Level 6.
- Enabled bool
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- Memory
Regions double - The number of memory regions per adapter. Recommended value = integer power of 2.
- Nr
Version 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Queue
Pairs double - The number of queue pairs per adapter. Recommended value = integer power of 2.
- Resource
Groups 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Class
Of float64Service - The Class of Service for RoCE on this virtual interface.
5
- RDMA CoS Service Level 5.1
- RDMA CoS Service Level 1.2
- RDMA CoS Service Level 2.4
- RDMA CoS Service Level 4.6
- RDMA CoS Service Level 6.
- Enabled bool
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- Memory
Regions float64 - The number of memory regions per adapter. Recommended value = integer power of 2.
- Nr
Version 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Queue
Pairs float64 - The number of queue pairs per adapter. Recommended value = integer power of 2.
- Resource
Groups 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- class
Of DoubleService - The Class of Service for RoCE on this virtual interface.
5
- RDMA CoS Service Level 5.1
- RDMA CoS Service Level 1.2
- RDMA CoS Service Level 2.4
- RDMA CoS Service Level 4.6
- RDMA CoS Service Level 6.
- enabled Boolean
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memory
Regions Double - The number of memory regions per adapter. Recommended value = integer power of 2.
- nr
Version 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queue
Pairs Double - The number of queue pairs per adapter. Recommended value = integer power of 2.
- resource
Groups 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.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- class
Of numberService - The Class of Service for RoCE on this virtual interface.
5
- RDMA CoS Service Level 5.1
- RDMA CoS Service Level 1.2
- RDMA CoS Service Level 2.4
- RDMA CoS Service Level 4.6
- RDMA CoS Service Level 6.
- enabled boolean
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memory
Regions number - The number of memory regions per adapter. Recommended value = integer power of 2.
- nr
Version 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queue
Pairs number - The number of queue pairs per adapter. Recommended value = integer power of 2.
- resource
Groups number - The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- class_
of_ floatservice - The Class of Service for RoCE on this virtual interface.
5
- RDMA CoS Service Level 5.1
- RDMA CoS Service Level 1.2
- RDMA CoS Service Level 2.4
- RDMA CoS Service Level 4.6
- RDMA CoS Service Level 6.
- enabled bool
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memory_
regions float - The number of memory regions per adapter. Recommended value = integer power of 2.
- nr_
version float - Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.
1
- RDMA over Converged Ethernet Protocol Version 1.2
- RDMA over Converged Ethernet Protocol Version 2.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queue_
pairs float - The number of queue pairs per adapter. Recommended value = integer power of 2.
- resource_
groups float - The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- class
Of NumberService - The Class of Service for RoCE on this virtual interface.
5
- RDMA CoS Service Level 5.1
- RDMA CoS Service Level 1.2
- RDMA CoS Service Level 2.4
- RDMA CoS Service Level 4.6
- RDMA CoS Service Level 6.
- enabled Boolean
- If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
- memory
Regions Number - The number of memory regions per adapter. Recommended value = integer power of 2.
- nr
Version 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- queue
Pairs Number - The number of queue pairs per adapter. Recommended value = integer power of 2.
- resource
Groups 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Hash bool
- When enabled, the IPv4 address is used for traffic distribution.
- Ipv6Ext
Hash bool - When enabled, the IPv6 extensions are used for traffic distribution.
- Ipv6Hash bool
- When enabled, the IPv6 address is used for traffic distribution.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Tcp
Ipv4Hash bool - When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- Tcp
Ipv6Ext boolHash - When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- Tcp
Ipv6Hash bool - When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- Udp
Ipv4Hash bool - When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- Udp
Ipv6Hash bool - When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Hash bool
- When enabled, the IPv4 address is used for traffic distribution.
- Ipv6Ext
Hash bool - When enabled, the IPv6 extensions are used for traffic distribution.
- Ipv6Hash bool
- When enabled, the IPv6 address is used for traffic distribution.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Tcp
Ipv4Hash bool - When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- Tcp
Ipv6Ext boolHash - When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- Tcp
Ipv6Hash bool - When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- Udp
Ipv4Hash bool - When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- Udp
Ipv6Hash bool - When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Hash Boolean
- When enabled, the IPv4 address is used for traffic distribution.
- ipv6Ext
Hash Boolean - When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6Hash Boolean
- When enabled, the IPv6 address is used for traffic distribution.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcp
Ipv4Hash Boolean - When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcp
Ipv6Ext BooleanHash - When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcp
Ipv6Hash Boolean - When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udp
Ipv4Hash Boolean - When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udp
Ipv6Hash Boolean - When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Hash boolean
- When enabled, the IPv4 address is used for traffic distribution.
- ipv6Ext
Hash boolean - When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6Hash boolean
- When enabled, the IPv6 address is used for traffic distribution.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcp
Ipv4Hash boolean - When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcp
Ipv6Ext booleanHash - When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcp
Ipv6Hash boolean - When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udp
Ipv4Hash boolean - When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udp
Ipv6Hash boolean - When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
hash bool - When enabled, the IPv4 address is used for traffic distribution.
- ipv6_
ext_ boolhash - When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6_
hash bool - When enabled, the IPv6 address is used for traffic distribution.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcp_
ipv4_ boolhash - When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcp_
ipv6_ boolext_ hash - When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcp_
ipv6_ boolhash - When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udp_
ipv4_ boolhash - When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udp_
ipv6_ boolhash - When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Hash Boolean
- When enabled, the IPv4 address is used for traffic distribution.
- ipv6Ext
Hash Boolean - When enabled, the IPv6 extensions are used for traffic distribution.
- ipv6Hash Boolean
- When enabled, the IPv6 address is used for traffic distribution.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- tcp
Ipv4Hash Boolean - When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
- tcp
Ipv6Ext BooleanHash - When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
- tcp
Ipv6Hash Boolean - When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
- udp
Ipv4Hash Boolean - When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
- udp
Ipv6Hash Boolean - When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
GetVnicEthAdapterPolicyRxQueueSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Count double - The number of queue resources to allocate.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ring
Size double - The number of descriptors in each queue.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Count float64 - The number of queue resources to allocate.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ring
Size float64 - The number of descriptors in each queue.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count Double - The number of queue resources to allocate.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size Double - The number of descriptors in each queue.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count number - The number of queue resources to allocate.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count Number - The number of queue resources to allocate.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size Number - The number of descriptors in each queue.
GetVnicEthAdapterPolicyTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVnicEthAdapterPolicyTcpOffloadSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 string - 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- 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 string - 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- large
Receive Boolean - Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- large
Send Boolean - Enables the CPU to send large packets to the hardware for segmentation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rx
Checksum Boolean - When enabled, the CPU sends all packet checksums to the hardware for validation.
- tx
Checksum Boolean - When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- large
Receive boolean - Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- large
Send boolean - Enables the CPU to send large packets to the hardware for segmentation.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rx
Checksum boolean - When enabled, the CPU sends all packet checksums to the hardware for validation.
- tx
Checksum 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- large
Receive Boolean - Enables the reassembly of segmented packets in hardware before sending them to the CPU.
- large
Send Boolean - Enables the CPU to send large packets to the hardware for segmentation.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- rx
Checksum Boolean - When enabled, the CPU sends all packet checksums to the hardware for validation.
- tx
Checksum Boolean - When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
GetVnicEthAdapterPolicyTxQueueSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Count double - The number of queue resources to allocate.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ring
Size double - The number of descriptors in each queue.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Nr
Count float64 - The number of queue resources to allocate.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ring
Size float64 - The number of descriptors in each queue.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count Double - The number of queue resources to allocate.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size Double - The number of descriptors in each queue.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count number - The number of queue resources to allocate.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr
Count Number - The number of queue resources to allocate.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ring
Size Number - The number of descriptors in each queue.
GetVnicEthAdapterPolicyVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetVnic Eth Adapter Policy Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVnic Eth Adapter Policy Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetVnic Eth Adapter Policy Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVnic Eth Adapter Policy Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetVnic Eth Adapter Policy Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVnic Eth Adapter Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetVnic Eth Adapter Policy Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVnic Eth Adapter Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetVnic Eth Adapter Policy Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetVnic Eth Adapter Policy Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetVnicEthAdapterPolicyVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVnicEthAdapterPolicyVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetVnicEthAdapterPolicyVxlanSettings
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Enabled bool
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled boolean
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- enabled Boolean
- Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
- object
Type 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.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet