Interface ComputeReservationShareSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeReservationShareSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.895Z") @Stability(Stable) public interface ComputeReservationShareSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeReservationShareSettings.BuilderA builder forComputeReservationShareSettingsstatic classComputeReservationShareSettings.Jsii$ProxyAn implementation forComputeReservationShareSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeReservationShareSettings.Builderbuilder()default ObjectgetProjectMap()project_map block.default StringgetShareType()Type of sharing for this shared-reservation Possible values: ["LOCAL", "SPECIFIC_PROJECTS"].
-
-
-
Method Detail
-
getProjectMap
@Stability(Stable) @Nullable default Object getProjectMap()
project_map block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_reservation#project_map ComputeReservation#project_map}
-
getShareType
@Stability(Stable) @Nullable default String getShareType()
Type of sharing for this shared-reservation Possible values: ["LOCAL", "SPECIFIC_PROJECTS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_reservation#share_type ComputeReservation#share_type}
-
builder
@Stability(Stable) static ComputeReservationShareSettings.Builder builder()
-
-