Viewing docs for mso 2.0.0
published on Friday, Apr 17, 2026 by ciscodevnet
published on Friday, Apr 17, 2026 by ciscodevnet
Viewing docs for mso 2.0.0
published on Friday, Apr 17, 2026 by ciscodevnet
published on Friday, Apr 17, 2026 by ciscodevnet
Using getTenantPoliciesCustomQosPolicy
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 getTenantPoliciesCustomQosPolicy(args: GetTenantPoliciesCustomQosPolicyArgs, opts?: InvokeOptions): Promise<GetTenantPoliciesCustomQosPolicyResult>
function getTenantPoliciesCustomQosPolicyOutput(args: GetTenantPoliciesCustomQosPolicyOutputArgs, opts?: InvokeOptions): Output<GetTenantPoliciesCustomQosPolicyResult>def get_tenant_policies_custom_qos_policy(id: Optional[str] = None,
name: Optional[str] = None,
template_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTenantPoliciesCustomQosPolicyResult
def get_tenant_policies_custom_qos_policy_output(id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
template_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTenantPoliciesCustomQosPolicyResult]func LookupTenantPoliciesCustomQosPolicy(ctx *Context, args *LookupTenantPoliciesCustomQosPolicyArgs, opts ...InvokeOption) (*LookupTenantPoliciesCustomQosPolicyResult, error)
func LookupTenantPoliciesCustomQosPolicyOutput(ctx *Context, args *LookupTenantPoliciesCustomQosPolicyOutputArgs, opts ...InvokeOption) LookupTenantPoliciesCustomQosPolicyResultOutput> Note: This function is named LookupTenantPoliciesCustomQosPolicy in the Go SDK.
public static class GetTenantPoliciesCustomQosPolicy
{
public static Task<GetTenantPoliciesCustomQosPolicyResult> InvokeAsync(GetTenantPoliciesCustomQosPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetTenantPoliciesCustomQosPolicyResult> Invoke(GetTenantPoliciesCustomQosPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTenantPoliciesCustomQosPolicyResult> getTenantPoliciesCustomQosPolicy(GetTenantPoliciesCustomQosPolicyArgs args, InvokeOptions options)
public static Output<GetTenantPoliciesCustomQosPolicyResult> getTenantPoliciesCustomQosPolicy(GetTenantPoliciesCustomQosPolicyArgs args, InvokeOptions options)
fn::invoke:
function: mso:index/getTenantPoliciesCustomQosPolicy:getTenantPoliciesCustomQosPolicy
arguments:
# arguments dictionarydata "mso_gettenantpoliciescustomqospolicy" "name" {
# arguments
}The following arguments are supported:
- Name string
- Template
Id string - Id string
- Name string
- Template
Id string - Id string
- name string
- template_
id string - id string
- name String
- template
Id String - id String
- name string
- template
Id string - id string
- name str
- template_
id str - id str
- name String
- template
Id String - id String
getTenantPoliciesCustomQosPolicy Result
The following output properties are available:
- Cos
Mappings []GetTenant Policies Custom Qos Policy Cos Mapping - Description string
- Dscp
Mappings []GetTenant Policies Custom Qos Policy Dscp Mapping - Id string
- Name string
- Template
Id string - Uuid string
- cos_
mappings list(object) - description string
- dscp_
mappings list(object) - id string
- name string
- template_
id string - uuid string
- cos
Mappings GetTenant Policies Custom Qos Policy Cos Mapping[] - description string
- dscp
Mappings GetTenant Policies Custom Qos Policy Dscp Mapping[] - id string
- name string
- template
Id string - uuid string
- cos
Mappings List<Property Map> - description String
- dscp
Mappings List<Property Map> - id String
- name String
- template
Id String - uuid String
Supporting Types
GetTenantPoliciesCustomQosPolicyCosMapping
- Dot1p
From string - Dot1p
To string - Dscp
Target string - Qos
Priority string - Target
Cos string
- Dot1p
From string - Dot1p
To string - Dscp
Target string - Qos
Priority string - Target
Cos string
- dot1p_
from string - dot1p_
to string - dscp_
target string - qos_
priority string - target_
cos string
- dot1p
From String - dot1p
To String - dscp
Target String - qos
Priority String - target
Cos String
- dot1p
From string - dot1p
To string - dscp
Target string - qos
Priority string - target
Cos string
- dot1p_
from str - dot1p_
to str - dscp_
target str - qos_
priority str - target_
cos str
- dot1p
From String - dot1p
To String - dscp
Target String - qos
Priority String - target
Cos String
GetTenantPoliciesCustomQosPolicyDscpMapping
- Dscp
From string - Dscp
Target string - Dscp
To string - Qos
Priority string - Target
Cos string
- Dscp
From string - Dscp
Target string - Dscp
To string - Qos
Priority string - Target
Cos string
- dscp_
from string - dscp_
target string - dscp_
to string - qos_
priority string - target_
cos string
- dscp
From String - dscp
Target String - dscp
To String - qos
Priority String - target
Cos String
- dscp
From string - dscp
Target string - dscp
To string - qos
Priority string - target
Cos string
- dscp_
from str - dscp_
target str - dscp_
to str - qos_
priority str - target_
cos str
- dscp
From String - dscp
Target String - dscp
To String - qos
Priority String - target
Cos String
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
msoTerraform Provider.
Viewing docs for mso 2.0.0
published on Friday, Apr 17, 2026 by ciscodevnet
published on Friday, Apr 17, 2026 by ciscodevnet
