Class SessionStateV6
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SessionStateV6>
com.azure.resourcemanager.peering.models.SessionStateV6
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The state of the IPv6 session.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SessionStateV6Static value Active for SessionStateV6.static final SessionStateV6Static value Connect for SessionStateV6.static final SessionStateV6Static value Established for SessionStateV6.static final SessionStateV6Static value Idle for SessionStateV6.static final SessionStateV6Static value None for SessionStateV6.static final SessionStateV6Static value OpenConfirm for SessionStateV6.static final SessionStateV6Static value OpenReceived for SessionStateV6.static final SessionStateV6Static value OpenSent for SessionStateV6.static final SessionStateV6Static value PendingAdd for SessionStateV6.static final SessionStateV6Static value PendingRemove for SessionStateV6.static final SessionStateV6Static value PendingUpdate for SessionStateV6. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionStateV6fromString(String name) Creates or finds a SessionStateV6 from its string representation.static Collection<SessionStateV6> values()Gets known SessionStateV6 values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NONE
Static value None for SessionStateV6. -
IDLE
Static value Idle for SessionStateV6. -
CONNECT
Static value Connect for SessionStateV6. -
ACTIVE
Static value Active for SessionStateV6. -
OPEN_SENT
Static value OpenSent for SessionStateV6. -
OPEN_CONFIRM
Static value OpenConfirm for SessionStateV6. -
OPEN_RECEIVED
Static value OpenReceived for SessionStateV6. -
ESTABLISHED
Static value Established for SessionStateV6. -
PENDING_ADD
Static value PendingAdd for SessionStateV6. -
PENDING_UPDATE
Static value PendingUpdate for SessionStateV6. -
PENDING_REMOVE
Static value PendingRemove for SessionStateV6.
-
-
Constructor Details
-
SessionStateV6
Deprecated.Use thefromString(String)factory method.Creates a new instance of SessionStateV6 value.
-
-
Method Details
-
fromString
Creates or finds a SessionStateV6 from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SessionStateV6.
-
values
Gets known SessionStateV6 values.- Returns:
- known SessionStateV6 values.
-
fromString(String)factory method.