Skip to content

RosDBClusterProps

Properties for defining a RosDBCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-adblake-dbcluster

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkadblake"
&alicloudroscdkadblake.RosDBClusterProps {
    ComputeResource: interface{},
    DbClusterVersion: interface{},
    PayType: interface{},
    StorageResource: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
    BackupSetId: interface{},
    DbClusterDescription: interface{},
    EnableDefaultResourcePool: interface{},
    Period: interface{},
    PeriodType: interface{},
    ResourceGroupId: interface{},
    RestoreToTime: interface{},
    RestoreType: interface{},
    SourceDbClusterId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkadblake.RosDBCluster.TagsProperty,
}

Properties

Name Type Description
ComputeResource interface{} No description.
DbClusterVersion interface{} No description.
PayType interface{} No description.
StorageResource interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.
BackupSetId interface{} No description.
DbClusterDescription interface{} No description.
EnableDefaultResourcePool interface{} No description.
Period interface{} No description.
PeriodType interface{} No description.
ResourceGroupId interface{} No description.
RestoreToTime interface{} No description.
RestoreType interface{} No description.
SourceDbClusterId interface{} No description.
Tags *[]TagsProperty No description.

ComputeResourceRequired

ComputeResource interface{}
  • Type: interface{}

DbClusterVersionRequired

DbClusterVersion interface{}
  • Type: interface{}

PayTypeRequired

PayType interface{}
  • Type: interface{}

StorageResourceRequired

StorageResource interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

BackupSetIdOptional

BackupSetId interface{}
  • Type: interface{}

DbClusterDescriptionOptional

DbClusterDescription interface{}
  • Type: interface{}

EnableDefaultResourcePoolOptional

EnableDefaultResourcePool interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodTypeOptional

PeriodType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RestoreToTimeOptional

RestoreToTime interface{}
  • Type: interface{}

RestoreTypeOptional

RestoreType interface{}
  • Type: interface{}

SourceDbClusterIdOptional

SourceDbClusterId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty