ClusterDeployParameters Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. ClusterDeployParameters
- com.
Implements
public final class ClusterDeployParameters
implements JsonSerializable<ClusterDeployParameters>
ClusterDeployParameters represents the body of the request to deploy cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| ClusterDeployParameters() |
Creates an instance of Cluster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
| List<String> |
skipValidationsForMachines()
Get the skip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cluster |
withSkipValidationsForMachines(List<String> skipValidationsForMachines)
Set the skip |
Methods inherited from java.lang.Object
Constructor Details
ClusterDeployParameters
public ClusterDeployParameters()
Creates an instance of ClusterDeployParameters class.
Method Details
fromJson
public static ClusterDeployParameters fromJson(JsonReader jsonReader)
Reads an instance of ClusterDeployParameters from the JsonReader.
Parameters:
Returns:
Throws:
skipValidationsForMachines
public List<String> skipValidationsForMachines()
Get the skipValidationsForMachines property: The names of bare metal machines in the cluster that should be skipped during environment validation.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSkipValidationsForMachines
public ClusterDeployParameters withSkipValidationsForMachines(List<String> skipValidationsForMachines)
Set the skipValidationsForMachines property: The names of bare metal machines in the cluster that should be skipped during environment validation.
Parameters:
Returns: