Class VendorNetworkFunctionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.hybridnetwork.fluent.models.VendorNetworkFunctionInner

public final class VendorNetworkFunctionInner extends com.azure.core.management.ProxyResource
Vendor network function sub resource.
  • Constructor Details

    • VendorNetworkFunctionInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system meta data relating to this resource.
      Returns:
      the systemData value.
    • 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 VendorNetworkFunctionInner 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 VendorNetworkFunctionInner 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 VendorNetworkFunctionInner withNetworkFunctionVendorConfigurations(List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations)
      Set the networkFunctionVendorConfigurations property: An array of network function vendor configurations.
      Parameters:
      networkFunctionVendorConfigurations - the networkFunctionVendorConfigurations value to set.
      Returns:
      the VendorNetworkFunctionInner object itself.
    • validate

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