GetBandwidthPackagesResult

data class GetBandwidthPackagesResult(val id: String, val ids: List<String>, val includeReservationData: Boolean? = null, val instanceId: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val packages: List<GetBandwidthPackagesPackage>, val status: String? = null)

A collection of values returned by getBandwidthPackages.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of specific CEN Bandwidth Package IDs.

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

The ID of the CEN instance that are associated with the bandwidth package.

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

(Available in 1.98.0+) - A list of CEN Bandwidth Package Names.

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

A list of CEN bandwidth package. Each element contains the following attributes:

Link copied to clipboard
val status: String? = null

Status of the CEN Bandwidth Package in CEN instance, including Idle and InUse.