Class WorkloadNetworkGatewayProperties

java.lang.Object
com.azure.resourcemanager.avs.fluent.models.WorkloadNetworkGatewayProperties

public final class WorkloadNetworkGatewayProperties extends Object
Properties of a NSX Gateway.
  • Constructor Details

    • WorkloadNetworkGatewayProperties

      public WorkloadNetworkGatewayProperties()
      Creates an instance of WorkloadNetworkGatewayProperties class.
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: Display name of the DHCP entity.
      Returns:
      the displayName value.
    • withDisplayName

      public WorkloadNetworkGatewayProperties withDisplayName(String displayName)
      Set the displayName property: Display name of the DHCP entity.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the WorkloadNetworkGatewayProperties object itself.
    • path

      public String path()
      Get the path property: NSX Gateway Path.
      Returns:
      the path value.
    • validate

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