Container for the parameters to the CreateLoadBalancerPolicy operation.

Creates a new policy that contains the necessary attributes depending on the policy type. Policies are settings that are saved for your Elastic LoadBalancer and that can be applied to the front-end listener, or the back-end application server, depending on your policy type.

Namespace: Amazon.ElasticLoadBalancing.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class CreateLoadBalancerPolicyRequest : AmazonWebServiceRequest
Public Class CreateLoadBalancerPolicyRequest _
	Inherits AmazonWebServiceRequest
public ref class CreateLoadBalancerPolicyRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CreateLoadBalancerPolicyRequest()()()()
Initializes a new instance of the CreateLoadBalancerPolicyRequest class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
LoadBalancerName
The name associated with the LoadBalancer for which the policy is being created. This name must be unique within the client AWS account.
PolicyAttributes
A list of attributes associated with the policy being created.
PolicyName
The name of the LoadBalancer policy being created. The name must be unique within the set of policies for this LoadBalancer.
PolicyTypeName
The name of the base policy type being used to create this policy. To get the list of policy types, use the DescribeLoadBalancerPolicyTypes action.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithLoadBalancerName(String)
Sets the LoadBalancerName property
WithPolicyAttributes(array<PolicyAttribute>[]()[][])
Adds elements to the PolicyAttributes collection
WithPolicyAttributes(IEnumerable<(Of <<'(PolicyAttribute>)>>))
Adds elements to the PolicyAttributes collection
WithPolicyName(String)
Sets the PolicyName property
WithPolicyTypeName(String)
Sets the PolicyTypeName property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElasticLoadBalancing.Model..::..CreateLoadBalancerPolicyRequest

See Also