Package kubevirt.io
Class V1alpha1DataVolumeSource
java.lang.Object
kubevirt.io.V1alpha1DataVolumeSource
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1alpha1DataVolumeSource
extends Object
DataVolumeSource represents the source for our Data Volume, this can be HTTP, S3, Registry or an existing PVC
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate V1alpha1DataVolumeBlankImageprivate V1alpha1DataVolumeSourceHTTPprivate V1alpha1DataVolumeSourcePVCprivate V1alpha1DataVolumeSourceRegistryprivate V1alpha1DataVolumeSourceS3private V1alpha1DataVolumeSourceUpload -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBlank()Get blankgetHttp()Get httpgetPvc()Get pvcGet registrygetS3()Get s3Get uploadinthashCode()registry(V1alpha1DataVolumeSourceRegistry registry) voidvoidvoidvoidsetRegistry(V1alpha1DataVolumeSourceRegistry registry) voidvoidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()upload(V1alpha1DataVolumeSourceUpload upload)
-
Field Details
-
blank
-
http
-
pvc
-
registry
-
s3
-
upload
-
-
Constructor Details
-
V1alpha1DataVolumeSource
public V1alpha1DataVolumeSource()
-
-
Method Details
-
blank
-
getBlank
Get blank- Returns:
- blank
-
setBlank
-
http
-
getHttp
Get http- Returns:
- http
-
setHttp
-
pvc
-
getPvc
Get pvc- Returns:
- pvc
-
setPvc
-
registry
-
getRegistry
Get registry- Returns:
- registry
-
setRegistry
-
s3
-
getS3
Get s3- Returns:
- s3
-
setS3
-
upload
-
getUpload
Get upload- Returns:
- upload
-
setUpload
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-