Interface DataprocMetastoreServiceNetworkConfigConsumers
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataprocMetastoreServiceNetworkConfigConsumers.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.775Z") @Stability(Stable) public interface DataprocMetastoreServiceNetworkConfigConsumers extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataprocMetastoreServiceNetworkConfigConsumers.BuilderA builder forDataprocMetastoreServiceNetworkConfigConsumersstatic classDataprocMetastoreServiceNetworkConfigConsumers.Jsii$ProxyAn implementation forDataprocMetastoreServiceNetworkConfigConsumers
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataprocMetastoreServiceNetworkConfigConsumers.Builderbuilder()StringgetSubnetwork()The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint.
-
-
-
Method Detail
-
getSubnetwork
@Stability(Stable) @NotNull String getSubnetwork()
The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint.It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form: 'projects/{projectNumber}/regions/{region_id}/subnetworks/{subnetwork_id} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#subnetwork DataprocMetastoreService#subnetwork}
-
builder
@Stability(Stable) static DataprocMetastoreServiceNetworkConfigConsumers.Builder builder()
-
-