This data type is used as a response element in the following actions:
- CreateDBInstance
- DescribeDBInstances
- DeleteDBInstance

C# |
public class Endpoint

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Endpoint()()()() | Initializes a new instance of the Endpoint class |
![]() | Address |
Specifies the DNS address of the DB instance.
|
![]() | 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.) |
![]() | Port |
Specifies the port that the database engine is listening on.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAddress(String) | Obsolete.
Sets the Address property
|
![]() | WithPort(Int32) | Obsolete.
Sets the Port property
|

Object | |
![]() | Endpoint |