Class: Google::Apis::ComputeAlpha::RouterBgpPeerCustomLearnedIpRange

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RouterBgpPeerCustomLearnedIpRange

Returns a new instance of RouterBgpPeerCustomLearnedIpRange.



40284
40285
40286
# File 'lib/google/apis/compute_alpha/classes.rb', line 40284

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rangeString

The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a /32 singular IP address range, and, for IPv6, /128. Corresponds to the JSON property range

Returns:

  • (String)


40282
40283
40284
# File 'lib/google/apis/compute_alpha/classes.rb', line 40282

def range
  @range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40289
40290
40291
# File 'lib/google/apis/compute_alpha/classes.rb', line 40289

def update!(**args)
  @range = args[:range] if args.key?(:range)
end