Namespace.DefinitionStages.WithIsZoneRedundant Interface
public static interface Namespace.DefinitionStages.WithIsZoneRedundant
The stage of the Namespace definition allowing to specify isZoneRedundant.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withIsZoneRedundant(Boolean isZoneRedundant)
Specifies the is |
Method Details
withIsZoneRedundant
public abstract Namespace.DefinitionStages.WithCreate withIsZoneRedundant(Boolean isZoneRedundant)
Specifies the isZoneRedundant property: This is an optional property and it allows the user to specify if the namespace resource supports zone-redundancy capability or not. If this property is not specified explicitly by the user, its default value depends on the following conditions: a. For Availability Zones enabled regions - The default property value would be true. b. For non-Availability Zones enabled regions - The default property value would be false. Once specified, this property cannot be updated..
Parameters:
Returns: