Class OsConfigPatchDeploymentInstanceFilter.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getAll

        public final Object getAll()
        Description copied from interface: OsConfigPatchDeploymentInstanceFilter
        Target all VM instances in the project. If true, no other criteria is permitted.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#all OsConfigPatchDeployment#all}

        Specified by:
        getAll in interface OsConfigPatchDeploymentInstanceFilter
      • getInstanceNamePrefixes

        public final List<String> getInstanceNamePrefixes()
        Description copied from interface: OsConfigPatchDeploymentInstanceFilter
        Targets VMs whose name starts with one of these prefixes.

        Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#instance_name_prefixes OsConfigPatchDeployment#instance_name_prefixes}

        Specified by:
        getInstanceNamePrefixes in interface OsConfigPatchDeploymentInstanceFilter
      • getInstances

        public final List<String> getInstances()
        Description copied from interface: OsConfigPatchDeploymentInstanceFilter
        Targets any of the VM instances specified. Instances are specified by their URI in the 'form zones/{{zone}}/instances/{{instance_name}}', 'projects/{{project_id}}/zones/{{zone}}/instances/{{instance_name}}', or 'https://www.googleapis.com/compute/v1/projects/{{project_id}}/zones/{{zone}}/instances/{{instance_name}}'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#instances OsConfigPatchDeployment#instances}

        Specified by:
        getInstances in interface OsConfigPatchDeploymentInstanceFilter
      • getZones

        public final List<String> getZones()
        Description copied from interface: OsConfigPatchDeploymentInstanceFilter
        Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#zones OsConfigPatchDeployment#zones}

        Specified by:
        getZones in interface OsConfigPatchDeploymentInstanceFilter
      • $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