RosDBInstanceSecurityIpsProps
Properties for defining a RosDBInstanceSecurityIps
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-dbinstancesecurityips
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDBInstanceSecurityIpsProps {
object DbInstanceId,
object DbInstanceIpArrayAttribute,
object DbInstanceIpArrayName = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
object |
No description. |
DbInstanceIpArrayAttribute |
object |
No description. |
DbInstanceIpArrayName |
object |
No description. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
DbInstanceIpArrayAttribute
Required
public object DbInstanceIpArrayAttribute { get; set; }
- Type: object
DbInstanceIpArrayName
Optional
public object DbInstanceIpArrayName { get; set; }
- Type: object