| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static HasLogicalRedundancy |
HasLogicalRedundancy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HasLogicalRedundancy |
DeleteLagResponse.hasLogicalRedundancy()
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
Connection.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
Lag.hasLogicalRedundancy()
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
UpdateLagResponse.hasLogicalRedundancy()
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
AssociateConnectionWithLagResponse.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
CreateLagResponse.hasLogicalRedundancy()
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
Interconnect.hasLogicalRedundancy()
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
CreateInterconnectResponse.hasLogicalRedundancy()
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
DisassociateConnectionFromLagResponse.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
AssociateHostedConnectionResponse.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
CreateConnectionResponse.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
AllocateHostedConnectionResponse.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
DeleteConnectionResponse.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
HasLogicalRedundancy |
UpdateConnectionResponse.hasLogicalRedundancy()
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
static HasLogicalRedundancy |
HasLogicalRedundancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HasLogicalRedundancy[] |
HasLogicalRedundancy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HasLogicalRedundancy> |
HasLogicalRedundancy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteLagResponse.Builder |
DeleteLagResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Connection.Builder |
Connection.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Lag.Builder |
Lag.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
UpdateLagResponse.Builder |
UpdateLagResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
AssociateConnectionWithLagResponse.Builder |
AssociateConnectionWithLagResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
CreateLagResponse.Builder |
CreateLagResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Interconnect.Builder |
Interconnect.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
CreateInterconnectResponse.Builder |
CreateInterconnectResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).
|
DisassociateConnectionFromLagResponse.Builder |
DisassociateConnectionFromLagResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
AssociateHostedConnectionResponse.Builder |
AssociateHostedConnectionResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
AllocateHostedConnectionResponse.Builder |
AllocateHostedConnectionResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
UpdateConnectionResponse.Builder |
UpdateConnectionResponse.Builder.hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
|
Copyright © 2023. All rights reserved.