Class NtpArgs
Inherited Members
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 SourceNtpArgs()
Declaration
public NtpArgs()
Properties
View SourceDescription
Name of the ntp Servers
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |