AWS SDK for .NET Documentation
UpdateAvailabilityOptionsRequest Class
AmazonAmazon.CloudSearch.ModelUpdateAvailabilityOptionsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdateAvailabilityOptions operation.

Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide .

Declaration Syntax
C#
public class UpdateAvailabilityOptionsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateAvailabilityOptionsRequest()()()()
Initializes a new instance of the UpdateAvailabilityOptionsRequest class

DomainName
A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

Constraints:

Length
3 - 28
Pattern
[a-z][a-z0-9\-]+


Equals(Object)
Determines whether the specified Object is equal to the current 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.)
MultiAZ
You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDomainName(String) Obsolete.
Sets the DomainName property

WithMultiAZ(Boolean) Obsolete.
Sets the MultiAZ property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdateAvailabilityOptionsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)