GetIpv6AddressesResult

data class GetIpv6AddressesResult(val addresses: List<GetIpv6AddressesAddress>, val associatedInstanceId: String? = null, val id: String, val ids: List<String>, val names: List<String>, val outputFile: String? = null, val status: String? = null, val vpcId: String? = null, val vswitchId: String? = null)

A collection of values returned by getIpv6Addresses.

Constructors

Link copied to clipboard
constructor(addresses: List<GetIpv6AddressesAddress>, associatedInstanceId: String? = null, id: String, ids: List<String>, names: List<String>, outputFile: String? = null, status: String? = null, vpcId: String? = null, vswitchId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null
Link copied to clipboard
val vpcId: String? = null
Link copied to clipboard
val vswitchId: String? = null