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 Details

    • secretRef

      private String secretRef
    • url

      private String url
  • Constructor Details

    • V1alpha1DataVolumeSourceS3

      public V1alpha1DataVolumeSourceS3()
  • Method Details

    • secretRef

      public V1alpha1DataVolumeSourceS3 secretRef(String secretRef)
    • getSecretRef

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

      public void setSecretRef(String secretRef)
    • url

    • getUrl

      public String getUrl()
      URL is the url of the S3 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).