RdsExternalStoreProps
Properties for defining a RdsExternalStore
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-rdsexternalstore
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RdsExternalStoreProps {
object Db,
object ExternalStoreName,
object Host,
object Password,
object Port,
object Project,
object Region,
object StoreType,
object Table,
object Username,
object VpcId,
object InstanceId = null
};
Properties
Name | Type | Description |
---|---|---|
Db |
object |
Property db: The name of the database in the ApsaraDB RDS for MySQL instance. |
ExternalStoreName |
object |
Property externalStoreName: The name of the external store. |
Host |
object |
Property host: The internal or public endpoint of the ApsaraDB RDS for MySQL instance. |
Password |
object |
Property password: The password that is used to log on to the ApsaraDB RDS for MySQL instance. |
Port |
object |
Property port: The internal or public port of the ApsaraDB RDS for MySQL instance. |
Project |
object |
Property project: The name of the project. |
Region |
object |
Property region: The region where the ApsaraDB RDS for MySQL instance resides. |
StoreType |
object |
Property storeType: The storage type. |
Table |
object |
Property table: The name of the database table in the ApsaraDB RDS for MySQL instance. |
Username |
object |
Property username: The username that is used to log on to the ApsaraDB RDS for MySQL instance. |
VpcId |
object |
Property vpcId: The ID of the VPC to which the ApsaraDB RDS for MySQL instance belongs. |
InstanceId |
object |
Property instanceId: The id of the RDS instance. |
Db
Required
public object Db { get; set; }
- Type: object
Property db: The name of the database in the ApsaraDB RDS for MySQL instance.
ExternalStoreName
Required
public object ExternalStoreName { get; set; }
- Type: object
Property externalStoreName: The name of the external store.
The name must be unique in a project and different from Logstore.
Host
Required
public object Host { get; set; }
- Type: object
Property host: The internal or public endpoint of the ApsaraDB RDS for MySQL instance.
Password
Required
public object Password { get; set; }
- Type: object
Property password: The password that is used to log on to the ApsaraDB RDS for MySQL instance.
Port
Required
public object Port { get; set; }
- Type: object
Property port: The internal or public port of the ApsaraDB RDS for MySQL instance.
Project
Required
public object Project { get; set; }
- Type: object
Property project: The name of the project.
Region
Required
public object Region { get; set; }
- Type: object
Property region: The region where the ApsaraDB RDS for MySQL instance resides.
Valid values: cn-qingdao, cn-beijing, cn-hangzhou.
StoreType
Required
public object StoreType { get; set; }
- Type: object
Property storeType: The storage type.
Set the value to rds-vpc, which indicates an ApsaraDB RDS for MySQL database in a virtual private cloud (VPC).
Table
Required
public object Table { get; set; }
- Type: object
Property table: The name of the database table in the ApsaraDB RDS for MySQL instance.
Username
Required
public object Username { get; set; }
- Type: object
Property username: The username that is used to log on to the ApsaraDB RDS for MySQL instance.
VpcId
Required
public object VpcId { get; set; }
- Type: object
Property vpcId: The ID of the VPC to which the ApsaraDB RDS for MySQL instance belongs.
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Property instanceId: The id of the RDS instance.