Lag
public struct Lag : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether the LAG can host other connections.
Declaration
Swift
public let allowsHostedConnections: Bool?
-
The AWS Direct Connect endpoint that hosts the LAG.
Declaration
Swift
public let awsDevice: String?
-
The AWS Direct Connect endpoint that hosts the LAG.
Declaration
Swift
public let awsDeviceV2: String?
-
The connections bundled by the LAG.
Declaration
Swift
public let connections: [Connection]?
-
The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.
Declaration
Swift
public let connectionsBandwidth: String?
-
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
Declaration
Swift
public let hasLogicalRedundancy: HasLogicalRedundancy?
-
Indicates whether jumbo frames (9001 MTU) are supported.
Declaration
Swift
public let jumboFrameCapable: Bool?
-
The ID of the LAG.
Declaration
Swift
public let lagId: String?
-
The name of the LAG.
Declaration
Swift
public let lagName: String?
-
The state of the LAG. The following are the possible values: requested: The initial state of a LAG. The LAG stays in the requested state until the Letter of Authorization (LOA) is available. pending: The LAG has been approved and is being initialized. available: The network link is established and the LAG is ready for use. down: The network link is down. deleting: The LAG is being deleted. deleted: The LAG is deleted. unknown: The state of the LAG is not available.
Declaration
Swift
public let lagState: LagState?
-
The location of the LAG.
Declaration
Swift
public let location: String?
-
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Declaration
Swift
public let minimumLinks: Int?
-
The number of physical connections bundled by the LAG, up to a maximum of 10.
Declaration
Swift
public let numberOfConnections: Int?
-
The ID of the AWS account that owns the LAG.
Declaration
Swift
public let ownerAccount: String?
-
The name of the service provider associated with the LAG.
Declaration
Swift
public let providerName: String?
-
The AWS Region where the connection is located.
Declaration
Swift
public let region: String?
-
The tags associated with the LAG.
Declaration
Swift
public let tags: [Tag]?
-
init(allowsHostedConnections:awsDevice:awsDeviceV2:connections:connectionsBandwidth:hasLogicalRedundancy:jumboFrameCapable:lagId:lagName:lagState:location:minimumLinks:numberOfConnections:ownerAccount:providerName:region:tags:)
Undocumented
Declaration
Swift
public init(allowsHostedConnections: Bool? = nil, awsDevice: String? = nil, awsDeviceV2: String? = nil, connections: [Connection]? = nil, connectionsBandwidth: String? = nil, hasLogicalRedundancy: HasLogicalRedundancy? = nil, jumboFrameCapable: Bool? = nil, lagId: String? = nil, lagName: String? = nil, lagState: LagState? = nil, location: String? = nil, minimumLinks: Int? = nil, numberOfConnections: Int? = nil, ownerAccount: String? = nil, providerName: String? = nil, region: String? = nil, tags: [Tag]? = nil)