Interface ComputeInstanceFromTemplateSchedulingNodeAffinities
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceFromTemplateSchedulingNodeAffinities.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.502Z") @Stability(Stable) public interface ComputeInstanceFromTemplateSchedulingNodeAffinities extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceFromTemplateSchedulingNodeAffinities.BuilderA builder forComputeInstanceFromTemplateSchedulingNodeAffinitiesstatic classComputeInstanceFromTemplateSchedulingNodeAffinities.Jsii$ProxyAn implementation forComputeInstanceFromTemplateSchedulingNodeAffinities
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeInstanceFromTemplateSchedulingNodeAffinities.Builderbuilder()StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#key ComputeInstanceFromTemplate#key}.StringgetOperator()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#operator ComputeInstanceFromTemplate#operator}.List<String>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#values ComputeInstanceFromTemplate#values}.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#key ComputeInstanceFromTemplate#key}.
-
getOperator
@Stability(Stable) @NotNull String getOperator()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#operator ComputeInstanceFromTemplate#operator}.
-
getValues
@Stability(Stable) @NotNull List<String> getValues()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#values ComputeInstanceFromTemplate#values}.
-
builder
@Stability(Stable) static ComputeInstanceFromTemplateSchedulingNodeAffinities.Builder builder()
-
-