Skip to content

RosDBInstanceProps

Properties for defining a RosDBInstance.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.RosDBInstanceProps {
    DbInstanceClass: interface{},
    DbInstanceStorage: interface{},
    Engine: interface{},
    EngineVersion: interface{},
    SecurityIpList: interface{},
    AllocatePublicConnection: interface{},
    ArchiveBackupKeepCount: interface{},
    ArchiveBackupKeepPolicy: interface{},
    ArchiveBackupRetentionPeriod: interface{},
    AutoRenew: interface{},
    BackUpCategory: interface{},
    BackupPolicyMode: interface{},
    BackupRetentionPeriod: interface{},
    BurstingEnabled: interface{},
    Category: interface{},
    ColdDataEnabled: interface{},
    CompressType: interface{},
    ConnectionMode: interface{},
    ConnectionStringPrefix: interface{},
    ConnectionStringType: interface{},
    DbInstanceDescription: interface{},
    DbInstanceNetType: interface{},
    DbInstanceStorageType: interface{},
    DbIsIgnoreCase: interface{},
    DbMappings: interface{},
    DbParamGroupId: interface{},
    DbTimeZone: interface{},
    DedicatedHostGroupId: interface{},
    DeletionProtection: interface{},
    EnableBackupLog: interface{},
    EncryptionKey: interface{},
    HighSpaceUsageProtection: interface{},
    InstanceNetworkType: interface{},
    IoAccelerationEnabled: interface{},
    LocalLogRetentionHours: interface{},
    LocalLogRetentionSpace: interface{},
    LogBackupFrequency: interface{},
    LogBackupLocalRetentionNumber: interface{},
    LogBackupRetentionPeriod: interface{},
    MaintainTime: interface{},
    MasterUsername: interface{},
    MasterUserPassword: interface{},
    MasterUserType: interface{},
    MultiAz: interface{},
    PayType: interface{},
    Period: interface{},
    PeriodType: interface{},
    Port: interface{},
    PreferredBackupPeriod: interface{},
    PreferredBackupTime: interface{},
    PrivateIpAddress: interface{},
    ReleasedKeepPolicy: interface{},
    ResourceGroupId: interface{},
    RoleArn: interface{},
    SecurityGroupId: interface{},
    ServerlessConfig: interface{},
    SlaveZoneIds: interface{},
    SqlCollectorStatus: interface{},
    SslSetting: interface{},
    StorageAutoScale: interface{},
    StorageThreshold: interface{},
    StorageUpperBound: interface{},
    Tags: *map[string]interface{},
    TargetDedicatedHostIdForLog: interface{},
    TargetDedicatedHostIdForMaster: interface{},
    TargetDedicatedHostIdForSlave: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
DbInstanceClass interface{} No description.
DbInstanceStorage interface{} No description.
Engine interface{} No description.
EngineVersion interface{} No description.
SecurityIpList interface{} No description.
AllocatePublicConnection interface{} No description.
ArchiveBackupKeepCount interface{} No description.
ArchiveBackupKeepPolicy interface{} No description.
ArchiveBackupRetentionPeriod interface{} No description.
AutoRenew interface{} No description.
BackUpCategory interface{} No description.
BackupPolicyMode interface{} No description.
BackupRetentionPeriod interface{} No description.
BurstingEnabled interface{} No description.
Category interface{} No description.
ColdDataEnabled interface{} No description.
CompressType interface{} No description.
ConnectionMode interface{} No description.
ConnectionStringPrefix interface{} No description.
ConnectionStringType interface{} No description.
DbInstanceDescription interface{} No description.
DbInstanceNetType interface{} No description.
DbInstanceStorageType interface{} No description.
DbIsIgnoreCase interface{} No description.
DbMappings interface{} No description.
DbParamGroupId interface{} No description.
DbTimeZone interface{} No description.
DedicatedHostGroupId interface{} No description.
DeletionProtection interface{} No description.
EnableBackupLog interface{} No description.
EncryptionKey interface{} No description.
HighSpaceUsageProtection interface{} No description.
InstanceNetworkType interface{} No description.
IoAccelerationEnabled interface{} No description.
LocalLogRetentionHours interface{} No description.
LocalLogRetentionSpace interface{} No description.
LogBackupFrequency interface{} No description.
LogBackupLocalRetentionNumber interface{} No description.
LogBackupRetentionPeriod interface{} No description.
MaintainTime interface{} No description.
MasterUsername interface{} No description.
MasterUserPassword interface{} No description.
MasterUserType interface{} No description.
MultiAz interface{} No description.
PayType 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.
ReleasedKeepPolicy interface{} No description.
ResourceGroupId interface{} No description.
RoleArn interface{} No description.
SecurityGroupId interface{} No description.
ServerlessConfig interface{} No description.
SlaveZoneIds interface{} No description.
SqlCollectorStatus interface{} No description.
SslSetting interface{} No description.
StorageAutoScale interface{} No description.
StorageThreshold interface{} No description.
StorageUpperBound interface{} No description.
Tags *map[string]interface{} No description.
TargetDedicatedHostIdForLog interface{} No description.
TargetDedicatedHostIdForMaster interface{} No description.
TargetDedicatedHostIdForSlave interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

DbInstanceClassRequired

DbInstanceClass interface{}
  • Type: interface{}

DbInstanceStorageRequired

DbInstanceStorage interface{}
  • Type: interface{}

EngineRequired

Engine interface{}
  • Type: interface{}

EngineVersionRequired

EngineVersion interface{}
  • Type: interface{}

SecurityIpListRequired

SecurityIpList interface{}
  • Type: interface{}

AllocatePublicConnectionOptional

AllocatePublicConnection interface{}
  • Type: interface{}

ArchiveBackupKeepCountOptional

ArchiveBackupKeepCount interface{}
  • Type: interface{}

ArchiveBackupKeepPolicyOptional

ArchiveBackupKeepPolicy interface{}
  • Type: interface{}

ArchiveBackupRetentionPeriodOptional

ArchiveBackupRetentionPeriod interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

BackUpCategoryOptional

BackUpCategory interface{}
  • Type: interface{}

BackupPolicyModeOptional

BackupPolicyMode interface{}
  • Type: interface{}

BackupRetentionPeriodOptional

BackupRetentionPeriod interface{}
  • Type: interface{}

BurstingEnabledOptional

BurstingEnabled interface{}
  • Type: interface{}

CategoryOptional

Category interface{}
  • Type: interface{}

ColdDataEnabledOptional

ColdDataEnabled interface{}
  • Type: interface{}

CompressTypeOptional

CompressType interface{}
  • Type: interface{}

ConnectionModeOptional

ConnectionMode interface{}
  • Type: interface{}

ConnectionStringPrefixOptional

ConnectionStringPrefix interface{}
  • Type: interface{}

ConnectionStringTypeOptional

ConnectionStringType interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

DbInstanceNetTypeOptional

DbInstanceNetType interface{}
  • Type: interface{}

DbInstanceStorageTypeOptional

DbInstanceStorageType interface{}
  • Type: interface{}

DbIsIgnoreCaseOptional

DbIsIgnoreCase interface{}
  • Type: interface{}

DbMappingsOptional

DbMappings interface{}
  • Type: interface{}

DbParamGroupIdOptional

DbParamGroupId interface{}
  • Type: interface{}

DbTimeZoneOptional

DbTimeZone interface{}
  • Type: interface{}

DedicatedHostGroupIdOptional

DedicatedHostGroupId interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

EnableBackupLogOptional

EnableBackupLog interface{}
  • Type: interface{}

EncryptionKeyOptional

EncryptionKey interface{}
  • Type: interface{}

HighSpaceUsageProtectionOptional

HighSpaceUsageProtection interface{}
  • Type: interface{}

InstanceNetworkTypeOptional

InstanceNetworkType interface{}
  • Type: interface{}

IoAccelerationEnabledOptional

IoAccelerationEnabled interface{}
  • Type: interface{}

LocalLogRetentionHoursOptional

LocalLogRetentionHours interface{}
  • Type: interface{}

LocalLogRetentionSpaceOptional

LocalLogRetentionSpace interface{}
  • Type: interface{}

LogBackupFrequencyOptional

LogBackupFrequency interface{}
  • Type: interface{}

LogBackupLocalRetentionNumberOptional

LogBackupLocalRetentionNumber interface{}
  • Type: interface{}

LogBackupRetentionPeriodOptional

LogBackupRetentionPeriod interface{}
  • Type: interface{}

MaintainTimeOptional

MaintainTime interface{}
  • Type: interface{}

MasterUsernameOptional

MasterUsername interface{}
  • Type: interface{}

MasterUserPasswordOptional

MasterUserPassword interface{}
  • Type: interface{}

MasterUserTypeOptional

MasterUserType interface{}
  • Type: interface{}

MultiAzOptional

MultiAz interface{}
  • Type: interface{}

PayTypeOptional

PayType 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{}

ReleasedKeepPolicyOptional

ReleasedKeepPolicy interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RoleArnOptional

RoleArn interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

ServerlessConfigOptional

ServerlessConfig interface{}
  • Type: interface{}

SlaveZoneIdsOptional

SlaveZoneIds interface{}
  • Type: interface{}

SqlCollectorStatusOptional

SqlCollectorStatus interface{}
  • Type: interface{}

SslSettingOptional

SslSetting interface{}
  • Type: interface{}

StorageAutoScaleOptional

StorageAutoScale interface{}
  • Type: interface{}

StorageThresholdOptional

StorageThreshold interface{}
  • Type: interface{}

StorageUpperBoundOptional

StorageUpperBound interface{}
  • Type: interface{}

TagsOptional

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

TargetDedicatedHostIdForLogOptional

TargetDedicatedHostIdForLog interface{}
  • Type: interface{}

TargetDedicatedHostIdForMasterOptional

TargetDedicatedHostIdForMaster interface{}
  • Type: interface{}

TargetDedicatedHostIdForSlaveOptional

TargetDedicatedHostIdForSlave interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}