GetIpv6AddressesPlainArgs

data class GetIpv6AddressesPlainArgs(val associatedInstanceId: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null, val vpcId: String? = null, val vswitchId: String? = null) : ConvertibleToJava<GetIpv6AddressesPlainArgs>

A collection of arguments for invoking getIpv6Addresses.

Constructors

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

Properties

Link copied to clipboard

The ID of the instance that is assigned the IPv6 address.

Link copied to clipboard
val ids: List<String>? = null
Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

The status of the IPv6 address. Valid values:Pending or Available.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC to which the IPv6 address belongs.

Link copied to clipboard
val vswitchId: String? = null

The ID of the vSwitch to which the IPv6 address belongs.

Functions

Link copied to clipboard
open override fun toJava(): GetIpv6AddressesPlainArgs