Uses of Interface
com.hashicorp.cdktf.providers.google.data_google_compute_reservation.DataGoogleComputeReservationConfig
-
Packages that use DataGoogleComputeReservationConfig Package Description com.hashicorp.cdktf.providers.google.data_google_compute_reservation data_google_compute_reservation -
-
Uses of DataGoogleComputeReservationConfig in com.hashicorp.cdktf.providers.google.data_google_compute_reservation
Classes in com.hashicorp.cdktf.providers.google.data_google_compute_reservation that implement DataGoogleComputeReservationConfig Modifier and Type Class Description static classDataGoogleComputeReservationConfig.Jsii$ProxyAn implementation forDataGoogleComputeReservationConfigMethods in com.hashicorp.cdktf.providers.google.data_google_compute_reservation that return DataGoogleComputeReservationConfig Modifier and Type Method Description DataGoogleComputeReservationConfigDataGoogleComputeReservationConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.data_google_compute_reservation with parameters of type DataGoogleComputeReservationConfig Constructor Description DataGoogleComputeReservation(software.constructs.Construct scope, String id, DataGoogleComputeReservationConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/compute_reservation google_compute_reservation} Data Source.
-