Container for the parameters to the DescribeAvailabilityOptions operation.
Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide .

C# |
public class DescribeAvailabilityOptionsRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeAvailabilityOptionsRequest()()()() | Initializes a new instance of the DescribeAvailabilityOptionsRequest class |
![]() | Deployed |
Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.
|
![]() | DomainName |
The name of the domain you want to describe.
Constraints: |
![]() | 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.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDeployed(Boolean) | Obsolete.
Sets the Deployed property
|
![]() | WithDomainName(String) | Obsolete.
Sets the DomainName property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | DescribeAvailabilityOptionsRequest |