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