Interface AlloydbInstanceNetworkConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbInstanceNetworkConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.301Z") @Stability(Stable) public interface AlloydbInstanceNetworkConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbInstanceNetworkConfig.BuilderA builder forAlloydbInstanceNetworkConfigstatic classAlloydbInstanceNetworkConfig.Jsii$ProxyAn implementation forAlloydbInstanceNetworkConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AlloydbInstanceNetworkConfig.Builderbuilder()default ObjectgetAuthorizedExternalNetworks()authorized_external_networks block.default ObjectgetEnablePublicIp()Enabling public ip for the instance.
-
-
-
Method Detail
-
getAuthorizedExternalNetworks
@Stability(Stable) @Nullable default Object getAuthorizedExternalNetworks()
authorized_external_networks block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#authorized_external_networks AlloydbInstance#authorized_external_networks}
-
getEnablePublicIp
@Stability(Stable) @Nullable default Object getEnablePublicIp()
Enabling public ip for the instance.If a user wishes to disable this, please also clear the list of the authorized external networks set on the same instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#enable_public_ip AlloydbInstance#enable_public_ip}
-
builder
@Stability(Stable) static AlloydbInstanceNetworkConfig.Builder builder()
-
-