RosAnycastEipAddressProps
Properties for defining a RosAnycastEipAddress.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-eipanycast-anycasteipaddress
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosAnycastEipAddressProps {
object AnycastId,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
AnycastId |
object |
No description. |
RefreshOptions |
object |
No description. |
AnycastIdRequired
public object AnycastId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object