Class ComputePerInstanceConfigPreservedStateExternalIp.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_per_instance_config.ComputePerInstanceConfigPreservedStateExternalIp.Jsii$Proxy
-
- All Implemented Interfaces:
ComputePerInstanceConfigPreservedStateExternalIp,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputePerInstanceConfigPreservedStateExternalIp
@Stability(Stable) @Internal public static final class ComputePerInstanceConfigPreservedStateExternalIp.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputePerInstanceConfigPreservedStateExternalIp
An implementation forComputePerInstanceConfigPreservedStateExternalIp
-
-
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.ComputePerInstanceConfigPreservedStateExternalIp
ComputePerInstanceConfigPreservedStateExternalIp.Builder, ComputePerInstanceConfigPreservedStateExternalIp.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputePerInstanceConfigPreservedStateExternalIp.Builder builder)Constructor that initializes the object based on literal property values passed by theComputePerInstanceConfigPreservedStateExternalIp.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}.ComputePerInstanceConfigPreservedStateExternalIpIpAddressgetIpAddress()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(ComputePerInstanceConfigPreservedStateExternalIp.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputePerInstanceConfigPreservedStateExternalIp.Builder.
-
-
Method Detail
-
getInterfaceName
public final String getInterfaceName()
Description copied from interface:ComputePerInstanceConfigPreservedStateExternalIpDocs 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 interfaceComputePerInstanceConfigPreservedStateExternalIp
-
getAutoDelete
public final String getAutoDelete()
Description copied from interface:ComputePerInstanceConfigPreservedStateExternalIpThese 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 interfaceComputePerInstanceConfigPreservedStateExternalIp
-
getIpAddress
public final ComputePerInstanceConfigPreservedStateExternalIpIpAddress getIpAddress()
Description copied from interface:ComputePerInstanceConfigPreservedStateExternalIpip_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 interfaceComputePerInstanceConfigPreservedStateExternalIp
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-