NetworkManagerConnectionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. ChildResource - com.
azure. resourcemanager. network. fluent. models. NetworkManagerConnectionInner
- com.
- com.
- com.
public final class NetworkManagerConnectionInner
extends ChildResource
The Network Manager Connection resource.
Constructor Summary
Constructor | Description |
---|---|
NetworkManagerConnectionInner() |
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. |
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
String |
networkManagerId()
Get the network |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
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 ChildResource
Methods inherited from java.lang.Object
Constructor Details
NetworkManagerConnectionInner
public NetworkManagerConnectionInner()
Creates an instance of NetworkManagerConnectionInner 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:
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Overrides:
NetworkManagerConnectionInner.etag()Returns:
fromJson
public static NetworkManagerConnectionInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkManagerConnectionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NetworkManagerConnectionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NetworkManagerConnectionInner.name()Returns:
networkManagerId
public String networkManagerId()
Get the networkManagerId property: Network Manager Id.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system metadata related to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetworkManagerConnectionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NetworkManagerConnectionInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
NetworkManagerConnectionInner.validate()withDescription
public NetworkManagerConnectionInner withDescription(String description)
Set the description property: A description of the network manager connection.
Parameters:
Returns:
withNetworkManagerId
public NetworkManagerConnectionInner withNetworkManagerId(String networkManagerId)
Set the networkManagerId property: Network Manager Id.
Parameters:
Returns:
Applies to
Azure SDK for Java