Indicates if the specified CNAME is available.

Namespace: Amazon.ElasticBeanstalk.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CheckDNSAvailabilityResult()()()()
Initializes a new instance of the CheckDNSAvailabilityResult class
Available
Indicates if the specified CNAME is available:

Field Value

true : The CNAME is available.

Field Value

true : The CNAME is not available.
  • true : The CNAME is available.
  • false : The CNAME is not available.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FullyQualifiedCNAME
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

Constraints:

Length
1 - 255

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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAvailable(Boolean)
Sets the Available property
WithFullyQualifiedCNAME(String)
Sets the FullyQualifiedCNAME property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticBeanstalk.Model..::..CheckDNSAvailabilityResult

See Also