Indicates if the specified CNAME is available.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CheckDNSAvailabilityResult
Public Class CheckDNSAvailabilityResult
public ref class CheckDNSAvailabilityResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CheckDNSAvailabilityResult()()()() | Initializes a new instance of the CheckDNSAvailabilityResult class | |
| Available |
Indicates if the specified CNAME is available: Field Valuetrue : The CNAME is available.Field Valuetrue : The CNAME is not available.
| |
| Equals(Object) | (Inherited from Object.) | |
| FullyQualifiedCNAME |
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
Constraints: | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithAvailable(Boolean) |
Sets the Available property
| |
| WithFullyQualifiedCNAME(String) |
Sets the FullyQualifiedCNAME property
|