View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork (google_api_dataplex v0.13.0)

Cloud VPC Network used to run the infrastructure.

Attributes

  • network (type: String.t, default: nil) - Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.
  • networkTags (type: list(String.t), default: nil) - Optional. List of network tags to apply to the job.
  • subNetwork (type: String.t, default: nil) - Optional. The Cloud VPC sub-network in which the job is run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork{
    network: String.t() | nil,
    networkTags: [String.t()] | nil,
    subNetwork: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.