Class NginxNetworkInterfaceConfiguration

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxNetworkInterfaceConfiguration

public final class NginxNetworkInterfaceConfiguration extends Object
The NginxNetworkInterfaceConfiguration model.
  • Constructor Details

    • NginxNetworkInterfaceConfiguration

      public NginxNetworkInterfaceConfiguration()
  • Method Details

    • subnetId

      public String subnetId()
      Get the subnetId property: The subnetId property.
      Returns:
      the subnetId value.
    • withSubnetId

      public NginxNetworkInterfaceConfiguration withSubnetId(String subnetId)
      Set the subnetId property: The subnetId property.
      Parameters:
      subnetId - the subnetId value to set.
      Returns:
      the NginxNetworkInterfaceConfiguration object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.