Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.84 KB

Loadbalancer.md

File metadata and controls

25 lines (21 loc) · 1.84 KB

Org.OpenAPITools.Model.Loadbalancer

Load Balancer information.

Properties

Name Type Description Notes
Id string A unique ID for the Load Balancer. [optional]
DateCreated string Date this Load Balancer was created. [optional]
Region string The Region id where the Load Balancer is located. [optional]
Label string The user-supplied label for this load-balancer. [optional]
Status string The current status. * active [optional]
Ipv4 string The IPv4 address of this Load Balancer. [optional]
Ipv6 string The IPv6 address of this Load Balancer. [optional]
GenericInfo LoadbalancerGenericInfo [optional]
HealthCheck LoadbalancerHealthCheck [optional]
HasSsl bool Indicates if this Load Balancer has an SSL certificate installed. [optional]
Http2 bool Indicates if this Load Balancer has HTTP2 enabled. [optional]
Nodes int The number of nodes to add to the load balancer (1-99), must be an odd number. This defaults to 1. [optional]
ForwardRules List<LoadbalancerForwardRulesInner> An array of forwarding rule objects. [optional]
Instances List<string> Array of Instance ids attached to this Load Balancer. [optional]
FirewallRules List<LoadbalancerFirewallRulesInner> An array of firewall rule objects. [optional]

[Back to Model list] [Back to API list] [Back to README]