Class: Google::Apis::ComputeBeta::RouterBgpPeerCustomLearnedIpRange

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RouterBgpPeerCustomLearnedIpRange

Returns a new instance of RouterBgpPeerCustomLearnedIpRange.



36911
36912
36913
# File 'lib/google/apis/compute_beta/classes.rb', line 36911

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)


36909
36910
36911
# File 'lib/google/apis/compute_beta/classes.rb', line 36909

def range
  @range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36916
36917
36918
# File 'lib/google/apis/compute_beta/classes.rb', line 36916

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