Class ComputeInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_group_manager.ComputeInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceGroupManagerAllInstancesConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceGroupManagerAllInstancesConfig
@Stability(Stable) @Internal public static final class ComputeInstanceGroupManagerAllInstancesConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceGroupManagerAllInstancesConfig
An implementation forComputeInstanceGroupManagerAllInstancesConfig
-
-
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_group_manager.ComputeInstanceGroupManagerAllInstancesConfig
ComputeInstanceGroupManagerAllInstancesConfig.Builder, ComputeInstanceGroupManagerAllInstancesConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceGroupManagerAllInstancesConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerAllInstancesConfig.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(ComputeInstanceGroupManagerAllInstancesConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerAllInstancesConfig.Builder.
-
-
Method Detail
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:ComputeInstanceGroupManagerAllInstancesConfigThe 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_instance_group_manager#labels ComputeInstanceGroupManager#labels}
- Specified by:
getLabelsin interfaceComputeInstanceGroupManagerAllInstancesConfig
-
getMetadata
public final Map<String,String> getMetadata()
Description copied from interface:ComputeInstanceGroupManagerAllInstancesConfigThe 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_instance_group_manager#metadata ComputeInstanceGroupManager#metadata}
- Specified by:
getMetadatain interfaceComputeInstanceGroupManagerAllInstancesConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-