Class: Google::Apis::ComputeV1::RouterBgp

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RouterBgp

Returns a new instance of RouterBgp.



6780
6781
6782
# File 'generated/google/apis/compute_v1/classes.rb', line 6780

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

Instance Attribute Details

#asnFixnum

Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value will be fixed for this router resource. All VPN tunnels that link to this router will have the same local ASN. Corresponds to the JSON property asn

Returns:

  • (Fixnum)


6778
6779
6780
# File 'generated/google/apis/compute_v1/classes.rb', line 6778

def asn
  @asn
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6785
6786
6787
# File 'generated/google/apis/compute_v1/classes.rb', line 6785

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