CefSolutionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ExternalSecuritySolutionProperties - com.
azure. resourcemanager. security. models. CefSolutionProperties
- com.
- com.
public final class CefSolutionProperties
extends ExternalSecuritySolutionProperties
The external security solution properties for CEF solutions.
Constructor Summary
| Constructor | Description |
|---|---|
| CefSolutionProperties() |
Creates an instance of Cef |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
agent()
Get the agent property: The agent property. |
|
static
Cef |
fromJson(JsonReader jsonReader)
Reads an instance of Cef |
| String |
hostname()
Get the hostname property: The hostname property. |
| String |
lastEventReceived()
Get the last |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cef |
withAgent(String agent)
Set the agent property: The agent property. |
|
Cef |
withDeviceType(String deviceType)
Set the device |
|
Cef |
withDeviceVendor(String deviceVendor)
Set the device |
|
Cef |
withHostname(String hostname)
Set the hostname property: The hostname property. |
|
Cef |
withLastEventReceived(String lastEventReceived)
Set the last |
|
Cef |
withWorkspace(ConnectedWorkspace workspace)
Set the workspace property: Represents an OMS workspace to which the solution is connected. |
Methods inherited from ExternalSecuritySolutionProperties
Methods inherited from java.lang.Object
Constructor Details
CefSolutionProperties
public CefSolutionProperties()
Creates an instance of CefSolutionProperties class.
Method Details
agent
public String agent()
Get the agent property: The agent property.
Returns:
fromJson
public static CefSolutionProperties fromJson(JsonReader jsonReader)
Reads an instance of CefSolutionProperties from the JsonReader.
Parameters:
Returns:
Throws:
hostname
public String hostname()
Get the hostname property: The hostname property.
Returns:
lastEventReceived
public String lastEventReceived()
Get the lastEventReceived property: The lastEventReceived property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CefSolutionProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
CefSolutionProperties.validate()withAgent
public CefSolutionProperties withAgent(String agent)
Set the agent property: The agent property.
Parameters:
Returns:
withDeviceType
public CefSolutionProperties withDeviceType(String deviceType)
Set the deviceType property: The deviceType property.
Overrides:
CefSolutionProperties.withDeviceType(String deviceType)Parameters:
withDeviceVendor
public CefSolutionProperties withDeviceVendor(String deviceVendor)
Set the deviceVendor property: The deviceVendor property.
Overrides:
CefSolutionProperties.withDeviceVendor(String deviceVendor)Parameters:
withHostname
public CefSolutionProperties withHostname(String hostname)
Set the hostname property: The hostname property.
Parameters:
Returns:
withLastEventReceived
public CefSolutionProperties withLastEventReceived(String lastEventReceived)
Set the lastEventReceived property: The lastEventReceived property.
Parameters:
Returns:
withWorkspace
public CefSolutionProperties withWorkspace(ConnectedWorkspace workspace)
Set the workspace property: Represents an OMS workspace to which the solution is connected.
Overrides:
CefSolutionProperties.withWorkspace(ConnectedWorkspace workspace)Parameters: