Package kubevirt.io

Class V1alpha1DataVolumeSourceS3


  • @Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
               date="2019-11-10T14:44:51.030+02:00")
    public class V1alpha1DataVolumeSourceS3
    extends java.lang.Object
    DataVolumeSourceS3 provides the parameters to create a Data Volume from an S3 source
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String secretRef  
      private java.lang.String url  
    • Field Detail

      • secretRef

        private java.lang.String secretRef
      • url

        private java.lang.String url
    • Constructor Detail

      • V1alpha1DataVolumeSourceS3

        public V1alpha1DataVolumeSourceS3()
    • Method Detail

      • getSecretRef

        public java.lang.String getSecretRef()
        SecretRef provides the secret reference needed to access the S3 source
        Returns:
        secretRef
      • setSecretRef

        public void setSecretRef​(java.lang.String secretRef)
      • getUrl

        public java.lang.String getUrl()
        URL is the url of the S3 source
        Returns:
        url
      • setUrl

        public void setUrl​(java.lang.String url)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

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