GetIpv6InternetBandwidthsPlainArgs

data class GetIpv6InternetBandwidthsPlainArgs(val ids: List<String>? = null, val ipv6AddressId: String? = null, val ipv6InternetBandwidthId: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetIpv6InternetBandwidthsPlainArgs>

A collection of arguments for invoking getIpv6InternetBandwidths.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, ipv6AddressId: String? = null, ipv6InternetBandwidthId: String? = null, outputFile: String? = null, status: String? = null)

Properties

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

A list of Ipv6 Internet Bandwidth IDs.

Link copied to clipboard
val ipv6AddressId: String? = null

The ID of the IPv6 address.

Link copied to clipboard

The ID of the Ipv6 Internet Bandwidth.

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 resource. Valid values: Normal, FinancialLocked and SecurityLocked.

Functions

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