sdwan.CellularCedgeProfileFeatureTemplate
Explore with Pulumi AI
This resource can manage a Cellular cEdge Profile feature template.
- Minimum SD-WAN Manager version:
15.0.0
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = new sdwan.CellularCedgeProfileFeatureTemplate("example", {
name: "Example",
description: "My Example",
deviceTypes: ["vedge-C8000V"],
profileId: 1,
accessPointName: "APN1",
authenticationType: "chap",
packetDataNetworkType: "ipv4",
profileUsername: "MyUsername",
profilePassword: "MyPassword",
noOverwrite: false,
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.CellularCedgeProfileFeatureTemplate("example",
name="Example",
description="My Example",
device_types=["vedge-C8000V"],
profile_id=1,
access_point_name="APN1",
authentication_type="chap",
packet_data_network_type="ipv4",
profile_username="MyUsername",
profile_password="MyPassword",
no_overwrite=False)
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.NewCellularCedgeProfileFeatureTemplate(ctx, "example", &sdwan.CellularCedgeProfileFeatureTemplateArgs{
Name: pulumi.String("Example"),
Description: pulumi.String("My Example"),
DeviceTypes: pulumi.StringArray{
pulumi.String("vedge-C8000V"),
},
ProfileId: pulumi.Int(1),
AccessPointName: pulumi.String("APN1"),
AuthenticationType: pulumi.String("chap"),
PacketDataNetworkType: pulumi.String("ipv4"),
ProfileUsername: pulumi.String("MyUsername"),
ProfilePassword: pulumi.String("MyPassword"),
NoOverwrite: pulumi.Bool(false),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = new Sdwan.CellularCedgeProfileFeatureTemplate("example", new()
{
Name = "Example",
Description = "My Example",
DeviceTypes = new[]
{
"vedge-C8000V",
},
ProfileId = 1,
AccessPointName = "APN1",
AuthenticationType = "chap",
PacketDataNetworkType = "ipv4",
ProfileUsername = "MyUsername",
ProfilePassword = "MyPassword",
NoOverwrite = false,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.CellularCedgeProfileFeatureTemplate;
import com.pulumi.sdwan.CellularCedgeProfileFeatureTemplateArgs;
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 CellularCedgeProfileFeatureTemplate("example", CellularCedgeProfileFeatureTemplateArgs.builder()
.name("Example")
.description("My Example")
.deviceTypes("vedge-C8000V")
.profileId(1)
.accessPointName("APN1")
.authenticationType("chap")
.packetDataNetworkType("ipv4")
.profileUsername("MyUsername")
.profilePassword("MyPassword")
.noOverwrite(false)
.build());
}
}
resources:
example:
type: sdwan:CellularCedgeProfileFeatureTemplate
properties:
name: Example
description: My Example
deviceTypes:
- vedge-C8000V
profileId: 1
accessPointName: APN1
authenticationType: chap
packetDataNetworkType: ipv4
profileUsername: MyUsername
profilePassword: MyPassword
noOverwrite: false
Create CellularCedgeProfileFeatureTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CellularCedgeProfileFeatureTemplate(name: string, args: CellularCedgeProfileFeatureTemplateArgs, opts?: CustomResourceOptions);
@overload
def CellularCedgeProfileFeatureTemplate(resource_name: str,
args: CellularCedgeProfileFeatureTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CellularCedgeProfileFeatureTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
no_overwrite_variable: Optional[str] = None,
packet_data_network_type: Optional[str] = None,
authentication_type: Optional[str] = None,
access_point_name_variable: Optional[str] = None,
name: Optional[str] = None,
no_overwrite: Optional[bool] = None,
access_point_name: Optional[str] = None,
authentication_type_variable: Optional[str] = None,
packet_data_network_type_variable: Optional[str] = None,
profile_id: Optional[int] = None,
profile_id_variable: Optional[str] = None,
profile_password: Optional[str] = None,
profile_password_variable: Optional[str] = None,
profile_username: Optional[str] = None,
profile_username_variable: Optional[str] = None)
func NewCellularCedgeProfileFeatureTemplate(ctx *Context, name string, args CellularCedgeProfileFeatureTemplateArgs, opts ...ResourceOption) (*CellularCedgeProfileFeatureTemplate, error)
public CellularCedgeProfileFeatureTemplate(string name, CellularCedgeProfileFeatureTemplateArgs args, CustomResourceOptions? opts = null)
public CellularCedgeProfileFeatureTemplate(String name, CellularCedgeProfileFeatureTemplateArgs args)
public CellularCedgeProfileFeatureTemplate(String name, CellularCedgeProfileFeatureTemplateArgs args, CustomResourceOptions options)
type: sdwan:CellularCedgeProfileFeatureTemplate
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 CellularCedgeProfileFeatureTemplateArgs
- 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 CellularCedgeProfileFeatureTemplateArgs
- 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 CellularCedgeProfileFeatureTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CellularCedgeProfileFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CellularCedgeProfileFeatureTemplateArgs
- 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 cellularCedgeProfileFeatureTemplateResource = new Sdwan.CellularCedgeProfileFeatureTemplate("cellularCedgeProfileFeatureTemplateResource", new()
{
Description = "string",
DeviceTypes = new[]
{
"string",
},
NoOverwriteVariable = "string",
PacketDataNetworkType = "string",
AuthenticationType = "string",
AccessPointNameVariable = "string",
Name = "string",
NoOverwrite = false,
AccessPointName = "string",
AuthenticationTypeVariable = "string",
PacketDataNetworkTypeVariable = "string",
ProfileId = 0,
ProfileIdVariable = "string",
ProfilePassword = "string",
ProfilePasswordVariable = "string",
ProfileUsername = "string",
ProfileUsernameVariable = "string",
});
example, err := sdwan.NewCellularCedgeProfileFeatureTemplate(ctx, "cellularCedgeProfileFeatureTemplateResource", &sdwan.CellularCedgeProfileFeatureTemplateArgs{
Description: pulumi.String("string"),
DeviceTypes: pulumi.StringArray{
pulumi.String("string"),
},
NoOverwriteVariable: pulumi.String("string"),
PacketDataNetworkType: pulumi.String("string"),
AuthenticationType: pulumi.String("string"),
AccessPointNameVariable: pulumi.String("string"),
Name: pulumi.String("string"),
NoOverwrite: pulumi.Bool(false),
AccessPointName: pulumi.String("string"),
AuthenticationTypeVariable: pulumi.String("string"),
PacketDataNetworkTypeVariable: pulumi.String("string"),
ProfileId: pulumi.Int(0),
ProfileIdVariable: pulumi.String("string"),
ProfilePassword: pulumi.String("string"),
ProfilePasswordVariable: pulumi.String("string"),
ProfileUsername: pulumi.String("string"),
ProfileUsernameVariable: pulumi.String("string"),
})
var cellularCedgeProfileFeatureTemplateResource = new CellularCedgeProfileFeatureTemplate("cellularCedgeProfileFeatureTemplateResource", CellularCedgeProfileFeatureTemplateArgs.builder()
.description("string")
.deviceTypes("string")
.noOverwriteVariable("string")
.packetDataNetworkType("string")
.authenticationType("string")
.accessPointNameVariable("string")
.name("string")
.noOverwrite(false)
.accessPointName("string")
.authenticationTypeVariable("string")
.packetDataNetworkTypeVariable("string")
.profileId(0)
.profileIdVariable("string")
.profilePassword("string")
.profilePasswordVariable("string")
.profileUsername("string")
.profileUsernameVariable("string")
.build());
cellular_cedge_profile_feature_template_resource = sdwan.CellularCedgeProfileFeatureTemplate("cellularCedgeProfileFeatureTemplateResource",
description="string",
device_types=["string"],
no_overwrite_variable="string",
packet_data_network_type="string",
authentication_type="string",
access_point_name_variable="string",
name="string",
no_overwrite=False,
access_point_name="string",
authentication_type_variable="string",
packet_data_network_type_variable="string",
profile_id=0,
profile_id_variable="string",
profile_password="string",
profile_password_variable="string",
profile_username="string",
profile_username_variable="string")
const cellularCedgeProfileFeatureTemplateResource = new sdwan.CellularCedgeProfileFeatureTemplate("cellularCedgeProfileFeatureTemplateResource", {
description: "string",
deviceTypes: ["string"],
noOverwriteVariable: "string",
packetDataNetworkType: "string",
authenticationType: "string",
accessPointNameVariable: "string",
name: "string",
noOverwrite: false,
accessPointName: "string",
authenticationTypeVariable: "string",
packetDataNetworkTypeVariable: "string",
profileId: 0,
profileIdVariable: "string",
profilePassword: "string",
profilePasswordVariable: "string",
profileUsername: "string",
profileUsernameVariable: "string",
});
type: sdwan:CellularCedgeProfileFeatureTemplate
properties:
accessPointName: string
accessPointNameVariable: string
authenticationType: string
authenticationTypeVariable: string
description: string
deviceTypes:
- string
name: string
noOverwrite: false
noOverwriteVariable: string
packetDataNetworkType: string
packetDataNetworkTypeVariable: string
profileId: 0
profileIdVariable: string
profilePassword: string
profilePasswordVariable: string
profileUsername: string
profileUsernameVariable: string
CellularCedgeProfileFeatureTemplate 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 CellularCedgeProfileFeatureTemplate 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
- Access
Point stringName - Set access point name
- Access
Point stringName Variable - Variable name
- Authentication
Type string - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- Authentication
Type stringVariable - Variable name
- Name string
- The name of the feature template
- No
Overwrite bool - No Overwrite
- No
Overwrite stringVariable - Variable name
- Packet
Data stringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- Packet
Data stringNetwork Type Variable - Variable name
- Profile
Id int - Set Profile ID - Range:
1
-16
- Profile
Id stringVariable - Variable name
- Profile
Password string - Set the profile password
- Profile
Password stringVariable - Variable name
- Profile
Username string - Set the profile username
- Profile
Username stringVariable - 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
- Access
Point stringName - Set access point name
- Access
Point stringName Variable - Variable name
- Authentication
Type string - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- Authentication
Type stringVariable - Variable name
- Name string
- The name of the feature template
- No
Overwrite bool - No Overwrite
- No
Overwrite stringVariable - Variable name
- Packet
Data stringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- Packet
Data stringNetwork Type Variable - Variable name
- Profile
Id int - Set Profile ID - Range:
1
-16
- Profile
Id stringVariable - Variable name
- Profile
Password string - Set the profile password
- Profile
Password stringVariable - Variable name
- Profile
Username string - Set the profile username
- Profile
Username stringVariable - 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
- access
Point StringName - Set access point name
- access
Point StringName Variable - Variable name
- authentication
Type String - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication
Type StringVariable - Variable name
- name String
- The name of the feature template
- no
Overwrite Boolean - No Overwrite
- no
Overwrite StringVariable - Variable name
- packet
Data StringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet
Data StringNetwork Type Variable - Variable name
- profile
Id Integer - Set Profile ID - Range:
1
-16
- profile
Id StringVariable - Variable name
- profile
Password String - Set the profile password
- profile
Password StringVariable - Variable name
- profile
Username String - Set the profile username
- profile
Username StringVariable - 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
- access
Point stringName - Set access point name
- access
Point stringName Variable - Variable name
- authentication
Type string - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication
Type stringVariable - Variable name
- name string
- The name of the feature template
- no
Overwrite boolean - No Overwrite
- no
Overwrite stringVariable - Variable name
- packet
Data stringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet
Data stringNetwork Type Variable - Variable name
- profile
Id number - Set Profile ID - Range:
1
-16
- profile
Id stringVariable - Variable name
- profile
Password string - Set the profile password
- profile
Password stringVariable - Variable name
- profile
Username string - Set the profile username
- profile
Username stringVariable - 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
- access_
point_ strname - Set access point name
- access_
point_ strname_ variable - Variable name
- authentication_
type str - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication_
type_ strvariable - Variable name
- name str
- The name of the feature template
- no_
overwrite bool - No Overwrite
- no_
overwrite_ strvariable - Variable name
- packet_
data_ strnetwork_ type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet_
data_ strnetwork_ type_ variable - Variable name
- profile_
id int - Set Profile ID - Range:
1
-16
- profile_
id_ strvariable - Variable name
- profile_
password str - Set the profile password
- profile_
password_ strvariable - Variable name
- profile_
username str - Set the profile username
- profile_
username_ strvariable - 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
- access
Point StringName - Set access point name
- access
Point StringName Variable - Variable name
- authentication
Type String - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication
Type StringVariable - Variable name
- name String
- The name of the feature template
- no
Overwrite Boolean - No Overwrite
- no
Overwrite StringVariable - Variable name
- packet
Data StringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet
Data StringNetwork Type Variable - Variable name
- profile
Id Number - Set Profile ID - Range:
1
-16
- profile
Id StringVariable - Variable name
- profile
Password String - Set the profile password
- profile
Password StringVariable - Variable name
- profile
Username String - Set the profile username
- profile
Username StringVariable - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the CellularCedgeProfileFeatureTemplate 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 CellularCedgeProfileFeatureTemplate Resource
Get an existing CellularCedgeProfileFeatureTemplate 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?: CellularCedgeProfileFeatureTemplateState, opts?: CustomResourceOptions): CellularCedgeProfileFeatureTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
access_point_name: Optional[str] = None,
access_point_name_variable: Optional[str] = None,
authentication_type: Optional[str] = None,
authentication_type_variable: Optional[str] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
name: Optional[str] = None,
no_overwrite: Optional[bool] = None,
no_overwrite_variable: Optional[str] = None,
packet_data_network_type: Optional[str] = None,
packet_data_network_type_variable: Optional[str] = None,
profile_id: Optional[int] = None,
profile_id_variable: Optional[str] = None,
profile_password: Optional[str] = None,
profile_password_variable: Optional[str] = None,
profile_username: Optional[str] = None,
profile_username_variable: Optional[str] = None,
template_type: Optional[str] = None,
version: Optional[int] = None) -> CellularCedgeProfileFeatureTemplate
func GetCellularCedgeProfileFeatureTemplate(ctx *Context, name string, id IDInput, state *CellularCedgeProfileFeatureTemplateState, opts ...ResourceOption) (*CellularCedgeProfileFeatureTemplate, error)
public static CellularCedgeProfileFeatureTemplate Get(string name, Input<string> id, CellularCedgeProfileFeatureTemplateState? state, CustomResourceOptions? opts = null)
public static CellularCedgeProfileFeatureTemplate get(String name, Output<String> id, CellularCedgeProfileFeatureTemplateState 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.
- Access
Point stringName - Set access point name
- Access
Point stringName Variable - Variable name
- Authentication
Type string - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- Authentication
Type stringVariable - 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
- Name string
- The name of the feature template
- No
Overwrite bool - No Overwrite
- No
Overwrite stringVariable - Variable name
- Packet
Data stringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- Packet
Data stringNetwork Type Variable - Variable name
- Profile
Id int - Set Profile ID - Range:
1
-16
- Profile
Id stringVariable - Variable name
- Profile
Password string - Set the profile password
- Profile
Password stringVariable - Variable name
- Profile
Username string - Set the profile username
- Profile
Username stringVariable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- Access
Point stringName - Set access point name
- Access
Point stringName Variable - Variable name
- Authentication
Type string - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- Authentication
Type stringVariable - 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
- Name string
- The name of the feature template
- No
Overwrite bool - No Overwrite
- No
Overwrite stringVariable - Variable name
- Packet
Data stringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- Packet
Data stringNetwork Type Variable - Variable name
- Profile
Id int - Set Profile ID - Range:
1
-16
- Profile
Id stringVariable - Variable name
- Profile
Password string - Set the profile password
- Profile
Password stringVariable - Variable name
- Profile
Username string - Set the profile username
- Profile
Username stringVariable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- access
Point StringName - Set access point name
- access
Point StringName Variable - Variable name
- authentication
Type String - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication
Type StringVariable - 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
- name String
- The name of the feature template
- no
Overwrite Boolean - No Overwrite
- no
Overwrite StringVariable - Variable name
- packet
Data StringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet
Data StringNetwork Type Variable - Variable name
- profile
Id Integer - Set Profile ID - Range:
1
-16
- profile
Id StringVariable - Variable name
- profile
Password String - Set the profile password
- profile
Password StringVariable - Variable name
- profile
Username String - Set the profile username
- profile
Username StringVariable - Variable name
- template
Type String - The template type
- version Integer
- The version of the feature template
- access
Point stringName - Set access point name
- access
Point stringName Variable - Variable name
- authentication
Type string - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication
Type stringVariable - 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
- name string
- The name of the feature template
- no
Overwrite boolean - No Overwrite
- no
Overwrite stringVariable - Variable name
- packet
Data stringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet
Data stringNetwork Type Variable - Variable name
- profile
Id number - Set Profile ID - Range:
1
-16
- profile
Id stringVariable - Variable name
- profile
Password string - Set the profile password
- profile
Password stringVariable - Variable name
- profile
Username string - Set the profile username
- profile
Username stringVariable - Variable name
- template
Type string - The template type
- version number
- The version of the feature template
- access_
point_ strname - Set access point name
- access_
point_ strname_ variable - Variable name
- authentication_
type str - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication_
type_ strvariable - 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
- name str
- The name of the feature template
- no_
overwrite bool - No Overwrite
- no_
overwrite_ strvariable - Variable name
- packet_
data_ strnetwork_ type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet_
data_ strnetwork_ type_ variable - Variable name
- profile_
id int - Set Profile ID - Range:
1
-16
- profile_
id_ strvariable - Variable name
- profile_
password str - Set the profile password
- profile_
password_ strvariable - Variable name
- profile_
username str - Set the profile username
- profile_
username_ strvariable - Variable name
- template_
type str - The template type
- version int
- The version of the feature template
- access
Point StringName - Set access point name
- access
Point StringName Variable - Variable name
- authentication
Type String - Set authentication type - Choices:
none
,pap
,chap
,pap_chap
- Default value:none
- authentication
Type StringVariable - 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
- name String
- The name of the feature template
- no
Overwrite Boolean - No Overwrite
- no
Overwrite StringVariable - Variable name
- packet
Data StringNetwork Type - Set packet data network type - Choices:
ipv4
,ipv4v6
,ipv6
- Default value:ipv4
- packet
Data StringNetwork Type Variable - Variable name
- profile
Id Number - Set Profile ID - Range:
1
-16
- profile
Id StringVariable - Variable name
- profile
Password String - Set the profile password
- profile
Password StringVariable - Variable name
- profile
Username String - Set the profile username
- profile
Username StringVariable - Variable name
- template
Type String - The template type
- version Number
- The version of the feature template
Import
$ pulumi import sdwan:index/cellularCedgeProfileFeatureTemplate:CellularCedgeProfileFeatureTemplate 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.