Package com.pulumi.gcp.alloydb.outputs
Class ClusterNetworkConfig
- java.lang.Object
-
- com.pulumi.gcp.alloydb.outputs.ClusterNetworkConfig
-
public final class ClusterNetworkConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterNetworkConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
allocatedIpRange()
static ClusterNetworkConfig.Builder
builder()
static ClusterNetworkConfig.Builder
builder(ClusterNetworkConfig defaults)
java.util.Optional<java.lang.String>
network()
-
-
-
Method Detail
-
allocatedIpRange
public java.util.Optional<java.lang.String> allocatedIpRange()
- Returns:
- 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.
-
network
public java.util.Optional<java.lang.String> network()
- Returns:
- 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}".
-
builder
public static ClusterNetworkConfig.Builder builder()
-
builder
public static ClusterNetworkConfig.Builder builder(ClusterNetworkConfig defaults)
-
-