Class EdgeNodeProperties
java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.EdgeNodeProperties
The JSON object that contains the properties required to create an edgenode.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ipAddressGroups property: List of ip address groups.voidvalidate()Validates the instance.withIpAddressGroups(List<IpAddressGroup> ipAddressGroups) Set the ipAddressGroups property: List of ip address groups.
-
Constructor Details
-
EdgeNodeProperties
public EdgeNodeProperties()Creates an instance of EdgeNodeProperties class.
-
-
Method Details
-
ipAddressGroups
Get the ipAddressGroups property: List of ip address groups.- Returns:
- the ipAddressGroups value.
-
withIpAddressGroups
Set the ipAddressGroups property: List of ip address groups.- Parameters:
ipAddressGroups- the ipAddressGroups value to set.- Returns:
- the EdgeNodeProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-