NewTransitVirtualInterfaceAllocation class
Information about a transit virtual interface to be provisioned on a connection.
- Annotations
- @_s.JsonSerializable(includeIfNull: false, explicitToJson: true, createFactory: false, createToJson: true)
Constructors
Properties
- addressFamily → AddressFamily
-
The address family for the BGP peer.
@_s.JsonKey(name: 'addressFamily'), final
- amazonAddress → String
-
The IP address assigned to the Amazon interface.
@_s.JsonKey(name: 'amazonAddress'), final
- asn → int
-
The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration. [...]
@_s.JsonKey(name: 'asn'), final
- authKey → String
-
The authentication key for BGP configuration. This string has a minimum
length of 6 characters and and a maximun lenth of 80 characters.
@_s.JsonKey(name: 'authKey'), final
- customerAddress → String
-
The IP address assigned to the customer interface.
@_s.JsonKey(name: 'customerAddress'), final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- mtu → int
-
The maximum transmission unit (MTU), in bytes. The supported values are 1500
and 9001. The default value is 1500.
@_s.JsonKey(name: 'mtu'), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
The tags associated with the transitive virtual interface.
@_s.JsonKey(name: 'tags'), final
- virtualInterfaceName → String
-
The name of the virtual interface assigned by the customer network.
@_s.JsonKey(name: 'virtualInterfaceName'), final
- vlan → int
-
The ID of the VLAN.
@_s.JsonKey(name: 'vlan'), final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited