Show / Hide Table of Contents

Class NtpArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NtpArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.F5BigIP.Sys
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class NtpArgs : ResourceArgs

Constructors

View Source

NtpArgs()

Declaration
public NtpArgs()

Properties

View Source

Description

Name of the ntp Servers

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Servers

Adds NTP servers to or deletes NTP servers from the BIG-IP system.

Declaration
public InputList<string> Servers { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Timezone

Specifies the time zone that you want to use for the system time.

Declaration
public Input<string> Timezone { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.