Package kubevirt.io
Class V1alpha1DataVolumeSourceS3
java.lang.Object
kubevirt.io.V1alpha1DataVolumeSourceS3
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1alpha1DataVolumeSourceS3
extends Object
DataVolumeSourceS3 provides the parameters to create a Data Volume from an S3 source
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSecretRef provides the secret reference needed to access the S3 sourcegetUrl()URL is the url of the S3 sourceinthashCode()voidsetSecretRef(String secretRef) voidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
secretRef
-
url
-
-
Constructor Details
-
V1alpha1DataVolumeSourceS3
public V1alpha1DataVolumeSourceS3()
-
-
Method Details
-
secretRef
-
getSecretRef
SecretRef provides the secret reference needed to access the S3 source- Returns:
- secretRef
-
setSecretRef
-
url
-
getUrl
URL is the url of the S3 source- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-