public static final class LoadBalancerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoadBalancerProps
software.amazon.jsii.JsiiObject.InitializationModeLoadBalancerProps.Builder, LoadBalancerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
getHealthCheck()
Health check settings for the load balancing targets.
|
Boolean |
getInternetFacing()
Whether this is an internet-facing Load Balancer
This controls whether the LB has a public IP address assigned.
|
List<LoadBalancerListener> |
getListeners()
What listeners to set up for the load balancer.
|
List<ILoadBalancerTarget> |
getTargets()
What targets to load balance to.
|
software.amazon.awscdk.services.ec2.VpcNetworkRef |
getVpc()
VPC network of the fleet instances
|
void |
setHealthCheck(HealthCheck value)
Health check settings for the load balancing targets.
|
void |
setInternetFacing(Boolean value)
Whether this is an internet-facing Load Balancer
This controls whether the LB has a public IP address assigned.
|
void |
setListeners(List<LoadBalancerListener> value)
What listeners to set up for the load balancer.
|
void |
setTargets(List<ILoadBalancerTarget> value)
What targets to load balance to.
|
void |
setVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
VPC network of the fleet instances
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public software.amazon.awscdk.services.ec2.VpcNetworkRef getVpc()
getVpc in interface LoadBalancerPropspublic void setVpc(software.amazon.awscdk.services.ec2.VpcNetworkRef value)
setVpc in interface LoadBalancerProps@Nullable public HealthCheck getHealthCheck()
getHealthCheck in interface LoadBalancerPropspublic void setHealthCheck(@Nullable HealthCheck value)
setHealthCheck in interface LoadBalancerProps@Nullable public Boolean getInternetFacing()
getInternetFacing in interface LoadBalancerPropspublic void setInternetFacing(@Nullable Boolean value)
setInternetFacing in interface LoadBalancerProps@Nullable public List<LoadBalancerListener> getListeners()
getListeners in interface LoadBalancerPropspublic void setListeners(@Nullable List<LoadBalancerListener> value)
setListeners in interface LoadBalancerProps@Nullable public List<ILoadBalancerTarget> getTargets()
getTargets in interface LoadBalancerPropspublic void setTargets(@Nullable List<ILoadBalancerTarget> value)
setTargets in interface LoadBalancerPropsCopyright © 2018. All rights reserved.