GetCapacityBlockReservationArgs class

Arguments for getCapacityBlockReservation. Arguments for getCapacityBlockReservation.

Constructors

GetCapacityBlockReservationArgs({Input<List<GetCapacityBlockReservationFilter>?>? filters, Input<String?>? id, Input<String?>? region})
Creates a new GetCapacityBlockReservationArgs. filters Configuration block(s) for filtering. Detailed below. id ID of the Capacity Block reservation to retrieve. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
GetCapacityBlockReservationArgs.fromMap(Map<String, dynamic> map)
factory

Properties

filters → Input<List<GetCapacityBlockReservationFilter>?>?
Configuration block(s) for filtering. Detailed below.
final
hashCode int
The hash code for this object.
no setterinherited
id → Input<String?>?
ID of the Capacity Block reservation to retrieve.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited