ClusterScanRuntimeParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. ClusterScanRuntimeParameters
- com.
Implements
public final class ClusterScanRuntimeParameters
implements JsonSerializable<ClusterScanRuntimeParameters>
ClusterScanRuntimeParameters defines the parameters for the cluster scan runtime operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterScanRuntimeParameters() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
|
Cluster |
scanActivity()
Get the scan |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cluster |
withScanActivity(ClusterScanRuntimeParametersScanActivity scanActivity)
Set the scan |
Methods inherited from java.lang.Object
Constructor Details
ClusterScanRuntimeParameters
public ClusterScanRuntimeParameters()
Creates an instance of ClusterScanRuntimeParameters class.
Method Details
fromJson
public static ClusterScanRuntimeParameters fromJson(JsonReader jsonReader)
Reads an instance of ClusterScanRuntimeParameters from the JsonReader.
Parameters:
Returns:
Throws:
scanActivity
public ClusterScanRuntimeParametersScanActivity scanActivity()
Get the scanActivity property: The choice of if the scan operation should run the scan.
Returns:
toJson
validate
public void validate()
Validates the instance.
withScanActivity
public ClusterScanRuntimeParameters withScanActivity(ClusterScanRuntimeParametersScanActivity scanActivity)
Set the scanActivity property: The choice of if the scan operation should run the scan.
Parameters:
Returns: