Class ComputeRegionInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_instance_group_manager.ComputeRegionInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionInstanceGroupManagerAllInstancesConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionInstanceGroupManagerAllInstancesConfig
@Stability(Stable) @Internal public static final class ComputeRegionInstanceGroupManagerAllInstancesConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionInstanceGroupManagerAllInstancesConfig
An implementation forComputeRegionInstanceGroupManagerAllInstancesConfig
-
-
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_region_instance_group_manager.ComputeRegionInstanceGroupManagerAllInstancesConfig
ComputeRegionInstanceGroupManagerAllInstancesConfig.Builder, ComputeRegionInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionInstanceGroupManagerAllInstancesConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionInstanceGroupManagerAllInstancesConfig.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>getLabels()The label key-value pairs that you want to patch onto the instance,.Map<String,String>getMetadata()The metadata key-value pairs that you want to patch onto the instance.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(ComputeRegionInstanceGroupManagerAllInstancesConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionInstanceGroupManagerAllInstancesConfig.Builder.
-
-
Method Detail
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ComputeRegionInstanceGroupManagerAllInstancesConfigThe label key-value pairs that you want to patch onto the instance,.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#labels ComputeRegionInstanceGroupManager#labels}
- Specified by:
getLabelsin interfaceComputeRegionInstanceGroupManagerAllInstancesConfig
-
getMetadata
public final Map<String,String> getMetadata()
Description copied from interface:ComputeRegionInstanceGroupManagerAllInstancesConfigThe metadata key-value pairs that you want to patch onto the instance.For more information, see Project and instance metadata, Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#metadata ComputeRegionInstanceGroupManager#metadata}
- Specified by:
getMetadatain interfaceComputeRegionInstanceGroupManagerAllInstancesConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-