GlobalDatabaseNetworkProps
Properties for defining a GlobalDatabaseNetwork.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-globaldatabasenetwork
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.GlobalDatabaseNetworkProps {
DbClusterId: interface{},
GdnDescription: interface{},
ResourceGroupId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DbClusterId |
interface{} |
Property dbClusterId: The ID of the primary cluster. |
GdnDescription |
interface{} |
Property gdnDescription: The description of the GDN. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
DbClusterIdRequired
DbClusterId interface{}
- Type: interface{}
Property dbClusterId: The ID of the primary cluster.
GdnDescriptionOptional
GdnDescription interface{}
- Type: interface{}
Property gdnDescription: The description of the GDN.
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.