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. |
AnycastId
Required
public object AnycastId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object