Skip to content

RosDBInstanceCloneProps

Properties for defining a RosDBInstanceClone.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-dbinstanceclone

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.RosDBInstanceCloneProps {
    DbInstanceId: interface{},
    PayType: interface{},
    AllocatePublicConnection: interface{},
    BackupId: interface{},
    BackupRetentionPeriod: interface{},
    BackupType: interface{},
    Category: interface{},
    ConnectionStringPrefix: interface{},
    ConnectionStringType: interface{},
    DbInstanceClass: interface{},
    DbInstanceDescription: interface{},
    DbInstanceStorage: interface{},
    DbInstanceStorageType: interface{},
    DbMappings: interface{},
    DbNames: interface{},
    DedicatedHostGroupId: interface{},
    InstanceNetworkType: interface{},
    MaintainTime: interface{},
    MasterUsername: interface{},
    MasterUserPassword: interface{},
    MasterUserType: interface{},
    Period: interface{},
    PeriodType: interface{},
    Port: interface{},
    PreferredBackupPeriod: interface{},
    PreferredBackupTime: interface{},
    PrivateIpAddress: interface{},
    RestoreTable: interface{},
    RestoreTime: interface{},
    SecurityGroupId: interface{},
    SecurityIpList: interface{},
    SlaveZoneIds: interface{},
    SqlCollectorStatus: interface{},
    SslSetting: interface{},
    TableMeta: interface{},
    Tags: *map[string]interface{},
    TimeoutInMinutes: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
DbInstanceId interface{} No description.
PayType interface{} No description.
AllocatePublicConnection interface{} No description.
BackupId interface{} No description.
BackupRetentionPeriod interface{} No description.
BackupType interface{} No description.
Category interface{} No description.
ConnectionStringPrefix interface{} No description.
ConnectionStringType interface{} No description.
DbInstanceClass interface{} No description.
DbInstanceDescription interface{} No description.
DbInstanceStorage interface{} No description.
DbInstanceStorageType interface{} No description.
DbMappings interface{} No description.
DbNames interface{} No description.
DedicatedHostGroupId interface{} No description.
InstanceNetworkType interface{} No description.
MaintainTime interface{} No description.
MasterUsername interface{} No description.
MasterUserPassword interface{} No description.
MasterUserType interface{} No description.
Period interface{} No description.
PeriodType interface{} No description.
Port interface{} No description.
PreferredBackupPeriod interface{} No description.
PreferredBackupTime interface{} No description.
PrivateIpAddress interface{} No description.
RestoreTable interface{} No description.
RestoreTime interface{} No description.
SecurityGroupId interface{} No description.
SecurityIpList interface{} No description.
SlaveZoneIds interface{} No description.
SqlCollectorStatus interface{} No description.
SslSetting interface{} No description.
TableMeta interface{} No description.
Tags *map[string]interface{} No description.
TimeoutInMinutes interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

PayTypeRequired

PayType interface{}
  • Type: interface{}

AllocatePublicConnectionOptional

AllocatePublicConnection interface{}
  • Type: interface{}

BackupIdOptional

BackupId interface{}
  • Type: interface{}

BackupRetentionPeriodOptional

BackupRetentionPeriod interface{}
  • Type: interface{}

BackupTypeOptional

BackupType interface{}
  • Type: interface{}

CategoryOptional

Category interface{}
  • Type: interface{}

ConnectionStringPrefixOptional

ConnectionStringPrefix interface{}
  • Type: interface{}

ConnectionStringTypeOptional

ConnectionStringType interface{}
  • Type: interface{}

DbInstanceClassOptional

DbInstanceClass interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

DbInstanceStorageOptional

DbInstanceStorage interface{}
  • Type: interface{}

DbInstanceStorageTypeOptional

DbInstanceStorageType interface{}
  • Type: interface{}

DbMappingsOptional

DbMappings interface{}
  • Type: interface{}

DbNamesOptional

DbNames interface{}
  • Type: interface{}

DedicatedHostGroupIdOptional

DedicatedHostGroupId interface{}
  • Type: interface{}

InstanceNetworkTypeOptional

InstanceNetworkType interface{}
  • Type: interface{}

MaintainTimeOptional

MaintainTime interface{}
  • Type: interface{}

MasterUsernameOptional

MasterUsername interface{}
  • Type: interface{}

MasterUserPasswordOptional

MasterUserPassword interface{}
  • Type: interface{}

MasterUserTypeOptional

MasterUserType interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodTypeOptional

PeriodType interface{}
  • Type: interface{}

PortOptional

Port interface{}
  • Type: interface{}

PreferredBackupPeriodOptional

PreferredBackupPeriod interface{}
  • Type: interface{}

PreferredBackupTimeOptional

PreferredBackupTime interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

RestoreTableOptional

RestoreTable interface{}
  • Type: interface{}

RestoreTimeOptional

RestoreTime interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SecurityIpListOptional

SecurityIpList interface{}
  • Type: interface{}

SlaveZoneIdsOptional

SlaveZoneIds interface{}
  • Type: interface{}

SqlCollectorStatusOptional

SqlCollectorStatus interface{}
  • Type: interface{}

SslSettingOptional

SslSetting interface{}
  • Type: interface{}

TableMetaOptional

TableMeta interface{}
  • Type: interface{}

TagsOptional

Tags *map[string]interface{}
  • Type: *map[string]interface{}

TimeoutInMinutesOptional

TimeoutInMinutes interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}