Class NginxDeploymentProperties

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxDeploymentProperties

public final class NginxDeploymentProperties extends Object
The NginxDeploymentProperties model.
  • Constructor Details

    • NginxDeploymentProperties

      public NginxDeploymentProperties()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public NginxDeploymentProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: The provisioningState property.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the NginxDeploymentProperties object itself.
    • nginxVersion

      public String nginxVersion()
      Get the nginxVersion property: The nginxVersion property.
      Returns:
      the nginxVersion value.
    • managedResourceGroup

      public String managedResourceGroup()
      Get the managedResourceGroup property: The managed resource group to deploy VNet injection related network resources.
      Returns:
      the managedResourceGroup value.
    • withManagedResourceGroup

      public NginxDeploymentProperties withManagedResourceGroup(String managedResourceGroup)
      Set the managedResourceGroup property: The managed resource group to deploy VNet injection related network resources.
      Parameters:
      managedResourceGroup - the managedResourceGroup value to set.
      Returns:
      the NginxDeploymentProperties object itself.
    • networkProfile

      public NginxNetworkProfile networkProfile()
      Get the networkProfile property: The networkProfile property.
      Returns:
      the networkProfile value.
    • withNetworkProfile

      public NginxDeploymentProperties withNetworkProfile(NginxNetworkProfile networkProfile)
      Set the networkProfile property: The networkProfile property.
      Parameters:
      networkProfile - the networkProfile value to set.
      Returns:
      the NginxDeploymentProperties object itself.
    • ipAddress

      public String ipAddress()
      Get the ipAddress property: The IP address of the deployment.
      Returns:
      the ipAddress value.
    • enableDiagnosticsSupport

      public Boolean enableDiagnosticsSupport()
      Get the enableDiagnosticsSupport property: The enableDiagnosticsSupport property.
      Returns:
      the enableDiagnosticsSupport value.
    • withEnableDiagnosticsSupport

      public NginxDeploymentProperties withEnableDiagnosticsSupport(Boolean enableDiagnosticsSupport)
      Set the enableDiagnosticsSupport property: The enableDiagnosticsSupport property.
      Parameters:
      enableDiagnosticsSupport - the enableDiagnosticsSupport value to set.
      Returns:
      the NginxDeploymentProperties object itself.
    • logging

      public NginxLogging logging()
      Get the logging property: The logging property.
      Returns:
      the logging value.
    • withLogging

      public NginxDeploymentProperties withLogging(NginxLogging logging)
      Set the logging property: The logging property.
      Parameters:
      logging - the logging value to set.
      Returns:
      the NginxDeploymentProperties object itself.
    • validate

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