google_api_compute v0.22.0 GoogleApi.Compute.V1.Model.UsableSubnetwork View Source

Subnetwork which the current user has compute.subnetworks.use permission on.

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 URL.
  • secondaryIpRanges (type: list(GoogleApi.Compute.V1.Model.UsableSubnetworkSecondaryRange.t), default: nil) - Secondary IP ranges.
  • subnetwork (type: String.t, default: nil) - Subnetwork URL.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Compute.V1.Model.UsableSubnetwork{
  ipCidrRange: String.t(),
  network: String.t(),
  secondaryIpRanges: [
    GoogleApi.Compute.V1.Model.UsableSubnetworkSecondaryRange.t()
  ],
  subnetwork: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.