HaVipProps
Properties for defining a HaVip
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-havip
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new HaVipProps {
object HaVipId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
HaVipId |
object |
Property haVipId: The ID of the resource. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
HaVipId
Required
public object HaVipId { get; set; }
- Type: object
Property haVipId: The ID of the resource.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.