1. Packages
  2. Mso Provider
  3. API Docs
  4. TenantPoliciesIpslaMonitoringPolicy
mso 1.5.1 published on Friday, Jul 25, 2025 by ciscodevnet

mso.TenantPoliciesIpslaMonitoringPolicy

Explore with Pulumi AI

mso logo
mso 1.5.1 published on Friday, Jul 25, 2025 by ciscodevnet

    Create TenantPoliciesIpslaMonitoringPolicy Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TenantPoliciesIpslaMonitoringPolicy(name: string, args: TenantPoliciesIpslaMonitoringPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def TenantPoliciesIpslaMonitoringPolicy(resource_name: str,
                                            args: TenantPoliciesIpslaMonitoringPolicyArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def TenantPoliciesIpslaMonitoringPolicy(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            template_id: Optional[str] = None,
                                            name: Optional[str] = None,
                                            request_data_size: Optional[float] = None,
                                            http_uri: Optional[str] = None,
                                            http_version: Optional[str] = None,
                                            ipv6_traffic_class: Optional[float] = None,
                                            description: Optional[str] = None,
                                            operation_timeout: Optional[float] = None,
                                            detect_multiplier: Optional[float] = None,
                                            sla_frequency: Optional[float] = None,
                                            sla_type: Optional[str] = None,
                                            destination_port: Optional[float] = None,
                                            tenant_policies_ipsla_monitoring_policy_id: Optional[str] = None,
                                            threshold: Optional[float] = None,
                                            type_of_service: Optional[float] = None)
    func NewTenantPoliciesIpslaMonitoringPolicy(ctx *Context, name string, args TenantPoliciesIpslaMonitoringPolicyArgs, opts ...ResourceOption) (*TenantPoliciesIpslaMonitoringPolicy, error)
    public TenantPoliciesIpslaMonitoringPolicy(string name, TenantPoliciesIpslaMonitoringPolicyArgs args, CustomResourceOptions? opts = null)
    public TenantPoliciesIpslaMonitoringPolicy(String name, TenantPoliciesIpslaMonitoringPolicyArgs args)
    public TenantPoliciesIpslaMonitoringPolicy(String name, TenantPoliciesIpslaMonitoringPolicyArgs args, CustomResourceOptions options)
    
    type: mso:TenantPoliciesIpslaMonitoringPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TenantPoliciesIpslaMonitoringPolicyArgs
    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 TenantPoliciesIpslaMonitoringPolicyArgs
    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 TenantPoliciesIpslaMonitoringPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TenantPoliciesIpslaMonitoringPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TenantPoliciesIpslaMonitoringPolicyArgs
    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 tenantPoliciesIpslaMonitoringPolicyResource = new Mso.TenantPoliciesIpslaMonitoringPolicy("tenantPoliciesIpslaMonitoringPolicyResource", new()
    {
        TemplateId = "string",
        Name = "string",
        RequestDataSize = 0,
        HttpUri = "string",
        HttpVersion = "string",
        Ipv6TrafficClass = 0,
        Description = "string",
        OperationTimeout = 0,
        DetectMultiplier = 0,
        SlaFrequency = 0,
        SlaType = "string",
        DestinationPort = 0,
        TenantPoliciesIpslaMonitoringPolicyId = "string",
        Threshold = 0,
        TypeOfService = 0,
    });
    
    example, err := mso.NewTenantPoliciesIpslaMonitoringPolicy(ctx, "tenantPoliciesIpslaMonitoringPolicyResource", &mso.TenantPoliciesIpslaMonitoringPolicyArgs{
    	TemplateId:                            pulumi.String("string"),
    	Name:                                  pulumi.String("string"),
    	RequestDataSize:                       pulumi.Float64(0),
    	HttpUri:                               pulumi.String("string"),
    	HttpVersion:                           pulumi.String("string"),
    	Ipv6TrafficClass:                      pulumi.Float64(0),
    	Description:                           pulumi.String("string"),
    	OperationTimeout:                      pulumi.Float64(0),
    	DetectMultiplier:                      pulumi.Float64(0),
    	SlaFrequency:                          pulumi.Float64(0),
    	SlaType:                               pulumi.String("string"),
    	DestinationPort:                       pulumi.Float64(0),
    	TenantPoliciesIpslaMonitoringPolicyId: pulumi.String("string"),
    	Threshold:                             pulumi.Float64(0),
    	TypeOfService:                         pulumi.Float64(0),
    })
    
    var tenantPoliciesIpslaMonitoringPolicyResource = new TenantPoliciesIpslaMonitoringPolicy("tenantPoliciesIpslaMonitoringPolicyResource", TenantPoliciesIpslaMonitoringPolicyArgs.builder()
        .templateId("string")
        .name("string")
        .requestDataSize(0.0)
        .httpUri("string")
        .httpVersion("string")
        .ipv6TrafficClass(0.0)
        .description("string")
        .operationTimeout(0.0)
        .detectMultiplier(0.0)
        .slaFrequency(0.0)
        .slaType("string")
        .destinationPort(0.0)
        .tenantPoliciesIpslaMonitoringPolicyId("string")
        .threshold(0.0)
        .typeOfService(0.0)
        .build());
    
    tenant_policies_ipsla_monitoring_policy_resource = mso.TenantPoliciesIpslaMonitoringPolicy("tenantPoliciesIpslaMonitoringPolicyResource",
        template_id="string",
        name="string",
        request_data_size=0,
        http_uri="string",
        http_version="string",
        ipv6_traffic_class=0,
        description="string",
        operation_timeout=0,
        detect_multiplier=0,
        sla_frequency=0,
        sla_type="string",
        destination_port=0,
        tenant_policies_ipsla_monitoring_policy_id="string",
        threshold=0,
        type_of_service=0)
    
    const tenantPoliciesIpslaMonitoringPolicyResource = new mso.TenantPoliciesIpslaMonitoringPolicy("tenantPoliciesIpslaMonitoringPolicyResource", {
        templateId: "string",
        name: "string",
        requestDataSize: 0,
        httpUri: "string",
        httpVersion: "string",
        ipv6TrafficClass: 0,
        description: "string",
        operationTimeout: 0,
        detectMultiplier: 0,
        slaFrequency: 0,
        slaType: "string",
        destinationPort: 0,
        tenantPoliciesIpslaMonitoringPolicyId: "string",
        threshold: 0,
        typeOfService: 0,
    });
    
    type: mso:TenantPoliciesIpslaMonitoringPolicy
    properties:
        description: string
        destinationPort: 0
        detectMultiplier: 0
        httpUri: string
        httpVersion: string
        ipv6TrafficClass: 0
        name: string
        operationTimeout: 0
        requestDataSize: 0
        slaFrequency: 0
        slaType: string
        templateId: string
        tenantPoliciesIpslaMonitoringPolicyId: string
        threshold: 0
        typeOfService: 0
    

    TenantPoliciesIpslaMonitoringPolicy 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 TenantPoliciesIpslaMonitoringPolicy resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TenantPoliciesIpslaMonitoringPolicy resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    Id string
    The provider-assigned unique ID for this managed resource.
    Uuid string
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String
    id string
    The provider-assigned unique ID for this managed resource.
    uuid string
    id str
    The provider-assigned unique ID for this managed resource.
    uuid str
    id String
    The provider-assigned unique ID for this managed resource.
    uuid String

    Look up Existing TenantPoliciesIpslaMonitoringPolicy Resource

    Get an existing TenantPoliciesIpslaMonitoringPolicy 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?: TenantPoliciesIpslaMonitoringPolicyState, opts?: CustomResourceOptions): TenantPoliciesIpslaMonitoringPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            destination_port: Optional[float] = None,
            detect_multiplier: Optional[float] = None,
            http_uri: Optional[str] = None,
            http_version: Optional[str] = None,
            ipv6_traffic_class: Optional[float] = None,
            name: Optional[str] = None,
            operation_timeout: Optional[float] = None,
            request_data_size: Optional[float] = None,
            sla_frequency: Optional[float] = None,
            sla_type: Optional[str] = None,
            template_id: Optional[str] = None,
            tenant_policies_ipsla_monitoring_policy_id: Optional[str] = None,
            threshold: Optional[float] = None,
            type_of_service: Optional[float] = None,
            uuid: Optional[str] = None) -> TenantPoliciesIpslaMonitoringPolicy
    func GetTenantPoliciesIpslaMonitoringPolicy(ctx *Context, name string, id IDInput, state *TenantPoliciesIpslaMonitoringPolicyState, opts ...ResourceOption) (*TenantPoliciesIpslaMonitoringPolicy, error)
    public static TenantPoliciesIpslaMonitoringPolicy Get(string name, Input<string> id, TenantPoliciesIpslaMonitoringPolicyState? state, CustomResourceOptions? opts = null)
    public static TenantPoliciesIpslaMonitoringPolicy get(String name, Output<String> id, TenantPoliciesIpslaMonitoringPolicyState state, CustomResourceOptions options)
    resources:  _:    type: mso:TenantPoliciesIpslaMonitoringPolicy    get:      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.
    The following state arguments are supported:

    Package Details

    Repository
    mso ciscodevnet/terraform-provider-mso
    License
    Notes
    This Pulumi package is based on the mso Terraform Provider.
    mso logo
    mso 1.5.1 published on Friday, Jul 25, 2025 by ciscodevnet