Class CefSolutionProperties

java.lang.Object
com.azure.resourcemanager.security.models.ExternalSecuritySolutionProperties
com.azure.resourcemanager.security.models.CefSolutionProperties

public final class CefSolutionProperties extends ExternalSecuritySolutionProperties
The external security solution properties for CEF solutions.
  • Constructor Details

    • CefSolutionProperties

      public CefSolutionProperties()
  • Method Details

    • hostname

      public String hostname()
      Get the hostname property: The hostname property.
      Returns:
      the hostname value.
    • withHostname

      public CefSolutionProperties withHostname(String hostname)
      Set the hostname property: The hostname property.
      Parameters:
      hostname - the hostname value to set.
      Returns:
      the CefSolutionProperties object itself.
    • agent

      public String agent()
      Get the agent property: The agent property.
      Returns:
      the agent value.
    • withAgent

      public CefSolutionProperties withAgent(String agent)
      Set the agent property: The agent property.
      Parameters:
      agent - the agent value to set.
      Returns:
      the CefSolutionProperties object itself.
    • lastEventReceived

      public String lastEventReceived()
      Get the lastEventReceived property: The lastEventReceived property.
      Returns:
      the lastEventReceived value.
    • withLastEventReceived

      public CefSolutionProperties withLastEventReceived(String lastEventReceived)
      Set the lastEventReceived property: The lastEventReceived property.
      Parameters:
      lastEventReceived - the lastEventReceived value to set.
      Returns:
      the CefSolutionProperties object itself.
    • withDeviceVendor

      public CefSolutionProperties withDeviceVendor(String deviceVendor)
      Set the deviceVendor property: The deviceVendor property.
      Overrides:
      withDeviceVendor in class ExternalSecuritySolutionProperties
      Parameters:
      deviceVendor - the deviceVendor value to set.
      Returns:
      the ExternalSecuritySolutionProperties object itself.
    • withDeviceType

      public CefSolutionProperties withDeviceType(String deviceType)
      Set the deviceType property: The deviceType property.
      Overrides:
      withDeviceType in class ExternalSecuritySolutionProperties
      Parameters:
      deviceType - the deviceType value to set.
      Returns:
      the ExternalSecuritySolutionProperties object itself.
    • withWorkspace

      public CefSolutionProperties withWorkspace(ConnectedWorkspace workspace)
      Set the workspace property: Represents an OMS workspace to which the solution is connected.
      Overrides:
      withWorkspace in class ExternalSecuritySolutionProperties
      Parameters:
      workspace - the workspace value to set.
      Returns:
      the ExternalSecuritySolutionProperties object itself.
    • validate

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