Get Network Interfaces Result
data class GetNetworkInterfacesResult(val id: String, val ids: List<String>, val instanceId: String? = null, val interfaces: List<GetNetworkInterfacesInterface>, 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 getNetworkInterfaces.
Constructors
Link copied to clipboard
constructor(id: String, ids: List<String>, instanceId: String? = null, interfaces: List<GetNetworkInterfacesInterface>, 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)
Properties
Link copied to clipboard
ID of the instance that the ENI is attached to.
Link copied to clipboard
A list of ENIs. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The Id of resource group.
Link copied to clipboard
Link copied to clipboard