Class DataprocMetastoreServiceNetworkConfigConsumers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceNetworkConfigConsumers.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreServiceNetworkConfigConsumers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreServiceNetworkConfigConsumers
@Stability(Stable) @Internal public static final class DataprocMetastoreServiceNetworkConfigConsumers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreServiceNetworkConfigConsumers
An implementation forDataprocMetastoreServiceNetworkConfigConsumers
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceNetworkConfigConsumers
DataprocMetastoreServiceNetworkConfigConsumers.Builder, DataprocMetastoreServiceNetworkConfigConsumers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreServiceNetworkConfigConsumers.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceNetworkConfigConsumers.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetSubnetwork()The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocMetastoreServiceNetworkConfigConsumers.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreServiceNetworkConfigConsumers.Builder.
-
-
Method Detail
-
getSubnetwork
public final String getSubnetwork()
Description copied from interface:DataprocMetastoreServiceNetworkConfigConsumersThe 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}
- Specified by:
getSubnetworkin interfaceDataprocMetastoreServiceNetworkConfigConsumers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-