Class OsConfigOsPolicyAssignmentInstanceFilter.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentInstanceFilter.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentInstanceFilter,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentInstanceFilter
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentInstanceFilter.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentInstanceFilter
An implementation forOsConfigOsPolicyAssignmentInstanceFilter
-
-
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_os_policy_assignment.OsConfigOsPolicyAssignmentInstanceFilter
OsConfigOsPolicyAssignmentInstanceFilter.Builder, OsConfigOsPolicyAssignmentInstanceFilter.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentInstanceFilter.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentInstanceFilter.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 VMs in the project.ObjectgetExclusionLabels()exclusion_labels block.ObjectgetInclusionLabels()inclusion_labels block.ObjectgetInventories()inventories block.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(OsConfigOsPolicyAssignmentInstanceFilter.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentInstanceFilter.Builder.
-
-
Method Detail
-
getAll
public final Object getAll()
Description copied from interface:OsConfigOsPolicyAssignmentInstanceFilterTarget all VMs 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_os_policy_assignment#all OsConfigOsPolicyAssignment#all}
- Specified by:
getAllin interfaceOsConfigOsPolicyAssignmentInstanceFilter
-
getExclusionLabels
public final Object getExclusionLabels()
Description copied from interface:OsConfigOsPolicyAssignmentInstanceFilterexclusion_labels block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#exclusion_labels OsConfigOsPolicyAssignment#exclusion_labels}
- Specified by:
getExclusionLabelsin interfaceOsConfigOsPolicyAssignmentInstanceFilter
-
getInclusionLabels
public final Object getInclusionLabels()
Description copied from interface:OsConfigOsPolicyAssignmentInstanceFilterinclusion_labels block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#inclusion_labels OsConfigOsPolicyAssignment#inclusion_labels}
- Specified by:
getInclusionLabelsin interfaceOsConfigOsPolicyAssignmentInstanceFilter
-
getInventories
public final Object getInventories()
Description copied from interface:OsConfigOsPolicyAssignmentInstanceFilterinventories block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#inventories OsConfigOsPolicyAssignment#inventories}
- Specified by:
getInventoriesin interfaceOsConfigOsPolicyAssignmentInstanceFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-