View Source GoogleApi.DataMigration.V1.Model.PrivateConnection (google_api_data_migration v0.15.0)

The PrivateConnection resource is used to establish private connectivity with the customer's network.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The create time of the resource.
  • displayName (type: String.t, default: nil) - The private connection display name.
  • error (type: GoogleApi.DataMigration.V1.Model.Status.t, default: nil) - Output only. The error details in case of state FAILED.
  • labels (type: map(), default: nil) - The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
  • name (type: String.t, default: nil) - The name of the resource.
  • state (type: String.t, default: nil) - Output only. The state of the private connection.
  • updateTime (type: DateTime.t, default: nil) - Output only. The last update time of the resource.
  • vpcPeeringConfig (type: GoogleApi.DataMigration.V1.Model.VpcPeeringConfig.t, default: nil) - VPC peering configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.PrivateConnection{
  createTime: DateTime.t() | nil,
  displayName: String.t() | nil,
  error: GoogleApi.DataMigration.V1.Model.Status.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil,
  vpcPeeringConfig: GoogleApi.DataMigration.V1.Model.VpcPeeringConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.