mso.TenantPoliciesIpslaMonitoringPolicy
Explore with Pulumi AI
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:
- Template
Id string - Description string
- Destination
Port double - Detect
Multiplier double - Http
Uri string - Http
Version string - Ipv6Traffic
Class double - Name string
- Operation
Timeout double - Request
Data doubleSize - Sla
Frequency double - Sla
Type string - Tenant
Policies stringIpsla Monitoring Policy Id - Threshold double
- Type
Of doubleService
- Template
Id string - Description string
- Destination
Port float64 - Detect
Multiplier float64 - Http
Uri string - Http
Version string - Ipv6Traffic
Class float64 - Name string
- Operation
Timeout float64 - Request
Data float64Size - Sla
Frequency float64 - Sla
Type string - Tenant
Policies stringIpsla Monitoring Policy Id - Threshold float64
- Type
Of float64Service
- template
Id String - description String
- destination
Port Double - detect
Multiplier Double - http
Uri String - http
Version String - ipv6Traffic
Class Double - name String
- operation
Timeout Double - request
Data DoubleSize - sla
Frequency Double - sla
Type String - tenant
Policies StringIpsla Monitoring Policy Id - threshold Double
- type
Of DoubleService
- template
Id string - description string
- destination
Port number - detect
Multiplier number - http
Uri string - http
Version string - ipv6Traffic
Class number - name string
- operation
Timeout number - request
Data numberSize - sla
Frequency number - sla
Type string - tenant
Policies stringIpsla Monitoring Policy Id - threshold number
- type
Of numberService
- template_
id str - description str
- destination_
port float - detect_
multiplier float - http_
uri str - http_
version str - ipv6_
traffic_ floatclass - name str
- operation_
timeout float - request_
data_ floatsize - sla_
frequency float - sla_
type str - tenant_
policies_ stripsla_ monitoring_ policy_ id - threshold float
- type_
of_ floatservice
- template
Id String - description String
- destination
Port Number - detect
Multiplier Number - http
Uri String - http
Version String - ipv6Traffic
Class Number - name String
- operation
Timeout Number - request
Data NumberSize - sla
Frequency Number - sla
Type String - tenant
Policies StringIpsla Monitoring Policy Id - threshold Number
- type
Of NumberService
Outputs
All input properties are implicitly available as output properties. Additionally, the TenantPoliciesIpslaMonitoringPolicy resource produces the following output properties:
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.
- Description string
- Destination
Port double - Detect
Multiplier double - Http
Uri string - Http
Version string - Ipv6Traffic
Class double - Name string
- Operation
Timeout double - Request
Data doubleSize - Sla
Frequency double - Sla
Type string - Template
Id string - Tenant
Policies stringIpsla Monitoring Policy Id - Threshold double
- Type
Of doubleService - Uuid string
- Description string
- Destination
Port float64 - Detect
Multiplier float64 - Http
Uri string - Http
Version string - Ipv6Traffic
Class float64 - Name string
- Operation
Timeout float64 - Request
Data float64Size - Sla
Frequency float64 - Sla
Type string - Template
Id string - Tenant
Policies stringIpsla Monitoring Policy Id - Threshold float64
- Type
Of float64Service - Uuid string
- description String
- destination
Port Double - detect
Multiplier Double - http
Uri String - http
Version String - ipv6Traffic
Class Double - name String
- operation
Timeout Double - request
Data DoubleSize - sla
Frequency Double - sla
Type String - template
Id String - tenant
Policies StringIpsla Monitoring Policy Id - threshold Double
- type
Of DoubleService - uuid String
- description string
- destination
Port number - detect
Multiplier number - http
Uri string - http
Version string - ipv6Traffic
Class number - name string
- operation
Timeout number - request
Data numberSize - sla
Frequency number - sla
Type string - template
Id string - tenant
Policies stringIpsla Monitoring Policy Id - threshold number
- type
Of numberService - uuid string
- description str
- destination_
port float - detect_
multiplier float - http_
uri str - http_
version str - ipv6_
traffic_ floatclass - name str
- operation_
timeout float - request_
data_ floatsize - sla_
frequency float - sla_
type str - template_
id str - tenant_
policies_ stripsla_ monitoring_ policy_ id - threshold float
- type_
of_ floatservice - uuid str
- description String
- destination
Port Number - detect
Multiplier Number - http
Uri String - http
Version String - ipv6Traffic
Class Number - name String
- operation
Timeout Number - request
Data NumberSize - sla
Frequency Number - sla
Type String - template
Id String - tenant
Policies StringIpsla Monitoring Policy Id - threshold Number
- type
Of NumberService - uuid String
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
mso
Terraform Provider.