Package com.morpheusdata.request
Class DeleteInstanceRequest
java.lang.Object
com.morpheusdata.request.DeleteInstanceRequest
-
Field Summary
Modifier and TypeFieldDescriptionIndicates if the delete should be forced and bypass other checksIndicates if backups should be keptIndicates if StorageVolumes should be preservedIndicates if Amazon Elastic IPs should be released -
Constructor Summary
ConstructorDescriptionDeleteInstanceRequest
(Boolean force, Boolean preserveBackups, Boolean releaseEIPs, Boolean preserveVolumes) -
Method Summary
-
Field Details
-
force
Indicates if the delete should be forced and bypass other checks -
preserveBackups
Indicates if backups should be kept -
releaseEIPs
Indicates if Amazon Elastic IPs should be released -
preserveVolumes
Indicates if StorageVolumes should be preserved
-
-
Constructor Details
-
DeleteInstanceRequest
public DeleteInstanceRequest() -
DeleteInstanceRequest
-