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 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.

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:

isZoneRedundant - 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.

Returns:

the next definition stage.

Applies to