NetworkManagerConnectionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. NetworkManagerConnectionProperties
- com.
Implements
public final class NetworkManagerConnectionProperties
implements JsonSerializable<NetworkManagerConnectionProperties>
Information about the network manager connection.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkManagerConnectionProperties() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Scope |
connectionState()
Get the connection |
| String |
description()
Get the description property: A description of the network manager connection. |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| String |
networkManagerId()
Get the network |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withDescription(String description)
Set the description property: A description of the network manager connection. |
|
Network |
withNetworkManagerId(String networkManagerId)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
NetworkManagerConnectionProperties
public NetworkManagerConnectionProperties()
Creates an instance of NetworkManagerConnectionProperties class.
Method Details
connectionState
public ScopeConnectionState connectionState()
Get the connectionState property: Connection state.
Returns:
description
public String description()
Get the description property: A description of the network manager connection.
Returns:
fromJson
public static NetworkManagerConnectionProperties fromJson(JsonReader jsonReader)
Reads an instance of NetworkManagerConnectionProperties from the JsonReader.
Parameters:
Returns:
Throws:
networkManagerId
public String networkManagerId()
Get the networkManagerId property: Network Manager Id.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public NetworkManagerConnectionProperties withDescription(String description)
Set the description property: A description of the network manager connection.
Parameters:
Returns:
withNetworkManagerId
public NetworkManagerConnectionProperties withNetworkManagerId(String networkManagerId)
Set the networkManagerId property: Network Manager Id.
Parameters:
Returns: