Interface DataprocClusterClusterConfigGceClusterConfigReservationAffinity
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocClusterClusterConfigGceClusterConfigReservationAffinity.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.701Z") @Stability(Stable) public interface DataprocClusterClusterConfigGceClusterConfigReservationAffinity extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocClusterClusterConfigGceClusterConfigReservationAffinity.Builderstatic classDataprocClusterClusterConfigGceClusterConfigReservationAffinity.Jsii$ProxyAn implementation forDataprocClusterClusterConfigGceClusterConfigReservationAffinity
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocClusterClusterConfigGceClusterConfigReservationAffinity.Builderbuilder()default StringgetConsumeReservationType()Type of reservation to consume.default StringgetKey()Corresponds to the label key of reservation resource.default List<String>getValues()Corresponds to the label values of reservation resource.
-
-
-
Method Detail
-
getConsumeReservationType
@Stability(Stable) @Nullable default String getConsumeReservationType()
Type of reservation to consume.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#consume_reservation_type DataprocCluster#consume_reservation_type}
-
getKey
@Stability(Stable) @Nullable default String getKey()
Corresponds to the label key of reservation resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#key DataprocCluster#key}
-
getValues
@Stability(Stable) @Nullable default List<String> getValues()
Corresponds to the label values of reservation resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#values DataprocCluster#values}
-
builder
@Stability(Stable) static DataprocClusterClusterConfigGceClusterConfigReservationAffinity.Builder builder()
-
-