Package kubevirt.io
Class V1alpha1DataVolumeSourceHTTP
java.lang.Object
kubevirt.io.V1alpha1DataVolumeSourceHTTP
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1alpha1DataVolumeSourceHTTP
extends Object
DataVolumeSourceHTTP provides the parameters to create a Data Volume from an HTTP source
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertConfigMap(String certConfigMap) booleanCertConfigMap provides a reference to the Registry certsSecretRef provides the secret reference needed to access the HTTP sourcegetUrl()URL is the URL of the http sourceinthashCode()voidsetCertConfigMap(String certConfigMap) voidsetSecretRef(String secretRef) voidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
certConfigMap
-
secretRef
-
url
-
-
Constructor Details
-
V1alpha1DataVolumeSourceHTTP
public V1alpha1DataVolumeSourceHTTP()
-
-
Method Details
-
certConfigMap
-
getCertConfigMap
CertConfigMap provides a reference to the Registry certs- Returns:
- certConfigMap
-
setCertConfigMap
-
secretRef
-
getSecretRef
SecretRef provides the secret reference needed to access the HTTP source- Returns:
- secretRef
-
setSecretRef
-
url
-
getUrl
URL is the URL of the http 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).
-