google_api_service_networking v0.5.0 GoogleApi.ServiceNetworking.V1.Model.RangeReservation View Source

Represents a range reservation.

Attributes

  • ipPrefixLength (type: integer(), default: nil) - Required. The size of the desired subnet. Use usual CIDR range notation. For example, '30' to find unused x.x.x.x/30 CIDR range. The goal is to determine if one of the allocated ranges has enough free space for a subnet of the requested size.

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.ServiceNetworking.V1.Model.RangeReservation{
  ipPrefixLength: integer()
}

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.