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: &.NtpSettingsLocationArgs{
System: &.NtpSettingsLocationSystemArgs{
NgfwDevice: pulumi.String("string"),
},
Template: &.NtpSettingsLocationTemplateArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
TemplateStack: &.NtpSettingsLocationTemplateStackArgs{
Name: pulumi.String("string"),
NgfwDevice: pulumi.String("string"),
PanoramaDevice: pulumi.String("string"),
},
},
NtpServers: &.NtpSettingsNtpServersArgs{
PrimaryNtpServer: &.NtpSettingsNtpServersPrimaryNtpServerArgs{
AuthenticationType: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs{
Autokey: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeAutokeyArgs{
},
None: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeNoneArgs{
},
SymmetricKey: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs{
KeyId: pulumi.Float64(0),
Algorithm: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
Md5: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
AuthenticationKey: pulumi.String("string"),
},
Sha1: &.NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args{
AuthenticationKey: pulumi.String("string"),
},
},
},
},
NtpServerAddress: pulumi.String("string"),
},
SecondaryNtpServer: &.NtpSettingsNtpServersSecondaryNtpServerArgs{
AuthenticationType: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs{
Autokey: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeAutokeyArgs{
},
None: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeNoneArgs{
},
SymmetricKey: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs{
KeyId: pulumi.Float64(0),
Algorithm: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs{
Md5: &.NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args{
AuthenticationKey: pulumi.String("string"),
},
Sha1: &.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
NtpSettings Location 
- The location of this object.
- NtpServers NtpSettings Ntp Servers 
- Location
NtpSettings Location Args 
- The location of this object.
- NtpServers NtpSettings Ntp Servers Args 
- location
NtpSettings Location 
- The location of this object.
- ntpServers NtpSettings Ntp Servers 
- location
NtpSettings Location 
- The location of this object.
- ntpServers NtpSettings Ntp Servers 
- location
NtpSettings Location Args 
- The location of this object.
- ntp_servers NtpSettings Ntp Servers Args 
- location Property Map
- The location of this object.
- ntpServers Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the NtpSettings resource produces the following output properties:
- EncryptedValues Dictionary<string, string>
- Id string
- The provider-assigned unique ID for this managed resource.
- EncryptedValues map[string]string
- Id string
- The provider-assigned unique ID for this managed resource.
- encryptedValues Map<String,String>
- id String
- The provider-assigned unique ID for this managed resource.
- encryptedValues {[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.
- encryptedValues 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) -> NtpSettingsfunc 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.
- EncryptedValues Dictionary<string, string>
- Location
NtpSettings Location 
- The location of this object.
- NtpServers NtpSettings Ntp Servers 
- EncryptedValues map[string]string
- Location
NtpSettings Location Args 
- The location of this object.
- NtpServers NtpSettings Ntp Servers Args 
- encryptedValues Map<String,String>
- location
NtpSettings Location 
- The location of this object.
- ntpServers NtpSettings Ntp Servers 
- encryptedValues {[key: string]: string}
- location
NtpSettings Location 
- The location of this object.
- ntpServers NtpSettings Ntp Servers 
- encrypted_values Mapping[str, str]
- location
NtpSettings Location Args 
- The location of this object.
- ntp_servers NtpSettings Ntp Servers Args 
- encryptedValues Map<String>
- location Property Map
- The location of this object.
- ntpServers Property Map
Supporting Types
NtpSettingsLocation, NtpSettingsLocationArgs      
- System
NtpSettings Location System 
- Located in a system settings.
- Template
NtpSettings Location Template 
- Located in a specific template.
- TemplateStack NtpSettings Location Template Stack 
- Located in a specific template stack.
- System
NtpSettings Location System 
- Located in a system settings.
- Template
NtpSettings Location Template 
- Located in a specific template.
- TemplateStack NtpSettings Location Template Stack 
- Located in a specific template stack.
- system
NtpSettings Location System 
- Located in a system settings.
- template
NtpSettings Location Template 
- Located in a specific template.
- templateStack NtpSettings Location Template Stack 
- Located in a specific template stack.
- system
NtpSettings Location System 
- Located in a system settings.
- template
NtpSettings Location Template 
- Located in a specific template.
- templateStack NtpSettings Location Template Stack 
- Located in a specific template stack.
- system
NtpSettings Location System 
- Located in a system settings.
- template
NtpSettings 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.
- templateStack Property Map
- Located in a specific template stack.
NtpSettingsLocationSystem, NtpSettingsLocationSystemArgs        
- NgfwDevice string
- The NGFW device.
- NgfwDevice string
- The NGFW device.
- ngfwDevice String
- The NGFW device.
- ngfwDevice string
- The NGFW device.
- ngfw_device str
- The NGFW device.
- ngfwDevice String
- The NGFW device.
NtpSettingsLocationTemplate, NtpSettingsLocationTemplateArgs        
- Name string
- The template.
- NgfwDevice string
- The NGFW device.
- PanoramaDevice string
- The panorama device.
- Name string
- The template.
- NgfwDevice string
- The NGFW device.
- PanoramaDevice string
- The panorama device.
- name String
- The template.
- ngfwDevice String
- The NGFW device.
- panoramaDevice String
- The panorama device.
- name string
- The template.
- ngfwDevice string
- The NGFW device.
- panoramaDevice string
- The panorama device.
- name str
- The template.
- ngfw_device str
- The NGFW device.
- panorama_device str
- The panorama device.
- name String
- The template.
- ngfwDevice String
- The NGFW device.
- panoramaDevice String
- The panorama device.
NtpSettingsLocationTemplateStack, NtpSettingsLocationTemplateStackArgs          
- Name string
- The template stack.
- NgfwDevice string
- The NGFW device.
- PanoramaDevice string
- The panorama device.
- Name string
- The template stack.
- NgfwDevice string
- The NGFW device.
- PanoramaDevice string
- The panorama device.
- name String
- The template stack.
- ngfwDevice String
- The NGFW device.
- panoramaDevice String
- The panorama device.
- name string
- The template stack.
- ngfwDevice string
- The NGFW device.
- panoramaDevice 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.
- ngfwDevice String
- The NGFW device.
- panoramaDevice String
- The panorama device.
NtpSettingsNtpServers, NtpSettingsNtpServersArgs        
NtpSettingsNtpServersPrimaryNtpServer, NtpSettingsNtpServersPrimaryNtpServerArgs              
- AuthenticationType NtpSettings Ntp Servers Primary Ntp Server Authentication Type 
- NtpServer stringAddress 
- NTP Server IP Address or Domain Name
- AuthenticationType NtpSettings Ntp Servers Primary Ntp Server Authentication Type 
- NtpServer stringAddress 
- NTP Server IP Address or Domain Name
- authenticationType NtpSettings Ntp Servers Primary Ntp Server Authentication Type 
- ntpServer StringAddress 
- NTP Server IP Address or Domain Name
- authenticationType NtpSettings Ntp Servers Primary Ntp Server Authentication Type 
- ntpServer 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
- authenticationType Property Map
- ntpServer StringAddress 
- NTP Server IP Address or Domain Name
NtpSettingsNtpServersPrimaryNtpServerAuthenticationType, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeArgs                  
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKey, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyArgs                      
- KeyId double
- Symmetric Key Number
- Algorithm
NtpSettings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm 
- KeyId float64
- Symmetric Key Number
- Algorithm
NtpSettings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm 
- keyId Double
- Symmetric Key Number
- algorithm
NtpSettings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm 
- keyId number
- Symmetric Key Number
- algorithm
NtpSettings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm 
- key_id float
- Symmetric Key Number
- algorithm
NtpSettings Ntp Servers Primary Ntp Server Authentication Type Symmetric Key Algorithm 
- keyId Number
- Symmetric Key Number
- algorithm Property Map
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs                        
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args                          
- AuthenticationKey string
- Symmetric Key MD5 String
- AuthenticationKey string
- Symmetric Key MD5 String
- authenticationKey String
- Symmetric Key MD5 String
- authenticationKey string
- Symmetric Key MD5 String
- authentication_key str
- Symmetric Key MD5 String
- authenticationKey String
- Symmetric Key MD5 String
NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1, NtpSettingsNtpServersPrimaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args                          
- AuthenticationKey string
- Symmetric Key SHA1 Hexadecimal
- AuthenticationKey string
- Symmetric Key SHA1 Hexadecimal
- authenticationKey String
- Symmetric Key SHA1 Hexadecimal
- authenticationKey string
- Symmetric Key SHA1 Hexadecimal
- authentication_key str
- Symmetric Key SHA1 Hexadecimal
- authenticationKey String
- Symmetric Key SHA1 Hexadecimal
NtpSettingsNtpServersSecondaryNtpServer, NtpSettingsNtpServersSecondaryNtpServerArgs              
- AuthenticationType NtpSettings Ntp Servers Secondary Ntp Server Authentication Type 
- NtpServer stringAddress 
- NTP Server IP Address or Domain Name
- AuthenticationType NtpSettings Ntp Servers Secondary Ntp Server Authentication Type 
- NtpServer stringAddress 
- NTP Server IP Address or Domain Name
- authenticationType NtpSettings Ntp Servers Secondary Ntp Server Authentication Type 
- ntpServer StringAddress 
- NTP Server IP Address or Domain Name
- authenticationType NtpSettings Ntp Servers Secondary Ntp Server Authentication Type 
- ntpServer 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
- authenticationType Property Map
- ntpServer StringAddress 
- NTP Server IP Address or Domain Name
NtpSettingsNtpServersSecondaryNtpServerAuthenticationType, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeArgs                  
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKey, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyArgs                      
- KeyId double
- Symmetric Key Number
- Algorithm
NtpSettings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm 
- KeyId float64
- Symmetric Key Number
- Algorithm
NtpSettings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm 
- keyId Double
- Symmetric Key Number
- algorithm
NtpSettings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm 
- keyId number
- Symmetric Key Number
- algorithm
NtpSettings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm 
- key_id float
- Symmetric Key Number
- algorithm
NtpSettings Ntp Servers Secondary Ntp Server Authentication Type Symmetric Key Algorithm 
- keyId Number
- Symmetric Key Number
- algorithm Property Map
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithm, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmArgs                        
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmMd5Args                          
- AuthenticationKey string
- Symmetric Key MD5 String
- AuthenticationKey string
- Symmetric Key MD5 String
- authenticationKey String
- Symmetric Key MD5 String
- authenticationKey string
- Symmetric Key MD5 String
- authentication_key str
- Symmetric Key MD5 String
- authenticationKey String
- Symmetric Key MD5 String
NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1, NtpSettingsNtpServersSecondaryNtpServerAuthenticationTypeSymmetricKeyAlgorithmSha1Args                          
- AuthenticationKey string
- Symmetric Key SHA1 Hexadecimal
- AuthenticationKey string
- Symmetric Key SHA1 Hexadecimal
- authenticationKey String
- Symmetric Key SHA1 Hexadecimal
- authenticationKey string
- Symmetric Key SHA1 Hexadecimal
- authentication_key str
- Symmetric Key SHA1 Hexadecimal
- authenticationKey String
- Symmetric Key SHA1 Hexadecimal
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the panosTerraform Provider.