1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getCiscoSnmpFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getCiscoSnmpFeatureTemplate

Explore with Pulumi AI

Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

This data source can read the Cisco SNMP feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getCiscoSnmpFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cisco_snmp_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
package main

import (
	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sdwan.LookupCiscoSnmpFeatureTemplate(ctx, &sdwan.LookupCiscoSnmpFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetCiscoSnmpFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetCiscoSnmpFeatureTemplateArgs;
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) {
        final var example = SdwanFunctions.getCiscoSnmpFeatureTemplate(GetCiscoSnmpFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoSnmpFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

Using getCiscoSnmpFeatureTemplate

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getCiscoSnmpFeatureTemplate(args: GetCiscoSnmpFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSnmpFeatureTemplateResult>
function getCiscoSnmpFeatureTemplateOutput(args: GetCiscoSnmpFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSnmpFeatureTemplateResult>
Copy
def get_cisco_snmp_feature_template(id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCiscoSnmpFeatureTemplateResult
def get_cisco_snmp_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSnmpFeatureTemplateResult]
Copy
func LookupCiscoSnmpFeatureTemplate(ctx *Context, args *LookupCiscoSnmpFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSnmpFeatureTemplateResult, error)
func LookupCiscoSnmpFeatureTemplateOutput(ctx *Context, args *LookupCiscoSnmpFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSnmpFeatureTemplateResultOutput
Copy

> Note: This function is named LookupCiscoSnmpFeatureTemplate in the Go SDK.

public static class GetCiscoSnmpFeatureTemplate 
{
    public static Task<GetCiscoSnmpFeatureTemplateResult> InvokeAsync(GetCiscoSnmpFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoSnmpFeatureTemplateResult> Invoke(GetCiscoSnmpFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCiscoSnmpFeatureTemplateResult> getCiscoSnmpFeatureTemplate(GetCiscoSnmpFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoSnmpFeatureTemplateResult> getCiscoSnmpFeatureTemplate(GetCiscoSnmpFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoSnmpFeatureTemplate:getCiscoSnmpFeatureTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
The id of the feature template
Name string
The name of the feature template
Id string
The id of the feature template
Name string
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template
id string
The id of the feature template
name string
The name of the feature template
id str
The id of the feature template
name str
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template

getCiscoSnmpFeatureTemplate Result

The following output properties are available:

Communities List<GetCiscoSnmpFeatureTemplateCommunity>
Configure SNMP community
Contact string
Set the contact for this managed node
ContactVariable string
Variable name
Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
Groups List<GetCiscoSnmpFeatureTemplateGroup>
Configure an SNMP group
Id string
The id of the feature template
Location string
Set the physical location of this managed node
LocationVariable string
Variable name
Name string
The name of the feature template
Shutdown bool
Enable or disable SNMP
ShutdownVariable string
Variable name
TemplateType string
The template type
TrapTargets List<GetCiscoSnmpFeatureTemplateTrapTarget>
Configure SNMP server to receive SNMP traps
Users List<GetCiscoSnmpFeatureTemplateUser>
Configure an SNMP user
Version int
The version of the feature template
Views List<GetCiscoSnmpFeatureTemplateView>
Configure a view record
Communities []GetCiscoSnmpFeatureTemplateCommunity
Configure SNMP community
Contact string
Set the contact for this managed node
ContactVariable string
Variable name
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
Groups []GetCiscoSnmpFeatureTemplateGroup
Configure an SNMP group
Id string
The id of the feature template
Location string
Set the physical location of this managed node
LocationVariable string
Variable name
Name string
The name of the feature template
Shutdown bool
Enable or disable SNMP
ShutdownVariable string
Variable name
TemplateType string
The template type
TrapTargets []GetCiscoSnmpFeatureTemplateTrapTarget
Configure SNMP server to receive SNMP traps
Users []GetCiscoSnmpFeatureTemplateUser
Configure an SNMP user
Version int
The version of the feature template
Views []GetCiscoSnmpFeatureTemplateView
Configure a view record
communities List<GetCiscoSnmpFeatureTemplateCommunity>
Configure SNMP community
contact String
Set the contact for this managed node
contactVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
groups List<GetCiscoSnmpFeatureTemplateGroup>
Configure an SNMP group
id String
The id of the feature template
location String
Set the physical location of this managed node
locationVariable String
Variable name
name String
The name of the feature template
shutdown Boolean
Enable or disable SNMP
shutdownVariable String
Variable name
templateType String
The template type
trapTargets List<GetCiscoSnmpFeatureTemplateTrapTarget>
Configure SNMP server to receive SNMP traps
users List<GetCiscoSnmpFeatureTemplateUser>
Configure an SNMP user
version Integer
The version of the feature template
views List<GetCiscoSnmpFeatureTemplateView>
Configure a view record
communities GetCiscoSnmpFeatureTemplateCommunity[]
Configure SNMP community
contact string
Set the contact for this managed node
contactVariable string
Variable name
description string
The description of the feature template
deviceTypes string[]
List of supported device types
groups GetCiscoSnmpFeatureTemplateGroup[]
Configure an SNMP group
id string
The id of the feature template
location string
Set the physical location of this managed node
locationVariable string
Variable name
name string
The name of the feature template
shutdown boolean
Enable or disable SNMP
shutdownVariable string
Variable name
templateType string
The template type
trapTargets GetCiscoSnmpFeatureTemplateTrapTarget[]
Configure SNMP server to receive SNMP traps
users GetCiscoSnmpFeatureTemplateUser[]
Configure an SNMP user
version number
The version of the feature template
views GetCiscoSnmpFeatureTemplateView[]
Configure a view record
communities Sequence[GetCiscoSnmpFeatureTemplateCommunity]
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
groups Sequence[GetCiscoSnmpFeatureTemplateGroup]
Configure an SNMP group
id str
The id of the feature template
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
shutdown_variable str
Variable name
template_type str
The template type
trap_targets Sequence[GetCiscoSnmpFeatureTemplateTrapTarget]
Configure SNMP server to receive SNMP traps
users Sequence[GetCiscoSnmpFeatureTemplateUser]
Configure an SNMP user
version int
The version of the feature template
views Sequence[GetCiscoSnmpFeatureTemplateView]
Configure a view record
communities List<Property Map>
Configure SNMP community
contact String
Set the contact for this managed node
contactVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
groups List<Property Map>
Configure an SNMP group
id String
The id of the feature template
location String
Set the physical location of this managed node
locationVariable String
Variable name
name String
The name of the feature template
shutdown Boolean
Enable or disable SNMP
shutdownVariable String
Variable name
templateType String
The template type
trapTargets 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

GetCiscoSnmpFeatureTemplateCommunity

Authorization This property is required. string
Configure access permissions
AuthorizationVariable This property is required. string
Variable name
Name This property is required. string
Set name of the SNMP community
Optional This property is required. bool
Indicates if list item is considered optional.
View This property is required. string
Set name of the SNMP view
ViewVariable This property is required. string
Variable name
Authorization This property is required. string
Configure access permissions
AuthorizationVariable This property is required. string
Variable name
Name This property is required. string
Set name of the SNMP community
Optional This property is required. bool
Indicates if list item is considered optional.
View This property is required. string
Set name of the SNMP view
ViewVariable This property is required. string
Variable name
authorization This property is required. String
Configure access permissions
authorizationVariable This property is required. String
Variable name
name This property is required. String
Set name of the SNMP community
optional This property is required. Boolean
Indicates if list item is considered optional.
view This property is required. String
Set name of the SNMP view
viewVariable This property is required. String
Variable name
authorization This property is required. string
Configure access permissions
authorizationVariable This property is required. string
Variable name
name This property is required. string
Set name of the SNMP community
optional This property is required. boolean
Indicates if list item is considered optional.
view This property is required. string
Set name of the SNMP view
viewVariable This property is required. string
Variable name
authorization This property is required. str
Configure access permissions
authorization_variable This property is required. str
Variable name
name This property is required. str
Set name of the SNMP community
optional This property is required. bool
Indicates if list item is considered optional.
view This property is required. str
Set name of the SNMP view
view_variable This property is required. str
Variable name
authorization This property is required. String
Configure access permissions
authorizationVariable This property is required. String
Variable name
name This property is required. String
Set name of the SNMP community
optional This property is required. Boolean
Indicates if list item is considered optional.
view This property is required. String
Set name of the SNMP view
viewVariable This property is required. String
Variable name

GetCiscoSnmpFeatureTemplateGroup

Name This property is required. string
Name of the SNMP group
Optional This property is required. bool
Indicates if list item is considered optional.
SecurityLevel This property is required. string
Configure security level
View This property is required. string
Name of the SNMP view
ViewVariable This property is required. string
Variable name
Name This property is required. string
Name of the SNMP group
Optional This property is required. bool
Indicates if list item is considered optional.
SecurityLevel This property is required. string
Configure security level
View This property is required. string
Name of the SNMP view
ViewVariable This property is required. string
Variable name
name This property is required. String
Name of the SNMP group
optional This property is required. Boolean
Indicates if list item is considered optional.
securityLevel This property is required. String
Configure security level
view This property is required. String
Name of the SNMP view
viewVariable This property is required. String
Variable name
name This property is required. string
Name of the SNMP group
optional This property is required. boolean
Indicates if list item is considered optional.
securityLevel This property is required. string
Configure security level
view This property is required. string
Name of the SNMP view
viewVariable This property is required. string
Variable name
name This property is required. str
Name of the SNMP group
optional This property is required. bool
Indicates if list item is considered optional.
security_level This property is required. str
Configure security level
view This property is required. str
Name of the SNMP view
view_variable This property is required. str
Variable name
name This property is required. String
Name of the SNMP group
optional This property is required. Boolean
Indicates if list item is considered optional.
securityLevel This property is required. String
Configure security level
view This property is required. String
Name of the SNMP view
viewVariable This property is required. String
Variable name

GetCiscoSnmpFeatureTemplateTrapTarget

CommunityName This property is required. string
Set name of the SNMP community
CommunityNameVariable This property is required. string
Variable name
Ip This property is required. string
Set IPv4/IPv6 address of SNMP server
IpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
SourceInterface This property is required. string
Source interface for outgoing SNMP traps
SourceInterfaceVariable This property is required. string
Variable name
UdpPort This property is required. int
Set UDP port number to connect to SNMP server
UdpPortVariable This property is required. string
Variable name
User This property is required. string
Set name of the SNMP user
UserVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which SNMP server is located
VpnIdVariable This property is required. string
Variable name
CommunityName This property is required. string
Set name of the SNMP community
CommunityNameVariable This property is required. string
Variable name
Ip This property is required. string
Set IPv4/IPv6 address of SNMP server
IpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
SourceInterface This property is required. string
Source interface for outgoing SNMP traps
SourceInterfaceVariable This property is required. string
Variable name
UdpPort This property is required. int
Set UDP port number to connect to SNMP server
UdpPortVariable This property is required. string
Variable name
User This property is required. string
Set name of the SNMP user
UserVariable This property is required. string
Variable name
VpnId This property is required. int
Set VPN in which SNMP server is located
VpnIdVariable This property is required. string
Variable name
communityName This property is required. String
Set name of the SNMP community
communityNameVariable This property is required. String
Variable name
ip This property is required. String
Set IPv4/IPv6 address of SNMP server
ipVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
sourceInterface This property is required. String
Source interface for outgoing SNMP traps
sourceInterfaceVariable This property is required. String
Variable name
udpPort This property is required. Integer
Set UDP port number to connect to SNMP server
udpPortVariable This property is required. String
Variable name
user This property is required. String
Set name of the SNMP user
userVariable This property is required. String
Variable name
vpnId This property is required. Integer
Set VPN in which SNMP server is located
vpnIdVariable This property is required. String
Variable name
communityName This property is required. string
Set name of the SNMP community
communityNameVariable This property is required. string
Variable name
ip This property is required. string
Set IPv4/IPv6 address of SNMP server
ipVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
sourceInterface This property is required. string
Source interface for outgoing SNMP traps
sourceInterfaceVariable This property is required. string
Variable name
udpPort This property is required. number
Set UDP port number to connect to SNMP server
udpPortVariable This property is required. string
Variable name
user This property is required. string
Set name of the SNMP user
userVariable This property is required. string
Variable name
vpnId This property is required. number
Set VPN in which SNMP server is located
vpnIdVariable This property is required. string
Variable name
community_name This property is required. str
Set name of the SNMP community
community_name_variable This property is required. str
Variable name
ip This property is required. str
Set IPv4/IPv6 address of SNMP server
ip_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
source_interface This property is required. str
Source interface for outgoing SNMP traps
source_interface_variable This property is required. str
Variable name
udp_port This property is required. int
Set UDP port number to connect to SNMP server
udp_port_variable This property is required. str
Variable name
user This property is required. str
Set name of the SNMP user
user_variable This property is required. str
Variable name
vpn_id This property is required. int
Set VPN in which SNMP server is located
vpn_id_variable This property is required. str
Variable name
communityName This property is required. String
Set name of the SNMP community
communityNameVariable This property is required. String
Variable name
ip This property is required. String
Set IPv4/IPv6 address of SNMP server
ipVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
sourceInterface This property is required. String
Source interface for outgoing SNMP traps
sourceInterfaceVariable This property is required. String
Variable name
udpPort This property is required. Number
Set UDP port number to connect to SNMP server
udpPortVariable This property is required. String
Variable name
user This property is required. String
Set name of the SNMP user
userVariable This property is required. String
Variable name
vpnId This property is required. Number
Set VPN in which SNMP server is located
vpnIdVariable This property is required. String
Variable name

GetCiscoSnmpFeatureTemplateUser

AuthenticationPassword This property is required. string
Specify authentication protocol password
AuthenticationPasswordVariable This property is required. string
Variable name
AuthenticationProtocol This property is required. string
Configure authentication protocol
AuthenticationProtocolVariable This property is required. string
Variable name
Group This property is required. string
Name of the SNMP group
GroupVariable This property is required. string
Variable name
Name This property is required. string
Name of the SNMP user
Optional This property is required. bool
Indicates if list item is considered optional.
PrivacyPassword This property is required. string
Specify privacy protocol password
PrivacyPasswordVariable This property is required. string
Variable name
PrivacyProtocol This property is required. string
Configure privacy protocol
PrivacyProtocolVariable This property is required. string
Variable name
AuthenticationPassword This property is required. string
Specify authentication protocol password
AuthenticationPasswordVariable This property is required. string
Variable name
AuthenticationProtocol This property is required. string
Configure authentication protocol
AuthenticationProtocolVariable This property is required. string
Variable name
Group This property is required. string
Name of the SNMP group
GroupVariable This property is required. string
Variable name
Name This property is required. string
Name of the SNMP user
Optional This property is required. bool
Indicates if list item is considered optional.
PrivacyPassword This property is required. string
Specify privacy protocol password
PrivacyPasswordVariable This property is required. string
Variable name
PrivacyProtocol This property is required. string
Configure privacy protocol
PrivacyProtocolVariable This property is required. string
Variable name
authenticationPassword This property is required. String
Specify authentication protocol password
authenticationPasswordVariable This property is required. String
Variable name
authenticationProtocol This property is required. String
Configure authentication protocol
authenticationProtocolVariable This property is required. String
Variable name
group This property is required. String
Name of the SNMP group
groupVariable This property is required. String
Variable name
name This property is required. String
Name of the SNMP user
optional This property is required. Boolean
Indicates if list item is considered optional.
privacyPassword This property is required. String
Specify privacy protocol password
privacyPasswordVariable This property is required. String
Variable name
privacyProtocol This property is required. String
Configure privacy protocol
privacyProtocolVariable This property is required. String
Variable name
authenticationPassword This property is required. string
Specify authentication protocol password
authenticationPasswordVariable This property is required. string
Variable name
authenticationProtocol This property is required. string
Configure authentication protocol
authenticationProtocolVariable This property is required. string
Variable name
group This property is required. string
Name of the SNMP group
groupVariable This property is required. string
Variable name
name This property is required. string
Name of the SNMP user
optional This property is required. boolean
Indicates if list item is considered optional.
privacyPassword This property is required. string
Specify privacy protocol password
privacyPasswordVariable This property is required. string
Variable name
privacyProtocol This property is required. string
Configure privacy protocol
privacyProtocolVariable This property is required. string
Variable name
authentication_password This property is required. str
Specify authentication protocol password
authentication_password_variable This property is required. str
Variable name
authentication_protocol This property is required. str
Configure authentication protocol
authentication_protocol_variable This property is required. str
Variable name
group This property is required. str
Name of the SNMP group
group_variable This property is required. str
Variable name
name This property is required. str
Name of the SNMP user
optional This property is required. bool
Indicates if list item is considered optional.
privacy_password This property is required. str
Specify privacy protocol password
privacy_password_variable This property is required. str
Variable name
privacy_protocol This property is required. str
Configure privacy protocol
privacy_protocol_variable This property is required. str
Variable name
authenticationPassword This property is required. String
Specify authentication protocol password
authenticationPasswordVariable This property is required. String
Variable name
authenticationProtocol This property is required. String
Configure authentication protocol
authenticationProtocolVariable This property is required. String
Variable name
group This property is required. String
Name of the SNMP group
groupVariable This property is required. String
Variable name
name This property is required. String
Name of the SNMP user
optional This property is required. Boolean
Indicates if list item is considered optional.
privacyPassword This property is required. String
Specify privacy protocol password
privacyPasswordVariable This property is required. String
Variable name
privacyProtocol This property is required. String
Configure privacy protocol
privacyProtocolVariable This property is required. String
Variable name

GetCiscoSnmpFeatureTemplateView

Name This property is required. string
Set the name of the SNMP view
ObjectIdentifiers This property is required. List<GetCiscoSnmpFeatureTemplateViewObjectIdentifier>
Configure SNMP object identifier
Optional This property is required. bool
Indicates if list item is considered optional.
Name This property is required. string
Set the name of the SNMP view
ObjectIdentifiers This property is required. []GetCiscoSnmpFeatureTemplateViewObjectIdentifier
Configure SNMP object identifier
Optional This property is required. bool
Indicates if list item is considered optional.
name This property is required. String
Set the name of the SNMP view
objectIdentifiers This property is required. List<GetCiscoSnmpFeatureTemplateViewObjectIdentifier>
Configure SNMP object identifier
optional This property is required. Boolean
Indicates if list item is considered optional.
name This property is required. string
Set the name of the SNMP view
objectIdentifiers This property is required. GetCiscoSnmpFeatureTemplateViewObjectIdentifier[]
Configure SNMP object identifier
optional This property is required. boolean
Indicates if list item is considered optional.
name This property is required. str
Set the name of the SNMP view
object_identifiers This property is required. Sequence[GetCiscoSnmpFeatureTemplateViewObjectIdentifier]
Configure SNMP object identifier
optional This property is required. bool
Indicates if list item is considered optional.
name This property is required. String
Set the name of the SNMP view
objectIdentifiers This property is required. List<Property Map>
Configure SNMP object identifier
optional This property is required. Boolean
Indicates if list item is considered optional.

GetCiscoSnmpFeatureTemplateViewObjectIdentifier

Exclude This property is required. bool
Exclude the OID
ExcludeVariable This property is required. string
Variable name
Id This property is required. string
Configure identifier of subtree of MIB objects
IdVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Exclude This property is required. bool
Exclude the OID
ExcludeVariable This property is required. string
Variable name
Id This property is required. string
Configure identifier of subtree of MIB objects
IdVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
exclude This property is required. Boolean
Exclude the OID
excludeVariable This property is required. String
Variable name
id This property is required. String
Configure identifier of subtree of MIB objects
idVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
exclude This property is required. boolean
Exclude the OID
excludeVariable This property is required. string
Variable name
id This property is required. string
Configure identifier of subtree of MIB objects
idVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
exclude This property is required. bool
Exclude the OID
exclude_variable This property is required. str
Variable name
id This property is required. str
Configure identifier of subtree of MIB objects
id_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
exclude This property is required. Boolean
Exclude the OID
excludeVariable This property is required. String
Variable name
id This property is required. String
Configure identifier of subtree of MIB objects
idVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi