Skip to content

HaVipProps

Properties for defining a HaVip.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-havip

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new HaVipProps {
    object VSwitchId,
    object Description = null,
    object IpAddress = null,
    object Name = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
VSwitchId object Property vSwitchId: The ID of the vSwitch to which the HAVIP belongs.
Description object Property description: The description of the HAVIP.
IpAddress object Property ipAddress: The IP address of the HAVIP.
Name object Property name: The name of the HAVIP.
ResourceGroupId object Property resourceGroupId: The ID of the resource group to which the HAVIP belongs.
Tags TagsProperty[] Property tags: Tags to attach to instance.

VSwitchIdRequired

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

Property vSwitchId: The ID of the vSwitch to which the HAVIP belongs.


DescriptionOptional

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

Property description: The description of the HAVIP.

The description must be 1 to 256 characters in length and cannot start with http:// or https://.


IpAddressOptional

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

Property ipAddress: The IP address of the HAVIP.

The specified IP address must be an idle IP address that falls within the CIDR block of the vSwitch. If this parameter is not set, an idle IP address from the CIDR block of the vSwitch is randomly assigned to the HAVIP.


NameOptional

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

Property name: The name of the HAVIP.

The name must be 1 to 128 characters in length, and cannot start with http:// or https://.


ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group to which the HAVIP belongs.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.