Class NetworkConfiguration
java.lang.Object
com.azure.resourcemanager.workloads.models.NetworkConfiguration
Defines the network configuration for SAP infrastructure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs.void
validate()
Validates the instance.withIsSecondaryIpEnabled
(Boolean isSecondaryIpEnabled) Set the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs.
-
Constructor Details
-
NetworkConfiguration
public NetworkConfiguration()
-
-
Method Details
-
isSecondaryIpEnabled
Get the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs.- Returns:
- the isSecondaryIpEnabled value.
-
withIsSecondaryIpEnabled
Set the isSecondaryIpEnabled property: Specifies whether a secondary IP address should be added to the network interface on all VMs.- Parameters:
isSecondaryIpEnabled
- the isSecondaryIpEnabled value to set.- Returns:
- the NetworkConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-