Container for the parameters to the ApplySecurityGroupsToLoadBalancer operation.
Namespace: Amazon.ElasticLoadBalancing.ModelAssociates one or more security groups with your LoadBalancer in VPC. The provided security group IDs will override any currently applied security groups.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ApplySecurityGroupsToLoadBalancerRequest : AmazonWebServiceRequest
Public Class ApplySecurityGroupsToLoadBalancerRequest _ Inherits AmazonWebServiceRequest
public ref class ApplySecurityGroupsToLoadBalancerRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ApplySecurityGroupsToLoadBalancerRequest()()()() | Initializes a new instance of the ApplySecurityGroupsToLoadBalancerRequest class | |
| Equals(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. The name must be unique within the client AWS account.
| |
| SecurityGroups |
A list of security group IDs to associate with your LoadBalancer in VPC. The security group IDs must be provided as the ID and not the
security group name (For example, sg-1234).
| |
| ToString()()()() | (Inherited from Object.) | |
| WithLoadBalancerName(String) |
Sets the LoadBalancerName property
| |
| WithSecurityGroups(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the SecurityGroups collection
| |
| WithSecurityGroups(array<String>[]()[][]) |
Adds elements to the SecurityGroups collection
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..ApplySecurityGroupsToLoadBalancerRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElasticLoadBalancing.Model..::..ApplySecurityGroupsToLoadBalancerRequest