UpdateLagRequest
public struct UpdateLagRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the LAG.
Declaration
Swift
public let lagId: String
-
The name of the LAG.
Declaration
Swift
public let lagName: String?
-
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Declaration
Swift
public let minimumLinks: Int?
-
Undocumented
Declaration
Swift
public init(lagId: String, lagName: String? = nil, minimumLinks: Int? = nil)