Class OsConfigPatchDeploymentInstanceFilter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentInstanceFilter.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentInstanceFilter,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentInstanceFilter
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentInstanceFilter.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentInstanceFilter
An implementation forOsConfigPatchDeploymentInstanceFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentInstanceFilter
OsConfigPatchDeploymentInstanceFilter.Builder, OsConfigPatchDeploymentInstanceFilter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentInstanceFilter.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentInstanceFilter.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAll()Target all VM instances in the project.ObjectgetGroupLabels()group_labels block.List<String>getInstanceNamePrefixes()Targets VMs whose name starts with one of these prefixes.List<String>getInstances()Targets any of the VM instances specified.List<String>getZones()Targets VM instances in ANY of these zones.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(OsConfigPatchDeploymentInstanceFilter.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentInstanceFilter.Builder.
-
-
Method Detail
-
getAll
public final Object getAll()
Description copied from interface:OsConfigPatchDeploymentInstanceFilterTarget 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:
getAllin interfaceOsConfigPatchDeploymentInstanceFilter
-
getGroupLabels
public final Object getGroupLabels()
Description copied from interface:OsConfigPatchDeploymentInstanceFiltergroup_labels block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#group_labels OsConfigPatchDeployment#group_labels}
- Specified by:
getGroupLabelsin interfaceOsConfigPatchDeploymentInstanceFilter
-
getInstanceNamePrefixes
public final List<String> getInstanceNamePrefixes()
Description copied from interface:OsConfigPatchDeploymentInstanceFilterTargets 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:
getInstanceNamePrefixesin interfaceOsConfigPatchDeploymentInstanceFilter
-
getInstances
public final List<String> getInstances()
Description copied from interface:OsConfigPatchDeploymentInstanceFilterTargets 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:
getInstancesin interfaceOsConfigPatchDeploymentInstanceFilter
-
getZones
public final List<String> getZones()
Description copied from interface:OsConfigPatchDeploymentInstanceFilterTargets 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:
getZonesin interfaceOsConfigPatchDeploymentInstanceFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-