NetworkAdapterPosition Class
- java.
lang. Object - com.
azure. resourcemanager. databoxedge. models. NetworkAdapterPosition
- com.
Implements
public final class NetworkAdapterPosition
implements JsonSerializable<NetworkAdapterPosition>
The network adapter position.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkAdapterPosition() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Network |
networkGroup()
Get the network |
| Integer |
port()
Get the port property: The port. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
NetworkAdapterPosition
public NetworkAdapterPosition()
Creates an instance of NetworkAdapterPosition class.
Method Details
fromJson
public static NetworkAdapterPosition fromJson(JsonReader jsonReader)
Reads an instance of NetworkAdapterPosition from the JsonReader.
Parameters:
Returns:
Throws:
networkGroup
public NetworkGroup networkGroup()
Get the networkGroup property: The network group.
Returns:
port
public Integer port()
Get the port property: The port.
Returns:
toJson
validate
public void validate()
Validates the instance.