intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getVnicEthQosPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
An Ethernet Quality of Service (QoS) policy assigns a system class to the outgoing traffic for a vNIC. This system class determines the quality of service for the outgoing traffic. For certain adapters additional controls can be specified like burst and rate on the outgoing traffic.
Using getVnicEthQosPolicy
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 getVnicEthQosPolicy(args: GetVnicEthQosPolicyArgs, opts?: InvokeOptions): Promise<GetVnicEthQosPolicyResult>
function getVnicEthQosPolicyOutput(args: GetVnicEthQosPolicyOutputArgs, opts?: InvokeOptions): Output<GetVnicEthQosPolicyResult>def get_vnic_eth_qos_policy(account_moid: Optional[str] = None,
                            additional_properties: Optional[str] = None,
                            ancestors: Optional[Sequence[GetVnicEthQosPolicyAncestor]] = None,
                            burst: Optional[float] = None,
                            class_id: Optional[str] = None,
                            cos: Optional[float] = None,
                            create_time: Optional[str] = None,
                            description: Optional[str] = None,
                            domain_group_moid: Optional[str] = None,
                            id: Optional[str] = None,
                            mod_time: Optional[str] = None,
                            moid: Optional[str] = None,
                            mtu: Optional[float] = None,
                            name: Optional[str] = None,
                            object_type: Optional[str] = None,
                            organization: Optional[GetVnicEthQosPolicyOrganization] = None,
                            owners: Optional[Sequence[str]] = None,
                            parent: Optional[GetVnicEthQosPolicyParent] = None,
                            permission_resources: Optional[Sequence[GetVnicEthQosPolicyPermissionResource]] = None,
                            priority: Optional[str] = None,
                            rate_limit: Optional[float] = None,
                            shared_scope: Optional[str] = None,
                            tags: Optional[Sequence[GetVnicEthQosPolicyTag]] = None,
                            trust_host_cos: Optional[bool] = None,
                            version_context: Optional[GetVnicEthQosPolicyVersionContext] = None,
                            opts: Optional[InvokeOptions] = None) -> GetVnicEthQosPolicyResult
def get_vnic_eth_qos_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                            additional_properties: Optional[pulumi.Input[str]] = None,
                            ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthQosPolicyAncestorArgs]]]] = None,
                            burst: Optional[pulumi.Input[float]] = None,
                            class_id: Optional[pulumi.Input[str]] = None,
                            cos: Optional[pulumi.Input[float]] = None,
                            create_time: Optional[pulumi.Input[str]] = None,
                            description: Optional[pulumi.Input[str]] = None,
                            domain_group_moid: Optional[pulumi.Input[str]] = None,
                            id: Optional[pulumi.Input[str]] = None,
                            mod_time: Optional[pulumi.Input[str]] = None,
                            moid: Optional[pulumi.Input[str]] = None,
                            mtu: Optional[pulumi.Input[float]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            object_type: Optional[pulumi.Input[str]] = None,
                            organization: Optional[pulumi.Input[GetVnicEthQosPolicyOrganizationArgs]] = None,
                            owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                            parent: Optional[pulumi.Input[GetVnicEthQosPolicyParentArgs]] = None,
                            permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthQosPolicyPermissionResourceArgs]]]] = None,
                            priority: Optional[pulumi.Input[str]] = None,
                            rate_limit: Optional[pulumi.Input[float]] = None,
                            shared_scope: Optional[pulumi.Input[str]] = None,
                            tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVnicEthQosPolicyTagArgs]]]] = None,
                            trust_host_cos: Optional[pulumi.Input[bool]] = None,
                            version_context: Optional[pulumi.Input[GetVnicEthQosPolicyVersionContextArgs]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetVnicEthQosPolicyResult]func LookupVnicEthQosPolicy(ctx *Context, args *LookupVnicEthQosPolicyArgs, opts ...InvokeOption) (*LookupVnicEthQosPolicyResult, error)
func LookupVnicEthQosPolicyOutput(ctx *Context, args *LookupVnicEthQosPolicyOutputArgs, opts ...InvokeOption) LookupVnicEthQosPolicyResultOutput> Note: This function is named LookupVnicEthQosPolicy in the Go SDK.
public static class GetVnicEthQosPolicy 
{
    public static Task<GetVnicEthQosPolicyResult> InvokeAsync(GetVnicEthQosPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetVnicEthQosPolicyResult> Invoke(GetVnicEthQosPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVnicEthQosPolicyResult> getVnicEthQosPolicy(GetVnicEthQosPolicyArgs args, InvokeOptions options)
public static Output<GetVnicEthQosPolicyResult> getVnicEthQosPolicy(GetVnicEthQosPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getVnicEthQosPolicy:getVnicEthQosPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVnic Eth Qos Policy Ancestor> 
- Burst double
- The burst traffic, in bytes, allowed on the vNIC.
- ClassId string
- Cos double
- Class of Service to be associated to the traffic on the virtual interface.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organization
GetVnic Eth Qos Policy Organization 
- Owners List<string>
- Parent
GetVnic Eth Qos Policy Parent 
- PermissionResources List<GetVnic Eth Qos Policy Permission Resource> 
- Priority string
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- RateLimit double
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Eth Qos Policy Tag> 
- TrustHost boolCos 
- Enables usage of the Class of Service provided by the operating system.
- VersionContext GetVnic Eth Qos Policy Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVnic Eth Qos Policy Ancestor 
- Burst float64
- The burst traffic, in bytes, allowed on the vNIC.
- ClassId string
- Cos float64
- Class of Service to be associated to the traffic on the virtual interface.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organization
GetVnic Eth Qos Policy Organization 
- Owners []string
- Parent
GetVnic Eth Qos Policy Parent 
- PermissionResources []GetVnic Eth Qos Policy Permission Resource 
- Priority string
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- RateLimit float64
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetVnic Eth Qos Policy Tag 
- TrustHost boolCos 
- Enables usage of the Class of Service provided by the operating system.
- VersionContext GetVnic Eth Qos Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVnic Eth Qos Policy Ancestor> 
- burst Double
- The burst traffic, in bytes, allowed on the vNIC.
- classId String
- cos Double
- Class of Service to be associated to the traffic on the virtual interface.
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name String
- Name of the concrete policy.
- objectType String
- organization
GetVnic Eth Qos Policy Organization 
- owners List<String>
- parent
GetVnic Eth Qos Policy Parent 
- permissionResources List<GetVnic Eth Qos Policy Permission Resource> 
- priority String
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rateLimit Double
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Eth Qos Policy Tag> 
- trustHost BooleanCos 
- Enables usage of the Class of Service provided by the operating system.
- versionContext GetVnic Eth Qos Policy Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVnic Eth Qos Policy Ancestor[] 
- burst number
- The burst traffic, in bytes, allowed on the vNIC.
- classId string
- cos number
- Class of Service to be associated to the traffic on the virtual interface.
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name string
- Name of the concrete policy.
- objectType string
- organization
GetVnic Eth Qos Policy Organization 
- owners string[]
- parent
GetVnic Eth Qos Policy Parent 
- permissionResources GetVnic Eth Qos Policy Permission Resource[] 
- priority string
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rateLimit number
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetVnic Eth Qos Policy Tag[] 
- trustHost booleanCos 
- Enables usage of the Class of Service provided by the operating system.
- versionContext GetVnic Eth Qos Policy Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVnic Eth Qos Policy Ancestor] 
- burst float
- The burst traffic, in bytes, allowed on the vNIC.
- class_id str
- cos float
- Class of Service to be associated to the traffic on the virtual interface.
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name str
- Name of the concrete policy.
- object_type str
- organization
GetVnic Eth Qos Policy Organization 
- owners Sequence[str]
- parent
GetVnic Eth Qos Policy Parent 
- permission_resources Sequence[GetVnic Eth Qos Policy Permission Resource] 
- priority str
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rate_limit float
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetVnic Eth Qos Policy Tag] 
- trust_host_ boolcos 
- Enables usage of the Class of Service provided by the operating system.
- version_context GetVnic Eth Qos Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- burst Number
- The burst traffic, in bytes, allowed on the vNIC.
- classId String
- cos Number
- Class of Service to be associated to the traffic on the virtual interface.
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name String
- Name of the concrete policy.
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- priority String
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rateLimit Number
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- trustHost BooleanCos 
- Enables usage of the Class of Service provided by the operating system.
- versionContext Property Map
getVnicEthQosPolicy Result
The following output properties are available:
- Id string
- Results
List<GetVnic Eth Qos Policy Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetVnic Eth Qos Policy Ancestor> 
- Burst double
- ClassId string
- Cos double
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Mtu double
- Name string
- ObjectType string
- Organization
GetVnic Eth Qos Policy Organization 
- Owners List<string>
- Parent
GetVnic Eth Qos Policy Parent 
- PermissionResources List<GetVnic Eth Qos Policy Permission Resource> 
- Priority string
- RateLimit double
- string
- 
List<GetVnic Eth Qos Policy Tag> 
- TrustHost boolCos 
- VersionContext GetVnic Eth Qos Policy Version Context 
- Id string
- Results
[]GetVnic Eth Qos Policy Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetVnic Eth Qos Policy Ancestor 
- Burst float64
- ClassId string
- Cos float64
- CreateTime string
- Description string
- DomainGroup stringMoid 
- ModTime string
- Moid string
- Mtu float64
- Name string
- ObjectType string
- Organization
GetVnic Eth Qos Policy Organization 
- Owners []string
- Parent
GetVnic Eth Qos Policy Parent 
- PermissionResources []GetVnic Eth Qos Policy Permission Resource 
- Priority string
- RateLimit float64
- string
- 
[]GetVnic Eth Qos Policy Tag 
- TrustHost boolCos 
- VersionContext GetVnic Eth Qos Policy Version Context 
- id String
- results
List<GetVnic Eth Qos Policy Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetVnic Eth Qos Policy Ancestor> 
- burst Double
- classId String
- cos Double
- createTime String
- description String
- domainGroup StringMoid 
- modTime String
- moid String
- mtu Double
- name String
- objectType String
- organization
GetVnic Eth Qos Policy Organization 
- owners List<String>
- parent
GetVnic Eth Qos Policy Parent 
- permissionResources List<GetVnic Eth Qos Policy Permission Resource> 
- priority String
- rateLimit Double
- String
- 
List<GetVnic Eth Qos Policy Tag> 
- trustHost BooleanCos 
- versionContext GetVnic Eth Qos Policy Version Context 
- id string
- results
GetVnic Eth Qos Policy Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetVnic Eth Qos Policy Ancestor[] 
- burst number
- classId string
- cos number
- createTime string
- description string
- domainGroup stringMoid 
- modTime string
- moid string
- mtu number
- name string
- objectType string
- organization
GetVnic Eth Qos Policy Organization 
- owners string[]
- parent
GetVnic Eth Qos Policy Parent 
- permissionResources GetVnic Eth Qos Policy Permission Resource[] 
- priority string
- rateLimit number
- string
- 
GetVnic Eth Qos Policy Tag[] 
- trustHost booleanCos 
- versionContext GetVnic Eth Qos Policy Version Context 
- id str
- results
Sequence[GetVnic Eth Qos Policy Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetVnic Eth Qos Policy Ancestor] 
- burst float
- class_id str
- cos float
- create_time str
- description str
- domain_group_ strmoid 
- mod_time str
- moid str
- mtu float
- name str
- object_type str
- organization
GetVnic Eth Qos Policy Organization 
- owners Sequence[str]
- parent
GetVnic Eth Qos Policy Parent 
- permission_resources Sequence[GetVnic Eth Qos Policy Permission Resource] 
- priority str
- rate_limit float
- str
- 
Sequence[GetVnic Eth Qos Policy Tag] 
- trust_host_ boolcos 
- version_context GetVnic Eth Qos Policy Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- burst Number
- classId String
- cos Number
- createTime String
- description String
- domainGroup StringMoid 
- modTime String
- moid String
- mtu Number
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- priority String
- rateLimit Number
- String
- List<Property Map>
- trustHost BooleanCos 
- versionContext Property Map
Supporting Types
GetVnicEthQosPolicyAncestor     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicEthQosPolicyOrganization     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicEthQosPolicyParent     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicEthQosPolicyPermissionResource      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicEthQosPolicyResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetVnic Eth Qos Policy Result Ancestor> 
- Burst double
- The burst traffic, in bytes, allowed on the vNIC.
- ClassId string
- Cos double
- Class of Service to be associated to the traffic on the virtual interface.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu double
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organizations
List<GetVnic Eth Qos Policy Result Organization> 
- Owners List<string>
- Parents
List<GetVnic Eth Qos Policy Result Parent> 
- PermissionResources List<GetVnic Eth Qos Policy Result Permission Resource> 
- Priority string
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- RateLimit double
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Eth Qos Policy Result Tag> 
- TrustHost boolCos 
- Enables usage of the Class of Service provided by the operating system.
- VersionContexts List<GetVnic Eth Qos Policy Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetVnic Eth Qos Policy Result Ancestor 
- Burst float64
- The burst traffic, in bytes, allowed on the vNIC.
- ClassId string
- Cos float64
- Class of Service to be associated to the traffic on the virtual interface.
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Mtu float64
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organizations
[]GetVnic Eth Qos Policy Result Organization 
- Owners []string
- Parents
[]GetVnic Eth Qos Policy Result Parent 
- PermissionResources []GetVnic Eth Qos Policy Result Permission Resource 
- Priority string
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- RateLimit float64
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetVnic Eth Qos Policy Result Tag 
- TrustHost boolCos 
- Enables usage of the Class of Service provided by the operating system.
- VersionContexts []GetVnic Eth Qos Policy Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetVnic Eth Qos Policy Result Ancestor> 
- burst Double
- The burst traffic, in bytes, allowed on the vNIC.
- classId String
- cos Double
- Class of Service to be associated to the traffic on the virtual interface.
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Double
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name String
- Name of the concrete policy.
- objectType String
- organizations
List<GetVnic Eth Qos Policy Result Organization> 
- owners List<String>
- parents
List<GetVnic Eth Qos Policy Result Parent> 
- permissionResources List<GetVnic Eth Qos Policy Result Permission Resource> 
- priority String
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rateLimit Double
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetVnic Eth Qos Policy Result Tag> 
- trustHost BooleanCos 
- Enables usage of the Class of Service provided by the operating system.
- versionContexts List<GetVnic Eth Qos Policy Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetVnic Eth Qos Policy Result Ancestor[] 
- burst number
- The burst traffic, in bytes, allowed on the vNIC.
- classId string
- cos number
- Class of Service to be associated to the traffic on the virtual interface.
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- mtu number
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name string
- Name of the concrete policy.
- objectType string
- organizations
GetVnic Eth Qos Policy Result Organization[] 
- owners string[]
- parents
GetVnic Eth Qos Policy Result Parent[] 
- permissionResources GetVnic Eth Qos Policy Result Permission Resource[] 
- priority string
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rateLimit number
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetVnic Eth Qos Policy Result Tag[] 
- trustHost booleanCos 
- Enables usage of the Class of Service provided by the operating system.
- versionContexts GetVnic Eth Qos Policy Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetVnic Eth Qos Policy Result Ancestor] 
- burst float
- The burst traffic, in bytes, allowed on the vNIC.
- class_id str
- cos float
- Class of Service to be associated to the traffic on the virtual interface.
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- mtu float
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name str
- Name of the concrete policy.
- object_type str
- organizations
Sequence[GetVnic Eth Qos Policy Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetVnic Eth Qos Policy Result Parent] 
- permission_resources Sequence[GetVnic Eth Qos Policy Result Permission Resource] 
- priority str
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rate_limit float
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetVnic Eth Qos Policy Result Tag] 
- trust_host_ boolcos 
- Enables usage of the Class of Service provided by the operating system.
- version_contexts Sequence[GetVnic Eth Qos Policy Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- burst Number
- The burst traffic, in bytes, allowed on the vNIC.
- classId String
- cos Number
- Class of Service to be associated to the traffic on the virtual interface.
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- mtu Number
- The Maximum Transmission Unit (MTU) or packet size that the virtual interface accepts.
- name String
- Name of the concrete policy.
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- priority String
- The priority matching the System QoS specified in the fabric profile.* Best Effort- QoS Priority for Best-effort traffic.*FC- QoS Priority for FC traffic.*Platinum- QoS Priority for Platinum traffic.*Gold- QoS Priority for Gold traffic.*Silver- QoS Priority for Silver traffic.*Bronze- QoS Priority for Bronze traffic.
- rateLimit Number
- The value in Mbps (0-10G/40G/100G depending on Adapter Model) to use for limiting the data rate on the virtual interface.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- trustHost BooleanCos 
- Enables usage of the Class of Service provided by the operating system.
- versionContexts List<Property Map>
GetVnicEthQosPolicyResultAncestor      
- 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
GetVnicEthQosPolicyResultOrganization      
- 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
GetVnicEthQosPolicyResultParent      
- 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
GetVnicEthQosPolicyResultPermissionResource       
- 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
GetVnicEthQosPolicyResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetVnicEthQosPolicyResultVersionContext       
- additionalProperties string
- classId string
- interestedMos GetVnic Eth Qos Policy Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetVnic Eth Qos Policy Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetVnicEthQosPolicyResultVersionContextInterestedMo         
- 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
GetVnicEthQosPolicyResultVersionContextRefMo         
- 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
GetVnicEthQosPolicyTag     
- 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.
GetVnicEthQosPolicyVersionContext      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetVnic Eth Qos Policy Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVnic Eth Qos Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetVnic Eth Qos Policy Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetVnic Eth Qos Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetVnic Eth Qos Policy Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVnic Eth Qos Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetVnic Eth Qos Policy Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetVnic Eth Qos Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetVnic Eth Qos Policy Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetVnic Eth Qos Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetVnicEthQosPolicyVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetVnicEthQosPolicyVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet