sdwan.CiscoNtpFeatureTemplate
Explore with Pulumi AI
This resource can manage a Cisco NTP 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.CiscoNtpFeatureTemplate;
import com.pulumi.sdwan.CiscoNtpFeatureTemplateArgs;
import com.pulumi.sdwan.inputs.CiscoNtpFeatureTemplateAuthenticationKeyArgs;
import com.pulumi.sdwan.inputs.CiscoNtpFeatureTemplateServerArgs;
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 CiscoNtpFeatureTemplate("example", CiscoNtpFeatureTemplateArgs.builder()
.name("Example")
.description("My Example")
.deviceTypes("vedge-C8000V")
.master(true)
.masterStratum(6)
.masterSourceInterface("e1")
.trustedKeys(1)
.authenticationKeys(CiscoNtpFeatureTemplateAuthenticationKeyArgs.builder()
.id(1)
.value("12345")
.build())
.servers(CiscoNtpFeatureTemplateServerArgs.builder()
.hostname_ip("NTP_SERVER1")
.authentication_key_id(1)
.vpn_id(1)
.version(4)
.source_interface("e1")
.prefer(true)
.build())
.build());
}
}
resources:
example:
type: sdwan:CiscoNtpFeatureTemplate
properties:
name: Example
description: My Example
deviceTypes:
- vedge-C8000V
master: true
masterStratum: 6
masterSourceInterface: e1
trustedKeys:
- 1
authenticationKeys:
- id: 1
value: '12345'
servers:
- hostname_ip: NTP_SERVER1
authentication_key_id: 1
vpn_id: 1
version: 4
source_interface: e1
prefer: true
Create CiscoNtpFeatureTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CiscoNtpFeatureTemplate(name: string, args: CiscoNtpFeatureTemplateArgs, opts?: CustomResourceOptions);
@overload
def CiscoNtpFeatureTemplate(resource_name: str,
args: CiscoNtpFeatureTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CiscoNtpFeatureTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
device_types: Optional[Sequence[str]] = None,
description: Optional[str] = None,
master_stratum: Optional[int] = None,
master: Optional[bool] = None,
master_source_interface: Optional[str] = None,
master_source_interface_variable: Optional[str] = None,
authentication_keys: Optional[Sequence[CiscoNtpFeatureTemplateAuthenticationKeyArgs]] = None,
master_stratum_variable: Optional[str] = None,
master_variable: Optional[str] = None,
name: Optional[str] = None,
servers: Optional[Sequence[CiscoNtpFeatureTemplateServerArgs]] = None,
trusted_keys: Optional[Sequence[int]] = None,
trusted_keys_variable: Optional[str] = None)
func NewCiscoNtpFeatureTemplate(ctx *Context, name string, args CiscoNtpFeatureTemplateArgs, opts ...ResourceOption) (*CiscoNtpFeatureTemplate, error)
public CiscoNtpFeatureTemplate(string name, CiscoNtpFeatureTemplateArgs args, CustomResourceOptions? opts = null)
public CiscoNtpFeatureTemplate(String name, CiscoNtpFeatureTemplateArgs args)
public CiscoNtpFeatureTemplate(String name, CiscoNtpFeatureTemplateArgs args, CustomResourceOptions options)
type: sdwan:CiscoNtpFeatureTemplate
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 CiscoNtpFeatureTemplateArgs
- 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 CiscoNtpFeatureTemplateArgs
- 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 CiscoNtpFeatureTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CiscoNtpFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CiscoNtpFeatureTemplateArgs
- 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 ciscoNtpFeatureTemplateResource = new Sdwan.CiscoNtpFeatureTemplate("ciscoNtpFeatureTemplateResource", new()
{
DeviceTypes = new[]
{
"string",
},
Description = "string",
MasterStratum = 0,
Master = false,
MasterSourceInterface = "string",
MasterSourceInterfaceVariable = "string",
AuthenticationKeys = new[]
{
new Sdwan.Inputs.CiscoNtpFeatureTemplateAuthenticationKeyArgs
{
Id = 0,
IdVariable = "string",
Optional = false,
Value = "string",
ValueVariable = "string",
},
},
MasterStratumVariable = "string",
MasterVariable = "string",
Name = "string",
Servers = new[]
{
new Sdwan.Inputs.CiscoNtpFeatureTemplateServerArgs
{
AuthenticationKeyId = 0,
AuthenticationKeyIdVariable = "string",
HostnameIp = "string",
HostnameIpVariable = "string",
Optional = false,
Prefer = false,
PreferVariable = "string",
SourceInterface = "string",
SourceInterfaceVariable = "string",
Version = 0,
VersionVariable = "string",
VpnId = 0,
VpnIdVariable = "string",
},
},
TrustedKeys = new[]
{
0,
},
TrustedKeysVariable = "string",
});
example, err := sdwan.NewCiscoNtpFeatureTemplate(ctx, "ciscoNtpFeatureTemplateResource", &sdwan.CiscoNtpFeatureTemplateArgs{
DeviceTypes: pulumi.StringArray{
pulumi.String("string"),
},
Description: pulumi.String("string"),
MasterStratum: pulumi.Int(0),
Master: pulumi.Bool(false),
MasterSourceInterface: pulumi.String("string"),
MasterSourceInterfaceVariable: pulumi.String("string"),
AuthenticationKeys: sdwan.CiscoNtpFeatureTemplateAuthenticationKeyArray{
&sdwan.CiscoNtpFeatureTemplateAuthenticationKeyArgs{
Id: pulumi.Int(0),
IdVariable: pulumi.String("string"),
Optional: pulumi.Bool(false),
Value: pulumi.String("string"),
ValueVariable: pulumi.String("string"),
},
},
MasterStratumVariable: pulumi.String("string"),
MasterVariable: pulumi.String("string"),
Name: pulumi.String("string"),
Servers: sdwan.CiscoNtpFeatureTemplateServerArray{
&sdwan.CiscoNtpFeatureTemplateServerArgs{
AuthenticationKeyId: pulumi.Int(0),
AuthenticationKeyIdVariable: pulumi.String("string"),
HostnameIp: pulumi.String("string"),
HostnameIpVariable: pulumi.String("string"),
Optional: pulumi.Bool(false),
Prefer: pulumi.Bool(false),
PreferVariable: pulumi.String("string"),
SourceInterface: pulumi.String("string"),
SourceInterfaceVariable: pulumi.String("string"),
Version: pulumi.Int(0),
VersionVariable: pulumi.String("string"),
VpnId: pulumi.Int(0),
VpnIdVariable: pulumi.String("string"),
},
},
TrustedKeys: pulumi.IntArray{
pulumi.Int(0),
},
TrustedKeysVariable: pulumi.String("string"),
})
var ciscoNtpFeatureTemplateResource = new CiscoNtpFeatureTemplate("ciscoNtpFeatureTemplateResource", CiscoNtpFeatureTemplateArgs.builder()
.deviceTypes("string")
.description("string")
.masterStratum(0)
.master(false)
.masterSourceInterface("string")
.masterSourceInterfaceVariable("string")
.authenticationKeys(CiscoNtpFeatureTemplateAuthenticationKeyArgs.builder()
.id(0)
.idVariable("string")
.optional(false)
.value("string")
.valueVariable("string")
.build())
.masterStratumVariable("string")
.masterVariable("string")
.name("string")
.servers(CiscoNtpFeatureTemplateServerArgs.builder()
.authenticationKeyId(0)
.authenticationKeyIdVariable("string")
.hostnameIp("string")
.hostnameIpVariable("string")
.optional(false)
.prefer(false)
.preferVariable("string")
.sourceInterface("string")
.sourceInterfaceVariable("string")
.version(0)
.versionVariable("string")
.vpnId(0)
.vpnIdVariable("string")
.build())
.trustedKeys(0)
.trustedKeysVariable("string")
.build());
cisco_ntp_feature_template_resource = sdwan.CiscoNtpFeatureTemplate("ciscoNtpFeatureTemplateResource",
device_types=["string"],
description="string",
master_stratum=0,
master=False,
master_source_interface="string",
master_source_interface_variable="string",
authentication_keys=[sdwan.CiscoNtpFeatureTemplateAuthenticationKeyArgs(
id=0,
id_variable="string",
optional=False,
value="string",
value_variable="string",
)],
master_stratum_variable="string",
master_variable="string",
name="string",
servers=[sdwan.CiscoNtpFeatureTemplateServerArgs(
authentication_key_id=0,
authentication_key_id_variable="string",
hostname_ip="string",
hostname_ip_variable="string",
optional=False,
prefer=False,
prefer_variable="string",
source_interface="string",
source_interface_variable="string",
version=0,
version_variable="string",
vpn_id=0,
vpn_id_variable="string",
)],
trusted_keys=[0],
trusted_keys_variable="string")
const ciscoNtpFeatureTemplateResource = new sdwan.CiscoNtpFeatureTemplate("ciscoNtpFeatureTemplateResource", {
deviceTypes: ["string"],
description: "string",
masterStratum: 0,
master: false,
masterSourceInterface: "string",
masterSourceInterfaceVariable: "string",
authenticationKeys: [{
id: 0,
idVariable: "string",
optional: false,
value: "string",
valueVariable: "string",
}],
masterStratumVariable: "string",
masterVariable: "string",
name: "string",
servers: [{
authenticationKeyId: 0,
authenticationKeyIdVariable: "string",
hostnameIp: "string",
hostnameIpVariable: "string",
optional: false,
prefer: false,
preferVariable: "string",
sourceInterface: "string",
sourceInterfaceVariable: "string",
version: 0,
versionVariable: "string",
vpnId: 0,
vpnIdVariable: "string",
}],
trustedKeys: [0],
trustedKeysVariable: "string",
});
type: sdwan:CiscoNtpFeatureTemplate
properties:
authenticationKeys:
- id: 0
idVariable: string
optional: false
value: string
valueVariable: string
description: string
deviceTypes:
- string
master: false
masterSourceInterface: string
masterSourceInterfaceVariable: string
masterStratum: 0
masterStratumVariable: string
masterVariable: string
name: string
servers:
- authenticationKeyId: 0
authenticationKeyIdVariable: string
hostnameIp: string
hostnameIpVariable: string
optional: false
prefer: false
preferVariable: string
sourceInterface: string
sourceInterfaceVariable: string
version: 0
versionVariable: string
vpnId: 0
vpnIdVariable: string
trustedKeys:
- 0
trustedKeysVariable: string
CiscoNtpFeatureTemplate 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 CiscoNtpFeatureTemplate 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
- Authentication
Keys List<CiscoNtp Feature Template Authentication Key> - Set MD5 authentication key
- Master bool
- Configure device as NTP master - Default value:
false
- Master
Source stringInterface - Set interface for NTP Master
- Master
Source stringInterface Variable - Variable name
- Master
Stratum int - Master Stratum <1..15> - Range:
1
-15
- Master
Stratum stringVariable - Variable name
- Master
Variable string - Variable name
- Name string
- The name of the feature template
- Servers
List<Cisco
Ntp Feature Template Server> - Configure NTP servers
- Trusted
Keys List<int> - Designate authentication key as trustworthy
- Trusted
Keys 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
- Authentication
Keys []CiscoNtp Feature Template Authentication Key Args - Set MD5 authentication key
- Master bool
- Configure device as NTP master - Default value:
false
- Master
Source stringInterface - Set interface for NTP Master
- Master
Source stringInterface Variable - Variable name
- Master
Stratum int - Master Stratum <1..15> - Range:
1
-15
- Master
Stratum stringVariable - Variable name
- Master
Variable string - Variable name
- Name string
- The name of the feature template
- Servers
[]Cisco
Ntp Feature Template Server Args - Configure NTP servers
- Trusted
Keys []int - Designate authentication key as trustworthy
- Trusted
Keys 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
- authentication
Keys List<CiscoNtp Feature Template Authentication Key> - Set MD5 authentication key
- master Boolean
- Configure device as NTP master - Default value:
false
- master
Source StringInterface - Set interface for NTP Master
- master
Source StringInterface Variable - Variable name
- master
Stratum Integer - Master Stratum <1..15> - Range:
1
-15
- master
Stratum StringVariable - Variable name
- master
Variable String - Variable name
- name String
- The name of the feature template
- servers
List<Cisco
Ntp Feature Template Server> - Configure NTP servers
- trusted
Keys List<Integer> - Designate authentication key as trustworthy
- trusted
Keys 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
- authentication
Keys CiscoNtp Feature Template Authentication Key[] - Set MD5 authentication key
- master boolean
- Configure device as NTP master - Default value:
false
- master
Source stringInterface - Set interface for NTP Master
- master
Source stringInterface Variable - Variable name
- master
Stratum number - Master Stratum <1..15> - Range:
1
-15
- master
Stratum stringVariable - Variable name
- master
Variable string - Variable name
- name string
- The name of the feature template
- servers
Cisco
Ntp Feature Template Server[] - Configure NTP servers
- trusted
Keys number[] - Designate authentication key as trustworthy
- trusted
Keys 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
- authentication_
keys Sequence[CiscoNtp Feature Template Authentication Key Args] - Set MD5 authentication key
- master bool
- Configure device as NTP master - Default value:
false
- master_
source_ strinterface - Set interface for NTP Master
- master_
source_ strinterface_ variable - Variable name
- master_
stratum int - Master Stratum <1..15> - Range:
1
-15
- master_
stratum_ strvariable - Variable name
- master_
variable str - Variable name
- name str
- The name of the feature template
- servers
Sequence[Cisco
Ntp Feature Template Server Args] - Configure NTP servers
- trusted_
keys Sequence[int] - Designate authentication key as trustworthy
- trusted_
keys_ 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
- authentication
Keys List<Property Map> - Set MD5 authentication key
- master Boolean
- Configure device as NTP master - Default value:
false
- master
Source StringInterface - Set interface for NTP Master
- master
Source StringInterface Variable - Variable name
- master
Stratum Number - Master Stratum <1..15> - Range:
1
-15
- master
Stratum StringVariable - Variable name
- master
Variable String - Variable name
- name String
- The name of the feature template
- servers List<Property Map>
- Configure NTP servers
- trusted
Keys List<Number> - Designate authentication key as trustworthy
- trusted
Keys StringVariable - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the CiscoNtpFeatureTemplate 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 CiscoNtpFeatureTemplate Resource
Get an existing CiscoNtpFeatureTemplate 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?: CiscoNtpFeatureTemplateState, opts?: CustomResourceOptions): CiscoNtpFeatureTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
authentication_keys: Optional[Sequence[CiscoNtpFeatureTemplateAuthenticationKeyArgs]] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
master: Optional[bool] = None,
master_source_interface: Optional[str] = None,
master_source_interface_variable: Optional[str] = None,
master_stratum: Optional[int] = None,
master_stratum_variable: Optional[str] = None,
master_variable: Optional[str] = None,
name: Optional[str] = None,
servers: Optional[Sequence[CiscoNtpFeatureTemplateServerArgs]] = None,
template_type: Optional[str] = None,
trusted_keys: Optional[Sequence[int]] = None,
trusted_keys_variable: Optional[str] = None,
version: Optional[int] = None) -> CiscoNtpFeatureTemplate
func GetCiscoNtpFeatureTemplate(ctx *Context, name string, id IDInput, state *CiscoNtpFeatureTemplateState, opts ...ResourceOption) (*CiscoNtpFeatureTemplate, error)
public static CiscoNtpFeatureTemplate Get(string name, Input<string> id, CiscoNtpFeatureTemplateState? state, CustomResourceOptions? opts = null)
public static CiscoNtpFeatureTemplate get(String name, Output<String> id, CiscoNtpFeatureTemplateState 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.
- Authentication
Keys List<CiscoNtp Feature Template Authentication Key> - Set MD5 authentication key
- 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
- Master bool
- Configure device as NTP master - Default value:
false
- Master
Source stringInterface - Set interface for NTP Master
- Master
Source stringInterface Variable - Variable name
- Master
Stratum int - Master Stratum <1..15> - Range:
1
-15
- Master
Stratum stringVariable - Variable name
- Master
Variable string - Variable name
- Name string
- The name of the feature template
- Servers
List<Cisco
Ntp Feature Template Server> - Configure NTP servers
- Template
Type string - The template type
- Trusted
Keys List<int> - Designate authentication key as trustworthy
- Trusted
Keys stringVariable - Variable name
- Version int
- The version of the feature template
- Authentication
Keys []CiscoNtp Feature Template Authentication Key Args - Set MD5 authentication key
- 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
- Master bool
- Configure device as NTP master - Default value:
false
- Master
Source stringInterface - Set interface for NTP Master
- Master
Source stringInterface Variable - Variable name
- Master
Stratum int - Master Stratum <1..15> - Range:
1
-15
- Master
Stratum stringVariable - Variable name
- Master
Variable string - Variable name
- Name string
- The name of the feature template
- Servers
[]Cisco
Ntp Feature Template Server Args - Configure NTP servers
- Template
Type string - The template type
- Trusted
Keys []int - Designate authentication key as trustworthy
- Trusted
Keys stringVariable - Variable name
- Version int
- The version of the feature template
- authentication
Keys List<CiscoNtp Feature Template Authentication Key> - Set MD5 authentication key
- 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
- master Boolean
- Configure device as NTP master - Default value:
false
- master
Source StringInterface - Set interface for NTP Master
- master
Source StringInterface Variable - Variable name
- master
Stratum Integer - Master Stratum <1..15> - Range:
1
-15
- master
Stratum StringVariable - Variable name
- master
Variable String - Variable name
- name String
- The name of the feature template
- servers
List<Cisco
Ntp Feature Template Server> - Configure NTP servers
- template
Type String - The template type
- trusted
Keys List<Integer> - Designate authentication key as trustworthy
- trusted
Keys StringVariable - Variable name
- version Integer
- The version of the feature template
- authentication
Keys CiscoNtp Feature Template Authentication Key[] - Set MD5 authentication key
- 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
- master boolean
- Configure device as NTP master - Default value:
false
- master
Source stringInterface - Set interface for NTP Master
- master
Source stringInterface Variable - Variable name
- master
Stratum number - Master Stratum <1..15> - Range:
1
-15
- master
Stratum stringVariable - Variable name
- master
Variable string - Variable name
- name string
- The name of the feature template
- servers
Cisco
Ntp Feature Template Server[] - Configure NTP servers
- template
Type string - The template type
- trusted
Keys number[] - Designate authentication key as trustworthy
- trusted
Keys stringVariable - Variable name
- version number
- The version of the feature template
- authentication_
keys Sequence[CiscoNtp Feature Template Authentication Key Args] - Set MD5 authentication key
- 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
- master bool
- Configure device as NTP master - Default value:
false
- master_
source_ strinterface - Set interface for NTP Master
- master_
source_ strinterface_ variable - Variable name
- master_
stratum int - Master Stratum <1..15> - Range:
1
-15
- master_
stratum_ strvariable - Variable name
- master_
variable str - Variable name
- name str
- The name of the feature template
- servers
Sequence[Cisco
Ntp Feature Template Server Args] - Configure NTP servers
- template_
type str - The template type
- trusted_
keys Sequence[int] - Designate authentication key as trustworthy
- trusted_
keys_ strvariable - Variable name
- version int
- The version of the feature template
- authentication
Keys List<Property Map> - Set MD5 authentication key
- 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
- master Boolean
- Configure device as NTP master - Default value:
false
- master
Source StringInterface - Set interface for NTP Master
- master
Source StringInterface Variable - Variable name
- master
Stratum Number - Master Stratum <1..15> - Range:
1
-15
- master
Stratum StringVariable - Variable name
- master
Variable String - Variable name
- name String
- The name of the feature template
- servers List<Property Map>
- Configure NTP servers
- template
Type String - The template type
- trusted
Keys List<Number> - Designate authentication key as trustworthy
- trusted
Keys StringVariable - Variable name
- version Number
- The version of the feature template
Supporting Types
CiscoNtpFeatureTemplateAuthenticationKey, CiscoNtpFeatureTemplateAuthenticationKeyArgs
- Id int
- MD5 authentication key ID
- Range:
1
-65535
- Range:
- Id
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Value string
- Enter cleartext or AES-encrypted MD5 authentication key
- Value
Variable string - Variable name
- Id int
- MD5 authentication key ID
- Range:
1
-65535
- Range:
- Id
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Value string
- Enter cleartext or AES-encrypted MD5 authentication key
- Value
Variable string - Variable name
- id Integer
- MD5 authentication key ID
- Range:
1
-65535
- Range:
- id
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- value String
- Enter cleartext or AES-encrypted MD5 authentication key
- value
Variable String - Variable name
- id number
- MD5 authentication key ID
- Range:
1
-65535
- Range:
- id
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- value string
- Enter cleartext or AES-encrypted MD5 authentication key
- value
Variable string - Variable name
- id int
- MD5 authentication key ID
- Range:
1
-65535
- Range:
- id_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- value str
- Enter cleartext or AES-encrypted MD5 authentication key
- value_
variable str - Variable name
- id Number
- MD5 authentication key ID
- Range:
1
-65535
- Range:
- id
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- value String
- Enter cleartext or AES-encrypted MD5 authentication key
- value
Variable String - Variable name
CiscoNtpFeatureTemplateServer, CiscoNtpFeatureTemplateServerArgs
- Authentication
Key intId - Set authentication key for the server
- Range:
1
-65535
- Range:
- Authentication
Key stringId Variable - Variable name
- Hostname
Ip string - Set hostname or IP address of server
- Hostname
Ip stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefer bool
- Prefer this NTP server
- Default value:
false
- Default value:
- Prefer
Variable string - Variable name
- Source
Interface string - Set interface to use to reach NTP server
- Source
Interface stringVariable - Variable name
- Version int
- Set NTP version
- Range:
1
-4
- Default value:
4
- Range:
- Version
Variable string - Variable name
- Vpn
Id int - Set VPN in which NTP server is located
- Range:
0
-65530
- Default value:
0
- Range:
- Vpn
Id stringVariable - Variable name
- Authentication
Key intId - Set authentication key for the server
- Range:
1
-65535
- Range:
- Authentication
Key stringId Variable - Variable name
- Hostname
Ip string - Set hostname or IP address of server
- Hostname
Ip stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefer bool
- Prefer this NTP server
- Default value:
false
- Default value:
- Prefer
Variable string - Variable name
- Source
Interface string - Set interface to use to reach NTP server
- Source
Interface stringVariable - Variable name
- Version int
- Set NTP version
- Range:
1
-4
- Default value:
4
- Range:
- Version
Variable string - Variable name
- Vpn
Id int - Set VPN in which NTP server is located
- Range:
0
-65530
- Default value:
0
- Range:
- Vpn
Id stringVariable - Variable name
- authentication
Key IntegerId - Set authentication key for the server
- Range:
1
-65535
- Range:
- authentication
Key StringId Variable - Variable name
- hostname
Ip String - Set hostname or IP address of server
- hostname
Ip StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefer Boolean
- Prefer this NTP server
- Default value:
false
- Default value:
- prefer
Variable String - Variable name
- source
Interface String - Set interface to use to reach NTP server
- source
Interface StringVariable - Variable name
- version Integer
- Set NTP version
- Range:
1
-4
- Default value:
4
- Range:
- version
Variable String - Variable name
- vpn
Id Integer - Set VPN in which NTP server is located
- Range:
0
-65530
- Default value:
0
- Range:
- vpn
Id StringVariable - Variable name
- authentication
Key numberId - Set authentication key for the server
- Range:
1
-65535
- Range:
- authentication
Key stringId Variable - Variable name
- hostname
Ip string - Set hostname or IP address of server
- hostname
Ip stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefer boolean
- Prefer this NTP server
- Default value:
false
- Default value:
- prefer
Variable string - Variable name
- source
Interface string - Set interface to use to reach NTP server
- source
Interface stringVariable - Variable name
- version number
- Set NTP version
- Range:
1
-4
- Default value:
4
- Range:
- version
Variable string - Variable name
- vpn
Id number - Set VPN in which NTP server is located
- Range:
0
-65530
- Default value:
0
- Range:
- vpn
Id stringVariable - Variable name
- authentication_
key_ intid - Set authentication key for the server
- Range:
1
-65535
- Range:
- authentication_
key_ strid_ variable - Variable name
- hostname_
ip str - Set hostname or IP address of server
- hostname_
ip_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- prefer bool
- Prefer this NTP server
- Default value:
false
- Default value:
- prefer_
variable str - Variable name
- source_
interface str - Set interface to use to reach NTP server
- source_
interface_ strvariable - Variable name
- version int
- Set NTP version
- Range:
1
-4
- Default value:
4
- Range:
- version_
variable str - Variable name
- vpn_
id int - Set VPN in which NTP server is located
- Range:
0
-65530
- Default value:
0
- Range:
- vpn_
id_ strvariable - Variable name
- authentication
Key NumberId - Set authentication key for the server
- Range:
1
-65535
- Range:
- authentication
Key StringId Variable - Variable name
- hostname
Ip String - Set hostname or IP address of server
- hostname
Ip StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefer Boolean
- Prefer this NTP server
- Default value:
false
- Default value:
- prefer
Variable String - Variable name
- source
Interface String - Set interface to use to reach NTP server
- source
Interface StringVariable - Variable name
- version Number
- Set NTP version
- Range:
1
-4
- Default value:
4
- Range:
- version
Variable String - Variable name
- vpn
Id Number - Set VPN in which NTP server is located
- Range:
0
-65530
- Default value:
0
- Range:
- vpn
Id StringVariable - Variable name
Import
$ pulumi import sdwan:index/ciscoNtpFeatureTemplate:CiscoNtpFeatureTemplate 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.