Skip to content

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.

HaVipIdRequired

public object HaVipId { get; set; }
  • Type: object

Property haVipId: The ID of the resource.


RefreshOptionsOptional

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.