HaVipProps
Properties for defining a HaVip
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-havip
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.HaVipProps {
VSwitchId: interface{},
Description: interface{},
IpAddress: interface{},
Name: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc.RosHaVip.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
VSwitchId |
interface{} |
Property vSwitchId: The ID of the vSwitch to which the HAVIP belongs. |
Description |
interface{} |
Property description: The description of the HAVIP. |
IpAddress |
interface{} |
Property ipAddress: The IP address of the HAVIP. |
Name |
interface{} |
Property name: The name of the HAVIP. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group to which the HAVIP belongs. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The ID of the vSwitch to which the HAVIP belongs.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the HAVIP.
The description must be 1 to 256 characters in length and cannot start with http:// or https://.
IpAddress
Optional
IpAddress interface{}
- Type: interface{}
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.
Name
Optional
Name interface{}
- Type: interface{}
Property name: The name of the HAVIP.
The name must be 1 to 128 characters in length, and cannot start with http:// or https://.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group to which the HAVIP belongs.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
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.