@pulumi/sdwan
Version:
A Pulumi package for managing resources on Cisco Catalyst SD-WAN.. Based on terraform-provider-sdwan: version v0.4.1
241 lines (240 loc) • 8.11 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 SNMP 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/ciscoSnmpFeatureTemplate:CiscoSnmpFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
* ```
*/
export declare class CiscoSnmpFeatureTemplate extends pulumi.CustomResource {
/**
* Get an existing CiscoSnmpFeatureTemplate 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?: CiscoSnmpFeatureTemplateState, opts?: pulumi.CustomResourceOptions): CiscoSnmpFeatureTemplate;
/**
* Returns true if the given object is an instance of CiscoSnmpFeatureTemplate. 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 CiscoSnmpFeatureTemplate;
/**
* Configure SNMP community
*/
readonly communities: pulumi.Output<outputs.CiscoSnmpFeatureTemplateCommunity[] | undefined>;
/**
* Set the contact for this managed node
*/
readonly contact: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly contactVariable: 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[]>;
/**
* Configure an SNMP group
*/
readonly groups: pulumi.Output<outputs.CiscoSnmpFeatureTemplateGroup[] | undefined>;
/**
* Set the physical location of this managed node
*/
readonly location: pulumi.Output<string | undefined>;
/**
* Variable name
*/
readonly locationVariable: pulumi.Output<string | undefined>;
/**
* The name of the feature template
*/
readonly name: pulumi.Output<string>;
/**
* Enable or disable SNMP - Default value: `true`
*/
readonly shutdown: pulumi.Output<boolean | undefined>;
/**
* Variable name
*/
readonly shutdownVariable: pulumi.Output<string | undefined>;
/**
* The template type
*/
readonly templateType: pulumi.Output<string>;
/**
* Configure SNMP server to receive SNMP traps
*/
readonly trapTargets: pulumi.Output<outputs.CiscoSnmpFeatureTemplateTrapTarget[] | undefined>;
/**
* Configure an SNMP user
*/
readonly users: pulumi.Output<outputs.CiscoSnmpFeatureTemplateUser[] | undefined>;
/**
* The version of the feature template
*/
readonly version: pulumi.Output<number>;
/**
* Configure a view record
*/
readonly views: pulumi.Output<outputs.CiscoSnmpFeatureTemplateView[] | undefined>;
/**
* Create a CiscoSnmpFeatureTemplate 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: CiscoSnmpFeatureTemplateArgs, opts?: pulumi.CustomResourceOptions);
}
/**
* Input properties used for looking up and filtering CiscoSnmpFeatureTemplate resources.
*/
export interface CiscoSnmpFeatureTemplateState {
/**
* Configure SNMP community
*/
communities?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateCommunity>[]>;
/**
* Set the contact for this managed node
*/
contact?: pulumi.Input<string>;
/**
* Variable name
*/
contactVariable?: 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>[]>;
/**
* Configure an SNMP group
*/
groups?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateGroup>[]>;
/**
* Set the physical location of this managed node
*/
location?: pulumi.Input<string>;
/**
* Variable name
*/
locationVariable?: pulumi.Input<string>;
/**
* The name of the feature template
*/
name?: pulumi.Input<string>;
/**
* Enable or disable SNMP - Default value: `true`
*/
shutdown?: pulumi.Input<boolean>;
/**
* Variable name
*/
shutdownVariable?: pulumi.Input<string>;
/**
* The template type
*/
templateType?: pulumi.Input<string>;
/**
* Configure SNMP server to receive SNMP traps
*/
trapTargets?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateTrapTarget>[]>;
/**
* Configure an SNMP user
*/
users?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateUser>[]>;
/**
* The version of the feature template
*/
version?: pulumi.Input<number>;
/**
* Configure a view record
*/
views?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateView>[]>;
}
/**
* The set of arguments for constructing a CiscoSnmpFeatureTemplate resource.
*/
export interface CiscoSnmpFeatureTemplateArgs {
/**
* Configure SNMP community
*/
communities?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateCommunity>[]>;
/**
* Set the contact for this managed node
*/
contact?: pulumi.Input<string>;
/**
* Variable name
*/
contactVariable?: 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>[]>;
/**
* Configure an SNMP group
*/
groups?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateGroup>[]>;
/**
* Set the physical location of this managed node
*/
location?: pulumi.Input<string>;
/**
* Variable name
*/
locationVariable?: pulumi.Input<string>;
/**
* The name of the feature template
*/
name?: pulumi.Input<string>;
/**
* Enable or disable SNMP - Default value: `true`
*/
shutdown?: pulumi.Input<boolean>;
/**
* Variable name
*/
shutdownVariable?: pulumi.Input<string>;
/**
* Configure SNMP server to receive SNMP traps
*/
trapTargets?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateTrapTarget>[]>;
/**
* Configure an SNMP user
*/
users?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateUser>[]>;
/**
* Configure a view record
*/
views?: pulumi.Input<pulumi.Input<inputs.CiscoSnmpFeatureTemplateView>[]>;
}