Interface WorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
WorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:23.043Z") @Stability(Stable) public interface WorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs.BuilderA builder forWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigsstatic classWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs.Jsii$ProxyAn implementation forWorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static WorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs.Builderbuilder()StringgetExternalIp()An external IP address associated with this instance.
-
-
-
Method Detail
-
getExternalIp
@Stability(Stable) @NotNull String getExternalIp()
An external IP address associated with this instance.Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/workbench_instance#external_ip WorkbenchInstance#external_ip}
-
builder
@Stability(Stable) static WorkbenchInstanceGceSetupNetworkInterfacesAccessConfigs.Builder builder()
-
-