GetCapacityReservationGroupPlainArgs

data class GetCapacityReservationGroupPlainArgs(val capacityReservationGroupName: String, val expand: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetCapacityReservationGroupPlainArgs>

Constructors

Link copied to clipboard
fun GetCapacityReservationGroupPlainArgs(capacityReservationGroupName: String, expand: String? = null, resourceGroupName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetCapacityReservationGroupPlainArgs

Properties

Link copied to clipboard

The name of the capacity reservation group.

Link copied to clipboard
val expand: String? = null

The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations.

Link copied to clipboard

The name of the resource group.