GetReservationPlainArgs

data class GetReservationPlainArgs(val name: String, val project: String? = null, val zone: String) : ConvertibleToJava<GetReservationPlainArgs>

A collection of arguments for invoking getReservation.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, zone: String)

Properties

Link copied to clipboard

The name of the Compute Reservation.

Link copied to clipboard
val project: String? = null

Project from which to list the Compute Reservation. Defaults to project declared in the provider.

Link copied to clipboard

Zone where the Compute Reservation resides.

Functions

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