google_api_container v0.1.0 GoogleApi.Container.V1.Model.CidrBlock View Source

CidrBlock contains an optional name and one CIDR block.

Attributes

  • cidrBlock (String.t): cidr_block must be specified in CIDR notation. Defaults to: null.
  • displayName (String.t): display_name is an optional field for users to identify CIDR blocks. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Container.V1.Model.CidrBlock{
  cidrBlock: any(),
  displayName: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.