GetCommonBandwidthPackagesPlainArgs

data class GetCommonBandwidthPackagesPlainArgs(val bandwidthPackageName: String? = null, val dryRun: Boolean? = null, val ids: List<String>? = null, val includeReservationData: Boolean? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: String? = null) : ConvertibleToJava<GetCommonBandwidthPackagesPlainArgs>

A collection of arguments for invoking getCommonBandwidthPackages.

Constructors

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

Properties

Link copied to clipboard

The name of bandwidth package.

Link copied to clipboard
val dryRun: Boolean? = null

Specifies whether to precheck only the request.

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

A list of Common Bandwidth Packages IDs.

Link copied to clipboard

Specifies whether to return data of orders that have not taken effect.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results 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 resourceGroupId: String? = null

The Id of resource group which the common bandwidth package belongs.

Link copied to clipboard
val status: String? = null

The status of bandwidth package. Valid values: Available and Pending.

Functions

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