View Source GoogleApi.Container.V1.Model.CidrBlock (google_api_container v0.45.0)

CidrBlock contains an optional name and one CIDR block.

Attributes

  • cidrBlock (type: String.t, default: nil) - cidr_block must be specified in CIDR notation.
  • displayName (type: String.t, default: nil) - display_name is an optional field for users to identify CIDR blocks.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.CidrBlock{
  cidrBlock: String.t() | nil,
  displayName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.