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

intersight.getVnicEthAdapterPolicy

Explore with Pulumi AI

intersight logo
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:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdvancedFilter bool
    Enables advanced filtering on the interface.
    Ancestors List<GetVnicEthAdapterPolicyAncestor>
    ArfsSettings GetVnicEthAdapterPolicyArfsSettings
    ClassId string
    CompletionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EtherChannelPinningEnabled bool
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    GeneveEnabled bool
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    Id string
    InterruptScaling bool
    Enables Interrupt Scaling on the interface.
    InterruptSettings GetVnicEthAdapterPolicyInterruptSettings
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NvgreSettings GetVnicEthAdapterPolicyNvgreSettings
    ObjectType string
    Organization GetVnicEthAdapterPolicyOrganization
    Owners List<string>
    Parent GetVnicEthAdapterPolicyParent
    PermissionResources List<GetVnicEthAdapterPolicyPermissionResource>
    PtpSettings GetVnicEthAdapterPolicyPtpSettings
    RoceSettings GetVnicEthAdapterPolicyRoceSettings
    RssHashSettings GetVnicEthAdapterPolicyRssHashSettings
    RssSettings bool
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    RxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetVnicEthAdapterPolicyTag>
    TcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
    TxQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
    UplinkFailbackTimeout double
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    VersionContext GetVnicEthAdapterPolicyVersionContext
    VxlanSettings GetVnicEthAdapterPolicyVxlanSettings
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdvancedFilter bool
    Enables advanced filtering on the interface.
    Ancestors []GetVnicEthAdapterPolicyAncestor
    ArfsSettings GetVnicEthAdapterPolicyArfsSettings
    ClassId string
    CompletionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EtherChannelPinningEnabled bool
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    GeneveEnabled bool
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    Id string
    InterruptScaling bool
    Enables Interrupt Scaling on the interface.
    InterruptSettings GetVnicEthAdapterPolicyInterruptSettings
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NvgreSettings GetVnicEthAdapterPolicyNvgreSettings
    ObjectType string
    Organization GetVnicEthAdapterPolicyOrganization
    Owners []string
    Parent GetVnicEthAdapterPolicyParent
    PermissionResources []GetVnicEthAdapterPolicyPermissionResource
    PtpSettings GetVnicEthAdapterPolicyPtpSettings
    RoceSettings GetVnicEthAdapterPolicyRoceSettings
    RssHashSettings GetVnicEthAdapterPolicyRssHashSettings
    RssSettings bool
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    RxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetVnicEthAdapterPolicyTag
    TcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
    TxQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
    UplinkFailbackTimeout float64
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    VersionContext GetVnicEthAdapterPolicyVersionContext
    VxlanSettings GetVnicEthAdapterPolicyVxlanSettings
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    advancedFilter Boolean
    Enables advanced filtering on the interface.
    ancestors List<GetVnicEthAdapterPolicyAncestor>
    arfsSettings GetVnicEthAdapterPolicyArfsSettings
    classId String
    completionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etherChannelPinningEnabled Boolean
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneveEnabled Boolean
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    id String
    interruptScaling Boolean
    Enables Interrupt Scaling on the interface.
    interruptSettings GetVnicEthAdapterPolicyInterruptSettings
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nvgreSettings GetVnicEthAdapterPolicyNvgreSettings
    objectType String
    organization GetVnicEthAdapterPolicyOrganization
    owners List<String>
    parent GetVnicEthAdapterPolicyParent
    permissionResources List<GetVnicEthAdapterPolicyPermissionResource>
    ptpSettings GetVnicEthAdapterPolicyPtpSettings
    roceSettings GetVnicEthAdapterPolicyRoceSettings
    rssHashSettings GetVnicEthAdapterPolicyRssHashSettings
    rssSettings Boolean
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetVnicEthAdapterPolicyTag>
    tcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
    txQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
    uplinkFailbackTimeout Double
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    versionContext GetVnicEthAdapterPolicyVersionContext
    vxlanSettings GetVnicEthAdapterPolicyVxlanSettings
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    advancedFilter boolean
    Enables advanced filtering on the interface.
    ancestors GetVnicEthAdapterPolicyAncestor[]
    arfsSettings GetVnicEthAdapterPolicyArfsSettings
    classId string
    completionQueueSettings GetVnicEthAdapterPolicyCompletionQueueSettings
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    etherChannelPinningEnabled boolean
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneveEnabled boolean
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    id string
    interruptScaling boolean
    Enables Interrupt Scaling on the interface.
    interruptSettings GetVnicEthAdapterPolicyInterruptSettings
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    nvgreSettings GetVnicEthAdapterPolicyNvgreSettings
    objectType string
    organization GetVnicEthAdapterPolicyOrganization
    owners string[]
    parent GetVnicEthAdapterPolicyParent
    permissionResources GetVnicEthAdapterPolicyPermissionResource[]
    ptpSettings GetVnicEthAdapterPolicyPtpSettings
    roceSettings GetVnicEthAdapterPolicyRoceSettings
    rssHashSettings GetVnicEthAdapterPolicyRssHashSettings
    rssSettings boolean
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rxQueueSettings GetVnicEthAdapterPolicyRxQueueSettings
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetVnicEthAdapterPolicyTag[]
    tcpOffloadSettings GetVnicEthAdapterPolicyTcpOffloadSettings
    txQueueSettings GetVnicEthAdapterPolicyTxQueueSettings
    uplinkFailbackTimeout number
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    versionContext GetVnicEthAdapterPolicyVersionContext
    vxlanSettings GetVnicEthAdapterPolicyVxlanSettings
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    advanced_filter bool
    Enables advanced filtering on the interface.
    ancestors Sequence[GetVnicEthAdapterPolicyAncestor]
    arfs_settings GetVnicEthAdapterPolicyArfsSettings
    class_id str
    completion_queue_settings GetVnicEthAdapterPolicyCompletionQueueSettings
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ether_channel_pinning_enabled bool
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneve_enabled bool
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    id str
    interrupt_scaling bool
    Enables Interrupt Scaling on the interface.
    interrupt_settings GetVnicEthAdapterPolicyInterruptSettings
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    nvgre_settings GetVnicEthAdapterPolicyNvgreSettings
    object_type str
    organization GetVnicEthAdapterPolicyOrganization
    owners Sequence[str]
    parent GetVnicEthAdapterPolicyParent
    permission_resources Sequence[GetVnicEthAdapterPolicyPermissionResource]
    ptp_settings GetVnicEthAdapterPolicyPtpSettings
    roce_settings GetVnicEthAdapterPolicyRoceSettings
    rss_hash_settings GetVnicEthAdapterPolicyRssHashSettings
    rss_settings bool
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rx_queue_settings GetVnicEthAdapterPolicyRxQueueSettings
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetVnicEthAdapterPolicyTag]
    tcp_offload_settings GetVnicEthAdapterPolicyTcpOffloadSettings
    tx_queue_settings GetVnicEthAdapterPolicyTxQueueSettings
    uplink_failback_timeout float
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    version_context GetVnicEthAdapterPolicyVersionContext
    vxlan_settings GetVnicEthAdapterPolicyVxlanSettings
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    advancedFilter Boolean
    Enables advanced filtering on the interface.
    ancestors List<Property Map>
    arfsSettings Property Map
    classId String
    completionQueueSettings Property Map
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etherChannelPinningEnabled Boolean
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneveEnabled Boolean
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    id String
    interruptScaling Boolean
    Enables Interrupt Scaling on the interface.
    interruptSettings Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nvgreSettings Property Map
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    ptpSettings Property Map
    roceSettings Property Map
    rssHashSettings Property Map
    rssSettings Boolean
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rxQueueSettings Property Map
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    tcpOffloadSettings Property Map
    txQueueSettings Property Map
    uplinkFailbackTimeout Number
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    versionContext Property Map
    vxlanSettings Property Map

    getVnicEthAdapterPolicy Result

    The following output properties are available:

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

    Supporting Types

    GetVnicEthAdapterPolicyAncestor

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

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

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

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

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

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

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

    GetVnicEthAdapterPolicyArfsSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled boolean
    Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled bool
    Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of Accelerated Receive Flow Steering on the virtual ethernet interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetVnicEthAdapterPolicyCompletionQueueSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NrCount double
    The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize double
    The number of descriptors in each completion queue.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NrCount float64
    The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize float64
    The number of descriptors in each completion queue.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount Double
    The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Double
    The number of descriptors in each completion queue.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount number
    The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize number
    The number of descriptors in each completion queue.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nr_count float
    The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ring_size float
    The number of descriptors in each completion queue.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount Number
    The number of completion queue resources to allocate. In general, the number of completion queue resources to allocate is equal to the number of transmit queue resources plus the number of receive queue resources.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Number
    The number of descriptors in each completion queue.

    GetVnicEthAdapterPolicyInterruptSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CoalescingTime double
    The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
    CoalescingType string
    Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.

    • MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
    • IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
    Mode string
    Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    NrCount double
    The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    CoalescingTime float64
    The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
    CoalescingType string
    Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.

    • MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
    • IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
    Mode string
    Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    NrCount float64
    The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coalescingTime Double
    The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
    coalescingType String
    Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.

    • MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
    • IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
    mode String
    Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    nrCount Double
    The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coalescingTime number
    The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
    coalescingType string
    Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.

    • MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
    • IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
    mode string
    Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    nrCount number
    The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coalescing_time float
    The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
    coalescing_type str
    Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.

    • MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
    • IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
    mode str
    Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    nr_count float
    The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    coalescingTime Number
    The time to wait between interrupts or the idle period that must be encountered before an interrupt is sent. To turn off interrupt coalescing, enter 0 (zero) in this field.
    coalescingType String
    Interrupt Coalescing Type. This can be one of the following:- MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.

    • MIN - The system waits for the time specified in the Coalescing Time field before sending another interrupt event.
    • IDLE - The system does not send an interrupt until there is a period of no activity lasting as least as long as the time specified in the Coalescing Time field.
    mode String
    Preferred driver interrupt mode. This can be one of the following:- MSIx - Message Signaled Interrupts (MSI) with the optional extension. MSI - MSI only. INTx - PCI INTx interrupts. MSIx is the recommended option.

    • MSIx - Message Signaled Interrupt (MSI) mechanism with the optional extension (MSIx). MSIx is the recommended and default option.
    • MSI - Message Signaled Interrupt (MSI) mechanism that treats messages as interrupts.
    • INTx - Line-based interrupt (INTx) mechanism similar to the one used in Legacy systems.
    nrCount Number
    The number of interrupt resources to allocate. Typical value is be equal to the number of completion queue resources.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetVnicEthAdapterPolicyNvgreSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled boolean
    Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled bool
    Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of the Network Virtualization using Generic Routing Encapsulation on the virtual ethernet interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetVnicEthAdapterPolicyOrganization

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

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

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

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

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

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

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

    GetVnicEthAdapterPolicyParent

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

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

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

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

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

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

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

    GetVnicEthAdapterPolicyPermissionResource

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

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

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

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

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

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

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

    GetVnicEthAdapterPolicyPtpSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled boolean
    Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled bool
    Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of Precision Time Protocol (PTP) on the virtual ethernet interface. PTP can be enabled only on one vNIC on an adapter.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetVnicEthAdapterPolicyResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdvancedFilter bool
    Enables advanced filtering on the interface.
    Ancestors List<GetVnicEthAdapterPolicyResultAncestor>
    ArfsSettings List<GetVnicEthAdapterPolicyResultArfsSetting>
    ClassId string
    CompletionQueueSettings List<GetVnicEthAdapterPolicyResultCompletionQueueSetting>
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EtherChannelPinningEnabled bool
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    GeneveEnabled bool
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    InterruptScaling bool
    Enables Interrupt Scaling on the interface.
    InterruptSettings List<GetVnicEthAdapterPolicyResultInterruptSetting>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NvgreSettings List<GetVnicEthAdapterPolicyResultNvgreSetting>
    ObjectType string
    Organizations List<GetVnicEthAdapterPolicyResultOrganization>
    Owners List<string>
    Parents List<GetVnicEthAdapterPolicyResultParent>
    PermissionResources List<GetVnicEthAdapterPolicyResultPermissionResource>
    PtpSettings List<GetVnicEthAdapterPolicyResultPtpSetting>
    RoceSettings List<GetVnicEthAdapterPolicyResultRoceSetting>
    RssHashSettings List<GetVnicEthAdapterPolicyResultRssHashSetting>
    RssSettings bool
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    RxQueueSettings List<GetVnicEthAdapterPolicyResultRxQueueSetting>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags List<GetVnicEthAdapterPolicyResultTag>
    TcpOffloadSettings List<GetVnicEthAdapterPolicyResultTcpOffloadSetting>
    TxQueueSettings List<GetVnicEthAdapterPolicyResultTxQueueSetting>
    UplinkFailbackTimeout double
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    VersionContexts List<GetVnicEthAdapterPolicyResultVersionContext>
    VxlanSettings List<GetVnicEthAdapterPolicyResultVxlanSetting>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    AdvancedFilter bool
    Enables advanced filtering on the interface.
    Ancestors []GetVnicEthAdapterPolicyResultAncestor
    ArfsSettings []GetVnicEthAdapterPolicyResultArfsSetting
    ClassId string
    CompletionQueueSettings []GetVnicEthAdapterPolicyResultCompletionQueueSetting
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    EtherChannelPinningEnabled bool
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    GeneveEnabled bool
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    InterruptScaling bool
    Enables Interrupt Scaling on the interface.
    InterruptSettings []GetVnicEthAdapterPolicyResultInterruptSetting
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    NvgreSettings []GetVnicEthAdapterPolicyResultNvgreSetting
    ObjectType string
    Organizations []GetVnicEthAdapterPolicyResultOrganization
    Owners []string
    Parents []GetVnicEthAdapterPolicyResultParent
    PermissionResources []GetVnicEthAdapterPolicyResultPermissionResource
    PtpSettings []GetVnicEthAdapterPolicyResultPtpSetting
    RoceSettings []GetVnicEthAdapterPolicyResultRoceSetting
    RssHashSettings []GetVnicEthAdapterPolicyResultRssHashSetting
    RssSettings bool
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    RxQueueSettings []GetVnicEthAdapterPolicyResultRxQueueSetting
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    Tags []GetVnicEthAdapterPolicyResultTag
    TcpOffloadSettings []GetVnicEthAdapterPolicyResultTcpOffloadSetting
    TxQueueSettings []GetVnicEthAdapterPolicyResultTxQueueSetting
    UplinkFailbackTimeout float64
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    VersionContexts []GetVnicEthAdapterPolicyResultVersionContext
    VxlanSettings []GetVnicEthAdapterPolicyResultVxlanSetting
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    advancedFilter Boolean
    Enables advanced filtering on the interface.
    ancestors List<GetVnicEthAdapterPolicyResultAncestor>
    arfsSettings List<GetVnicEthAdapterPolicyResultArfsSetting>
    classId String
    completionQueueSettings List<GetVnicEthAdapterPolicyResultCompletionQueueSetting>
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etherChannelPinningEnabled Boolean
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneveEnabled Boolean
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    interruptScaling Boolean
    Enables Interrupt Scaling on the interface.
    interruptSettings List<GetVnicEthAdapterPolicyResultInterruptSetting>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nvgreSettings List<GetVnicEthAdapterPolicyResultNvgreSetting>
    objectType String
    organizations List<GetVnicEthAdapterPolicyResultOrganization>
    owners List<String>
    parents List<GetVnicEthAdapterPolicyResultParent>
    permissionResources List<GetVnicEthAdapterPolicyResultPermissionResource>
    ptpSettings List<GetVnicEthAdapterPolicyResultPtpSetting>
    roceSettings List<GetVnicEthAdapterPolicyResultRoceSetting>
    rssHashSettings List<GetVnicEthAdapterPolicyResultRssHashSetting>
    rssSettings Boolean
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rxQueueSettings List<GetVnicEthAdapterPolicyResultRxQueueSetting>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<GetVnicEthAdapterPolicyResultTag>
    tcpOffloadSettings List<GetVnicEthAdapterPolicyResultTcpOffloadSetting>
    txQueueSettings List<GetVnicEthAdapterPolicyResultTxQueueSetting>
    uplinkFailbackTimeout Double
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    versionContexts List<GetVnicEthAdapterPolicyResultVersionContext>
    vxlanSettings List<GetVnicEthAdapterPolicyResultVxlanSetting>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    advancedFilter boolean
    Enables advanced filtering on the interface.
    ancestors GetVnicEthAdapterPolicyResultAncestor[]
    arfsSettings GetVnicEthAdapterPolicyResultArfsSetting[]
    classId string
    completionQueueSettings GetVnicEthAdapterPolicyResultCompletionQueueSetting[]
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    etherChannelPinningEnabled boolean
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneveEnabled boolean
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    interruptScaling boolean
    Enables Interrupt Scaling on the interface.
    interruptSettings GetVnicEthAdapterPolicyResultInterruptSetting[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    nvgreSettings GetVnicEthAdapterPolicyResultNvgreSetting[]
    objectType string
    organizations GetVnicEthAdapterPolicyResultOrganization[]
    owners string[]
    parents GetVnicEthAdapterPolicyResultParent[]
    permissionResources GetVnicEthAdapterPolicyResultPermissionResource[]
    ptpSettings GetVnicEthAdapterPolicyResultPtpSetting[]
    roceSettings GetVnicEthAdapterPolicyResultRoceSetting[]
    rssHashSettings GetVnicEthAdapterPolicyResultRssHashSetting[]
    rssSettings boolean
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rxQueueSettings GetVnicEthAdapterPolicyResultRxQueueSetting[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags GetVnicEthAdapterPolicyResultTag[]
    tcpOffloadSettings GetVnicEthAdapterPolicyResultTcpOffloadSetting[]
    txQueueSettings GetVnicEthAdapterPolicyResultTxQueueSetting[]
    uplinkFailbackTimeout number
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    versionContexts GetVnicEthAdapterPolicyResultVersionContext[]
    vxlanSettings GetVnicEthAdapterPolicyResultVxlanSetting[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    advanced_filter bool
    Enables advanced filtering on the interface.
    ancestors Sequence[GetVnicEthAdapterPolicyResultAncestor]
    arfs_settings Sequence[GetVnicEthAdapterPolicyResultArfsSetting]
    class_id str
    completion_queue_settings Sequence[GetVnicEthAdapterPolicyResultCompletionQueueSetting]
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ether_channel_pinning_enabled bool
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneve_enabled bool
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    interrupt_scaling bool
    Enables Interrupt Scaling on the interface.
    interrupt_settings Sequence[GetVnicEthAdapterPolicyResultInterruptSetting]
    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[GetVnicEthAdapterPolicyResultNvgreSetting]
    object_type str
    organizations Sequence[GetVnicEthAdapterPolicyResultOrganization]
    owners Sequence[str]
    parents Sequence[GetVnicEthAdapterPolicyResultParent]
    permission_resources Sequence[GetVnicEthAdapterPolicyResultPermissionResource]
    ptp_settings Sequence[GetVnicEthAdapterPolicyResultPtpSetting]
    roce_settings Sequence[GetVnicEthAdapterPolicyResultRoceSetting]
    rss_hash_settings Sequence[GetVnicEthAdapterPolicyResultRssHashSetting]
    rss_settings bool
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rx_queue_settings Sequence[GetVnicEthAdapterPolicyResultRxQueueSetting]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags Sequence[GetVnicEthAdapterPolicyResultTag]
    tcp_offload_settings Sequence[GetVnicEthAdapterPolicyResultTcpOffloadSetting]
    tx_queue_settings Sequence[GetVnicEthAdapterPolicyResultTxQueueSetting]
    uplink_failback_timeout float
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    version_contexts Sequence[GetVnicEthAdapterPolicyResultVersionContext]
    vxlan_settings Sequence[GetVnicEthAdapterPolicyResultVxlanSetting]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    advancedFilter Boolean
    Enables advanced filtering on the interface.
    ancestors List<Property Map>
    arfsSettings List<Property Map>
    classId String
    completionQueueSettings List<Property Map>
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    etherChannelPinningEnabled Boolean
    Enables EtherChannel Pinning to combine multiple physical links between two network switches into a single logical link. Transmit Queue Count should be at least 2 to enable ether channel pinning.
    geneveEnabled Boolean
    GENEVE offload protocol allows you to create logical networks that span physical network boundaries by allowing any information to be encoded in a packet and passed between tunnel endpoints.
    interruptScaling Boolean
    Enables Interrupt Scaling on the interface.
    interruptSettings List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    nvgreSettings List<Property Map>
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    ptpSettings List<Property Map>
    roceSettings List<Property Map>
    rssHashSettings List<Property Map>
    rssSettings Boolean
    Receive Side Scaling allows the incoming traffic to be spread across multiple CPU cores.
    rxQueueSettings List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    tags List<Property Map>
    tcpOffloadSettings List<Property Map>
    txQueueSettings List<Property Map>
    uplinkFailbackTimeout Number
    Uplink Failback Timeout in seconds when uplink failover is enabled for a vNIC. After a vNIC has started using its secondary interface, this setting controls how long the primary interface must be available before the system resumes using the primary interface for the vNIC.
    versionContexts List<Property Map>
    vxlanSettings List<Property Map>

    GetVnicEthAdapterPolicyResultAncestor

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

    GetVnicEthAdapterPolicyResultArfsSetting

    GetVnicEthAdapterPolicyResultCompletionQueueSetting

    AdditionalProperties string
    ClassId string
    NrCount double
    ObjectType string
    RingSize double
    AdditionalProperties string
    ClassId string
    NrCount float64
    ObjectType string
    RingSize float64
    additionalProperties String
    classId String
    nrCount Double
    objectType String
    ringSize Double
    additionalProperties string
    classId string
    nrCount number
    objectType string
    ringSize number
    additionalProperties String
    classId String
    nrCount Number
    objectType String
    ringSize Number

    GetVnicEthAdapterPolicyResultInterruptSetting

    AdditionalProperties string
    ClassId string
    CoalescingTime float64
    CoalescingType string
    Mode string
    NrCount float64
    ObjectType string

    GetVnicEthAdapterPolicyResultNvgreSetting

    GetVnicEthAdapterPolicyResultOrganization

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

    GetVnicEthAdapterPolicyResultParent

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

    GetVnicEthAdapterPolicyResultPermissionResource

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

    GetVnicEthAdapterPolicyResultPtpSetting

    GetVnicEthAdapterPolicyResultRoceSetting

    GetVnicEthAdapterPolicyResultRssHashSetting

    additionalProperties String
    classId String
    ipv4Hash Boolean
    ipv6ExtHash Boolean
    ipv6Hash Boolean
    objectType String
    tcpIpv4Hash Boolean
    tcpIpv6ExtHash Boolean
    tcpIpv6Hash Boolean
    udpIpv4Hash Boolean
    udpIpv6Hash Boolean
    additionalProperties string
    classId string
    ipv4Hash boolean
    ipv6ExtHash boolean
    ipv6Hash boolean
    objectType string
    tcpIpv4Hash boolean
    tcpIpv6ExtHash boolean
    tcpIpv6Hash boolean
    udpIpv4Hash boolean
    udpIpv6Hash boolean
    additionalProperties String
    classId String
    ipv4Hash Boolean
    ipv6ExtHash Boolean
    ipv6Hash Boolean
    objectType String
    tcpIpv4Hash Boolean
    tcpIpv6ExtHash Boolean
    tcpIpv6Hash Boolean
    udpIpv4Hash Boolean
    udpIpv6Hash Boolean

    GetVnicEthAdapterPolicyResultRxQueueSetting

    AdditionalProperties string
    ClassId string
    NrCount double
    ObjectType string
    RingSize double
    AdditionalProperties string
    ClassId string
    NrCount float64
    ObjectType string
    RingSize float64
    additionalProperties String
    classId String
    nrCount Double
    objectType String
    ringSize Double
    additionalProperties string
    classId string
    nrCount number
    objectType string
    ringSize number
    additionalProperties String
    classId String
    nrCount Number
    objectType String
    ringSize Number

    GetVnicEthAdapterPolicyResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetVnicEthAdapterPolicyResultTcpOffloadSetting

    additionalProperties String
    classId String
    largeReceive Boolean
    largeSend Boolean
    objectType String
    rxChecksum Boolean
    txChecksum Boolean
    additionalProperties string
    classId string
    largeReceive boolean
    largeSend boolean
    objectType string
    rxChecksum boolean
    txChecksum boolean
    additionalProperties String
    classId String
    largeReceive Boolean
    largeSend Boolean
    objectType String
    rxChecksum Boolean
    txChecksum Boolean

    GetVnicEthAdapterPolicyResultTxQueueSetting

    AdditionalProperties string
    ClassId string
    NrCount double
    ObjectType string
    RingSize double
    AdditionalProperties string
    ClassId string
    NrCount float64
    ObjectType string
    RingSize float64
    additionalProperties String
    classId String
    nrCount Double
    objectType String
    ringSize Double
    additionalProperties string
    classId string
    nrCount number
    objectType string
    ringSize number
    additionalProperties String
    classId String
    nrCount Number
    objectType String
    ringSize Number

    GetVnicEthAdapterPolicyResultVersionContext

    GetVnicEthAdapterPolicyResultVersionContextInterestedMo

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

    GetVnicEthAdapterPolicyResultVersionContextRefMo

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

    GetVnicEthAdapterPolicyResultVxlanSetting

    GetVnicEthAdapterPolicyRoceSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ClassOfService double
    The Class of Service for RoCE on this virtual interface.

    • 5 - RDMA CoS Service Level 5.
    • 1 - RDMA CoS Service Level 1.
    • 2 - RDMA CoS Service Level 2.
    • 4 - RDMA CoS Service Level 4.
    • 6 - RDMA CoS Service Level 6.
    Enabled bool
    If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
    MemoryRegions double
    The number of memory regions per adapter. Recommended value = integer power of 2.
    NrVersion double
    Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.

    • 1 - RDMA over Converged Ethernet Protocol Version 1.
    • 2 - RDMA over Converged Ethernet Protocol Version 2.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    QueuePairs double
    The number of queue pairs per adapter. Recommended value = integer power of 2.
    ResourceGroups double
    The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ClassOfService float64
    The Class of Service for RoCE on this virtual interface.

    • 5 - RDMA CoS Service Level 5.
    • 1 - RDMA CoS Service Level 1.
    • 2 - RDMA CoS Service Level 2.
    • 4 - RDMA CoS Service Level 4.
    • 6 - RDMA CoS Service Level 6.
    Enabled bool
    If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
    MemoryRegions float64
    The number of memory regions per adapter. Recommended value = integer power of 2.
    NrVersion float64
    Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.

    • 1 - RDMA over Converged Ethernet Protocol Version 1.
    • 2 - RDMA over Converged Ethernet Protocol Version 2.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    QueuePairs float64
    The number of queue pairs per adapter. Recommended value = integer power of 2.
    ResourceGroups float64
    The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    classOfService Double
    The Class of Service for RoCE on this virtual interface.

    • 5 - RDMA CoS Service Level 5.
    • 1 - RDMA CoS Service Level 1.
    • 2 - RDMA CoS Service Level 2.
    • 4 - RDMA CoS Service Level 4.
    • 6 - RDMA CoS Service Level 6.
    enabled Boolean
    If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
    memoryRegions Double
    The number of memory regions per adapter. Recommended value = integer power of 2.
    nrVersion Double
    Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.

    • 1 - RDMA over Converged Ethernet Protocol Version 1.
    • 2 - RDMA over Converged Ethernet Protocol Version 2.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queuePairs Double
    The number of queue pairs per adapter. Recommended value = integer power of 2.
    resourceGroups Double
    The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    classOfService number
    The Class of Service for RoCE on this virtual interface.

    • 5 - RDMA CoS Service Level 5.
    • 1 - RDMA CoS Service Level 1.
    • 2 - RDMA CoS Service Level 2.
    • 4 - RDMA CoS Service Level 4.
    • 6 - RDMA CoS Service Level 6.
    enabled boolean
    If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
    memoryRegions number
    The number of memory regions per adapter. Recommended value = integer power of 2.
    nrVersion number
    Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.

    • 1 - RDMA over Converged Ethernet Protocol Version 1.
    • 2 - RDMA over Converged Ethernet Protocol Version 2.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queuePairs number
    The number of queue pairs per adapter. Recommended value = integer power of 2.
    resourceGroups number
    The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    class_of_service float
    The Class of Service for RoCE on this virtual interface.

    • 5 - RDMA CoS Service Level 5.
    • 1 - RDMA CoS Service Level 1.
    • 2 - RDMA CoS Service Level 2.
    • 4 - RDMA CoS Service Level 4.
    • 6 - RDMA CoS Service Level 6.
    enabled bool
    If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
    memory_regions float
    The number of memory regions per adapter. Recommended value = integer power of 2.
    nr_version float
    Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.

    • 1 - RDMA over Converged Ethernet Protocol Version 1.
    • 2 - RDMA over Converged Ethernet Protocol Version 2.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queue_pairs float
    The number of queue pairs per adapter. Recommended value = integer power of 2.
    resource_groups float
    The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    classOfService Number
    The Class of Service for RoCE on this virtual interface.

    • 5 - RDMA CoS Service Level 5.
    • 1 - RDMA CoS Service Level 1.
    • 2 - RDMA CoS Service Level 2.
    • 4 - RDMA CoS Service Level 4.
    • 6 - RDMA CoS Service Level 6.
    enabled Boolean
    If enabled sets RDMA over Converged Ethernet (RoCE) on this virtual interface.
    memoryRegions Number
    The number of memory regions per adapter. Recommended value = integer power of 2.
    nrVersion Number
    Configure RDMA over Converged Ethernet (RoCE) version on the virtual interface. Only RoCEv1 is supported on Cisco VIC 13xx series adapters and only RoCEv2 is supported on Cisco VIC 14xx series adapters.

    • 1 - RDMA over Converged Ethernet Protocol Version 1.
    • 2 - RDMA over Converged Ethernet Protocol Version 2.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    queuePairs Number
    The number of queue pairs per adapter. Recommended value = integer power of 2.
    resourceGroups Number
    The number of resource groups per adapter. Recommended value = be an integer power of 2 greater than or equal to the number of CPU cores on the system for optimum performance.

    GetVnicEthAdapterPolicyRssHashSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Ipv4Hash bool
    When enabled, the IPv4 address is used for traffic distribution.
    Ipv6ExtHash bool
    When enabled, the IPv6 extensions are used for traffic distribution.
    Ipv6Hash bool
    When enabled, the IPv6 address is used for traffic distribution.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    TcpIpv4Hash bool
    When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
    TcpIpv6ExtHash bool
    When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
    TcpIpv6Hash bool
    When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
    UdpIpv4Hash bool
    When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
    UdpIpv6Hash bool
    When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Ipv4Hash bool
    When enabled, the IPv4 address is used for traffic distribution.
    Ipv6ExtHash bool
    When enabled, the IPv6 extensions are used for traffic distribution.
    Ipv6Hash bool
    When enabled, the IPv6 address is used for traffic distribution.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    TcpIpv4Hash bool
    When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
    TcpIpv6ExtHash bool
    When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
    TcpIpv6Hash bool
    When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
    UdpIpv4Hash bool
    When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
    UdpIpv6Hash bool
    When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ipv4Hash Boolean
    When enabled, the IPv4 address is used for traffic distribution.
    ipv6ExtHash Boolean
    When enabled, the IPv6 extensions are used for traffic distribution.
    ipv6Hash Boolean
    When enabled, the IPv6 address is used for traffic distribution.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    tcpIpv4Hash Boolean
    When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
    tcpIpv6ExtHash Boolean
    When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
    tcpIpv6Hash Boolean
    When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
    udpIpv4Hash Boolean
    When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
    udpIpv6Hash Boolean
    When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ipv4Hash boolean
    When enabled, the IPv4 address is used for traffic distribution.
    ipv6ExtHash boolean
    When enabled, the IPv6 extensions are used for traffic distribution.
    ipv6Hash boolean
    When enabled, the IPv6 address is used for traffic distribution.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    tcpIpv4Hash boolean
    When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
    tcpIpv6ExtHash boolean
    When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
    tcpIpv6Hash boolean
    When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
    udpIpv4Hash boolean
    When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
    udpIpv6Hash boolean
    When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ipv4_hash bool
    When enabled, the IPv4 address is used for traffic distribution.
    ipv6_ext_hash bool
    When enabled, the IPv6 extensions are used for traffic distribution.
    ipv6_hash bool
    When enabled, the IPv6 address is used for traffic distribution.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    tcp_ipv4_hash bool
    When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
    tcp_ipv6_ext_hash bool
    When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
    tcp_ipv6_hash bool
    When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
    udp_ipv4_hash bool
    When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
    udp_ipv6_hash bool
    When enabled, both the IPv6 address and UDP port number are used for traffic distribution.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ipv4Hash Boolean
    When enabled, the IPv4 address is used for traffic distribution.
    ipv6ExtHash Boolean
    When enabled, the IPv6 extensions are used for traffic distribution.
    ipv6Hash Boolean
    When enabled, the IPv6 address is used for traffic distribution.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    tcpIpv4Hash Boolean
    When enabled, both the IPv4 address and TCP port number are used for traffic distribution.
    tcpIpv6ExtHash Boolean
    When enabled, both the IPv6 extensions and TCP port number are used for traffic distribution.
    tcpIpv6Hash Boolean
    When enabled, both the IPv6 address and TCP port number are used for traffic distribution.
    udpIpv4Hash Boolean
    When enabled, both the IPv4 address and UDP port number are used for traffic distribution.
    udpIpv6Hash Boolean
    When enabled, both the IPv6 address and UDP port number are used for traffic distribution.

    GetVnicEthAdapterPolicyRxQueueSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NrCount double
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize double
    The number of descriptors in each queue.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NrCount float64
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize float64
    The number of descriptors in each queue.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount Double
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Double
    The number of descriptors in each queue.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount number
    The number of queue resources to allocate.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize number
    The number of descriptors in each queue.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nr_count float
    The number of queue resources to allocate.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ring_size float
    The number of descriptors in each queue.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount Number
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Number
    The number of descriptors in each queue.

    GetVnicEthAdapterPolicyTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetVnicEthAdapterPolicyTcpOffloadSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    LargeReceive bool
    Enables the reassembly of segmented packets in hardware before sending them to the CPU.
    LargeSend bool
    Enables the CPU to send large packets to the hardware for segmentation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RxChecksum bool
    When enabled, the CPU sends all packet checksums to the hardware for validation.
    TxChecksum bool
    When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    LargeReceive bool
    Enables the reassembly of segmented packets in hardware before sending them to the CPU.
    LargeSend bool
    Enables the CPU to send large packets to the hardware for segmentation.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RxChecksum bool
    When enabled, the CPU sends all packet checksums to the hardware for validation.
    TxChecksum bool
    When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    largeReceive Boolean
    Enables the reassembly of segmented packets in hardware before sending them to the CPU.
    largeSend Boolean
    Enables the CPU to send large packets to the hardware for segmentation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    rxChecksum Boolean
    When enabled, the CPU sends all packet checksums to the hardware for validation.
    txChecksum Boolean
    When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    largeReceive boolean
    Enables the reassembly of segmented packets in hardware before sending them to the CPU.
    largeSend boolean
    Enables the CPU to send large packets to the hardware for segmentation.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    rxChecksum boolean
    When enabled, the CPU sends all packet checksums to the hardware for validation.
    txChecksum boolean
    When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    large_receive bool
    Enables the reassembly of segmented packets in hardware before sending them to the CPU.
    large_send bool
    Enables the CPU to send large packets to the hardware for segmentation.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    rx_checksum bool
    When enabled, the CPU sends all packet checksums to the hardware for validation.
    tx_checksum bool
    When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    largeReceive Boolean
    Enables the reassembly of segmented packets in hardware before sending them to the CPU.
    largeSend Boolean
    Enables the CPU to send large packets to the hardware for segmentation.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    rxChecksum Boolean
    When enabled, the CPU sends all packet checksums to the hardware for validation.
    txChecksum Boolean
    When enabled, the CPU sends all packets to the hardware so that the checksum can be calculated.

    GetVnicEthAdapterPolicyTxQueueSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NrCount double
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize double
    The number of descriptors in each queue.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NrCount float64
    The number of queue resources to allocate.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RingSize float64
    The number of descriptors in each queue.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount Double
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Double
    The number of descriptors in each queue.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount number
    The number of queue resources to allocate.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize number
    The number of descriptors in each queue.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nr_count float
    The number of queue resources to allocate.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ring_size float
    The number of descriptors in each queue.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    nrCount Number
    The number of queue resources to allocate.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ringSize Number
    The number of descriptors in each queue.

    GetVnicEthAdapterPolicyVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetVnicEthAdapterPolicyVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVnicEthAdapterPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetVnicEthAdapterPolicyVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetVnicEthAdapterPolicyVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetVnicEthAdapterPolicyVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetVnicEthAdapterPolicyVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

    GetVnicEthAdapterPolicyVersionContextInterestedMo

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

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

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

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

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

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

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

    GetVnicEthAdapterPolicyVersionContextRefMo

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

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

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

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

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

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

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

    GetVnicEthAdapterPolicyVxlanSettings

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Enabled bool
    Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled boolean
    Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled bool
    Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    enabled Boolean
    Status of the Virtual Extensible LAN Protocol on the virtual ethernet interface.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet