Class DataplexTaskNotebookInfrastructureSpecVpcNetwork.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_task.DataplexTaskNotebookInfrastructureSpecVpcNetwork.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexTaskNotebookInfrastructureSpecVpcNetwork,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexTaskNotebookInfrastructureSpecVpcNetwork
@Stability(Stable) @Internal public static final class DataplexTaskNotebookInfrastructureSpecVpcNetwork.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexTaskNotebookInfrastructureSpecVpcNetwork
An implementation forDataplexTaskNotebookInfrastructureSpecVpcNetwork
-
-
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.dataplex_task.DataplexTaskNotebookInfrastructureSpecVpcNetwork
DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder, DataplexTaskNotebookInfrastructureSpecVpcNetwork.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebookInfrastructureSpecVpcNetwork.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)StringgetNetwork()The Cloud VPC network in which the job is run.List<String>getNetworkTags()List of network tags to apply to the job.StringgetSubNetwork()The Cloud VPC sub-network in which the job is run.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(DataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexTaskNotebookInfrastructureSpecVpcNetwork.Builder.
-
-
Method Detail
-
getNetwork
public final String getNetwork()
Description copied from interface:DataplexTaskNotebookInfrastructureSpecVpcNetworkThe Cloud VPC network in which the job is run.By default, the Cloud VPC network named Default within the project is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#network DataplexTask#network}
- Specified by:
getNetworkin interfaceDataplexTaskNotebookInfrastructureSpecVpcNetwork
-
getNetworkTags
public final List<String> getNetworkTags()
Description copied from interface:DataplexTaskNotebookInfrastructureSpecVpcNetworkList of network tags to apply to the job.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#network_tags DataplexTask#network_tags}
- Specified by:
getNetworkTagsin interfaceDataplexTaskNotebookInfrastructureSpecVpcNetwork
-
getSubNetwork
public final String getSubNetwork()
Description copied from interface:DataplexTaskNotebookInfrastructureSpecVpcNetworkThe Cloud VPC sub-network in which the job is run.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#sub_network DataplexTask#sub_network}
- Specified by:
getSubNetworkin interfaceDataplexTaskNotebookInfrastructureSpecVpcNetwork
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-