GetCommonBandwidthPackagesResult

data class GetCommonBandwidthPackagesResult(val bandwidthPackageName: String? = null, val dryRun: Boolean? = null, val id: String, val ids: List<String>, val includeReservationData: Boolean? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val packages: List<GetCommonBandwidthPackagesPackage>, val resourceGroupId: String? = null, val status: String? = null)

A collection of values returned by getCommonBandwidthPackages.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of bandwidth package.

Link copied to clipboard
val dryRun: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(Optional) A list of Common Bandwidth Packages IDs.

Link copied to clipboard
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of Common Bandwidth Packages names.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

A list of Common Bandwidth Packages. Each element contains the following attributes:

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

Status of the Common Bandwidth Package.