Interface DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.816Z") @Stability(Stable) public interface DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity.Builderstatic classDataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity.Jsii$ProxyAn implementation forDataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity.Builderbuilder()default StringgetConsumeReservationType()Optional.default StringgetKey()Optional.default List<String>getValues()Optional.
-
-
-
Method Detail
-
getConsumeReservationType
@Stability(Stable) @Nullable default String getConsumeReservationType()
Optional. Type of reservation to consume Possible values: TYPE_UNSPECIFIED, NO_RESERVATION, ANY_RESERVATION, SPECIFIC_RESERVATION.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#consume_reservation_type DataprocWorkflowTemplate#consume_reservation_type}
-
getKey
@Stability(Stable) @Nullable default String getKey()
Optional. 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_workflow_template#key DataprocWorkflowTemplate#key}
-
getValues
@Stability(Stable) @Nullable default List<String> getValues()
Optional. 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_workflow_template#values DataprocWorkflowTemplate#values}
-
builder
@Stability(Stable) static DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigReservationAffinity.Builder builder()
-
-