BasicAccelerateIpProps
Properties for defining a BasicAccelerateIp.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicaccelerateip
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new BasicAccelerateIpProps {
object AcceleratorId,
object IpSetId
};
Properties
| Name | Type | Description |
|---|---|---|
AcceleratorId |
object |
Property acceleratorId: The ID of the basic GA instance. |
IpSetId |
object |
Property ipSetId: The ID of the acceleration region. |
AcceleratorIdRequired
public object AcceleratorId { get; set; }
- Type: object
Property acceleratorId: The ID of the basic GA instance.
IpSetIdRequired
public object IpSetId { get; set; }
- Type: object
Property ipSetId: The ID of the acceleration region.