google_api_service_networking v0.6.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.
  • secondaryRangeIpPrefixLengths (type: list(integer()), default: nil) - Optional. DO NOT USE - Under development. The size of the desired secondary ranges for the subnet. Use usual CIDR range notation. For example, '30' to find unused x.x.x.x/30 CIDR range. The goal is to determine that the allocated ranges have enough free space for all the requested secondary ranges.

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(),
  secondaryRangeIpPrefixLengths: [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.