Class ComputePerInstanceConfigPreservedStateDisk.Jsii$Proxy

    • Method Detail

      • getDeviceName

        public final String getDeviceName()
        Description copied from interface: ComputePerInstanceConfigPreservedStateDisk
        A unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#device_name ComputePerInstanceConfig#device_name}

        Specified by:
        getDeviceName in interface ComputePerInstanceConfigPreservedStateDisk
      • getSource

        public final String getSource()
        Description copied from interface: ComputePerInstanceConfigPreservedStateDisk
        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_per_instance_config#source ComputePerInstanceConfig#source}

        Specified by:
        getSource in interface ComputePerInstanceConfigPreservedStateDisk
      • getDeleteRule

        public final String getDeleteRule()
        Description copied from interface: ComputePerInstanceConfigPreservedStateDisk
        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_per_instance_config#delete_rule ComputePerInstanceConfig#delete_rule}

        Specified by:
        getDeleteRule in interface ComputePerInstanceConfigPreservedStateDisk
      • $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