sdwan.CiscoSnmpFeatureTemplate
Explore with Pulumi AI
This resource can manage a Cisco SNMP feature template.
- Minimum SD-WAN Manager version:
15.0.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.CiscoSnmpFeatureTemplate;
import com.pulumi.sdwan.CiscoSnmpFeatureTemplateArgs;
import com.pulumi.sdwan.inputs.CiscoSnmpFeatureTemplateViewArgs;
import com.pulumi.sdwan.inputs.CiscoSnmpFeatureTemplateCommunityArgs;
import com.pulumi.sdwan.inputs.CiscoSnmpFeatureTemplateGroupArgs;
import com.pulumi.sdwan.inputs.CiscoSnmpFeatureTemplateUserArgs;
import com.pulumi.sdwan.inputs.CiscoSnmpFeatureTemplateTrapTargetArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new CiscoSnmpFeatureTemplate("example", CiscoSnmpFeatureTemplateArgs.builder()
.name("Example")
.description("My Example")
.deviceTypes("vedge-C8000V")
.shutdown(false)
.contact("Max")
.location("Building 1")
.views(CiscoSnmpFeatureTemplateViewArgs.builder()
.name("VIEW1")
.object_identifiers(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.communities(CiscoSnmpFeatureTemplateCommunityArgs.builder()
.name("community1")
.view("VIEW1")
.authorization("read-only")
.build())
.groups(CiscoSnmpFeatureTemplateGroupArgs.builder()
.name("GROUP1")
.security_level("auth-priv")
.view("VIEW1")
.build())
.users(CiscoSnmpFeatureTemplateUserArgs.builder()
.name("user1")
.authentication_protocol("sha")
.authentication_password("password123")
.privacy_protocol("aes-cfb-128")
.privacy_password("password123")
.group("GROUP1")
.build())
.trapTargets(CiscoSnmpFeatureTemplateTrapTargetArgs.builder()
.vpn_id(1)
.ip("1.1.1.1")
.udp_port(12345)
.community_name("community1")
.user("user1")
.source_interface("e1")
.build())
.build());
}
}
resources:
example:
type: sdwan:CiscoSnmpFeatureTemplate
properties:
name: Example
description: My Example
deviceTypes:
- vedge-C8000V
shutdown: false
contact: Max
location: Building 1
views:
- name: VIEW1
object_identifiers:
- id: 1.2.3
exclude: true
communities:
- name: community1
view: VIEW1
authorization: read-only
groups:
- name: GROUP1
security_level: auth-priv
view: VIEW1
users:
- name: user1
authentication_protocol: sha
authentication_password: password123
privacy_protocol: aes-cfb-128
privacy_password: password123
group: GROUP1
trapTargets:
- vpn_id: 1
ip: 1.1.1.1
udp_port: 12345
community_name: community1
user: user1
source_interface: e1
Create CiscoSnmpFeatureTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CiscoSnmpFeatureTemplate(name: string, args: CiscoSnmpFeatureTemplateArgs, opts?: CustomResourceOptions);
@overload
def CiscoSnmpFeatureTemplate(resource_name: str,
args: CiscoSnmpFeatureTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CiscoSnmpFeatureTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
location: Optional[str] = None,
contact_variable: Optional[str] = None,
contact: Optional[str] = None,
groups: Optional[Sequence[CiscoSnmpFeatureTemplateGroupArgs]] = None,
communities: Optional[Sequence[CiscoSnmpFeatureTemplateCommunityArgs]] = None,
location_variable: Optional[str] = None,
name: Optional[str] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
trap_targets: Optional[Sequence[CiscoSnmpFeatureTemplateTrapTargetArgs]] = None,
users: Optional[Sequence[CiscoSnmpFeatureTemplateUserArgs]] = None,
views: Optional[Sequence[CiscoSnmpFeatureTemplateViewArgs]] = None)
func NewCiscoSnmpFeatureTemplate(ctx *Context, name string, args CiscoSnmpFeatureTemplateArgs, opts ...ResourceOption) (*CiscoSnmpFeatureTemplate, error)
public CiscoSnmpFeatureTemplate(string name, CiscoSnmpFeatureTemplateArgs args, CustomResourceOptions? opts = null)
public CiscoSnmpFeatureTemplate(String name, CiscoSnmpFeatureTemplateArgs args)
public CiscoSnmpFeatureTemplate(String name, CiscoSnmpFeatureTemplateArgs args, CustomResourceOptions options)
type: sdwan:CiscoSnmpFeatureTemplate
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 CiscoSnmpFeatureTemplateArgs
- 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 CiscoSnmpFeatureTemplateArgs
- 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 CiscoSnmpFeatureTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CiscoSnmpFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CiscoSnmpFeatureTemplateArgs
- 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 ciscoSnmpFeatureTemplateResource = new Sdwan.CiscoSnmpFeatureTemplate("ciscoSnmpFeatureTemplateResource", new()
{
Description = "string",
DeviceTypes = new[]
{
"string",
},
Location = "string",
ContactVariable = "string",
Contact = "string",
Groups = new[]
{
new Sdwan.Inputs.CiscoSnmpFeatureTemplateGroupArgs
{
Name = "string",
Optional = false,
SecurityLevel = "string",
View = "string",
ViewVariable = "string",
},
},
Communities = new[]
{
new Sdwan.Inputs.CiscoSnmpFeatureTemplateCommunityArgs
{
Authorization = "string",
AuthorizationVariable = "string",
Name = "string",
Optional = false,
View = "string",
ViewVariable = "string",
},
},
LocationVariable = "string",
Name = "string",
Shutdown = false,
ShutdownVariable = "string",
TrapTargets = new[]
{
new Sdwan.Inputs.CiscoSnmpFeatureTemplateTrapTargetArgs
{
CommunityName = "string",
CommunityNameVariable = "string",
Ip = "string",
IpVariable = "string",
Optional = false,
SourceInterface = "string",
SourceInterfaceVariable = "string",
UdpPort = 0,
UdpPortVariable = "string",
User = "string",
UserVariable = "string",
VpnId = 0,
VpnIdVariable = "string",
},
},
Users = new[]
{
new Sdwan.Inputs.CiscoSnmpFeatureTemplateUserArgs
{
AuthenticationPassword = "string",
AuthenticationPasswordVariable = "string",
AuthenticationProtocol = "string",
AuthenticationProtocolVariable = "string",
Group = "string",
GroupVariable = "string",
Name = "string",
Optional = false,
PrivacyPassword = "string",
PrivacyPasswordVariable = "string",
PrivacyProtocol = "string",
PrivacyProtocolVariable = "string",
},
},
Views = new[]
{
new Sdwan.Inputs.CiscoSnmpFeatureTemplateViewArgs
{
Name = "string",
ObjectIdentifiers = new[]
{
new Sdwan.Inputs.CiscoSnmpFeatureTemplateViewObjectIdentifierArgs
{
Exclude = false,
ExcludeVariable = "string",
Id = "string",
IdVariable = "string",
Optional = false,
},
},
Optional = false,
},
},
});
example, err := sdwan.NewCiscoSnmpFeatureTemplate(ctx, "ciscoSnmpFeatureTemplateResource", &sdwan.CiscoSnmpFeatureTemplateArgs{
Description: pulumi.String("string"),
DeviceTypes: pulumi.StringArray{
pulumi.String("string"),
},
Location: pulumi.String("string"),
ContactVariable: pulumi.String("string"),
Contact: pulumi.String("string"),
Groups: sdwan.CiscoSnmpFeatureTemplateGroupArray{
&sdwan.CiscoSnmpFeatureTemplateGroupArgs{
Name: pulumi.String("string"),
Optional: pulumi.Bool(false),
SecurityLevel: pulumi.String("string"),
View: pulumi.String("string"),
ViewVariable: pulumi.String("string"),
},
},
Communities: sdwan.CiscoSnmpFeatureTemplateCommunityArray{
&sdwan.CiscoSnmpFeatureTemplateCommunityArgs{
Authorization: pulumi.String("string"),
AuthorizationVariable: pulumi.String("string"),
Name: pulumi.String("string"),
Optional: pulumi.Bool(false),
View: pulumi.String("string"),
ViewVariable: pulumi.String("string"),
},
},
LocationVariable: pulumi.String("string"),
Name: pulumi.String("string"),
Shutdown: pulumi.Bool(false),
ShutdownVariable: pulumi.String("string"),
TrapTargets: sdwan.CiscoSnmpFeatureTemplateTrapTargetArray{
&sdwan.CiscoSnmpFeatureTemplateTrapTargetArgs{
CommunityName: pulumi.String("string"),
CommunityNameVariable: pulumi.String("string"),
Ip: pulumi.String("string"),
IpVariable: pulumi.String("string"),
Optional: pulumi.Bool(false),
SourceInterface: pulumi.String("string"),
SourceInterfaceVariable: pulumi.String("string"),
UdpPort: pulumi.Int(0),
UdpPortVariable: pulumi.String("string"),
User: pulumi.String("string"),
UserVariable: pulumi.String("string"),
VpnId: pulumi.Int(0),
VpnIdVariable: pulumi.String("string"),
},
},
Users: sdwan.CiscoSnmpFeatureTemplateUserArray{
&sdwan.CiscoSnmpFeatureTemplateUserArgs{
AuthenticationPassword: pulumi.String("string"),
AuthenticationPasswordVariable: pulumi.String("string"),
AuthenticationProtocol: pulumi.String("string"),
AuthenticationProtocolVariable: pulumi.String("string"),
Group: pulumi.String("string"),
GroupVariable: pulumi.String("string"),
Name: pulumi.String("string"),
Optional: pulumi.Bool(false),
PrivacyPassword: pulumi.String("string"),
PrivacyPasswordVariable: pulumi.String("string"),
PrivacyProtocol: pulumi.String("string"),
PrivacyProtocolVariable: pulumi.String("string"),
},
},
Views: sdwan.CiscoSnmpFeatureTemplateViewArray{
&sdwan.CiscoSnmpFeatureTemplateViewArgs{
Name: pulumi.String("string"),
ObjectIdentifiers: sdwan.CiscoSnmpFeatureTemplateViewObjectIdentifierArray{
&sdwan.CiscoSnmpFeatureTemplateViewObjectIdentifierArgs{
Exclude: pulumi.Bool(false),
ExcludeVariable: pulumi.String("string"),
Id: pulumi.String("string"),
IdVariable: pulumi.String("string"),
Optional: pulumi.Bool(false),
},
},
Optional: pulumi.Bool(false),
},
},
})
var ciscoSnmpFeatureTemplateResource = new CiscoSnmpFeatureTemplate("ciscoSnmpFeatureTemplateResource", CiscoSnmpFeatureTemplateArgs.builder()
.description("string")
.deviceTypes("string")
.location("string")
.contactVariable("string")
.contact("string")
.groups(CiscoSnmpFeatureTemplateGroupArgs.builder()
.name("string")
.optional(false)
.securityLevel("string")
.view("string")
.viewVariable("string")
.build())
.communities(CiscoSnmpFeatureTemplateCommunityArgs.builder()
.authorization("string")
.authorizationVariable("string")
.name("string")
.optional(false)
.view("string")
.viewVariable("string")
.build())
.locationVariable("string")
.name("string")
.shutdown(false)
.shutdownVariable("string")
.trapTargets(CiscoSnmpFeatureTemplateTrapTargetArgs.builder()
.communityName("string")
.communityNameVariable("string")
.ip("string")
.ipVariable("string")
.optional(false)
.sourceInterface("string")
.sourceInterfaceVariable("string")
.udpPort(0)
.udpPortVariable("string")
.user("string")
.userVariable("string")
.vpnId(0)
.vpnIdVariable("string")
.build())
.users(CiscoSnmpFeatureTemplateUserArgs.builder()
.authenticationPassword("string")
.authenticationPasswordVariable("string")
.authenticationProtocol("string")
.authenticationProtocolVariable("string")
.group("string")
.groupVariable("string")
.name("string")
.optional(false)
.privacyPassword("string")
.privacyPasswordVariable("string")
.privacyProtocol("string")
.privacyProtocolVariable("string")
.build())
.views(CiscoSnmpFeatureTemplateViewArgs.builder()
.name("string")
.objectIdentifiers(CiscoSnmpFeatureTemplateViewObjectIdentifierArgs.builder()
.exclude(false)
.excludeVariable("string")
.id("string")
.idVariable("string")
.optional(false)
.build())
.optional(false)
.build())
.build());
cisco_snmp_feature_template_resource = sdwan.CiscoSnmpFeatureTemplate("ciscoSnmpFeatureTemplateResource",
description="string",
device_types=["string"],
location="string",
contact_variable="string",
contact="string",
groups=[sdwan.CiscoSnmpFeatureTemplateGroupArgs(
name="string",
optional=False,
security_level="string",
view="string",
view_variable="string",
)],
communities=[sdwan.CiscoSnmpFeatureTemplateCommunityArgs(
authorization="string",
authorization_variable="string",
name="string",
optional=False,
view="string",
view_variable="string",
)],
location_variable="string",
name="string",
shutdown=False,
shutdown_variable="string",
trap_targets=[sdwan.CiscoSnmpFeatureTemplateTrapTargetArgs(
community_name="string",
community_name_variable="string",
ip="string",
ip_variable="string",
optional=False,
source_interface="string",
source_interface_variable="string",
udp_port=0,
udp_port_variable="string",
user="string",
user_variable="string",
vpn_id=0,
vpn_id_variable="string",
)],
users=[sdwan.CiscoSnmpFeatureTemplateUserArgs(
authentication_password="string",
authentication_password_variable="string",
authentication_protocol="string",
authentication_protocol_variable="string",
group="string",
group_variable="string",
name="string",
optional=False,
privacy_password="string",
privacy_password_variable="string",
privacy_protocol="string",
privacy_protocol_variable="string",
)],
views=[sdwan.CiscoSnmpFeatureTemplateViewArgs(
name="string",
object_identifiers=[sdwan.CiscoSnmpFeatureTemplateViewObjectIdentifierArgs(
exclude=False,
exclude_variable="string",
id="string",
id_variable="string",
optional=False,
)],
optional=False,
)])
const ciscoSnmpFeatureTemplateResource = new sdwan.CiscoSnmpFeatureTemplate("ciscoSnmpFeatureTemplateResource", {
description: "string",
deviceTypes: ["string"],
location: "string",
contactVariable: "string",
contact: "string",
groups: [{
name: "string",
optional: false,
securityLevel: "string",
view: "string",
viewVariable: "string",
}],
communities: [{
authorization: "string",
authorizationVariable: "string",
name: "string",
optional: false,
view: "string",
viewVariable: "string",
}],
locationVariable: "string",
name: "string",
shutdown: false,
shutdownVariable: "string",
trapTargets: [{
communityName: "string",
communityNameVariable: "string",
ip: "string",
ipVariable: "string",
optional: false,
sourceInterface: "string",
sourceInterfaceVariable: "string",
udpPort: 0,
udpPortVariable: "string",
user: "string",
userVariable: "string",
vpnId: 0,
vpnIdVariable: "string",
}],
users: [{
authenticationPassword: "string",
authenticationPasswordVariable: "string",
authenticationProtocol: "string",
authenticationProtocolVariable: "string",
group: "string",
groupVariable: "string",
name: "string",
optional: false,
privacyPassword: "string",
privacyPasswordVariable: "string",
privacyProtocol: "string",
privacyProtocolVariable: "string",
}],
views: [{
name: "string",
objectIdentifiers: [{
exclude: false,
excludeVariable: "string",
id: "string",
idVariable: "string",
optional: false,
}],
optional: false,
}],
});
type: sdwan:CiscoSnmpFeatureTemplate
properties:
communities:
- authorization: string
authorizationVariable: string
name: string
optional: false
view: string
viewVariable: string
contact: string
contactVariable: string
description: string
deviceTypes:
- string
groups:
- name: string
optional: false
securityLevel: string
view: string
viewVariable: string
location: string
locationVariable: string
name: string
shutdown: false
shutdownVariable: string
trapTargets:
- communityName: string
communityNameVariable: string
ip: string
ipVariable: string
optional: false
sourceInterface: string
sourceInterfaceVariable: string
udpPort: 0
udpPortVariable: string
user: string
userVariable: string
vpnId: 0
vpnIdVariable: string
users:
- authenticationPassword: string
authenticationPasswordVariable: string
authenticationProtocol: string
authenticationProtocolVariable: string
group: string
groupVariable: string
name: string
optional: false
privacyPassword: string
privacyPasswordVariable: string
privacyProtocol: string
privacyProtocolVariable: string
views:
- name: string
objectIdentifiers:
- exclude: false
excludeVariable: string
id: string
idVariable: string
optional: false
optional: false
CiscoSnmpFeatureTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CiscoSnmpFeatureTemplate resource accepts the following input properties:
- Description string
- The description of the feature template
- Device
Types List<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
- Communities
List<Cisco
Snmp Feature Template Community> - Configure SNMP community
- Contact string
- Set the contact for this managed node
- Contact
Variable string - Variable name
- Groups
List<Cisco
Snmp Feature Template Group> - Configure an SNMP group
- Location string
- Set the physical location of this managed node
- Location
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Enable or disable SNMP - Default value:
true
- Shutdown
Variable string - Variable name
- Trap
Targets List<CiscoSnmp Feature Template Trap Target> - Configure SNMP server to receive SNMP traps
- Users
List<Cisco
Snmp Feature Template User> - Configure an SNMP user
- Views
List<Cisco
Snmp Feature Template View> - Configure a view record
- Description string
- The description of the feature template
- Device
Types []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
- Communities
[]Cisco
Snmp Feature Template Community Args - Configure SNMP community
- Contact string
- Set the contact for this managed node
- Contact
Variable string - Variable name
- Groups
[]Cisco
Snmp Feature Template Group Args - Configure an SNMP group
- Location string
- Set the physical location of this managed node
- Location
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Enable or disable SNMP - Default value:
true
- Shutdown
Variable string - Variable name
- Trap
Targets []CiscoSnmp Feature Template Trap Target Args - Configure SNMP server to receive SNMP traps
- Users
[]Cisco
Snmp Feature Template User Args - Configure an SNMP user
- Views
[]Cisco
Snmp Feature Template View Args - Configure a view record
- description String
- The description of the feature template
- device
Types List<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
- communities
List<Cisco
Snmp Feature Template Community> - Configure SNMP community
- contact String
- Set the contact for this managed node
- contact
Variable String - Variable name
- groups
List<Cisco
Snmp Feature Template Group> - Configure an SNMP group
- location String
- Set the physical location of this managed node
- location
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Enable or disable SNMP - Default value:
true
- shutdown
Variable String - Variable name
- trap
Targets List<CiscoSnmp Feature Template Trap Target> - Configure SNMP server to receive SNMP traps
- users
List<Cisco
Snmp Feature Template User> - Configure an SNMP user
- views
List<Cisco
Snmp Feature Template View> - Configure a view record
- description string
- The description of the feature template
- device
Types 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
- communities
Cisco
Snmp Feature Template Community[] - Configure SNMP community
- contact string
- Set the contact for this managed node
- contact
Variable string - Variable name
- groups
Cisco
Snmp Feature Template Group[] - Configure an SNMP group
- location string
- Set the physical location of this managed node
- location
Variable string - Variable name
- name string
- The name of the feature template
- shutdown boolean
- Enable or disable SNMP - Default value:
true
- shutdown
Variable string - Variable name
- trap
Targets CiscoSnmp Feature Template Trap Target[] - Configure SNMP server to receive SNMP traps
- users
Cisco
Snmp Feature Template User[] - Configure an SNMP user
- views
Cisco
Snmp Feature Template View[] - Configure a view record
- description str
- The description of the feature template
- device_
types Sequence[str] - 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
- communities
Sequence[Cisco
Snmp Feature Template Community Args] - Configure SNMP community
- contact str
- Set the contact for this managed node
- contact_
variable str - Variable name
- groups
Sequence[Cisco
Snmp Feature Template Group Args] - Configure an SNMP group
- location str
- Set the physical location of this managed node
- location_
variable str - Variable name
- name str
- The name of the feature template
- shutdown bool
- Enable or disable SNMP - Default value:
true
- shutdown_
variable str - Variable name
- trap_
targets Sequence[CiscoSnmp Feature Template Trap Target Args] - Configure SNMP server to receive SNMP traps
- users
Sequence[Cisco
Snmp Feature Template User Args] - Configure an SNMP user
- views
Sequence[Cisco
Snmp Feature Template View Args] - Configure a view record
- description String
- The description of the feature template
- device
Types List<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
- communities List<Property Map>
- Configure SNMP community
- contact String
- Set the contact for this managed node
- contact
Variable String - Variable name
- groups List<Property Map>
- Configure an SNMP group
- location String
- Set the physical location of this managed node
- location
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Enable or disable SNMP - Default value:
true
- shutdown
Variable String - Variable name
- trap
Targets List<Property Map> - Configure SNMP server to receive SNMP traps
- users List<Property Map>
- Configure an SNMP user
- views List<Property Map>
- Configure a view record
Outputs
All input properties are implicitly available as output properties. Additionally, the CiscoSnmpFeatureTemplate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Type string - The template type
- Version int
- The version of the feature template
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Type string - The template type
- Version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- template
Type String - The template type
- version Integer
- The version of the feature template
- id string
- The provider-assigned unique ID for this managed resource.
- template
Type string - The template type
- version number
- The version of the feature template
- id str
- The provider-assigned unique ID for this managed resource.
- template_
type str - The template type
- version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- template
Type String - The template type
- version Number
- The version of the feature template
Look up Existing CiscoSnmpFeatureTemplate Resource
Get an existing CiscoSnmpFeatureTemplate 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?: CiscoSnmpFeatureTemplateState, opts?: CustomResourceOptions): CiscoSnmpFeatureTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
communities: Optional[Sequence[CiscoSnmpFeatureTemplateCommunityArgs]] = None,
contact: Optional[str] = None,
contact_variable: Optional[str] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
groups: Optional[Sequence[CiscoSnmpFeatureTemplateGroupArgs]] = None,
location: Optional[str] = None,
location_variable: Optional[str] = None,
name: Optional[str] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
template_type: Optional[str] = None,
trap_targets: Optional[Sequence[CiscoSnmpFeatureTemplateTrapTargetArgs]] = None,
users: Optional[Sequence[CiscoSnmpFeatureTemplateUserArgs]] = None,
version: Optional[int] = None,
views: Optional[Sequence[CiscoSnmpFeatureTemplateViewArgs]] = None) -> CiscoSnmpFeatureTemplate
func GetCiscoSnmpFeatureTemplate(ctx *Context, name string, id IDInput, state *CiscoSnmpFeatureTemplateState, opts ...ResourceOption) (*CiscoSnmpFeatureTemplate, error)
public static CiscoSnmpFeatureTemplate Get(string name, Input<string> id, CiscoSnmpFeatureTemplateState? state, CustomResourceOptions? opts = null)
public static CiscoSnmpFeatureTemplate get(String name, Output<String> id, CiscoSnmpFeatureTemplateState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Communities
List<Cisco
Snmp Feature Template Community> - Configure SNMP community
- Contact string
- Set the contact for this managed node
- Contact
Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types List<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
- Groups
List<Cisco
Snmp Feature Template Group> - Configure an SNMP group
- Location string
- Set the physical location of this managed node
- Location
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Enable or disable SNMP - Default value:
true
- Shutdown
Variable string - Variable name
- Template
Type string - The template type
- Trap
Targets List<CiscoSnmp Feature Template Trap Target> - Configure SNMP server to receive SNMP traps
- Users
List<Cisco
Snmp Feature Template User> - Configure an SNMP user
- Version int
- The version of the feature template
- Views
List<Cisco
Snmp Feature Template View> - Configure a view record
- Communities
[]Cisco
Snmp Feature Template Community Args - Configure SNMP community
- Contact string
- Set the contact for this managed node
- Contact
Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types []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
- Groups
[]Cisco
Snmp Feature Template Group Args - Configure an SNMP group
- Location string
- Set the physical location of this managed node
- Location
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Enable or disable SNMP - Default value:
true
- Shutdown
Variable string - Variable name
- Template
Type string - The template type
- Trap
Targets []CiscoSnmp Feature Template Trap Target Args - Configure SNMP server to receive SNMP traps
- Users
[]Cisco
Snmp Feature Template User Args - Configure an SNMP user
- Version int
- The version of the feature template
- Views
[]Cisco
Snmp Feature Template View Args - Configure a view record
- communities
List<Cisco
Snmp Feature Template Community> - Configure SNMP community
- contact String
- Set the contact for this managed node
- contact
Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<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
- groups
List<Cisco
Snmp Feature Template Group> - Configure an SNMP group
- location String
- Set the physical location of this managed node
- location
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Enable or disable SNMP - Default value:
true
- shutdown
Variable String - Variable name
- template
Type String - The template type
- trap
Targets List<CiscoSnmp Feature Template Trap Target> - Configure SNMP server to receive SNMP traps
- users
List<Cisco
Snmp Feature Template User> - Configure an SNMP user
- version Integer
- The version of the feature template
- views
List<Cisco
Snmp Feature Template View> - Configure a view record
- communities
Cisco
Snmp Feature Template Community[] - Configure SNMP community
- contact string
- Set the contact for this managed node
- contact
Variable string - Variable name
- description string
- The description of the feature template
- device
Types 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
- groups
Cisco
Snmp Feature Template Group[] - Configure an SNMP group
- location string
- Set the physical location of this managed node
- location
Variable string - Variable name
- name string
- The name of the feature template
- shutdown boolean
- Enable or disable SNMP - Default value:
true
- shutdown
Variable string - Variable name
- template
Type string - The template type
- trap
Targets CiscoSnmp Feature Template Trap Target[] - Configure SNMP server to receive SNMP traps
- users
Cisco
Snmp Feature Template User[] - Configure an SNMP user
- version number
- The version of the feature template
- views
Cisco
Snmp Feature Template View[] - Configure a view record
- communities
Sequence[Cisco
Snmp Feature Template Community Args] - Configure SNMP community
- contact str
- Set the contact for this managed node
- contact_
variable str - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - 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
- groups
Sequence[Cisco
Snmp Feature Template Group Args] - Configure an SNMP group
- location str
- Set the physical location of this managed node
- location_
variable str - Variable name
- name str
- The name of the feature template
- shutdown bool
- Enable or disable SNMP - Default value:
true
- shutdown_
variable str - Variable name
- template_
type str - The template type
- trap_
targets Sequence[CiscoSnmp Feature Template Trap Target Args] - Configure SNMP server to receive SNMP traps
- users
Sequence[Cisco
Snmp Feature Template User Args] - Configure an SNMP user
- version int
- The version of the feature template
- views
Sequence[Cisco
Snmp Feature Template View Args] - Configure a view record
- communities List<Property Map>
- Configure SNMP community
- contact String
- Set the contact for this managed node
- contact
Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<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
- groups List<Property Map>
- Configure an SNMP group
- location String
- Set the physical location of this managed node
- location
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Enable or disable SNMP - Default value:
true
- shutdown
Variable String - Variable name
- template
Type String - The template type
- trap
Targets List<Property Map> - Configure SNMP server to receive SNMP traps
- users List<Property Map>
- Configure an SNMP user
- version Number
- The version of the feature template
- views List<Property Map>
- Configure a view record
Supporting Types
CiscoSnmpFeatureTemplateCommunity, CiscoSnmpFeatureTemplateCommunityArgs
- string
- Configure access permissions
- Choices:
read-only
- Choices:
- string
- Variable name
- Name string
- Set name of the SNMP community
- Optional bool
- Indicates if list item is considered optional.
- View string
- Set name of the SNMP view
- View
Variable string - Variable name
- string
- Configure access permissions
- Choices:
read-only
- Choices:
- string
- Variable name
- Name string
- Set name of the SNMP community
- Optional bool
- Indicates if list item is considered optional.
- View string
- Set name of the SNMP view
- View
Variable string - Variable name
- String
- Configure access permissions
- Choices:
read-only
- Choices:
- String
- Variable name
- name String
- Set name of the SNMP community
- optional Boolean
- Indicates if list item is considered optional.
- view String
- Set name of the SNMP view
- view
Variable String - Variable name
- string
- Configure access permissions
- Choices:
read-only
- Choices:
- string
- Variable name
- name string
- Set name of the SNMP community
- optional boolean
- Indicates if list item is considered optional.
- view string
- Set name of the SNMP view
- view
Variable string - Variable name
- str
- Configure access permissions
- Choices:
read-only
- Choices:
- str
- Variable name
- name str
- Set name of the SNMP community
- optional bool
- Indicates if list item is considered optional.
- view str
- Set name of the SNMP view
- view_
variable str - Variable name
- String
- Configure access permissions
- Choices:
read-only
- Choices:
- String
- Variable name
- name String
- Set name of the SNMP community
- optional Boolean
- Indicates if list item is considered optional.
- view String
- Set name of the SNMP view
- view
Variable String - Variable name
CiscoSnmpFeatureTemplateGroup, CiscoSnmpFeatureTemplateGroupArgs
- Name string
- Name of the SNMP group
- Optional bool
- Indicates if list item is considered optional.
- Security
Level string - Configure security level
- Choices:
no-auth-no-priv
,auth-no-priv
,auth-priv
- Choices:
- View string
- Name of the SNMP view
- View
Variable string - Variable name
- Name string
- Name of the SNMP group
- Optional bool
- Indicates if list item is considered optional.
- Security
Level string - Configure security level
- Choices:
no-auth-no-priv
,auth-no-priv
,auth-priv
- Choices:
- View string
- Name of the SNMP view
- View
Variable string - Variable name
- name String
- Name of the SNMP group
- optional Boolean
- Indicates if list item is considered optional.
- security
Level String - Configure security level
- Choices:
no-auth-no-priv
,auth-no-priv
,auth-priv
- Choices:
- view String
- Name of the SNMP view
- view
Variable String - Variable name
- name string
- Name of the SNMP group
- optional boolean
- Indicates if list item is considered optional.
- security
Level string - Configure security level
- Choices:
no-auth-no-priv
,auth-no-priv
,auth-priv
- Choices:
- view string
- Name of the SNMP view
- view
Variable string - Variable name
- name str
- Name of the SNMP group
- optional bool
- Indicates if list item is considered optional.
- security_
level str - Configure security level
- Choices:
no-auth-no-priv
,auth-no-priv
,auth-priv
- Choices:
- view str
- Name of the SNMP view
- view_
variable str - Variable name
- name String
- Name of the SNMP group
- optional Boolean
- Indicates if list item is considered optional.
- security
Level String - Configure security level
- Choices:
no-auth-no-priv
,auth-no-priv
,auth-priv
- Choices:
- view String
- Name of the SNMP view
- view
Variable String - Variable name
CiscoSnmpFeatureTemplateTrapTarget, CiscoSnmpFeatureTemplateTrapTargetArgs
- Community
Name string - Set name of the SNMP community
- Community
Name stringVariable - Variable name
- Ip string
- Set IPv4/IPv6 address of SNMP server
- Ip
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Source
Interface string - Source interface for outgoing SNMP traps
- Source
Interface stringVariable - Variable name
- Udp
Port int - Set UDP port number to connect to SNMP server
- Range:
1
-65535
- Range:
- Udp
Port stringVariable - Variable name
- User string
- Set name of the SNMP user
- User
Variable string - Variable name
- Vpn
Id int - Set VPN in which SNMP server is located
- Range:
0
-65530
- Range:
- Vpn
Id stringVariable - Variable name
- Community
Name string - Set name of the SNMP community
- Community
Name stringVariable - Variable name
- Ip string
- Set IPv4/IPv6 address of SNMP server
- Ip
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Source
Interface string - Source interface for outgoing SNMP traps
- Source
Interface stringVariable - Variable name
- Udp
Port int - Set UDP port number to connect to SNMP server
- Range:
1
-65535
- Range:
- Udp
Port stringVariable - Variable name
- User string
- Set name of the SNMP user
- User
Variable string - Variable name
- Vpn
Id int - Set VPN in which SNMP server is located
- Range:
0
-65530
- Range:
- Vpn
Id stringVariable - Variable name
- community
Name String - Set name of the SNMP community
- community
Name StringVariable - Variable name
- ip String
- Set IPv4/IPv6 address of SNMP server
- ip
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- source
Interface String - Source interface for outgoing SNMP traps
- source
Interface StringVariable - Variable name
- udp
Port Integer - Set UDP port number to connect to SNMP server
- Range:
1
-65535
- Range:
- udp
Port StringVariable - Variable name
- user String
- Set name of the SNMP user
- user
Variable String - Variable name
- vpn
Id Integer - Set VPN in which SNMP server is located
- Range:
0
-65530
- Range:
- vpn
Id StringVariable - Variable name
- community
Name string - Set name of the SNMP community
- community
Name stringVariable - Variable name
- ip string
- Set IPv4/IPv6 address of SNMP server
- ip
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- source
Interface string - Source interface for outgoing SNMP traps
- source
Interface stringVariable - Variable name
- udp
Port number - Set UDP port number to connect to SNMP server
- Range:
1
-65535
- Range:
- udp
Port stringVariable - Variable name
- user string
- Set name of the SNMP user
- user
Variable string - Variable name
- vpn
Id number - Set VPN in which SNMP server is located
- Range:
0
-65530
- Range:
- vpn
Id stringVariable - Variable name
- community_
name str - Set name of the SNMP community
- community_
name_ strvariable - Variable name
- ip str
- Set IPv4/IPv6 address of SNMP server
- ip_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- source_
interface str - Source interface for outgoing SNMP traps
- source_
interface_ strvariable - Variable name
- udp_
port int - Set UDP port number to connect to SNMP server
- Range:
1
-65535
- Range:
- udp_
port_ strvariable - Variable name
- user str
- Set name of the SNMP user
- user_
variable str - Variable name
- vpn_
id int - Set VPN in which SNMP server is located
- Range:
0
-65530
- Range:
- vpn_
id_ strvariable - Variable name
- community
Name String - Set name of the SNMP community
- community
Name StringVariable - Variable name
- ip String
- Set IPv4/IPv6 address of SNMP server
- ip
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- source
Interface String - Source interface for outgoing SNMP traps
- source
Interface StringVariable - Variable name
- udp
Port Number - Set UDP port number to connect to SNMP server
- Range:
1
-65535
- Range:
- udp
Port StringVariable - Variable name
- user String
- Set name of the SNMP user
- user
Variable String - Variable name
- vpn
Id Number - Set VPN in which SNMP server is located
- Range:
0
-65530
- Range:
- vpn
Id StringVariable - Variable name
CiscoSnmpFeatureTemplateUser, CiscoSnmpFeatureTemplateUserArgs
- Authentication
Password string - Specify authentication protocol password
- Authentication
Password stringVariable - Variable name
- Authentication
Protocol string - Configure authentication protocol
- Choices:
md5
,sha
- Choices:
- Authentication
Protocol stringVariable - Variable name
- Group string
- Name of the SNMP group
- Group
Variable string - Variable name
- Name string
- Name of the SNMP user
- Optional bool
- Indicates if list item is considered optional.
- Privacy
Password string - Specify privacy protocol password
- Privacy
Password stringVariable - Variable name
- Privacy
Protocol string - Configure privacy protocol
- Choices:
aes-cfb-128
,aes-256-cfb-128
- Choices:
- Privacy
Protocol stringVariable - Variable name
- Authentication
Password string - Specify authentication protocol password
- Authentication
Password stringVariable - Variable name
- Authentication
Protocol string - Configure authentication protocol
- Choices:
md5
,sha
- Choices:
- Authentication
Protocol stringVariable - Variable name
- Group string
- Name of the SNMP group
- Group
Variable string - Variable name
- Name string
- Name of the SNMP user
- Optional bool
- Indicates if list item is considered optional.
- Privacy
Password string - Specify privacy protocol password
- Privacy
Password stringVariable - Variable name
- Privacy
Protocol string - Configure privacy protocol
- Choices:
aes-cfb-128
,aes-256-cfb-128
- Choices:
- Privacy
Protocol stringVariable - Variable name
- authentication
Password String - Specify authentication protocol password
- authentication
Password StringVariable - Variable name
- authentication
Protocol String - Configure authentication protocol
- Choices:
md5
,sha
- Choices:
- authentication
Protocol StringVariable - Variable name
- group String
- Name of the SNMP group
- group
Variable String - Variable name
- name String
- Name of the SNMP user
- optional Boolean
- Indicates if list item is considered optional.
- privacy
Password String - Specify privacy protocol password
- privacy
Password StringVariable - Variable name
- privacy
Protocol String - Configure privacy protocol
- Choices:
aes-cfb-128
,aes-256-cfb-128
- Choices:
- privacy
Protocol StringVariable - Variable name
- authentication
Password string - Specify authentication protocol password
- authentication
Password stringVariable - Variable name
- authentication
Protocol string - Configure authentication protocol
- Choices:
md5
,sha
- Choices:
- authentication
Protocol stringVariable - Variable name
- group string
- Name of the SNMP group
- group
Variable string - Variable name
- name string
- Name of the SNMP user
- optional boolean
- Indicates if list item is considered optional.
- privacy
Password string - Specify privacy protocol password
- privacy
Password stringVariable - Variable name
- privacy
Protocol string - Configure privacy protocol
- Choices:
aes-cfb-128
,aes-256-cfb-128
- Choices:
- privacy
Protocol stringVariable - Variable name
- authentication_
password str - Specify authentication protocol password
- authentication_
password_ strvariable - Variable name
- authentication_
protocol str - Configure authentication protocol
- Choices:
md5
,sha
- Choices:
- authentication_
protocol_ strvariable - Variable name
- group str
- Name of the SNMP group
- group_
variable str - Variable name
- name str
- Name of the SNMP user
- optional bool
- Indicates if list item is considered optional.
- privacy_
password str - Specify privacy protocol password
- privacy_
password_ strvariable - Variable name
- privacy_
protocol str - Configure privacy protocol
- Choices:
aes-cfb-128
,aes-256-cfb-128
- Choices:
- privacy_
protocol_ strvariable - Variable name
- authentication
Password String - Specify authentication protocol password
- authentication
Password StringVariable - Variable name
- authentication
Protocol String - Configure authentication protocol
- Choices:
md5
,sha
- Choices:
- authentication
Protocol StringVariable - Variable name
- group String
- Name of the SNMP group
- group
Variable String - Variable name
- name String
- Name of the SNMP user
- optional Boolean
- Indicates if list item is considered optional.
- privacy
Password String - Specify privacy protocol password
- privacy
Password StringVariable - Variable name
- privacy
Protocol String - Configure privacy protocol
- Choices:
aes-cfb-128
,aes-256-cfb-128
- Choices:
- privacy
Protocol StringVariable - Variable name
CiscoSnmpFeatureTemplateView, CiscoSnmpFeatureTemplateViewArgs
- Name string
- Set the name of the SNMP view
- Object
Identifiers List<CiscoSnmp Feature Template View Object Identifier> - Configure SNMP object identifier
- Optional bool
- Indicates if list item is considered optional.
- Name string
- Set the name of the SNMP view
- Object
Identifiers []CiscoSnmp Feature Template View Object Identifier - Configure SNMP object identifier
- Optional bool
- Indicates if list item is considered optional.
- name String
- Set the name of the SNMP view
- object
Identifiers List<CiscoSnmp Feature Template View Object Identifier> - Configure SNMP object identifier
- optional Boolean
- Indicates if list item is considered optional.
- name string
- Set the name of the SNMP view
- object
Identifiers CiscoSnmp Feature Template View Object Identifier[] - Configure SNMP object identifier
- optional boolean
- Indicates if list item is considered optional.
- name str
- Set the name of the SNMP view
- object_
identifiers Sequence[CiscoSnmp Feature Template View Object Identifier] - Configure SNMP object identifier
- optional bool
- Indicates if list item is considered optional.
- name String
- Set the name of the SNMP view
- object
Identifiers List<Property Map> - Configure SNMP object identifier
- optional Boolean
- Indicates if list item is considered optional.
CiscoSnmpFeatureTemplateViewObjectIdentifier, CiscoSnmpFeatureTemplateViewObjectIdentifierArgs
- Exclude bool
- Exclude the OID
- Default value:
false
- Default value:
- Exclude
Variable string - Variable name
- Id string
- Configure identifier of subtree of MIB objects
- Id
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Exclude bool
- Exclude the OID
- Default value:
false
- Default value:
- Exclude
Variable string - Variable name
- Id string
- Configure identifier of subtree of MIB objects
- Id
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- exclude Boolean
- Exclude the OID
- Default value:
false
- Default value:
- exclude
Variable String - Variable name
- id String
- Configure identifier of subtree of MIB objects
- id
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- exclude boolean
- Exclude the OID
- Default value:
false
- Default value:
- exclude
Variable string - Variable name
- id string
- Configure identifier of subtree of MIB objects
- id
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- exclude bool
- Exclude the OID
- Default value:
false
- Default value:
- exclude_
variable str - Variable name
- id str
- Configure identifier of subtree of MIB objects
- id_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- exclude Boolean
- Exclude the OID
- Default value:
false
- Default value:
- exclude
Variable String - Variable name
- id String
- Configure identifier of subtree of MIB objects
- id
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
Import
$ pulumi import sdwan:index/ciscoSnmpFeatureTemplate:CiscoSnmpFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.