ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
loadBalancerNameThe mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.
property -
instancePortThe port number associated with the back-end server.
property -
policyNamesList of policy names to be set. If the list is empty, then all current polices are removed from the back-end server.
property -
– addPolicyName:Adds a single object to policyNames. This function will alloc and init policyNames if not already done.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
instancePort
The port number associated with the back-end server.
@property (nonatomic, retain) NSNumber *instancePortDiscussion
The port number associated with the back-end server.
Declared In
ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.hloadBalancerName
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.
@property (nonatomic, retain) NSString *loadBalancerNameDiscussion
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.
Declared In
ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.hpolicyNames
List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server.
@property (nonatomic, retain) NSMutableArray *policyNamesDiscussion
List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server.
Declared In
ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.hInstance Methods
addPolicyName:
Adds a single object to policyNames. This function will alloc and init policyNames if not already done.
- (void)addPolicyName:(NSString *)policyNameObjectDiscussion
Adds a single object to policyNames. This function will alloc and init policyNames if not already done.
Declared In
ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.hdescription
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerRequest.h