Class ComputeRegionPerInstanceConfigPreservedStateExternalIp.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_per_instance_config.ComputeRegionPerInstanceConfigPreservedStateExternalIp.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionPerInstanceConfigPreservedStateExternalIp,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionPerInstanceConfigPreservedStateExternalIp
@Stability(Stable) @Internal public static final class ComputeRegionPerInstanceConfigPreservedStateExternalIp.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionPerInstanceConfigPreservedStateExternalIp
An implementation forComputeRegionPerInstanceConfigPreservedStateExternalIp
-
-
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_region_per_instance_config.ComputeRegionPerInstanceConfigPreservedStateExternalIp
ComputeRegionPerInstanceConfigPreservedStateExternalIp.Builder, ComputeRegionPerInstanceConfigPreservedStateExternalIp.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionPerInstanceConfigPreservedStateExternalIp.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionPerInstanceConfigPreservedStateExternalIp.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_region_per_instance_config#interface_name ComputeRegionPerInstanceConfig#interface_name}.ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddressgetIpAddress()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(ComputeRegionPerInstanceConfigPreservedStateExternalIp.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionPerInstanceConfigPreservedStateExternalIp.Builder.
-
-
Method Detail
-
getInterfaceName
public final String getInterfaceName()
Description copied from interface:ComputeRegionPerInstanceConfigPreservedStateExternalIpDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_per_instance_config#interface_name ComputeRegionPerInstanceConfig#interface_name}.- Specified by:
getInterfaceNamein interfaceComputeRegionPerInstanceConfigPreservedStateExternalIp
-
getAutoDelete
public final String getAutoDelete()
Description copied from interface:ComputeRegionPerInstanceConfigPreservedStateExternalIpThese 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_region_per_instance_config#auto_delete ComputeRegionPerInstanceConfig#auto_delete}
- Specified by:
getAutoDeletein interfaceComputeRegionPerInstanceConfigPreservedStateExternalIp
-
getIpAddress
public final ComputeRegionPerInstanceConfigPreservedStateExternalIpIpAddress getIpAddress()
Description copied from interface:ComputeRegionPerInstanceConfigPreservedStateExternalIpip_address block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_per_instance_config#ip_address ComputeRegionPerInstanceConfig#ip_address}
- Specified by:
getIpAddressin interfaceComputeRegionPerInstanceConfigPreservedStateExternalIp
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-