java.lang.Object
com.azure.resourcemanager.hybridnetwork.fluent.models.VendorDetails

public final class VendorDetails extends Object
The network function vendor details.
  • Constructor Details

    • VendorDetails

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

    • vendorName

      public String vendorName()
      Get the vendorName property: The network function vendor name.
      Returns:
      the vendorName value.
    • withVendorName

      public VendorDetails withVendorName(String vendorName)
      Set the vendorName property: The network function vendor name.
      Parameters:
      vendorName - the vendorName value to set.
      Returns:
      the VendorDetails object itself.
    • skuList

      public List<SkuOverviewInner> skuList()
      Get the skuList property: The network function sku list.
      Returns:
      the skuList value.
    • withSkuList

      public VendorDetails withSkuList(List<SkuOverviewInner> skuList)
      Set the skuList property: The network function sku list.
      Parameters:
      skuList - the skuList value to set.
      Returns:
      the VendorDetails object itself.
    • validate

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