GetEcsNetworkInterfacesResult

data class GetEcsNetworkInterfacesResult(val id: String, val ids: List<String>, val instanceId: String? = null, val interfaces: List<GetEcsNetworkInterfacesInterface>, val name: String? = null, val nameRegex: String? = null, val names: List<String>, val networkInterfaceName: String? = null, val outputFile: String? = null, val primaryIpAddress: String? = null, val privateIp: String? = null, val resourceGroupId: String? = null, val securityGroupId: String? = null, val serviceManaged: Boolean? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String? = null, val vpcId: String? = null, val vswitchId: String? = null)

A collection of values returned by getEcsNetworkInterfaces.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, instanceId: String? = null, interfaces: List<GetEcsNetworkInterfacesInterface>, name: String? = null, nameRegex: String? = null, names: List<String>, networkInterfaceName: String? = null, outputFile: String? = null, primaryIpAddress: String? = null, privateIp: String? = null, resourceGroupId: String? = null, securityGroupId: String? = null, serviceManaged: Boolean? = null, status: String? = null, tags: Map<String, String>? = null, type: String? = null, vpcId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val instanceId: String? = null

The instance id.

Link copied to clipboard

A list of Ecs Network Interfaces. Each element contains the following attributes:

Link copied to clipboard
val name: String? = null

The network interface name.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of Network Interface names.

Link copied to clipboard

The network interface name.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

The primary private IP address of the ENI.

Link copied to clipboard
val privateIp: String? = null

The primary private IP address of the ENI.

Link copied to clipboard
val resourceGroupId: String? = null

The resource group id.

Link copied to clipboard
val securityGroupId: String? = null
Link copied to clipboard
val serviceManaged: Boolean? = null

Whether the user of the elastic network card is a cloud product or a virtual vendor.

Link copied to clipboard
val status: String? = null

The status of the ENI.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags.

Link copied to clipboard
val type: String? = null

The type of the ENI.

Link copied to clipboard
val vpcId: String? = null

The Vpc Id.

Link copied to clipboard
val vswitchId: String? = null

The vswitch id.