EC2MultiRegionTranslator Class |
Its distinctive feature is that it translates addresses according to the location of the server host:
Namespace: Dse
public class EC2MultiRegionTranslator : IAddressTranslator
The EC2MultiRegionTranslator type exposes the following members.
Name | Description | |
---|---|---|
EC2MultiRegionTranslator | Initializes a new instance of the EC2MultiRegionTranslator class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Translate |
Addresses in the same EC2 region are translated to private IPs and addresses in different EC2 regions
(than the client) are unchanged.
|