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. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
PayType
Required
public object PayType { get; set; }
- Type: object
AllocatePublicConnection
Optional
public object AllocatePublicConnection { get; set; }
- Type: object
BackupId
Optional
public object BackupId { get; set; }
- Type: object
BackupRetentionPeriod
Optional
public object BackupRetentionPeriod { get; set; }
- Type: object
BackupType
Optional
public object BackupType { get; set; }
- Type: object
Category
Optional
public object Category { get; set; }
- Type: object
ConnectionStringPrefix
Optional
public object ConnectionStringPrefix { get; set; }
- Type: object
ConnectionStringType
Optional
public object ConnectionStringType { get; set; }
- Type: object
DbInstanceClass
Optional
public object DbInstanceClass { get; set; }
- Type: object
DbInstanceDescription
Optional
public object DbInstanceDescription { get; set; }
- Type: object
DbInstanceStorage
Optional
public object DbInstanceStorage { get; set; }
- Type: object
DbInstanceStorageType
Optional
public object DbInstanceStorageType { get; set; }
- Type: object
DbMappings
Optional
public object DbMappings { get; set; }
- Type: object
DbNames
Optional
public object DbNames { get; set; }
- Type: object
DedicatedHostGroupId
Optional
public object DedicatedHostGroupId { get; set; }
- Type: object
InstanceNetworkType
Optional
public object InstanceNetworkType { get; set; }
- Type: object
MaintainTime
Optional
public object MaintainTime { get; set; }
- Type: object
MasterUsername
Optional
public object MasterUsername { get; set; }
- Type: object
MasterUserPassword
Optional
public object MasterUserPassword { get; set; }
- Type: object
MasterUserType
Optional
public object MasterUserType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodType
Optional
public object PeriodType { get; set; }
- Type: object
Port
Optional
public object Port { get; set; }
- Type: object
PreferredBackupPeriod
Optional
public object PreferredBackupPeriod { get; set; }
- Type: object
PreferredBackupTime
Optional
public object PreferredBackupTime { get; set; }
- Type: object
PrivateIpAddress
Optional
public object PrivateIpAddress { get; set; }
- Type: object
RestoreTable
Optional
public object RestoreTable { get; set; }
- Type: object
RestoreTime
Optional
public object RestoreTime { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SecurityIpList
Optional
public object SecurityIpList { get; set; }
- Type: object
SlaveZoneIds
Optional
public object SlaveZoneIds { get; set; }
- Type: object
SqlCollectorStatus
Optional
public object SqlCollectorStatus { get; set; }
- Type: object
SslSetting
Optional
public object SslSetting { get; set; }
- Type: object
TableMeta
Optional
public object TableMeta { get; set; }
- Type: object
Tags
Optional
public System.Collections.Generic.IDictionary<string, object> Tags { get; set; }
- Type: System.Collections.Generic.IDictionary
TimeoutInMinutes
Optional
public object TimeoutInMinutes { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object