Uses of Class
com.azure.resourcemanager.network.models.ConnectionState
Packages that use ConnectionState
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectionState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ConnectionStateModifier and TypeFieldDescriptionstatic final ConnectionStateConnectionState.REACHABLEStatic value Reachable for ConnectionState.static final ConnectionStateConnectionState.UNKNOWNStatic value Unknown for ConnectionState.static final ConnectionStateConnectionState.UNREACHABLEStatic value Unreachable for ConnectionState.Methods in com.azure.resourcemanager.network.models that return ConnectionStateModifier and TypeMethodDescriptionConnectionStateSnapshot.connectionState()Get the connectionState property: The connection state.static ConnectionStateConnectionState.fromString(String name) Creates or finds a ConnectionState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ConnectionStateModifier and TypeMethodDescriptionstatic Collection<ConnectionState> ConnectionState.values()Gets known ConnectionState values.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectionStateModifier and TypeMethodDescriptionConnectionStateSnapshot.withConnectionState(ConnectionState connectionState) Set the connectionState property: The connection state.