Get Bandwidth Packages Plain Args
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
Properties
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
ID of a CEN instance.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).