RuntimeProtectionStatus Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. RuntimeProtectionStatus
- com.
Implements
public final class RuntimeProtectionStatus
implements JsonSerializable<RuntimeProtectionStatus>
RuntimeProtectionStatus represents the runtime protection status of the bare metal machine.
Constructor Summary
| Constructor | Description |
|---|---|
| RuntimeProtectionStatus() |
Creates an instance of Runtime |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
definitionsLastUpdated()
Get the definitions |
| String |
definitionsVersion()
Get the definitions |
|
static
Runtime |
fromJson(JsonReader jsonReader)
Reads an instance of Runtime |
|
Offset |
scanCompletedTime()
Get the scan |
|
Offset |
scanScheduledTime()
Get the scan |
|
Offset |
scanStartedTime()
Get the scan |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RuntimeProtectionStatus
public RuntimeProtectionStatus()
Creates an instance of RuntimeProtectionStatus class.
Method Details
definitionsLastUpdated
public OffsetDateTime definitionsLastUpdated()
Get the definitionsLastUpdated property: The timestamp when the malware definitions were last updated.
Returns:
definitionsVersion
public String definitionsVersion()
Get the definitionsVersion property: The version of the malware definitions.
Returns:
fromJson
public static RuntimeProtectionStatus fromJson(JsonReader jsonReader)
Reads an instance of RuntimeProtectionStatus from the JsonReader.
Parameters:
Returns:
Throws:
scanCompletedTime
public OffsetDateTime scanCompletedTime()
Get the scanCompletedTime property: The timestamp of the most recently completed scan, or empty if there has never been a scan.
Returns:
scanScheduledTime
public OffsetDateTime scanScheduledTime()
Get the scanScheduledTime property: The timestamp of the most recently scheduled scan, or empty if no scan has been scheduled.
Returns:
scanStartedTime
public OffsetDateTime scanStartedTime()
Get the scanStartedTime property: The timestamp of the most recently started scan, or empty if there has never been a scan.
Returns:
toJson
validate
public void validate()
Validates the instance.