@pulumi/sdwan
Version:
A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1
196 lines (195 loc) • 7.14 kB
TypeScript
import * as pulumi from "@pulumi/pulumi";
import * as inputs from "./types/input";
import * as outputs from "./types/output";
/**
* This resource can manage a Cisco BFD feature template.
* - Minimum SD-WAN Manager version: `15.0.0`
*
* ## Import
*
* The `pulumi import` command can be used, for example:
*
* ```sh
* $ pulumi import sdwan:index/ciscoBfdFeatureTemplate:CiscoBfdFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
* ```
*/
export declare class CiscoBfdFeatureTemplate extends pulumi.CustomResource {
/**
* Get an existing CiscoBfdFeatureTemplate resource's state with the given name, ID, and optional extra
* properties used to qualify the lookup.
*
* @param name The _unique_ name of the resulting resource.
* @param id The _unique_ provider ID of the resource to lookup.
* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CiscoBfdFeatureTemplateState, opts?: pulumi.CustomResourceOptions): CiscoBfdFeatureTemplate;
/**
* Returns true if the given object is an instance of CiscoBfdFeatureTemplate. This is designed to work even
* when multiple copies of the Pulumi SDK have been loaded into the same process.
*/
static isInstance(obj: any): obj is CiscoBfdFeatureTemplate;
/**
* Set color that identifies the WAN transport tunnel
*/
readonly colors: pulumi.Output<outputs.CiscoBfdFeatureTemplateColor[] | undefined>;
/**
* Set default DSCP value for BFD packets - Range: `0`-`63` - Default value: `48`
*/
readonly defaultDscp: pulumi.Output<number | undefined>;
/**
* Variable name
*/
readonly defaultDscpVariable: pulumi.Output<string | undefined>;
/**
* The description of the feature template
*/
readonly description: pulumi.Output<string>;
/**
* List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
* `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
* `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
*/
readonly deviceTypes: pulumi.Output<string[]>;
/**
* Set the number of polling intervals used to determine tunnel SLA class - Range: `1`-`6` - Default value: `6`
*/
readonly multiplier: pulumi.Output<number | undefined>;
/**
* Variable name
*/
readonly multiplierVariable: pulumi.Output<string | undefined>;
/**
* The name of the feature template
*/
readonly name: pulumi.Output<string>;
/**
* Set how often BFD polls tunnels to collect packet latency, loss, and statistics - Range: `1`-`4294967295` - Default
* value: `600000`
*/
readonly pollInterval: pulumi.Output<number | undefined>;
/**
* Variable name
*/
readonly pollIntervalVariable: pulumi.Output<string | undefined>;
/**
* The template type
*/
readonly templateType: pulumi.Output<string>;
/**
* The version of the feature template
*/
readonly version: pulumi.Output<number>;
/**
* Create a CiscoBfdFeatureTemplate resource with the given unique name, arguments, and options.
*
* @param name The _unique_ name of the resource.
* @param args The arguments to use to populate this resource's properties.
* @param opts A bag of options that control this resource's behavior.
*/
constructor(name: string, args: CiscoBfdFeatureTemplateArgs, opts?: pulumi.CustomResourceOptions);
}
/**
* Input properties used for looking up and filtering CiscoBfdFeatureTemplate resources.
*/
export interface CiscoBfdFeatureTemplateState {
/**
* Set color that identifies the WAN transport tunnel
*/
colors?: pulumi.Input<pulumi.Input<inputs.CiscoBfdFeatureTemplateColor>[]>;
/**
* Set default DSCP value for BFD packets - Range: `0`-`63` - Default value: `48`
*/
defaultDscp?: pulumi.Input<number>;
/**
* Variable name
*/
defaultDscpVariable?: pulumi.Input<string>;
/**
* The description of the feature template
*/
description?: pulumi.Input<string>;
/**
* List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
* `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
* `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
*/
deviceTypes?: pulumi.Input<pulumi.Input<string>[]>;
/**
* Set the number of polling intervals used to determine tunnel SLA class - Range: `1`-`6` - Default value: `6`
*/
multiplier?: pulumi.Input<number>;
/**
* Variable name
*/
multiplierVariable?: pulumi.Input<string>;
/**
* The name of the feature template
*/
name?: pulumi.Input<string>;
/**
* Set how often BFD polls tunnels to collect packet latency, loss, and statistics - Range: `1`-`4294967295` - Default
* value: `600000`
*/
pollInterval?: pulumi.Input<number>;
/**
* Variable name
*/
pollIntervalVariable?: pulumi.Input<string>;
/**
* The template type
*/
templateType?: pulumi.Input<string>;
/**
* The version of the feature template
*/
version?: pulumi.Input<number>;
}
/**
* The set of arguments for constructing a CiscoBfdFeatureTemplate resource.
*/
export interface CiscoBfdFeatureTemplateArgs {
/**
* Set color that identifies the WAN transport tunnel
*/
colors?: pulumi.Input<pulumi.Input<inputs.CiscoBfdFeatureTemplateColor>[]>;
/**
* Set default DSCP value for BFD packets - Range: `0`-`63` - Default value: `48`
*/
defaultDscp?: pulumi.Input<number>;
/**
* Variable name
*/
defaultDscpVariable?: pulumi.Input<string>;
/**
* The description of the feature template
*/
description: pulumi.Input<string>;
/**
* List of supported device types - Choices: `vedge-C8000V`, `vedge-C8300-1N1S-4T2X`, `vedge-C8300-1N1S-6T`,
* `vedge-C8300-2N2S-6T`, `vedge-C8300-2N2S-4T2X`, `vedge-C8500-12X4QC`, `vedge-C8500-12X`, `vedge-C8500-20X6C`,
* `vedge-C8500L-8S4X`, `vedge-C8200-1N-4T`, `vedge-C8200L-1N-4T`
*/
deviceTypes: pulumi.Input<pulumi.Input<string>[]>;
/**
* Set the number of polling intervals used to determine tunnel SLA class - Range: `1`-`6` - Default value: `6`
*/
multiplier?: pulumi.Input<number>;
/**
* Variable name
*/
multiplierVariable?: pulumi.Input<string>;
/**
* The name of the feature template
*/
name?: pulumi.Input<string>;
/**
* Set how often BFD polls tunnels to collect packet latency, loss, and statistics - Range: `1`-`4294967295` - Default
* value: `600000`
*/
pollInterval?: pulumi.Input<number>;
/**
* Variable name
*/
pollIntervalVariable?: pulumi.Input<string>;
}