Uses of Class
software.amazon.awssdk.services.directconnect.model.HasLogicalRedundancy
-
Packages that use HasLogicalRedundancy Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of HasLogicalRedundancy in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return HasLogicalRedundancy Modifier and Type Method Description static HasLogicalRedundancyHasLogicalRedundancy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HasLogicalRedundancyAllocateHostedConnectionResponse. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyAssociateConnectionWithLagResponse. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyAssociateHostedConnectionResponse. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyConnection. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyCreateConnectionResponse. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyCreateInterconnectResponse. hasLogicalRedundancy()Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).HasLogicalRedundancyCreateLagResponse. hasLogicalRedundancy()Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyDeleteConnectionResponse. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyDeleteLagResponse. hasLogicalRedundancy()Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyDisassociateConnectionFromLagResponse. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyInterconnect. hasLogicalRedundancy()Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).HasLogicalRedundancyLag. hasLogicalRedundancy()Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyUpdateConnectionResponse. hasLogicalRedundancy()Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).HasLogicalRedundancyUpdateLagResponse. hasLogicalRedundancy()Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).static HasLogicalRedundancyHasLogicalRedundancy. 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.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type HasLogicalRedundancy Modifier and Type Method Description static Set<HasLogicalRedundancy>HasLogicalRedundancy. knownValues()Methods in software.amazon.awssdk.services.directconnect.model with parameters of type HasLogicalRedundancy Modifier and Type Method Description AllocateHostedConnectionResponse.BuilderAllocateHostedConnectionResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).AssociateConnectionWithLagResponse.BuilderAssociateConnectionWithLagResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).AssociateHostedConnectionResponse.BuilderAssociateHostedConnectionResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).Connection.BuilderConnection.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).CreateConnectionResponse.BuilderCreateConnectionResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).CreateInterconnectResponse.BuilderCreateInterconnectResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).CreateLagResponse.BuilderCreateLagResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).DeleteConnectionResponse.BuilderDeleteConnectionResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).DeleteLagResponse.BuilderDeleteLagResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).DisassociateConnectionFromLagResponse.BuilderDisassociateConnectionFromLagResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).Interconnect.BuilderInterconnect.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).Lag.BuilderLag.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).UpdateConnectionResponse.BuilderUpdateConnectionResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).UpdateLagResponse.BuilderUpdateLagResponse.Builder. hasLogicalRedundancy(HasLogicalRedundancy hasLogicalRedundancy)Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).
-