GetBandwidthPackagesPlainArgs

data class GetBandwidthPackagesPlainArgs(val ids: List<String>? = null, val includeReservationData: Boolean? = null, val instanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetBandwidthPackagesPlainArgs>

A collection of arguments for invoking getBandwidthPackages.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, includeReservationData: Boolean? = null, instanceId: String? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null)

Properties

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

Limit search to a list of specific CEN Bandwidth Package IDs.

Link copied to clipboard

Indicates whether to include renewal data. Valid values: true: Return renewal data in the response. false: Do not return renewal data in the response.

Link copied to clipboard
val instanceId: String? = null

ID of a CEN instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter CEN Bandwidth Package by name.

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

Status of the CEN Bandwidth Package in CEN instance, Valid value: Idle and InUse.

Functions

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