Class ComputeInstanceFromTemplateParams.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_from_template.ComputeInstanceFromTemplateParams.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceFromTemplateParams,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceFromTemplateParams
@Stability(Stable) @Internal public static final class ComputeInstanceFromTemplateParams.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceFromTemplateParams
An implementation forComputeInstanceFromTemplateParams
-
-
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.compute_instance_from_template.ComputeInstanceFromTemplateParams
ComputeInstanceFromTemplateParams.Builder, ComputeInstanceFromTemplateParams.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceFromTemplateParams.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceFromTemplateParams.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)Map<String,String>getResourceManagerTags()A map of resource manager tags.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(ComputeInstanceFromTemplateParams.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceFromTemplateParams.Builder.
-
-
Method Detail
-
getResourceManagerTags
public final Map<String,String> getResourceManagerTags()
Description copied from interface:ComputeInstanceFromTemplateParamsA map of resource manager tags.Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_from_template#resource_manager_tags ComputeInstanceFromTemplate#resource_manager_tags}
- Specified by:
getResourceManagerTagsin interfaceComputeInstanceFromTemplateParams
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-