Class ComputeInstanceGroupManagerVersion.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_group_manager.ComputeInstanceGroupManagerVersion.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceGroupManagerVersion,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceGroupManagerVersion
@Stability(Stable) @Internal public static final class ComputeInstanceGroupManagerVersion.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceGroupManagerVersion
An implementation forComputeInstanceGroupManagerVersion
-
-
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.ComputeInstanceGroupManagerVersion
ComputeInstanceGroupManagerVersion.Builder, ComputeInstanceGroupManagerVersion.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceGroupManagerVersion.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerVersion.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)StringgetInstanceTemplate()The full URL to an instance template from which all new instances of this version will be created.StringgetName()Version name.ComputeInstanceGroupManagerVersionTargetSizegetTargetSize()target_size 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(ComputeInstanceGroupManagerVersion.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerVersion.Builder.
-
-
Method Detail
-
getInstanceTemplate
public final String getInstanceTemplate()
Description copied from interface:ComputeInstanceGroupManagerVersionThe full URL to an instance template from which all new instances of this version will be created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#instance_template ComputeInstanceGroupManager#instance_template}
- Specified by:
getInstanceTemplatein interfaceComputeInstanceGroupManagerVersion
-
getName
public final String getName()
Description copied from interface:ComputeInstanceGroupManagerVersionVersion name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#name ComputeInstanceGroupManager#name}
- Specified by:
getNamein interfaceComputeInstanceGroupManagerVersion
-
getTargetSize
public final ComputeInstanceGroupManagerVersionTargetSize getTargetSize()
Description copied from interface:ComputeInstanceGroupManagerVersiontarget_size block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#target_size ComputeInstanceGroupManager#target_size}
- Specified by:
getTargetSizein interfaceComputeInstanceGroupManagerVersion
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-