Class ComputeInstanceGroupManagerStatefulInternalIp.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_group_manager.ComputeInstanceGroupManagerStatefulInternalIp.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeInstanceGroupManagerStatefulInternalIp,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeInstanceGroupManagerStatefulInternalIp
@Stability(Stable) @Internal public static final class ComputeInstanceGroupManagerStatefulInternalIp.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeInstanceGroupManagerStatefulInternalIp
An implementation forComputeInstanceGroupManagerStatefulInternalIp
-
-
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.ComputeInstanceGroupManagerStatefulInternalIp
ComputeInstanceGroupManagerStatefulInternalIp.Builder, ComputeInstanceGroupManagerStatefulInternalIp.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeInstanceGroupManagerStatefulInternalIp.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerStatefulInternalIp.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)StringgetDeleteRule()A value that prescribes what should happen to an associated static Address resource when a VM instance is permanently deleted.StringgetInterfaceName()The network interface name.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(ComputeInstanceGroupManagerStatefulInternalIp.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeInstanceGroupManagerStatefulInternalIp.Builder.
-
-
Method Detail
-
getDeleteRule
public final String getDeleteRule()
Description copied from interface:ComputeInstanceGroupManagerStatefulInternalIpA value that prescribes what should happen to an associated static Address resource when a VM instance is permanently deleted.The available options are NEVER and ON_PERMANENT_INSTANCE_DELETION. NEVER - detach the IP when the VM is deleted, but do not delete the address resource. ON_PERMANENT_INSTANCE_DELETION will delete the stateful address when the VM is permanently deleted from the instance group. The default is NEVER. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#delete_rule ComputeInstanceGroupManager#delete_rule}
- Specified by:
getDeleteRulein interfaceComputeInstanceGroupManagerStatefulInternalIp
-
getInterfaceName
public final String getInterfaceName()
Description copied from interface:ComputeInstanceGroupManagerStatefulInternalIpThe network interface name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_group_manager#interface_name ComputeInstanceGroupManager#interface_name}
- Specified by:
getInterfaceNamein interfaceComputeInstanceGroupManagerStatefulInternalIp
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-