Get Common Bandwidth Packages Plain Args
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.
Properties
Link copied to clipboard
The name of bandwidth package.
Link copied to clipboard
Specifies whether to return data of orders that have not taken effect.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The Id of resource group which the common bandwidth package belongs.