Interface: IAddNamespaceRegionRequest
cloudservice.v1.IAddNamespaceRegionRequest
Properties of an AddNamespaceRegionRequest.
Hierarchy
-
↳
IAddNamespaceRegionRequest
Properties
asyncOperationId
• Optional asyncOperationId: null | string
The id to use for this async operation - optional.
Inherited from
namespace
• Optional namespace: null | string
The namespace to add the region to.
Inherited from
region
• Optional region: null | string
The id of the standby region to add to the namespace. The GetRegions API can be used to get the list of valid region ids. Example: "aws-us-west-2".
Inherited from
resourceVersion
• Optional resourceVersion: null | string
The version of the namespace for which this add region operation is intended for. The latest version can be found in the GetNamespace operation response.