GetVirtualNodesNode

data class GetVirtualNodesNode(val cpu: Int, val createTime: String, val eniInstanceId: String, val events: List<GetVirtualNodesNodeEvent>, val id: String, val internetIp: String, val intranetIp: String, val memory: Int, val ramRoleName: String, val resourceGroupId: String, val securityGroupId: String, val status: String, val tags: Map<String, String>, val virtualNodeId: String, val virtualNodeName: String, val vpcId: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(cpu: Int, createTime: String, eniInstanceId: String, events: List<GetVirtualNodesNodeEvent>, id: String, internetIp: String, intranetIp: String, memory: Int, ramRoleName: String, resourceGroupId: String, securityGroupId: String, status: String, tags: Map<String, String>, virtualNodeId: String, virtualNodeName: String, vpcId: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int

The Number of CPU.

Link copied to clipboard

The creation time of the virtual node.

Link copied to clipboard

The ENI instance ID.

Link copied to clipboard

The event list.

Link copied to clipboard
val id: String

The ID of the Virtual Node.

Link copied to clipboard

The IP address of a public network.

Link copied to clipboard

The private IP address of the RDS instance.

Link copied to clipboard
val memory: Int

The memory size.

Link copied to clipboard

The ram role.

Link copied to clipboard

The resource group ID.

Link copied to clipboard

The security group ID.

Link copied to clipboard

The Status of the virtual node.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

Of the virtual node number.

Link copied to clipboard

The name of the virtual node.

Link copied to clipboard
Link copied to clipboard

The vswitch id.

Link copied to clipboard

The Zone.