Package kubevirt.io
Class V1alpha1DataVolumeStatus
java.lang.Object
kubevirt.io.V1alpha1DataVolumeStatus
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1alpha1DataVolumeStatus
extends Object
DataVolumeStatus provides the parameters to store the phase of the Data Volume
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
phase
-
progress
-
-
Constructor Details
-
V1alpha1DataVolumeStatus
public V1alpha1DataVolumeStatus()
-
-
Method Details
-
phase
-
getPhase
Phase is the current phase of the data volume- Returns:
- phase
-
setPhase
-
progress
-
getProgress
Get progress- Returns:
- progress
-
setProgress
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-