Interface ComputeReservationShareSettingsProjectMap
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeReservationShareSettingsProjectMap.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.895Z") @Stability(Stable) public interface ComputeReservationShareSettingsProjectMap extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeReservationShareSettingsProjectMap.BuilderA builder forComputeReservationShareSettingsProjectMapstatic classComputeReservationShareSettingsProjectMap.Jsii$ProxyAn implementation forComputeReservationShareSettingsProjectMap
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeReservationShareSettingsProjectMap.Builderbuilder()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_reservation#id ComputeReservation#id}.default StringgetProjectId()The project id/number, should be same as the key of this project config in the project map.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_reservation#id ComputeReservation#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProjectId
@Stability(Stable) @Nullable default String getProjectId()
The project id/number, should be same as the key of this project config in the project map.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_reservation#project_id ComputeReservation#project_id}
-
builder
@Stability(Stable) static ComputeReservationShareSettingsProjectMap.Builder builder()
-
-