RosDBInstanceCloneProps
Properties for defining a RosDBInstanceClone.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-dbinstanceclone
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDBInstanceCloneProps {
object DbInstanceId,
object PayType,
object AllocatePublicConnection = null,
object BackupId = null,
object BackupRetentionPeriod = null,
object BackupType = null,
object Category = null,
object ConnectionStringPrefix = null,
object ConnectionStringType = null,
object DbInstanceClass = null,
object DbInstanceDescription = null,
object DbInstanceStorage = null,
object DbInstanceStorageType = null,
object DbMappings = null,
object DbNames = null,
object DedicatedHostGroupId = null,
object InstanceNetworkType = null,
object MaintainTime = null,
object MasterUsername = null,
object MasterUserPassword = null,
object MasterUserType = null,
object Period = null,
object PeriodType = null,
object Port = null,
object PreferredBackupPeriod = null,
object PreferredBackupTime = null,
object PrivateIpAddress = null,
object RestoreTable = null,
object RestoreTime = null,
object SecurityGroupId = null,
object SecurityIpList = null,
object SlaveZoneIds = null,
object SqlCollectorStatus = null,
object SslSetting = null,
object TableMeta = null,
System.Collections.Generic.IDictionary<string, object> Tags = null,
object TimeoutInMinutes = null,
object VpcId = null,
object VSwitchId = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
DbInstanceId |
object |
No description. |
PayType |
object |
No description. |
AllocatePublicConnection |
object |
No description. |
BackupId |
object |
No description. |
BackupRetentionPeriod |
object |
No description. |
BackupType |
object |
No description. |
Category |
object |
No description. |
ConnectionStringPrefix |
object |
No description. |
ConnectionStringType |
object |
No description. |
DbInstanceClass |
object |
No description. |
DbInstanceDescription |
object |
No description. |
DbInstanceStorage |
object |
No description. |
DbInstanceStorageType |
object |
No description. |
DbMappings |
object |
No description. |
DbNames |
object |
No description. |
DedicatedHostGroupId |
object |
No description. |
InstanceNetworkType |
object |
No description. |
MaintainTime |
object |
No description. |
MasterUsername |
object |
No description. |
MasterUserPassword |
object |
No description. |
MasterUserType |
object |
No description. |
Period |
object |
No description. |
PeriodType |
object |
No description. |
Port |
object |
No description. |
PreferredBackupPeriod |
object |
No description. |
PreferredBackupTime |
object |
No description. |
PrivateIpAddress |
object |
No description. |
RestoreTable |
object |
No description. |
RestoreTime |
object |
No description. |
SecurityGroupId |
object |
No description. |
SecurityIpList |
object |
No description. |
SlaveZoneIds |
object |
No description. |
SqlCollectorStatus |
object |
No description. |
SslSetting |
object |
No description. |
TableMeta |
object |
No description. |
Tags |
System.Collections.Generic.IDictionary |
No description. |
TimeoutInMinutes |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
DbInstanceIdRequired
public object DbInstanceId { get; set; }
- Type: object
PayTypeRequired
public object PayType { get; set; }
- Type: object
AllocatePublicConnectionOptional
public object AllocatePublicConnection { get; set; }
- Type: object
BackupIdOptional
public object BackupId { get; set; }
- Type: object
BackupRetentionPeriodOptional
public object BackupRetentionPeriod { get; set; }
- Type: object
BackupTypeOptional
public object BackupType { get; set; }
- Type: object
CategoryOptional
public object Category { get; set; }
- Type: object
ConnectionStringPrefixOptional
public object ConnectionStringPrefix { get; set; }
- Type: object
ConnectionStringTypeOptional
public object ConnectionStringType { get; set; }
- Type: object
DbInstanceClassOptional
public object DbInstanceClass { get; set; }
- Type: object
DbInstanceDescriptionOptional
public object DbInstanceDescription { get; set; }
- Type: object
DbInstanceStorageOptional
public object DbInstanceStorage { get; set; }
- Type: object
DbInstanceStorageTypeOptional
public object DbInstanceStorageType { get; set; }
- Type: object
DbMappingsOptional
public object DbMappings { get; set; }
- Type: object
DbNamesOptional
public object DbNames { get; set; }
- Type: object
DedicatedHostGroupIdOptional
public object DedicatedHostGroupId { get; set; }
- Type: object
InstanceNetworkTypeOptional
public object InstanceNetworkType { get; set; }
- Type: object
MaintainTimeOptional
public object MaintainTime { get; set; }
- Type: object
MasterUsernameOptional
public object MasterUsername { get; set; }
- Type: object
MasterUserPasswordOptional
public object MasterUserPassword { get; set; }
- Type: object
MasterUserTypeOptional
public object MasterUserType { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodTypeOptional
public object PeriodType { get; set; }
- Type: object
PortOptional
public object Port { get; set; }
- Type: object
PreferredBackupPeriodOptional
public object PreferredBackupPeriod { get; set; }
- Type: object
PreferredBackupTimeOptional
public object PreferredBackupTime { get; set; }
- Type: object
PrivateIpAddressOptional
public object PrivateIpAddress { get; set; }
- Type: object
RestoreTableOptional
public object RestoreTable { get; set; }
- Type: object
RestoreTimeOptional
public object RestoreTime { get; set; }
- Type: object
SecurityGroupIdOptional
public object SecurityGroupId { get; set; }
- Type: object
SecurityIpListOptional
public object SecurityIpList { get; set; }
- Type: object
SlaveZoneIdsOptional
public object SlaveZoneIds { get; set; }
- Type: object
SqlCollectorStatusOptional
public object SqlCollectorStatus { get; set; }
- Type: object
SslSettingOptional
public object SslSetting { get; set; }
- Type: object
TableMetaOptional
public object TableMeta { get; set; }
- Type: object
TagsOptional
public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
- Type: System.Collections.Generic.IDictionary
TimeoutInMinutesOptional
public object TimeoutInMinutes { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object