View Source GoogleApi.Batch.V1.Model.NetworkPolicy (google_api_batch v0.4.2)

NetworkPolicy describes VM instance network configurations.

Attributes

  • networkInterfaces (type: list(GoogleApi.Batch.V1.Model.NetworkInterface.t), default: nil) - Network configurations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.NetworkPolicy{
  networkInterfaces: [GoogleApi.Batch.V1.Model.NetworkInterface.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.