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
    • 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}