Class ComputeRegionPerInstanceConfigPreservedStateDisk.Jsii$Proxy

    • Method Detail

      • getSource

        public final String getSource()
        Description copied from interface: ComputeRegionPerInstanceConfigPreservedStateDisk
        The URI of an existing persistent disk to attach under the specified device-name in the format 'projects/project-id/zones/zone/disks/disk-name'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_per_instance_config#source ComputeRegionPerInstanceConfig#source}

        Specified by:
        getSource in interface ComputeRegionPerInstanceConfigPreservedStateDisk
      • getDeleteRule

        public final String getDeleteRule()
        Description copied from interface: ComputeRegionPerInstanceConfigPreservedStateDisk
        A value that prescribes what should happen to the stateful disk when the VM instance is deleted.

        The available options are 'NEVER' and 'ON_PERMANENT_INSTANCE_DELETION'. 'NEVER' - detach the disk when the VM is deleted, but do not delete the disk. 'ON_PERMANENT_INSTANCE_DELETION' will delete the stateful disk when the VM is permanently deleted from the instance group. Default value: "NEVER" Possible values: ["NEVER", "ON_PERMANENT_INSTANCE_DELETION"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_per_instance_config#delete_rule ComputeRegionPerInstanceConfig#delete_rule}

        Specified by:
        getDeleteRule in interface ComputeRegionPerInstanceConfigPreservedStateDisk
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object