Class NetworkFunctionVendorInner

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

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

    • NetworkFunctionVendorInner

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

    • vendorName

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

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

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

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

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