panos.NtpSettings
Explore with Pulumi AI
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.panos.NtpSettings;
import com.pulumi.panos.NtpSettingsArgs;
import com.pulumi.panos.inputs.NtpSettingsLocationArgs;
import com.pulumi.panos.inputs.NtpSettingsLocationSystemArgs;
import com.pulumi.panos.inputs.NtpSettingsNtpServersArgs;
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 NtpSettings("example", NtpSettingsArgs.builder()
.location(NtpSettingsLocationArgs.builder()
.system()
.build())
.ntpServers(NtpSettingsNtpServersArgs.builder()
.primary_ntp_server(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.secondary_ntp_server(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.build());
}
}
resources:
example:
type: panos:NtpSettings
properties:
location:
system: {}
ntpServers:
primary_ntp_server:
authenticationType:
none: {}
ntpServerAddress: 1.1.1.1
secondary_ntp_server:
authenticationType:
none: {}
ntpServerAddress: 2.2.2.2
Create NtpSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NtpSettings(name: string, args: NtpSettingsArgs, opts?: CustomResourceOptions);
@overload
def NtpSettings(resource_name: str,
args: NtpSettingsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NtpSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[NtpSettingsLocationArgs] = None,
ntp_servers: Optional[NtpSettingsNtpServersArgs] = None)
func NewNtpSettings(ctx *Context, name string, args NtpSettingsArgs, opts ...ResourceOption) (*NtpSettings, error)
public NtpSettings(string name, NtpSettingsArgs args, CustomResourceOptions? opts = null)
public NtpSettings(String name, NtpSettingsArgs args)
public NtpSettings(String name, NtpSettingsArgs args, CustomResourceOptions options)
type: panos:NtpSettings
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 NtpSettingsArgs
- 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 NtpSettingsArgs
- 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 NtpSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NtpSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NtpSettingsArgs
- 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 ntpSettingsResource = new Panos.NtpSettings("ntpSettingsResource", new()
{
Location = new Panos.Inputs.NtpSettingsLocationArgs
{
System = new Panos.Inputs.NtpSettingsLocationSystemArgs
{
NgfwDevice = "string",
},
Template = new Panos.Inputs.NtpSettingsLocationTemplateArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
TemplateStack = new Panos.Inputs.NtpSettingsLocationTemplateStackArgs
{
Name = "string",
NgfwDevice = "string",
PanoramaDevice = "string",
},
},
NtpServers = new Panos.Inputs.NtpSettingsNtpServersArgs
{
PrimaryNtpServer = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerArgs
{
AuthenticationType = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs
{
Autokey = null,
None = null,
SymmetricKey = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs
{
KeyId = 0,
Algorithm = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs
{
Md5 = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args
{
AuthenticationKey = "string",
},
Sha1 = new Panos.Inputs.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args
{
AuthenticationKey = "string",
},
},
},
},
NtpServerAddress = "string",
},
SecondaryNtpServer = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerArgs
{
AuthenticationType = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs
{
Autokey = null,
None = null,
SymmetricKey = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs
{
KeyId = 0,
Algorithm = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs
{
Md5 = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args
{
AuthenticationKey = "string",
},
Sha1 = new Panos.Inputs.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args
{
AuthenticationKey = "string",
},
},
},
},
NtpServerAddress = "string",
},
},
});
example, err := panos.NewNtpSettings(ctx, "ntpSettingsResource", &panos.NtpSettingsArgs{
Location: &panos.NtpSettingsLocationArgs{
System: &panos.NtpSettingsLocationSystemArgs{
NgfwDevice: pulumi.String("string"),
},
Template: &panos.NtpSettingsLocationTemplateArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStack: &panos.NtpSettingsLocationTemplateStackArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
},
NtpServers: &panos.NtpSettingsNtpServersArgs{
PrimaryNtpServer: &panos.NtpSettingsNtpServersPrimaryNtpServerArgs{
AuthenticationType: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs{
Autokey: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeAutokeyArgs{},
None: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeNoneArgs{},
SymmetricKey: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs{
KeyId: pulumi.Float64(0),
Algorithm: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
Md5: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
AuthenticationKey: pulumi.String("string"),
},
Sha1: &panos.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args{
AuthenticationKey: pulumi.String("string"),
},
},
},
},
NtpServerAddress: pulumi.String("string"),
},
SecondaryNtpServer: &panos.NtpSettingsNtpServersSecondaryNtpServerArgs{
AuthenticationType: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs{
Autokey: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeAutokeyArgs{},
None: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeNoneArgs{},
SymmetricKey: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs{
KeyId: pulumi.Float64(0),
Algorithm: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
Md5: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
AuthenticationKey: pulumi.String("string"),
},
Sha1: &panos.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args{
AuthenticationKey: pulumi.String("string"),
},
},
},
},
NtpServerAddress: pulumi.String("string"),
},
},
})
var ntpSettingsResource = new NtpSettings("ntpSettingsResource", NtpSettingsArgs.builder()
.location(NtpSettingsLocationArgs.builder()
.system(NtpSettingsLocationSystemArgs.builder()
.ngfwDevice("string")
.build())
.template(NtpSettingsLocationTemplateArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.templateStack(NtpSettingsLocationTemplateStackArgs.builder()
.name("string")
.ngfwDevice("string")
.panoramaDevice("string")
.build())
.build())
.ntpServers(NtpSettingsNtpServersArgs.builder()
.primaryNtpServer(NtpSettingsNtpServersPrimaryNtpServerArgs.builder()
.authenticationType(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs.builder()
.autokey()
.none()
.symmetricKey(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs.builder()
.keyId(0)
.algorithm(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs.builder()
.md5(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args.builder()
.authenticationKey("string")
.build())
.sha1(NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args.builder()
.authenticationKey("string")
.build())
.build())
.build())
.build())
.ntpServerAddress("string")
.build())
.secondaryNtpServer(NtpSettingsNtpServersSecondaryNtpServerArgs.builder()
.authenticationType(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs.builder()
.autokey()
.none()
.symmetricKey(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs.builder()
.keyId(0)
.algorithm(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs.builder()
.md5(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args.builder()
.authenticationKey("string")
.build())
.sha1(NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args.builder()
.authenticationKey("string")
.build())
.build())
.build())
.build())
.ntpServerAddress("string")
.build())
.build())
.build());
ntp_settings_resource = panos.NtpSettings("ntpSettingsResource",
location={
"system": {
"ngfw_device": "string",
},
"template": {
"name": "string",
"ngfw_device": "string",
"panorama_device": "string",
},
"template_stack": {
"name": "string",
"ngfw_device": "string",
"panorama_device": "string",
},
},
ntp_servers={
"primary_ntp_server": {
"authentication_type": {
"autokey": {},
"none": {},
"symmetric_key": {
"key_id": 0,
"algorithm": {
"md5": {
"authentication_key": "string",
},
"sha1": {
"authentication_key": "string",
},
},
},
},
"ntp_server_address": "string",
},
"secondary_ntp_server": {
"authentication_type": {
"autokey": {},
"none": {},
"symmetric_key": {
"key_id": 0,
"algorithm": {
"md5": {
"authentication_key": "string",
},
"sha1": {
"authentication_key": "string",
},
},
},
},
"ntp_server_address": "string",
},
})
const ntpSettingsResource = new panos.NtpSettings("ntpSettingsResource", {
location: {
system: {
ngfwDevice: "string",
},
template: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
templateStack: {
name: "string",
ngfwDevice: "string",
panoramaDevice: "string",
},
},
ntpServers: {
primaryNtpServer: {
authenticationType: {
autokey: {},
none: {},
symmetricKey: {
keyId: 0,
algorithm: {
md5: {
authenticationKey: "string",
},
sha1: {
authenticationKey: "string",
},
},
},
},
ntpServerAddress: "string",
},
secondaryNtpServer: {
authenticationType: {
autokey: {},
none: {},
symmetricKey: {
keyId: 0,
algorithm: {
md5: {
authenticationKey: "string",
},
sha1: {
authenticationKey: "string",
},
},
},
},
ntpServerAddress: "string",
},
},
});
type: panos:NtpSettings
properties:
location:
system:
ngfwDevice: string
template:
name: string
ngfwDevice: string
panoramaDevice: string
templateStack:
name: string
ngfwDevice: string
panoramaDevice: string
ntpServers:
primaryNtpServer:
authenticationType:
autokey: {}
none: {}
symmetricKey:
algorithm:
md5:
authenticationKey: string
sha1:
authenticationKey: string
keyId: 0
ntpServerAddress: string
secondaryNtpServer:
authenticationType:
autokey: {}
none: {}
symmetricKey:
algorithm:
md5:
authenticationKey: string
sha1:
authenticationKey: string
keyId: 0
ntpServerAddress: string
NtpSettings Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NtpSettings resource accepts the following input properties:
- Location
Ntp
Settings Location - The location of this object.
- Ntp
Servers NtpSettings Ntp Servers
- Location
Ntp
Settings Location Args - The location of this object.
- Ntp
Servers NtpSettings Ntp Servers Args
- location
Ntp
Settings Location - The location of this object.
- ntp
Servers NtpSettings Ntp Servers
- location
Ntp
Settings Location - The location of this object.
- ntp
Servers NtpSettings Ntp Servers
- location
Ntp
Settings Location Args - The location of this object.
- ntp_
servers NtpSettings Ntp Servers Args
- location Property Map
- The location of this object.
- ntp
Servers Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the NtpSettings resource produces the following output properties:
- Encrypted
Values Dictionary<string, string> - Id string
- The provider-assigned unique ID for this managed resource.
- Encrypted
Values map[string]string - Id string
- The provider-assigned unique ID for this managed resource.
- encrypted
Values Map<String,String> - id String
- The provider-assigned unique ID for this managed resource.
- encrypted
Values {[key: string]: string} - id string
- The provider-assigned unique ID for this managed resource.
- encrypted_
values Mapping[str, str] - id str
- The provider-assigned unique ID for this managed resource.
- encrypted
Values Map<String> - id String
- The provider-assigned unique ID for this managed resource.
Look up Existing NtpSettings Resource
Get an existing NtpSettings 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?: NtpSettingsState, opts?: CustomResourceOptions): NtpSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
encrypted_values: Optional[Mapping[str, str]] = None,
location: Optional[NtpSettingsLocationArgs] = None,
ntp_servers: Optional[NtpSettingsNtpServersArgs] = None) -> NtpSettings
func GetNtpSettings(ctx *Context, name string, id IDInput, state *NtpSettingsState, opts ...ResourceOption) (*NtpSettings, error)
public static NtpSettings Get(string name, Input<string> id, NtpSettingsState? state, CustomResourceOptions? opts = null)
public static NtpSettings get(String name, Output<String> id, NtpSettingsState state, CustomResourceOptions options)
resources: _: type: panos:NtpSettings get: id: ${id}
- 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.
- Encrypted
Values Dictionary<string, string> - Location
Ntp
Settings Location - The location of this object.
- Ntp
Servers NtpSettings Ntp Servers
- Encrypted
Values map[string]string - Location
Ntp
Settings Location Args - The location of this object.
- Ntp
Servers NtpSettings Ntp Servers Args
- encrypted
Values Map<String,String> - location
Ntp
Settings Location - The location of this object.
- ntp
Servers NtpSettings Ntp Servers
- encrypted
Values {[key: string]: string} - location
Ntp
Settings Location - The location of this object.
- ntp
Servers NtpSettings Ntp Servers
- encrypted_
values Mapping[str, str] - location
Ntp
Settings Location Args - The location of this object.
- ntp_
servers NtpSettings Ntp Servers Args
- encrypted
Values Map<String> - location Property Map
- The location of this object.
- ntp
Servers Property Map
Supporting Types
NtpSettingsLocation, NtpSettingsLocationArgs
- System
Ntp
Settings Location System - Located in a system settings.
- Template
Ntp
Settings Location Template - Located in a specific template.
- Template
Stack NtpSettings Location Template Stack - Located in a specific template stack.
- System
Ntp
Settings Location System - Located in a system settings.
- Template
Ntp
Settings Location Template - Located in a specific template.
- Template
Stack NtpSettings Location Template Stack - Located in a specific template stack.
- system
Ntp
Settings Location System - Located in a system settings.
- template
Ntp
Settings Location Template - Located in a specific template.
- template
Stack NtpSettings Location Template Stack - Located in a specific template stack.
- system
Ntp
Settings Location System - Located in a system settings.
- template
Ntp
Settings Location Template - Located in a specific template.
- template
Stack NtpSettings Location Template Stack - Located in a specific template stack.
- system
Ntp
Settings Location System - Located in a system settings.
- template
Ntp
Settings Location Template - Located in a specific template.
- template_
stack NtpSettings Location Template Stack - Located in a specific template stack.
- system Property Map
- Located in a system settings.
- template Property Map
- Located in a specific template.
- template
Stack Property Map - Located in a specific template stack.
NtpSettingsLocationSystem, NtpSettingsLocationSystemArgs
- Ngfw
Device string - The NGFW device.
- Ngfw
Device string - The NGFW device.
- ngfw
Device String - The NGFW device.
- ngfw
Device string - The NGFW device.
- ngfw_
device str - The NGFW device.
- ngfw
Device String - The NGFW device.
NtpSettingsLocationTemplate, NtpSettingsLocationTemplateArgs
- Name string
- The template.
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- Name string
- The template.
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- name String
- The template.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
- name string
- The template.
- ngfw
Device string - The NGFW device.
- panorama
Device string - The panorama device.
- name str
- The template.
- ngfw_
device str - The NGFW device.
- panorama_
device str - The panorama device.
- name String
- The template.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
NtpSettingsLocationTemplateStack, NtpSettingsLocationTemplateStackArgs
- Name string
- The template stack.
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- Name string
- The template stack.
- Ngfw
Device string - The NGFW device.
- Panorama
Device string - The panorama device.
- name String
- The template stack.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
- name string
- The template stack.
- ngfw
Device string - The NGFW device.
- panorama
Device string - The panorama device.
- name str
- The template stack.
- ngfw_
device str - The NGFW device.
- panorama_
device str - The panorama device.
- name String
- The template stack.
- ngfw
Device String - The NGFW device.
- panorama
Device String - The panorama device.
NtpSettingsNtpServers, NtpSettingsNtpServersArgs
NtpSettingsNtpServersPrimaryNtpServer, NtpSettingsNtpServersPrimaryNtpServerArgs
- Authentication
Type NtpSettings Ntp Servers Primary Ntp Server Authentication Type - Ntp
Server stringAddress - NTP Server IP Address or Domain Name
- Authentication
Type NtpSettings Ntp Servers Primary Ntp Server Authentication Type - Ntp
Server stringAddress - NTP Server IP Address or Domain Name
- authentication
Type NtpSettings Ntp Servers Primary Ntp Server Authentication Type - ntp
Server StringAddress - NTP Server IP Address or Domain Name
- authentication
Type NtpSettings Ntp Servers Primary Ntp Server Authentication Type - ntp
Server stringAddress - NTP Server IP Address or Domain Name
- authentication_
type NtpSettings Ntp Servers Primary Ntp Server Authentication Type - ntp_
server_ straddress - NTP Server IP Address or Domain Name
- authentication
Type Property Map - ntp
Server StringAddress - NTP Server IP Address or Domain Name
NtpSettingsNtpServersPrimaryNtpServerAuthenticationType, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKey, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs
- Key
Id double - Symmetric Key Number
- Algorithm
Ntp
Settings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm
- Key
Id float64 - Symmetric Key Number
- Algorithm
Ntp
Settings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm
- key
Id Double - Symmetric Key Number
- algorithm
Ntp
Settings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm
- key
Id number - Symmetric Key Number
- algorithm
Ntp
Settings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm
- key_
id float - Symmetric Key Number
- algorithm
Ntp
Settings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm
- key
Id Number - Symmetric Key Number
- algorithm Property Map
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args
- Authentication
Key string - Symmetric Key MD5 String
- Authentication
Key string - Symmetric Key MD5 String
- authentication
Key String - Symmetric Key MD5 String
- authentication
Key string - Symmetric Key MD5 String
- authentication_
key str - Symmetric Key MD5 String
- authentication
Key String - Symmetric Key MD5 String
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args
- Authentication
Key string - Symmetric Key SHA1 Hexadecimal
- Authentication
Key string - Symmetric Key SHA1 Hexadecimal
- authentication
Key String - Symmetric Key SHA1 Hexadecimal
- authentication
Key string - Symmetric Key SHA1 Hexadecimal
- authentication_
key str - Symmetric Key SHA1 Hexadecimal
- authentication
Key String - Symmetric Key SHA1 Hexadecimal
NtpSettingsNtpServersSecondaryNtpServer, NtpSettingsNtpServersSecondaryNtpServerArgs
- Authentication
Type NtpSettings Ntp Servers Secondary Ntp Server Authentication Type - Ntp
Server stringAddress - NTP Server IP Address or Domain Name
- Authentication
Type NtpSettings Ntp Servers Secondary Ntp Server Authentication Type - Ntp
Server stringAddress - NTP Server IP Address or Domain Name
- authentication
Type NtpSettings Ntp Servers Secondary Ntp Server Authentication Type - ntp
Server StringAddress - NTP Server IP Address or Domain Name
- authentication
Type NtpSettings Ntp Servers Secondary Ntp Server Authentication Type - ntp
Server stringAddress - NTP Server IP Address or Domain Name
- authentication_
type NtpSettings Ntp Servers Secondary Ntp Server Authentication Type - ntp_
server_ straddress - NTP Server IP Address or Domain Name
- authentication
Type Property Map - ntp
Server StringAddress - NTP Server IP Address or Domain Name
NtpSettingsNtpServersSecondaryNtpServerAuthenticationType, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKey, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs
- Key
Id double - Symmetric Key Number
- Algorithm
Ntp
Settings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm
- Key
Id float64 - Symmetric Key Number
- Algorithm
Ntp
Settings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm
- key
Id Double - Symmetric Key Number
- algorithm
Ntp
Settings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm
- key
Id number - Symmetric Key Number
- algorithm
Ntp
Settings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm
- key_
id float - Symmetric Key Number
- algorithm
Ntp
Settings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm
- key
Id Number - Symmetric Key Number
- algorithm Property Map
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args
- Authentication
Key string - Symmetric Key MD5 String
- Authentication
Key string - Symmetric Key MD5 String
- authentication
Key String - Symmetric Key MD5 String
- authentication
Key string - Symmetric Key MD5 String
- authentication_
key str - Symmetric Key MD5 String
- authentication
Key String - Symmetric Key MD5 String
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args
- Authentication
Key string - Symmetric Key SHA1 Hexadecimal
- Authentication
Key string - Symmetric Key SHA1 Hexadecimal
- authentication
Key String - Symmetric Key SHA1 Hexadecimal
- authentication
Key string - Symmetric Key SHA1 Hexadecimal
- authentication_
key str - Symmetric Key SHA1 Hexadecimal
- authentication
Key String - Symmetric Key SHA1 Hexadecimal
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panos
Terraform Provider.