Class VendorSkuPropertiesFormat

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

public final class VendorSkuPropertiesFormat extends Object
Sku properties.
  • Constructor Details

    • VendorSkuPropertiesFormat

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

    • 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 VendorSkuPropertiesFormat withSkuType(SkuType skuType)
      Set the skuType property: The sku type.
      Parameters:
      skuType - the skuType value to set.
      Returns:
      the VendorSkuPropertiesFormat object itself.
    • deploymentMode

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

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

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

      public VendorSkuPropertiesFormat withNetworkFunctionType(NetworkFunctionType networkFunctionType)
      Set the networkFunctionType property: The network function type.
      Parameters:
      networkFunctionType - the networkFunctionType value to set.
      Returns:
      the VendorSkuPropertiesFormat 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 VendorSkuPropertiesFormat 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 VendorSkuPropertiesFormat 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 VendorSkuPropertiesFormat 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 VendorSkuPropertiesFormat object itself.
    • managedApplicationTemplate

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

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

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

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

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