Class ConfigurationTemplateCreateRequest
Configuration template
[DataContract]
public class ConfigurationTemplateCreateRequest
- Inheritance
-
ConfigurationTemplateCreateRequest
- Inherited Members
Properties
CopyFromNetworkOrConfigurationTemplateId
The ID of the network or config template to copy configuration from
[DataMember(Name = "copyFromNetworkId")]
public string? CopyFromNetworkOrConfigurationTemplateId { get; set; }
Property Value
Name
The name of the configuration template
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
TimeZone
The timezone of the configuration template, for example "Europe/London". For a list of allowed timezones, please see the "TZ database name" column in the table in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
[DataMember(Name = "timeZone")]
public string TimeZone { get; set; }