Package kubevirt.io
Class V1EmptyDiskSource
java.lang.Object
kubevirt.io.V1EmptyDiskSource
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1EmptyDiskSource
extends Object
EmptyDisk represents a temporary disk which shares the vmis lifecycle.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCapacity of the sparse disk.inthashCode()voidsetCapacity(String capacity) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
capacity
-
-
Constructor Details
-
V1EmptyDiskSource
public V1EmptyDiskSource()
-
-
Method Details
-
capacity
-
getCapacity
Capacity of the sparse disk.- Returns:
- capacity
-
setCapacity
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-