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

public final class VendorSkuInner extends com.azure.core.management.ProxyResource
Sku sub resource.
  • Constructor Details

    • VendorSkuInner

      public VendorSkuInner()
      Creates an instance of VendorSkuInner 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 sku sub resource.
      Returns:
      the provisioningState value.
    • skuType

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

      public VendorSkuInner withSkuType(SkuType skuType)
      Set the skuType property: The sku type.
      Parameters:
      skuType - the skuType value to set.
      Returns:
      the VendorSkuInner object itself.
    • deploymentMode

      public SkuDeploymentMode deploymentMode()
      Get the deploymentMode property: The sku deployment mode.
      Returns:
      the deploymentMode value.
    • withDeploymentMode

      public VendorSkuInner withDeploymentMode(SkuDeploymentMode deploymentMode)
      Set the deploymentMode property: The sku deployment mode.
      Parameters:
      deploymentMode - the deploymentMode value to set.
      Returns:
      the VendorSkuInner object itself.
    • networkFunctionType

      public NetworkFunctionType networkFunctionType()
      Get the networkFunctionType property: The network function type.
      Returns:
      the networkFunctionType value.
    • withNetworkFunctionType

      public VendorSkuInner withNetworkFunctionType(NetworkFunctionType networkFunctionType)
      Set the networkFunctionType property: The network function type.
      Parameters:
      networkFunctionType - the networkFunctionType value to set.
      Returns:
      the VendorSkuInner object itself.
    • preview

      public Boolean preview()
      Get the preview property: Indicates if the vendor sku is in preview mode.
      Returns:
      the preview value.
    • withPreview

      public VendorSkuInner withPreview(Boolean preview)
      Set the preview property: Indicates if the vendor sku is in preview mode.
      Parameters:
      preview - the preview value to set.
      Returns:
      the VendorSkuInner object itself.
    • managedApplicationParameters

      public Object managedApplicationParameters()
      Get the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.
      Returns:
      the managedApplicationParameters value.
    • withManagedApplicationParameters

      public VendorSkuInner withManagedApplicationParameters(Object managedApplicationParameters)
      Set the managedApplicationParameters property: The parameters for the managed application to be supplied by the vendor.
      Parameters:
      managedApplicationParameters - the managedApplicationParameters value to set.
      Returns:
      the VendorSkuInner object itself.
    • managedApplicationTemplate

      public Object managedApplicationTemplate()
      Get the managedApplicationTemplate property: The template for the managed application deployment.
      Returns:
      the managedApplicationTemplate value.
    • withManagedApplicationTemplate

      public VendorSkuInner withManagedApplicationTemplate(Object managedApplicationTemplate)
      Set the managedApplicationTemplate property: The template for the managed application deployment.
      Parameters:
      managedApplicationTemplate - the managedApplicationTemplate value to set.
      Returns:
      the VendorSkuInner object itself.
    • networkFunctionTemplate

      public NetworkFunctionTemplate networkFunctionTemplate()
      Get the networkFunctionTemplate property: The template definition of the network function.
      Returns:
      the networkFunctionTemplate value.
    • withNetworkFunctionTemplate

      public VendorSkuInner withNetworkFunctionTemplate(NetworkFunctionTemplate networkFunctionTemplate)
      Set the networkFunctionTemplate property: The template definition of the network function.
      Parameters:
      networkFunctionTemplate - the networkFunctionTemplate value to set.
      Returns:
      the VendorSkuInner object itself.
    • validate

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