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 Details

    • certConfigMap

      private String certConfigMap
    • secretRef

      private String secretRef
    • url

      private String url
  • Constructor Details

    • V1alpha1DataVolumeSourceHTTP

      public V1alpha1DataVolumeSourceHTTP()
  • Method Details

    • certConfigMap

      public V1alpha1DataVolumeSourceHTTP certConfigMap(String certConfigMap)
    • getCertConfigMap

      public String getCertConfigMap()
      CertConfigMap provides a reference to the Registry certs
      Returns:
      certConfigMap
    • setCertConfigMap

      public void setCertConfigMap(String certConfigMap)
    • secretRef

      public V1alpha1DataVolumeSourceHTTP secretRef(String secretRef)
    • getSecretRef

      public String getSecretRef()
      SecretRef provides the secret reference needed to access the HTTP source
      Returns:
      secretRef
    • setSecretRef

      public void setSecretRef(String secretRef)
    • url

    • getUrl

      public String getUrl()
      URL is the URL of the http source
      Returns:
      url
    • setUrl

      public void setUrl(String url)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).