C# Class Amazon.ElasticLoadBalancing.Model.SetLoadBalancerPoliciesOfListenerRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
SetLoadBalancerPoliciesOfListenerRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

SetLoadBalancerPoliciesOfListenerRequest ( string loadBalancerName, int loadBalancerPort, List policyNames ) : System

Instantiates SetLoadBalancerPoliciesOfListenerRequest with the parameterized properties

Private Methods

Method Description
IsSetLoadBalancerName ( ) : bool
IsSetLoadBalancerPort ( ) : bool
IsSetPolicyNames ( ) : bool

Method Details

SetLoadBalancerPoliciesOfListenerRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public SetLoadBalancerPoliciesOfListenerRequest ( ) : System
return System

SetLoadBalancerPoliciesOfListenerRequest() public method

Instantiates SetLoadBalancerPoliciesOfListenerRequest with the parameterized properties
public SetLoadBalancerPoliciesOfListenerRequest ( string loadBalancerName, int loadBalancerPort, List policyNames ) : System
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