Class VendorNetworkFunctionPropertiesFormat

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

public final class VendorNetworkFunctionPropertiesFormat extends Object
Vendor network function properties.
  • Constructor Details

    • VendorNetworkFunctionPropertiesFormat

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

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the vendor network function sub resource.
      Returns:
      the provisioningState value.
    • vendorProvisioningState

      public VendorProvisioningState vendorProvisioningState()
      Get the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.
      Returns:
      the vendorProvisioningState value.
    • withVendorProvisioningState

      public VendorNetworkFunctionPropertiesFormat withVendorProvisioningState(VendorProvisioningState vendorProvisioningState)
      Set the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.
      Parameters:
      vendorProvisioningState - the vendorProvisioningState value to set.
      Returns:
      the VendorNetworkFunctionPropertiesFormat object itself.
    • skuName

      public String skuName()
      Get the skuName property: The name of the sku. Once set, it cannot be updated.
      Returns:
      the skuName value.
    • skuType

      public SkuType skuType()
      Get the skuType property: The sku type.
      Returns:
      the skuType value.
    • networkFunctionVendorConfigurations

      public List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations()
      Get the networkFunctionVendorConfigurations property: An array of network function vendor configurations.
      Returns:
      the networkFunctionVendorConfigurations value.
    • withNetworkFunctionVendorConfigurations

      public VendorNetworkFunctionPropertiesFormat withNetworkFunctionVendorConfigurations(List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations)
      Set the networkFunctionVendorConfigurations property: An array of network function vendor configurations.
      Parameters:
      networkFunctionVendorConfigurations - the networkFunctionVendorConfigurations value to set.
      Returns:
      the VendorNetworkFunctionPropertiesFormat object itself.
    • validate

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