NewPublicVirtualInterface class
Information about a public virtual interface.
- Annotations
- @_s.JsonSerializable(includeIfNull: false, explicitToJson: true, createFactory: false, createToJson: true)
Constructors
-
NewPublicVirtualInterface({@_s.required int asn, @_s.required String virtualInterfaceName, @_s.required int vlan, AddressFamily addressFamily, String amazonAddress, String authKey, String customerAddress, List<
RouteFilterPrefix> routeFilterPrefixes, List<Tag> tags})
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
-
routeFilterPrefixes
→ List<
RouteFilterPrefix> -
The routes to be advertised to the AWS network in this Region. Applies to
public virtual interfaces.
@_s.JsonKey(name: 'routeFilterPrefixes'), final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
The tags associated with the public 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