Class StopVirtualMachineOptions
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions
Defines the stop action properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the skipShutdown property: Gets or sets a value indicating whether to request non-graceful VM shutdown.void
validate()
Validates the instance.withSkipShutdown
(Boolean skipShutdown) Set the skipShutdown property: Gets or sets a value indicating whether to request non-graceful VM shutdown.
-
Constructor Details
-
StopVirtualMachineOptions
public StopVirtualMachineOptions()
-
-
Method Details
-
skipShutdown
Get the skipShutdown property: Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false.- Returns:
- the skipShutdown value.
-
withSkipShutdown
Set the skipShutdown property: Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false.- Parameters:
skipShutdown
- the skipShutdown value to set.- Returns:
- the StopVirtualMachineOptions object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-