DBInstanceSecurityIpsProps
Properties for defining a DBInstanceSecurityIps
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-dbinstancesecurityips
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new DBInstanceSecurityIpsProps {
object DbInstanceId,
object DbInstanceIpArrayAttribute,
object DbInstanceIpArrayName = null
};
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
object |
Property dbInstanceId: Database instance id to update security ips. |
DbInstanceIpArrayAttribute |
object |
Property dbInstanceIpArrayAttribute: Security ips to add or remove. |
DbInstanceIpArrayName |
object |
Property dbInstanceIpArrayName: Group name of the security ips, only support lower characters and '_'. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: Database instance id to update security ips.
DbInstanceIpArrayAttribute
Required
public object DbInstanceIpArrayAttribute { get; set; }
- Type: object
Property dbInstanceIpArrayAttribute: Security ips to add or remove.
DbInstanceIpArrayName
Optional
public object DbInstanceIpArrayName { get; set; }
- Type: object
Property dbInstanceIpArrayName: Group name of the security ips, only support lower characters and '_'.
Advice use a new group name avoid effect your database system. If the properties is not specified, it will set to default group, please be careful.