Skip to content

Commit

Permalink
Merge pull request #25 from CoreLayer/dev-0.1.3-17
Browse files Browse the repository at this point in the history
Field types on ServicegroupBindingServicegroupMemberConfiguration
  • Loading branch information
jantytgat authored Nov 3, 2020
2 parents f6bab33 + ccbf4fd commit 57d0fb7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ public class ServicegroupBindingServicegroupMemberConfiguration
public string NameServer { get; set; }
public string State { get; set; }
public double? HashId { get; set; }
public double? ServerId { get; set; }
public string ServerId { get; set; }
public string ServerName { get; set; }
public string CustomServerId { get; set; }
public double? Weight { get; set; }
public string Weight { get; set; }
[JsonPropertyName("dbsttl")]public double? DomainBasedServiceTtl { get; set; }
[JsonPropertyName("svcitmpriority")]public double? ServiceItemPriority { get; set; }
public double? Delay { get; set; }
public string StateChangeTimeSec { get; set; }
[JsonPropertyName("svrstate")]public string ServerState { get; set; }
public double? TicksSinceLastStateChange { get; set; }
public string TicksSinceLastStateChange { get; set; }
public string TrofsReason { get; set; }
public string Graceful { get; set; }
}
Expand Down

0 comments on commit 57d0fb7

Please sign in to comment.