ApplianceNetworkConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. ApplianceNetworkConfiguration
- com.
Implements
public final class ApplianceNetworkConfiguration
implements JsonSerializable<ApplianceNetworkConfiguration>
The Network Adapter configuration of a DataBox.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplianceNetworkConfiguration() |
Creates an instance of Appliance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Appliance |
fromJson(JsonReader jsonReader)
Reads an instance of Appliance |
| String |
macAddress()
Get the mac |
| String |
name()
Get the name property: Name of the network. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ApplianceNetworkConfiguration
public ApplianceNetworkConfiguration()
Creates an instance of ApplianceNetworkConfiguration class.
Method Details
fromJson
public static ApplianceNetworkConfiguration fromJson(JsonReader jsonReader)
Reads an instance of ApplianceNetworkConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
macAddress
public String macAddress()
Get the macAddress property: Mac Address.
Returns:
name
public String name()
Get the name property: Name of the network.
Returns:
toJson
validate
public void validate()
Validates the instance.