Skip to content

GlobalDatabaseNetworkProps

Properties for defining a GlobalDatabaseNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-globaldatabasenetwork

Initializer

import com.aliyun.ros.cdk.polardb.GlobalDatabaseNetworkProps;
GlobalDatabaseNetworkProps.builder()
    .dbClusterId(java.lang.String)
    .dbClusterId(IResolvable)
//  .gdnDescription(java.lang.String)
//  .gdnDescription(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
    .build();

Properties

Name Type Description
dbClusterId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dbClusterId: The ID of the primary cluster.
gdnDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property gdnDescription: The description of the GDN.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group.

dbClusterIdRequired

public java.lang.Object getDbClusterId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property dbClusterId: The ID of the primary cluster.


gdnDescriptionOptional

public java.lang.Object getGdnDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property gdnDescription: The description of the GDN.


resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group.