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.



38805
38806
38807
# File 'lib/google/apis/compute_alpha/classes.rb', line 38805

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

Instance Attribute Details

#rangeString

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

Returns:

  • (String)


38803
38804
38805
# File 'lib/google/apis/compute_alpha/classes.rb', line 38803

def range
  @range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38810
38811
38812
# File 'lib/google/apis/compute_alpha/classes.rb', line 38810

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