NetworkConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. NetworkConfiguration
- com.
Implements
public final class NetworkConfiguration
implements JsonSerializable<NetworkConfiguration>
Defines the network configuration type for SAP system infrastructure that is being deployed.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkConfiguration() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| Boolean |
isSecondaryIpEnabled()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withIsSecondaryIpEnabled(Boolean isSecondaryIpEnabled)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
NetworkConfiguration
public NetworkConfiguration()
Creates an instance of NetworkConfiguration class.
Method Details
fromJson
public static NetworkConfiguration fromJson(JsonReader jsonReader)
Reads an instance of NetworkConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
isSecondaryIpEnabled
public Boolean isSecondaryIpEnabled()
Get the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIsSecondaryIpEnabled
public NetworkConfiguration withIsSecondaryIpEnabled(Boolean isSecondaryIpEnabled)
Set the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed.
Parameters:
Returns: