GetHavipsHavip

data class GetHavipsHavip(val associatedEipAddresses: List<String>, val associatedInstances: List<String>, val description: String, val havipId: String, val havipName: String, val id: String, val ipAddress: String, val masterInstanceId: String, val status: String, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(associatedEipAddresses: List<String>, associatedInstances: List<String>, description: String, havipId: String, havipName: String, id: String, ipAddress: String, masterInstanceId: String, status: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

EIP bound to HaVip.

Link copied to clipboard

An ECS instance that is bound to HaVip.

Link copied to clipboard

Dependence of a HaVip instance.

Link copied to clipboard

The ID of the resource.

Link copied to clipboard

The name of the HaVip instance.

Link copied to clipboard
val id: String

The ID of the Ha Vip.

Link copied to clipboard

IP address of private network.

Link copied to clipboard

The primary instance ID bound to HaVip.

Link copied to clipboard

The status.

Link copied to clipboard

The VPC ID to which the HaVip instance belongs.

Link copied to clipboard

The vswitch id.