published on Friday, Apr 17, 2026 by ciscodevnet
published on Friday, Apr 17, 2026 by ciscodevnet
Create TenantPoliciesIpslaTrackList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TenantPoliciesIpslaTrackList(name: string, args: TenantPoliciesIpslaTrackListArgs, opts?: CustomResourceOptions);@overload
def TenantPoliciesIpslaTrackList(resource_name: str,
args: TenantPoliciesIpslaTrackListArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TenantPoliciesIpslaTrackList(resource_name: str,
opts: Optional[ResourceOptions] = None,
template_id: Optional[str] = None,
description: Optional[str] = None,
members: Optional[Sequence[TenantPoliciesIpslaTrackListMemberArgs]] = None,
name: Optional[str] = None,
tenant_policies_ipsla_track_list_id: Optional[str] = None,
threshold_down: Optional[float] = None,
threshold_up: Optional[float] = None,
type: Optional[str] = None)func NewTenantPoliciesIpslaTrackList(ctx *Context, name string, args TenantPoliciesIpslaTrackListArgs, opts ...ResourceOption) (*TenantPoliciesIpslaTrackList, error)public TenantPoliciesIpslaTrackList(string name, TenantPoliciesIpslaTrackListArgs args, CustomResourceOptions? opts = null)
public TenantPoliciesIpslaTrackList(String name, TenantPoliciesIpslaTrackListArgs args)
public TenantPoliciesIpslaTrackList(String name, TenantPoliciesIpslaTrackListArgs args, CustomResourceOptions options)
type: mso:TenantPoliciesIpslaTrackList
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "mso_tenantpoliciesipslatracklist" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TenantPoliciesIpslaTrackListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TenantPoliciesIpslaTrackListArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TenantPoliciesIpslaTrackListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TenantPoliciesIpslaTrackListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TenantPoliciesIpslaTrackListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var tenantPoliciesIpslaTrackListResource = new Mso.TenantPoliciesIpslaTrackList("tenantPoliciesIpslaTrackListResource", new()
{
TemplateId = "string",
Description = "string",
Members = new[]
{
new Mso.Inputs.TenantPoliciesIpslaTrackListMemberArgs
{
DestinationIp = "string",
IpslaMonitoringPolicyUuid = "string",
ScopeType = "string",
ScopeUuid = "string",
Weight = 0,
},
},
Name = "string",
TenantPoliciesIpslaTrackListId = "string",
ThresholdDown = 0,
ThresholdUp = 0,
Type = "string",
});
example, err := mso.NewTenantPoliciesIpslaTrackList(ctx, "tenantPoliciesIpslaTrackListResource", &mso.TenantPoliciesIpslaTrackListArgs{
TemplateId: pulumi.String("string"),
Description: pulumi.String("string"),
Members: mso.TenantPoliciesIpslaTrackListMemberArray{
&mso.TenantPoliciesIpslaTrackListMemberArgs{
DestinationIp: pulumi.String("string"),
IpslaMonitoringPolicyUuid: pulumi.String("string"),
ScopeType: pulumi.String("string"),
ScopeUuid: pulumi.String("string"),
Weight: pulumi.Float64(0),
},
},
Name: pulumi.String("string"),
TenantPoliciesIpslaTrackListId: pulumi.String("string"),
ThresholdDown: pulumi.Float64(0),
ThresholdUp: pulumi.Float64(0),
Type: pulumi.String("string"),
})
resource "mso_tenantpoliciesipslatracklist" "tenantPoliciesIpslaTrackListResource" {
template_id = "string"
description = "string"
members {
destination_ip = "string"
ipsla_monitoring_policy_uuid = "string"
scope_type = "string"
scope_uuid = "string"
weight = 0
}
name = "string"
tenant_policies_ipsla_track_list_id = "string"
threshold_down = 0
threshold_up = 0
type = "string"
}
var tenantPoliciesIpslaTrackListResource = new TenantPoliciesIpslaTrackList("tenantPoliciesIpslaTrackListResource", TenantPoliciesIpslaTrackListArgs.builder()
.templateId("string")
.description("string")
.members(TenantPoliciesIpslaTrackListMemberArgs.builder()
.destinationIp("string")
.ipslaMonitoringPolicyUuid("string")
.scopeType("string")
.scopeUuid("string")
.weight(0.0)
.build())
.name("string")
.tenantPoliciesIpslaTrackListId("string")
.thresholdDown(0.0)
.thresholdUp(0.0)
.type("string")
.build());
tenant_policies_ipsla_track_list_resource = mso.TenantPoliciesIpslaTrackList("tenantPoliciesIpslaTrackListResource",
template_id="string",
description="string",
members=[{
"destination_ip": "string",
"ipsla_monitoring_policy_uuid": "string",
"scope_type": "string",
"scope_uuid": "string",
"weight": float(0),
}],
name="string",
tenant_policies_ipsla_track_list_id="string",
threshold_down=float(0),
threshold_up=float(0),
type="string")
const tenantPoliciesIpslaTrackListResource = new mso.TenantPoliciesIpslaTrackList("tenantPoliciesIpslaTrackListResource", {
templateId: "string",
description: "string",
members: [{
destinationIp: "string",
ipslaMonitoringPolicyUuid: "string",
scopeType: "string",
scopeUuid: "string",
weight: 0,
}],
name: "string",
tenantPoliciesIpslaTrackListId: "string",
thresholdDown: 0,
thresholdUp: 0,
type: "string",
});
type: mso:TenantPoliciesIpslaTrackList
properties:
description: string
members:
- destinationIp: string
ipslaMonitoringPolicyUuid: string
scopeType: string
scopeUuid: string
weight: 0
name: string
templateId: string
tenantPoliciesIpslaTrackListId: string
thresholdDown: 0
thresholdUp: 0
type: string
TenantPoliciesIpslaTrackList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TenantPoliciesIpslaTrackList resource accepts the following input properties:
- Template
Id string - Description string
- Members
List<Tenant
Policies Ipsla Track List Member> - Name string
- Tenant
Policies stringIpsla Track List Id - Threshold
Down double - Threshold
Up double - Type string
- Template
Id string - Description string
- Members
[]Tenant
Policies Ipsla Track List Member Args - Name string
- Tenant
Policies stringIpsla Track List Id - Threshold
Down float64 - Threshold
Up float64 - Type string
- template_
id string - description string
- members list(object)
- name string
- tenant_
policies_ stringipsla_ track_ list_ id - threshold_
down number - threshold_
up number - type string
- template
Id String - description String
- members
List<Tenant
Policies Ipsla Track List Member> - name String
- tenant
Policies StringIpsla Track List Id - threshold
Down Double - threshold
Up Double - type String
- template
Id string - description string
- members
Tenant
Policies Ipsla Track List Member[] - name string
- tenant
Policies stringIpsla Track List Id - threshold
Down number - threshold
Up number - type string
- template
Id String - description String
- members List<Property Map>
- name String
- tenant
Policies StringIpsla Track List Id - threshold
Down Number - threshold
Up Number - type String
Outputs
All input properties are implicitly available as output properties. Additionally, the TenantPoliciesIpslaTrackList resource produces the following output properties:
Look up Existing TenantPoliciesIpslaTrackList Resource
Get an existing TenantPoliciesIpslaTrackList resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TenantPoliciesIpslaTrackListState, opts?: CustomResourceOptions): TenantPoliciesIpslaTrackList@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
members: Optional[Sequence[TenantPoliciesIpslaTrackListMemberArgs]] = None,
name: Optional[str] = None,
template_id: Optional[str] = None,
tenant_policies_ipsla_track_list_id: Optional[str] = None,
threshold_down: Optional[float] = None,
threshold_up: Optional[float] = None,
type: Optional[str] = None,
uuid: Optional[str] = None) -> TenantPoliciesIpslaTrackListfunc GetTenantPoliciesIpslaTrackList(ctx *Context, name string, id IDInput, state *TenantPoliciesIpslaTrackListState, opts ...ResourceOption) (*TenantPoliciesIpslaTrackList, error)public static TenantPoliciesIpslaTrackList Get(string name, Input<string> id, TenantPoliciesIpslaTrackListState? state, CustomResourceOptions? opts = null)public static TenantPoliciesIpslaTrackList get(String name, Output<String> id, TenantPoliciesIpslaTrackListState state, CustomResourceOptions options)resources: _: type: mso:TenantPoliciesIpslaTrackList get: id: ${id}import {
to = mso_tenantpoliciesipslatracklist.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- Members
List<Tenant
Policies Ipsla Track List Member> - Name string
- Template
Id string - Tenant
Policies stringIpsla Track List Id - Threshold
Down double - Threshold
Up double - Type string
- Uuid string
- Description string
- Members
[]Tenant
Policies Ipsla Track List Member Args - Name string
- Template
Id string - Tenant
Policies stringIpsla Track List Id - Threshold
Down float64 - Threshold
Up float64 - Type string
- Uuid string
- description string
- members list(object)
- name string
- template_
id string - tenant_
policies_ stringipsla_ track_ list_ id - threshold_
down number - threshold_
up number - type string
- uuid string
- description String
- members
List<Tenant
Policies Ipsla Track List Member> - name String
- template
Id String - tenant
Policies StringIpsla Track List Id - threshold
Down Double - threshold
Up Double - type String
- uuid String
- description string
- members
Tenant
Policies Ipsla Track List Member[] - name string
- template
Id string - tenant
Policies stringIpsla Track List Id - threshold
Down number - threshold
Up number - type string
- uuid string
- description String
- members List<Property Map>
- name String
- template
Id String - tenant
Policies StringIpsla Track List Id - threshold
Down Number - threshold
Up Number - type String
- uuid String
Supporting Types
TenantPoliciesIpslaTrackListMember, TenantPoliciesIpslaTrackListMemberArgs
- 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.
published on Friday, Apr 17, 2026 by ciscodevnet
