C# (CSharp) Amazon.ElasticLoadBalancingV2.Model Пространство имен

Пространства имен

Amazon.ElasticLoadBalancingV2.Model.Internal

Классы

Имя Описание
Action Information about an action.
AddTagsRequest Container for the parameters to the AddTags operation. Adds the specified tags to the specified resource. You can tag your Application Load Balancers and your target groups.

Each tag consists of a key and an optional value. If a resource already has a tag with the same key, AddTags updates its value.

To list the current tags for your resources, use DescribeTags. To remove tags from your resources, use RemoveTags.

AvailabilityZone Information about an Availability Zone.
Certificate Information about an SSL server certificate deployed on a load balancer.
CertificateNotFoundException
Cipher Information about a cipher used in a policy.
CreateListenerRequest Container for the parameters to the CreateListener operation. Creates a listener for the specified Application Load Balancer.

You can create up to 10 listeners per load balancer.

To update a listener, use ModifyListener. When you are finished with a listener, you can delete it using DeleteListener. If you are finished with both the listener and the load balancer, you can delete them both using DeleteLoadBalancer.

For more information, see Listeners for Your Application Load Balancers in the Application Load Balancers Guide.

CreateListenerResponse Contains the output of CreateListener.
CreateLoadBalancerRequest Container for the parameters to the CreateLoadBalancer operation. Creates an Application Load Balancer.

To create listeners for your load balancer, use CreateListener. You can add security groups, subnets, and tags when you create your load balancer, or you can add them later using SetSecurityGroups, SetSubnets, and AddTags.

To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.

You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Limits for Your Application Load Balancer in the Application Load Balancers Guide.

For more information, see Application Load Balancers in the Application Load Balancers Guide.

CreateLoadBalancerResponse Contains the output of CreateLoadBalancer.
CreateRuleRequest Container for the parameters to the CreateRule operation. Creates a rule for the specified listener.

Each rule can have one action and one condition. Rules are evaluated in priority order, from the lowest value to the highest value. When the condition for a rule is met, the specified action is taken. If no conditions are met, the default action for the default rule is taken. For more information, see Listener Rules in the Application Load Balancers Guide.

To view your current rules, use DescribeRules. To update a rule, use ModifyRule. To set the priorities of your rules, use SetRulePriorities. To delete a rule, use DeleteRule.

CreateRuleResponse Contains the output of CreateRule.
CreateTargetGroupRequest Container for the parameters to the CreateTargetGroup operation. Creates a target group.

To register targets with the target group, use RegisterTargets. To update the health check settings for the target group, use ModifyTargetGroup. To monitor the health of targets in the target group, use DescribeTargetHealth.

To route traffic to the targets in a target group, specify the target group in an action using CreateListener or CreateRule.

To delete a target group, use DeleteTargetGroup.

For more information, see Target Groups for Your Application Load Balancers in the Application Load Balancers Guide.

CreateTargetGroupResponse Contains the output of CreateTargetGroup.
DeleteListenerRequest Container for the parameters to the DeleteListener operation. Deletes the specified listener.

Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer.

DeleteLoadBalancerRequest Container for the parameters to the DeleteLoadBalancer operation. Deletes the specified Application Load Balancer and its attached listeners.

You can't delete a load balancer if deletion protection is enabled. If the load balancer does not exist or has already been deleted, the call succeeds.

Deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. If you no longer need these EC2 instances, you can stop or terminate them.

DeleteRuleRequest Container for the parameters to the DeleteRule operation. Deletes the specified rule.
DeleteTargetGroupRequest Container for the parameters to the DeleteTargetGroup operation. Deletes the specified target group.

You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks.

DeregisterTargetsRequest Container for the parameters to the DeregisterTargets operation. Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.
DescribeListenersRequest Container for the parameters to the DescribeListeners operation. Describes the specified listeners or the listeners for the specified Application Load Balancer. You must specify either a load balancer or one or more listeners.
DescribeListenersResponse Contains the output of DescribeListeners.
DescribeLoadBalancerAttributesResponse Contains the output of DescribeLoadBalancerAttributes.
DescribeLoadBalancersRequest Container for the parameters to the DescribeLoadBalancers operation. Describes the specified Application Load Balancers or all of your Application Load Balancers.

To describe the listeners for a load balancer, use DescribeListeners. To describe the attributes for a load balancer, use DescribeLoadBalancerAttributes.

DescribeLoadBalancersResponse Contains the output of DescribeLoadBalancers.
DescribeRulesRequest Container for the parameters to the DescribeRules operation. Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
DescribeRulesResponse Contains the output of DescribeRules.
DescribeSSLPoliciesRequest Container for the parameters to the DescribeSSLPolicies operation. Describes the specified policies or all policies used for SSL negotiation.

Note that the only supported policy at this time is ELBSecurityPolicy-2015-05.

DescribeSSLPoliciesResponse Contains the output of DescribeSSLPolicies.
DescribeTagsRequest Container for the parameters to the DescribeTags operation. Describes the tags for the specified resources.
DescribeTagsResponse Contains the output of DescribeTags.
DescribeTargetGroupAttributesRequest Container for the parameters to the DescribeTargetGroupAttributes operation. Describes the attributes for the specified target group.
DescribeTargetGroupAttributesResponse Contains the output of DescribeTargetGroupAttributes.
DescribeTargetGroupsRequest Container for the parameters to the DescribeTargetGroups operation. Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.

To describe the targets for a target group, use DescribeTargetHealth. To describe the attributes of a target group, use DescribeTargetGroupAttributes.

DescribeTargetGroupsResponse Contains the output of DescribeTargetGroups.
DescribeTargetHealthRequest Container for the parameters to the DescribeTargetHealth operation. Describes the health of the specified targets or all of your targets.
DescribeTargetHealthResponse Contains the output of DescribeTargetHealth.
DuplicateListenerException
DuplicateLoadBalancerNameException
DuplicateTagKeysException
DuplicateTargetGroupNameException
HealthUnavailableException
IncompatibleProtocolsException
InvalidConfigurationRequestException
InvalidSchemeException
InvalidSecurityGroupException
InvalidSubnetException
InvalidTargetException
Listener Information about a listener.
ListenerNotFoundException
LoadBalancer Information about a load balancer.
LoadBalancerAttribute Information about a load balancer attribute.
LoadBalancerNotFoundException
LoadBalancerState Information about the state of the load balancer.
Matcher Information to use when checking for a successful response from a target.
ModifyListenerRequest Container for the parameters to the ModifyListener operation. Modifies the specified properties of the specified listener.

Any properties that you do not specify retain their current values. However, changing the protocol from HTTPS to HTTP removes the security policy and SSL certificate properties. If you change the protocol from HTTP to HTTPS, you must add the security policy.

ModifyListenerResponse Contains the output of ModifyListener.
ModifyLoadBalancerAttributesRequest Container for the parameters to the ModifyLoadBalancerAttributes operation. Modifies the specified attributes of the specified Application Load Balancer.

If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.

ModifyLoadBalancerAttributesResponse Contains the output of ModifyLoadBalancerAttributes.
ModifyRuleRequest Container for the parameters to the ModifyRule operation. Modifies the specified rule.

Any existing properties that you do not modify retain their current values.

To modify the default action, use ModifyListener.

ModifyRuleResponse Contains the output of ModifyRules.
ModifyTargetGroupAttributesRequest Container for the parameters to the ModifyTargetGroupAttributes operation. Modifies the specified attributes of the specified target group.
ModifyTargetGroupAttributesResponse Contains the output of ModifyTargetGroupAttributes.
ModifyTargetGroupRequest Container for the parameters to the ModifyTargetGroup operation. Modifies the health checks used when evaluating the health state of the targets in the specified target group.

To monitor the health of the targets, use DescribeTargetHealth.

ModifyTargetGroupResponse Contains the output of ModifyTargetGroup.
OperationNotPermittedException
PriorityInUseException
RegisterTargetsRequest Container for the parameters to the RegisterTargets operation. Registers the specified targets with the specified target group.

By default, the load balancer routes requests to registered targets using the protocol and port number for the target group. Alternatively, you can override the port for a target when you register it.

The target must be in the virtual private cloud (VPC) that you specified for the target group. If the target is an EC2 instance, it can't be in the stopped or running state when you register it.

To remove a target from a target group, use DeregisterTargets.

RemoveTagsRequest Container for the parameters to the RemoveTags operation. Removes the specified tags from the specified resource.

To list the current tags for your resources, use DescribeTags.

ResourceInUseException
Rule Information about a rule.
RuleCondition Information about a condition for a rule.
RuleNotFoundException
RulePriorityPair Information about the priorities for the rules for a listener.
SSLPolicyNotFoundException
SetRulePrioritiesRequest Container for the parameters to the SetRulePriorities operation. Sets the priorities of the specified rules.

You can reorder the rules as long as there are no priority conflicts in the new order. Any existing rules that you do not specify retain their current priority.

SetRulePrioritiesResponse Contains the output of SetRulePriorities.
SetSecurityGroupsRequest Container for the parameters to the SetSecurityGroups operation. Associates the specified security groups with the specified load balancer. The specified security groups override the previously associated security groups.
SetSecurityGroupsResponse Contains the output of SetSecurityGroups.
SetSubnetsRequest Container for the parameters to the SetSubnets operation. Enables the Availability Zone for the specified subnets for the specified load balancer. The specified subnets replace the previously enabled subnets.
SetSubnetsResponse Contains the output of SetSubnets.
SslPolicy Information about a policy used for SSL negotiation.
SubnetNotFoundException
Tag Information about a tag.
TagDescription The tags associated with a resource.
TargetDescription Information about a target.
TargetGroup Information about a target group.
TargetGroupAssociationLimitException
TargetGroupAttribute Information about a target group attribute.
TargetGroupNotFoundException
TargetHealth Information about the current health of a target.
TargetHealthDescription Information about the health of a target.
TooManyCertificatesException
TooManyListenersException
TooManyLoadBalancersException
TooManyRegistrationsForTargetIdException
TooManyRulesException
TooManyTagsException
TooManyTargetGroupsException
TooManyTargetsException
UnsupportedProtocolException