GetBundleResult

data class GetBundleResult(val bundleId: String? = null, val computeTypes: List<GetBundleComputeType>, val description: String, val id: String, val name: String? = null, val owner: String? = null, val rootStorages: List<GetBundleRootStorage>, val userStorages: List<GetBundleUserStorage>)

A collection of values returned by getBundle.

Constructors

Link copied to clipboard
constructor(bundleId: String? = null, computeTypes: List<GetBundleComputeType>, description: String, id: String, name: String? = null, owner: String? = null, rootStorages: List<GetBundleRootStorage>, userStorages: List<GetBundleUserStorage>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bundleId: String? = null

The ID of the bundle.

Link copied to clipboard

The compute type. See supported fields below.

Link copied to clipboard

The description of the bundle.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val name: String? = null

Name of the compute type.

Link copied to clipboard
val owner: String? = null

The owner of the bundle.

Link copied to clipboard

The root volume. See supported fields below.

Link copied to clipboard

The user storage. See supported fields below.