public class EdgeGatewayLoadBalancerResponse extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EdgeGatewayLoadBalancerResponse.ApplicationProfileApplication Profile. | 
| static class  | EdgeGatewayLoadBalancerResponse.ApplicationRuleThe type Application rule. | 
| static class  | EdgeGatewayLoadBalancerResponse.LoggingLogging. | 
| static class  | EdgeGatewayLoadBalancerResponse.MonitorThe type Monitor. | 
| static class  | EdgeGatewayLoadBalancerResponse.PoolVirtual Server Pool. | 
| static class  | EdgeGatewayLoadBalancerResponse.VirtualServerThe type Virtual server. | 
| Constructor and Description | 
|---|
| EdgeGatewayLoadBalancerResponse(Boolean enabled,
                               boolean enableServiceInsertion,
                               Boolean accelerationEnabled,
                               List<EdgeGatewayLoadBalancerResponse.VirtualServer> virtualServer,
                               List<EdgeGatewayLoadBalancerResponse.Pool> pool,
                               List<EdgeGatewayLoadBalancerResponse.ApplicationProfile> applicationProfile,
                               List<EdgeGatewayLoadBalancerResponse.ApplicationRule> applicationRule,
                               List<EdgeGatewayLoadBalancerResponse.Monitor> monitor,
                               EdgeGatewayLoadBalancerResponse.Logging logging)Instantiates a new Edge gateway load balancer response. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getAccelerationEnabled()Get whether acceleration is enabled. | 
| List<EdgeGatewayLoadBalancerResponse.ApplicationProfile> | getApplicationProfile()Get application profiles of the load balancer. | 
| List<EdgeGatewayLoadBalancerResponse.ApplicationRule> | getApplicationRule()Get application rules of the load balancer. | 
| Boolean | getEnabled()Get whether load balancer is enabled. | 
| EdgeGatewayLoadBalancerResponse.Logging | getLogging()Get logging of the load balancer. | 
| List<EdgeGatewayLoadBalancerResponse.Monitor> | getMonitor()Get monitors of the load balancer. | 
| List<EdgeGatewayLoadBalancerResponse.Pool> | getPool()Get pools of the load balancer. | 
| List<EdgeGatewayLoadBalancerResponse.VirtualServer> | getVirtualServer()Get virtual servers of the load balancer. | 
| boolean | isEnableServiceInsertion()Is enable service insertion enabled. | 
public EdgeGatewayLoadBalancerResponse(Boolean enabled, boolean enableServiceInsertion, Boolean accelerationEnabled, List<EdgeGatewayLoadBalancerResponse.VirtualServer> virtualServer, List<EdgeGatewayLoadBalancerResponse.Pool> pool, List<EdgeGatewayLoadBalancerResponse.ApplicationProfile> applicationProfile, List<EdgeGatewayLoadBalancerResponse.ApplicationRule> applicationRule, List<EdgeGatewayLoadBalancerResponse.Monitor> monitor, EdgeGatewayLoadBalancerResponse.Logging logging)
enabled - the enabledenableServiceInsertion - the enable service insertionaccelerationEnabled - the acceleration enabledvirtualServer - the virtual serverpool - the poolapplicationProfile - the application profileapplicationRule - the application rulemonitor - the monitorlogging - the loggingpublic Boolean getEnabled()
public boolean isEnableServiceInsertion()
public Boolean getAccelerationEnabled()
public List<EdgeGatewayLoadBalancerResponse.VirtualServer> getVirtualServer()
public List<EdgeGatewayLoadBalancerResponse.Pool> getPool()
public List<EdgeGatewayLoadBalancerResponse.ApplicationProfile> getApplicationProfile()
public List<EdgeGatewayLoadBalancerResponse.ApplicationRule> getApplicationRule()
public List<EdgeGatewayLoadBalancerResponse.Monitor> getMonitor()
public EdgeGatewayLoadBalancerResponse.Logging getLogging()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.