Interface DataplexTaskSparkInfrastructureSpecVpcNetwork
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexTaskSparkInfrastructureSpecVpcNetwork.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.657Z") @Stability(Stable) public interface DataplexTaskSparkInfrastructureSpecVpcNetwork extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexTaskSparkInfrastructureSpecVpcNetwork.BuilderA builder forDataplexTaskSparkInfrastructureSpecVpcNetworkstatic classDataplexTaskSparkInfrastructureSpecVpcNetwork.Jsii$ProxyAn implementation forDataplexTaskSparkInfrastructureSpecVpcNetwork
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexTaskSparkInfrastructureSpecVpcNetwork.Builderbuilder()default StringgetNetwork()The Cloud VPC network in which the job is run.default List<String>getNetworkTags()List of network tags to apply to the job.default StringgetSubNetwork()The Cloud VPC sub-network in which the job is run.
-
-
-
Method Detail
-
getNetwork
@Stability(Stable) @Nullable default String getNetwork()
The 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}
-
getNetworkTags
@Stability(Stable) @Nullable default List<String> getNetworkTags()
List 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}
-
getSubNetwork
@Stability(Stable) @Nullable default String getSubNetwork()
The 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}
-
builder
@Stability(Stable) static DataplexTaskSparkInfrastructureSpecVpcNetwork.Builder builder()
-
-