Interface AlloydbClusterNetworkConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlloydbClusterNetworkConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.292Z") @Stability(Stable) public interface AlloydbClusterNetworkConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlloydbClusterNetworkConfig.BuilderA builder forAlloydbClusterNetworkConfigstatic classAlloydbClusterNetworkConfig.Jsii$ProxyAn implementation forAlloydbClusterNetworkConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AlloydbClusterNetworkConfig.Builderbuilder()default StringgetAllocatedIpRange()The name of the allocated IP range for the private IP AlloyDB cluster.default StringgetNetwork()The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP.
-
-
-
Method Detail
-
getAllocatedIpRange
@Stability(Stable) @Nullable default String getAllocatedIpRange()
The name of the allocated IP range for the private IP AlloyDB cluster.For example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#allocated_ip_range AlloydbCluster#allocated_ip_range}
-
getNetwork
@Stability(Stable) @Nullable default String getNetwork()
The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP.The network must belong to the same project as the cluster. It is specified in the form: "projects/{projectNumber}/global/networks/{network_id}". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#network AlloydbCluster#network}
-
builder
@Stability(Stable) static AlloydbClusterNetworkConfig.Builder builder()
-
-