public CloudDBZone OpenCloudDBZone(CloudDBZoneConfig config, bool isAllowToCreate) =>
 CallAsWrapper <CloudDBZone>("openCloudDBZone", config, isAllowToCreate);
 public ITask <CloudDBZone> OpenCloudDBZone2(CloudDBZoneConfig config, bool isAllowToCreate) =>
 CallAsWrapper <TaskJavaObjectWrapper <CloudDBZone> >("openCloudDBZone2", config, isAllowToCreate);
 public CloudDBZone(CloudDBZoneConfig paramCloudDBZoneConfig) : base("com.huawei.agconnect.cloud.database.CloudDBZone", paramCloudDBZoneConfig)
 {
 }