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.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
agent()
Get the agent property: The agent property. |
| String |
deviceType()
Get the device |
| String |
deviceVendor()
Get the device |
|
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. |
|
Connected |
workspace()
Get the workspace property: Represents an OMS workspace to which the solution is connected. |
Methods inherited from ExternalSecuritySolutionProperties
Methods inherited from java.lang.Object
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: The solution properties (correspond to the solution kind).
Overrides:
CefSolutionProperties.additionalProperties()Returns:
agent
public String agent()
Get the agent property: The agent property.
Returns:
deviceType
public String deviceType()
Get the deviceType property: The deviceType property.
Overrides:
CefSolutionProperties.deviceType()Returns:
deviceVendor
public String deviceVendor()
Get the deviceVendor property: The deviceVendor property.
Overrides:
CefSolutionProperties.deviceVendor()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()workspace
public ConnectedWorkspace workspace()
Get the workspace property: Represents an OMS workspace to which the solution is connected.
Overrides:
CefSolutionProperties.workspace()Returns: