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 getTenantPoliciesIpslaTrackList
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 getTenantPoliciesIpslaTrackList(args: GetTenantPoliciesIpslaTrackListArgs, opts?: InvokeOptions): Promise<GetTenantPoliciesIpslaTrackListResult>
function getTenantPoliciesIpslaTrackListOutput(args: GetTenantPoliciesIpslaTrackListOutputArgs, opts?: InvokeOptions): Output<GetTenantPoliciesIpslaTrackListResult>def get_tenant_policies_ipsla_track_list(id: Optional[str] = None,
name: Optional[str] = None,
template_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTenantPoliciesIpslaTrackListResult
def get_tenant_policies_ipsla_track_list_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[GetTenantPoliciesIpslaTrackListResult]func LookupTenantPoliciesIpslaTrackList(ctx *Context, args *LookupTenantPoliciesIpslaTrackListArgs, opts ...InvokeOption) (*LookupTenantPoliciesIpslaTrackListResult, error)
func LookupTenantPoliciesIpslaTrackListOutput(ctx *Context, args *LookupTenantPoliciesIpslaTrackListOutputArgs, opts ...InvokeOption) LookupTenantPoliciesIpslaTrackListResultOutput> Note: This function is named LookupTenantPoliciesIpslaTrackList in the Go SDK.
public static class GetTenantPoliciesIpslaTrackList
{
public static Task<GetTenantPoliciesIpslaTrackListResult> InvokeAsync(GetTenantPoliciesIpslaTrackListArgs args, InvokeOptions? opts = null)
public static Output<GetTenantPoliciesIpslaTrackListResult> Invoke(GetTenantPoliciesIpslaTrackListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTenantPoliciesIpslaTrackListResult> getTenantPoliciesIpslaTrackList(GetTenantPoliciesIpslaTrackListArgs args, InvokeOptions options)
public static Output<GetTenantPoliciesIpslaTrackListResult> getTenantPoliciesIpslaTrackList(GetTenantPoliciesIpslaTrackListArgs args, InvokeOptions options)
fn::invoke:
function: mso:index/getTenantPoliciesIpslaTrackList:getTenantPoliciesIpslaTrackList
arguments:
# arguments dictionarydata "mso_gettenantpoliciesipslatracklist" "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
getTenantPoliciesIpslaTrackList Result
The following output properties are available:
- Description string
- Id string
- Members
List<Get
Tenant Policies Ipsla Track List Member> - Name string
- Template
Id string - Threshold
Down double - Threshold
Up double - Type string
- Uuid string
- Description string
- Id string
- Members
[]Get
Tenant Policies Ipsla Track List Member - Name string
- Template
Id string - Threshold
Down float64 - Threshold
Up float64 - Type string
- Uuid string
- description string
- id string
- members list(object)
- name string
- template_
id string - threshold_
down number - threshold_
up number - type string
- uuid string
- description String
- id String
- members
List<Get
Tenant Policies Ipsla Track List Member> - name String
- template
Id String - threshold
Down Double - threshold
Up Double - type String
- uuid String
- description string
- id string
- members
Get
Tenant Policies Ipsla Track List Member[] - name string
- template
Id string - threshold
Down number - threshold
Up number - type string
- uuid string
- description str
- id str
- members
Sequence[Get
Tenant Policies Ipsla Track List Member] - name str
- template_
id str - threshold_
down float - threshold_
up float - type str
- uuid str
- description String
- id String
- members List<Property Map>
- name String
- template
Id String - threshold
Down Number - threshold
Up Number - type String
- uuid String
Supporting Types
GetTenantPoliciesIpslaTrackListMember
- Destination
Ip string - Ipsla
Monitoring stringPolicy Uuid - Scope
Type string - Scope
Uuid string - Weight double
- Destination
Ip string - Ipsla
Monitoring stringPolicy Uuid - Scope
Type string - Scope
Uuid string - Weight float64
- destination_
ip string - ipsla_
monitoring_ stringpolicy_ uuid - scope_
type string - scope_
uuid string - weight number
- destination
Ip String - ipsla
Monitoring StringPolicy Uuid - scope
Type String - scope
Uuid String - weight Double
- destination
Ip string - ipsla
Monitoring stringPolicy Uuid - scope
Type string - scope
Uuid string - weight number
- destination_
ip str - ipsla_
monitoring_ strpolicy_ uuid - scope_
type str - scope_
uuid str - weight float
- destination
Ip String - ipsla
Monitoring StringPolicy Uuid - scope
Type String - scope
Uuid String - weight Number
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
