Class ComputePerInstanceConfigPreservedStateInternalIp.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_per_instance_config.ComputePerInstanceConfigPreservedStateInternalIp.Jsii$Proxy
-
- All Implemented Interfaces:
ComputePerInstanceConfigPreservedStateInternalIp,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputePerInstanceConfigPreservedStateInternalIp
@Stability(Stable) @Internal public static final class ComputePerInstanceConfigPreservedStateInternalIp.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputePerInstanceConfigPreservedStateInternalIp
An implementation forComputePerInstanceConfigPreservedStateInternalIp
-
-
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_per_instance_config.ComputePerInstanceConfigPreservedStateInternalIp
ComputePerInstanceConfigPreservedStateInternalIp.Builder, ComputePerInstanceConfigPreservedStateInternalIp.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputePerInstanceConfigPreservedStateInternalIp.Builder builder)Constructor that initializes the object based on literal property values passed by theComputePerInstanceConfigPreservedStateInternalIp.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)StringgetAutoDelete()These stateful IPs will never be released during autohealing, update or VM instance recreate operations.StringgetInterfaceName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#interface_name ComputePerInstanceConfig#interface_name}.ComputePerInstanceConfigPreservedStateInternalIpIpAddressgetIpAddress()ip_address 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(ComputePerInstanceConfigPreservedStateInternalIp.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputePerInstanceConfigPreservedStateInternalIp.Builder.
-
-
Method Detail
-
getInterfaceName
public final String getInterfaceName()
Description copied from interface:ComputePerInstanceConfigPreservedStateInternalIpDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#interface_name ComputePerInstanceConfig#interface_name}.- Specified by:
getInterfaceNamein interfaceComputePerInstanceConfigPreservedStateInternalIp
-
getAutoDelete
public final String getAutoDelete()
Description copied from interface:ComputePerInstanceConfigPreservedStateInternalIpThese stateful IPs will never be released during autohealing, update or VM instance recreate operations.This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Default value: "NEVER" Possible values: ["NEVER", "ON_PERMANENT_INSTANCE_DELETION"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#auto_delete ComputePerInstanceConfig#auto_delete}
- Specified by:
getAutoDeletein interfaceComputePerInstanceConfigPreservedStateInternalIp
-
getIpAddress
public final ComputePerInstanceConfigPreservedStateInternalIpIpAddress getIpAddress()
Description copied from interface:ComputePerInstanceConfigPreservedStateInternalIpip_address block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_per_instance_config#ip_address ComputePerInstanceConfig#ip_address}
- Specified by:
getIpAddressin interfaceComputePerInstanceConfigPreservedStateInternalIp
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-