View Source GoogleApi.BackupDR.V1.Model.NetworkConfig (google_api_backup_dr v0.11.0)

Network configuration for ManagementServer instance.

Attributes

  • network (type: String.t, default: nil) - Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.
  • peeringMode (type: String.t, default: nil) - Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.NetworkConfig{
  network: String.t() | nil,
  peeringMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.