Method | Description | |
---|---|---|
SetLoadBalancerPoliciesOfListenerRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
SetLoadBalancerPoliciesOfListenerRequest ( string loadBalancerName, int loadBalancerPort, List |
Instantiates SetLoadBalancerPoliciesOfListenerRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetLoadBalancerName ( ) : bool | ||
IsSetLoadBalancerPort ( ) : bool | ||
IsSetPolicyNames ( ) : bool |
public SetLoadBalancerPoliciesOfListenerRequest ( ) : System | ||
return | System |
public SetLoadBalancerPoliciesOfListenerRequest ( string loadBalancerName, int loadBalancerPort, List |
||
loadBalancerName | string | The name of the load balancer. |
loadBalancerPort | int | The external port of the load balancer. |
policyNames | List |
The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled. |
return | System |