Interface ComputeRegionInstanceGroupManagerStatefulExternalIp
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceGroupManagerStatefulExternalIp.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.751Z") @Stability(Stable) public interface ComputeRegionInstanceGroupManagerStatefulExternalIp extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceGroupManagerStatefulExternalIp.BuilderA builder forComputeRegionInstanceGroupManagerStatefulExternalIpstatic classComputeRegionInstanceGroupManagerStatefulExternalIp.Jsii$ProxyAn implementation forComputeRegionInstanceGroupManagerStatefulExternalIp
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionInstanceGroupManagerStatefulExternalIp.Builderbuilder()default StringgetDeleteRule()A value that prescribes what should happen to an associated static Address resource when a VM instance is permanently deleted.default StringgetInterfaceName()The network interface name.
-
-
-
Method Detail
-
getDeleteRule
@Stability(Stable) @Nullable default String getDeleteRule()
A 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_region_instance_group_manager#delete_rule ComputeRegionInstanceGroupManager#delete_rule}
-
getInterfaceName
@Stability(Stable) @Nullable default String getInterfaceName()
The network interface name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#interface_name ComputeRegionInstanceGroupManager#interface_name}
-
builder
@Stability(Stable) static ComputeRegionInstanceGroupManagerStatefulExternalIp.Builder builder()
-
-