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

UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.

Attributes

  • ipCidrRange (type: String.t, default: nil) - The range of internal addresses that are owned by this subnetwork.
  • network (type: String.t, default: nil) - Network Name. Example: projects/my-project/global/networks/my-network
  • secondaryIpRanges (type: list(GoogleApi.Container.V1.Model.UsableSubnetworkSecondaryRange.t), default: nil) - Secondary IP ranges.
  • statusMessage (type: String.t, default: nil) - A human readable status message representing the reasons for cases where the caller cannot use the secondary ranges under the subnet. For example if the secondary_ip_ranges is empty due to a permission issue, an insufficient permission message will be given by status_message.
  • subnetwork (type: String.t, default: nil) - Subnetwork Name. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.UsableSubnetwork{
  ipCidrRange: String.t() | nil,
  network: String.t() | nil,
  secondaryIpRanges:
    [GoogleApi.Container.V1.Model.UsableSubnetworkSecondaryRange.t()] | nil,
  statusMessage: String.t() | nil,
  subnetwork: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.