Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
io.alauda.kubernetes.api.model.PersistentVolumeSpec Maven / Gradle / Ivy
package io.alauda.kubernetes.api.model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Generated;
import javax.validation.Valid;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import io.alauda.kubernetes.api.model.Doneable;
import io.sundr.builder.annotations.Buildable;
import io.sundr.builder.annotations.Inline;
import lombok.EqualsAndHashCode;
import lombok.ToString;
/**
*
*
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@Generated("org.jsonschema2pojo")
@JsonPropertyOrder({
"apiVersion",
"kind",
"metadata",
"accessModes",
"awsElasticBlockStore",
"azureDisk",
"azureFile",
"capacity",
"cephfs",
"cinder",
"claimRef",
"fc",
"flexVolume",
"flocker",
"gcePersistentDisk",
"glusterfs",
"hostPath",
"iscsi",
"local",
"nfs",
"persistentVolumeReclaimPolicy",
"photonPersistentDisk",
"portworxVolume",
"quobyte",
"rbd",
"scaleIO",
"storageClassName",
"storageos",
"vsphereVolume"
})
@JsonDeserialize(using = com.fasterxml.jackson.databind.JsonDeserializer.None.class)
@ToString
@EqualsAndHashCode
@Buildable(editableEnabled = false, validationEnabled = true, generateBuilderPackage = true, builderPackage = "io.alauda.kubernetes.api.builder", inline = @Inline(type = Doneable.class, prefix = "Doneable", value = "done"))
public class PersistentVolumeSpec implements KubernetesResource
{
/**
*
*
*/
@JsonProperty("accessModes")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
@Valid
private List accessModes = new ArrayList();
/**
*
*
*/
@JsonProperty("awsElasticBlockStore")
@Valid
private AWSElasticBlockStoreVolumeSource awsElasticBlockStore;
/**
*
*
*/
@JsonProperty("azureDisk")
@Valid
private AzureDiskVolumeSource azureDisk;
/**
*
*
*/
@JsonProperty("azureFile")
@Valid
private AzureFileVolumeSource azureFile;
/**
*
*
*/
@JsonProperty("capacity")
@Valid
private Map capacity;
/**
*
*
*/
@JsonProperty("cephfs")
@Valid
private CephFSVolumeSource cephfs;
/**
*
*
*/
@JsonProperty("cinder")
@Valid
private CinderVolumeSource cinder;
/**
*
*
*/
@JsonProperty("claimRef")
@Valid
private ObjectReference claimRef;
/**
*
*
*/
@JsonProperty("fc")
@Valid
private FCVolumeSource fc;
/**
*
*
*/
@JsonProperty("flexVolume")
@Valid
private FlexVolumeSource flexVolume;
/**
*
*
*/
@JsonProperty("flocker")
@Valid
private FlockerVolumeSource flocker;
/**
*
*
*/
@JsonProperty("gcePersistentDisk")
@Valid
private GCEPersistentDiskVolumeSource gcePersistentDisk;
/**
*
*
*/
@JsonProperty("glusterfs")
@Valid
private GlusterfsVolumeSource glusterfs;
/**
*
*
*/
@JsonProperty("hostPath")
@Valid
private HostPathVolumeSource hostPath;
/**
*
*
*/
@JsonProperty("iscsi")
@Valid
private ISCSIVolumeSource iscsi;
/**
*
*
*/
@JsonProperty("local")
@Valid
private LocalVolumeSource local;
/**
*
*
*/
@JsonProperty("nfs")
@Valid
private NFSVolumeSource nfs;
/**
*
*
*/
@JsonProperty("persistentVolumeReclaimPolicy")
private java.lang.String persistentVolumeReclaimPolicy;
/**
*
*
*/
@JsonProperty("photonPersistentDisk")
@Valid
private PhotonPersistentDiskVolumeSource photonPersistentDisk;
/**
*
*
*/
@JsonProperty("portworxVolume")
@Valid
private PortworxVolumeSource portworxVolume;
/**
*
*
*/
@JsonProperty("quobyte")
@Valid
private QuobyteVolumeSource quobyte;
/**
*
*
*/
@JsonProperty("rbd")
@Valid
private RBDVolumeSource rbd;
/**
*
*
*/
@JsonProperty("scaleIO")
@Valid
private ScaleIOVolumeSource scaleIO;
/**
*
*
*/
@JsonProperty("storageClassName")
private java.lang.String storageClassName;
/**
*
*
*/
@JsonProperty("storageos")
@Valid
private StorageOSPersistentVolumeSource storageos;
/**
*
*
*/
@JsonProperty("vsphereVolume")
@Valid
private VsphereVirtualDiskVolumeSource vsphereVolume;
@JsonIgnore
private Map additionalProperties = new HashMap();
/**
* No args constructor for use in serialization
*
*/
public PersistentVolumeSpec() {
}
/**
*
* @param claimRef
* @param quobyte
* @param azureFile
* @param flexVolume
* @param local
* @param capacity
* @param cephfs
* @param scaleIO
* @param accessModes
* @param glusterfs
* @param gcePersistentDisk
* @param photonPersistentDisk
* @param azureDisk
* @param cinder
* @param awsElasticBlockStore
* @param flocker
* @param iscsi
* @param rbd
* @param storageClassName
* @param storageos
* @param nfs
* @param persistentVolumeReclaimPolicy
* @param portworxVolume
* @param vsphereVolume
* @param fc
* @param hostPath
*/
public PersistentVolumeSpec(List accessModes, AWSElasticBlockStoreVolumeSource awsElasticBlockStore, AzureDiskVolumeSource azureDisk, AzureFileVolumeSource azureFile, Map capacity, CephFSVolumeSource cephfs, CinderVolumeSource cinder, ObjectReference claimRef, FCVolumeSource fc, FlexVolumeSource flexVolume, FlockerVolumeSource flocker, GCEPersistentDiskVolumeSource gcePersistentDisk, GlusterfsVolumeSource glusterfs, HostPathVolumeSource hostPath, ISCSIVolumeSource iscsi, LocalVolumeSource local, NFSVolumeSource nfs, java.lang.String persistentVolumeReclaimPolicy, PhotonPersistentDiskVolumeSource photonPersistentDisk, PortworxVolumeSource portworxVolume, QuobyteVolumeSource quobyte, RBDVolumeSource rbd, ScaleIOVolumeSource scaleIO, java.lang.String storageClassName, StorageOSPersistentVolumeSource storageos, VsphereVirtualDiskVolumeSource vsphereVolume) {
this.accessModes = accessModes;
this.awsElasticBlockStore = awsElasticBlockStore;
this.azureDisk = azureDisk;
this.azureFile = azureFile;
this.capacity = capacity;
this.cephfs = cephfs;
this.cinder = cinder;
this.claimRef = claimRef;
this.fc = fc;
this.flexVolume = flexVolume;
this.flocker = flocker;
this.gcePersistentDisk = gcePersistentDisk;
this.glusterfs = glusterfs;
this.hostPath = hostPath;
this.iscsi = iscsi;
this.local = local;
this.nfs = nfs;
this.persistentVolumeReclaimPolicy = persistentVolumeReclaimPolicy;
this.photonPersistentDisk = photonPersistentDisk;
this.portworxVolume = portworxVolume;
this.quobyte = quobyte;
this.rbd = rbd;
this.scaleIO = scaleIO;
this.storageClassName = storageClassName;
this.storageos = storageos;
this.vsphereVolume = vsphereVolume;
}
/**
*
*
* @return
* The accessModes
*/
@JsonProperty("accessModes")
public List getAccessModes() {
return accessModes;
}
/**
*
*
* @param accessModes
* The accessModes
*/
@JsonProperty("accessModes")
public void setAccessModes(List accessModes) {
this.accessModes = accessModes;
}
/**
*
*
* @return
* The awsElasticBlockStore
*/
@JsonProperty("awsElasticBlockStore")
public AWSElasticBlockStoreVolumeSource getAwsElasticBlockStore() {
return awsElasticBlockStore;
}
/**
*
*
* @param awsElasticBlockStore
* The awsElasticBlockStore
*/
@JsonProperty("awsElasticBlockStore")
public void setAwsElasticBlockStore(AWSElasticBlockStoreVolumeSource awsElasticBlockStore) {
this.awsElasticBlockStore = awsElasticBlockStore;
}
/**
*
*
* @return
* The azureDisk
*/
@JsonProperty("azureDisk")
public AzureDiskVolumeSource getAzureDisk() {
return azureDisk;
}
/**
*
*
* @param azureDisk
* The azureDisk
*/
@JsonProperty("azureDisk")
public void setAzureDisk(AzureDiskVolumeSource azureDisk) {
this.azureDisk = azureDisk;
}
/**
*
*
* @return
* The azureFile
*/
@JsonProperty("azureFile")
public AzureFileVolumeSource getAzureFile() {
return azureFile;
}
/**
*
*
* @param azureFile
* The azureFile
*/
@JsonProperty("azureFile")
public void setAzureFile(AzureFileVolumeSource azureFile) {
this.azureFile = azureFile;
}
/**
*
*
* @return
* The capacity
*/
@JsonProperty("capacity")
public Map getCapacity() {
return capacity;
}
/**
*
*
* @param capacity
* The capacity
*/
@JsonProperty("capacity")
public void setCapacity(Map capacity) {
this.capacity = capacity;
}
/**
*
*
* @return
* The cephfs
*/
@JsonProperty("cephfs")
public CephFSVolumeSource getCephfs() {
return cephfs;
}
/**
*
*
* @param cephfs
* The cephfs
*/
@JsonProperty("cephfs")
public void setCephfs(CephFSVolumeSource cephfs) {
this.cephfs = cephfs;
}
/**
*
*
* @return
* The cinder
*/
@JsonProperty("cinder")
public CinderVolumeSource getCinder() {
return cinder;
}
/**
*
*
* @param cinder
* The cinder
*/
@JsonProperty("cinder")
public void setCinder(CinderVolumeSource cinder) {
this.cinder = cinder;
}
/**
*
*
* @return
* The claimRef
*/
@JsonProperty("claimRef")
public ObjectReference getClaimRef() {
return claimRef;
}
/**
*
*
* @param claimRef
* The claimRef
*/
@JsonProperty("claimRef")
public void setClaimRef(ObjectReference claimRef) {
this.claimRef = claimRef;
}
/**
*
*
* @return
* The fc
*/
@JsonProperty("fc")
public FCVolumeSource getFc() {
return fc;
}
/**
*
*
* @param fc
* The fc
*/
@JsonProperty("fc")
public void setFc(FCVolumeSource fc) {
this.fc = fc;
}
/**
*
*
* @return
* The flexVolume
*/
@JsonProperty("flexVolume")
public FlexVolumeSource getFlexVolume() {
return flexVolume;
}
/**
*
*
* @param flexVolume
* The flexVolume
*/
@JsonProperty("flexVolume")
public void setFlexVolume(FlexVolumeSource flexVolume) {
this.flexVolume = flexVolume;
}
/**
*
*
* @return
* The flocker
*/
@JsonProperty("flocker")
public FlockerVolumeSource getFlocker() {
return flocker;
}
/**
*
*
* @param flocker
* The flocker
*/
@JsonProperty("flocker")
public void setFlocker(FlockerVolumeSource flocker) {
this.flocker = flocker;
}
/**
*
*
* @return
* The gcePersistentDisk
*/
@JsonProperty("gcePersistentDisk")
public GCEPersistentDiskVolumeSource getGcePersistentDisk() {
return gcePersistentDisk;
}
/**
*
*
* @param gcePersistentDisk
* The gcePersistentDisk
*/
@JsonProperty("gcePersistentDisk")
public void setGcePersistentDisk(GCEPersistentDiskVolumeSource gcePersistentDisk) {
this.gcePersistentDisk = gcePersistentDisk;
}
/**
*
*
* @return
* The glusterfs
*/
@JsonProperty("glusterfs")
public GlusterfsVolumeSource getGlusterfs() {
return glusterfs;
}
/**
*
*
* @param glusterfs
* The glusterfs
*/
@JsonProperty("glusterfs")
public void setGlusterfs(GlusterfsVolumeSource glusterfs) {
this.glusterfs = glusterfs;
}
/**
*
*
* @return
* The hostPath
*/
@JsonProperty("hostPath")
public HostPathVolumeSource getHostPath() {
return hostPath;
}
/**
*
*
* @param hostPath
* The hostPath
*/
@JsonProperty("hostPath")
public void setHostPath(HostPathVolumeSource hostPath) {
this.hostPath = hostPath;
}
/**
*
*
* @return
* The iscsi
*/
@JsonProperty("iscsi")
public ISCSIVolumeSource getIscsi() {
return iscsi;
}
/**
*
*
* @param iscsi
* The iscsi
*/
@JsonProperty("iscsi")
public void setIscsi(ISCSIVolumeSource iscsi) {
this.iscsi = iscsi;
}
/**
*
*
* @return
* The local
*/
@JsonProperty("local")
public LocalVolumeSource getLocal() {
return local;
}
/**
*
*
* @param local
* The local
*/
@JsonProperty("local")
public void setLocal(LocalVolumeSource local) {
this.local = local;
}
/**
*
*
* @return
* The nfs
*/
@JsonProperty("nfs")
public NFSVolumeSource getNfs() {
return nfs;
}
/**
*
*
* @param nfs
* The nfs
*/
@JsonProperty("nfs")
public void setNfs(NFSVolumeSource nfs) {
this.nfs = nfs;
}
/**
*
*
* @return
* The persistentVolumeReclaimPolicy
*/
@JsonProperty("persistentVolumeReclaimPolicy")
public java.lang.String getPersistentVolumeReclaimPolicy() {
return persistentVolumeReclaimPolicy;
}
/**
*
*
* @param persistentVolumeReclaimPolicy
* The persistentVolumeReclaimPolicy
*/
@JsonProperty("persistentVolumeReclaimPolicy")
public void setPersistentVolumeReclaimPolicy(java.lang.String persistentVolumeReclaimPolicy) {
this.persistentVolumeReclaimPolicy = persistentVolumeReclaimPolicy;
}
/**
*
*
* @return
* The photonPersistentDisk
*/
@JsonProperty("photonPersistentDisk")
public PhotonPersistentDiskVolumeSource getPhotonPersistentDisk() {
return photonPersistentDisk;
}
/**
*
*
* @param photonPersistentDisk
* The photonPersistentDisk
*/
@JsonProperty("photonPersistentDisk")
public void setPhotonPersistentDisk(PhotonPersistentDiskVolumeSource photonPersistentDisk) {
this.photonPersistentDisk = photonPersistentDisk;
}
/**
*
*
* @return
* The portworxVolume
*/
@JsonProperty("portworxVolume")
public PortworxVolumeSource getPortworxVolume() {
return portworxVolume;
}
/**
*
*
* @param portworxVolume
* The portworxVolume
*/
@JsonProperty("portworxVolume")
public void setPortworxVolume(PortworxVolumeSource portworxVolume) {
this.portworxVolume = portworxVolume;
}
/**
*
*
* @return
* The quobyte
*/
@JsonProperty("quobyte")
public QuobyteVolumeSource getQuobyte() {
return quobyte;
}
/**
*
*
* @param quobyte
* The quobyte
*/
@JsonProperty("quobyte")
public void setQuobyte(QuobyteVolumeSource quobyte) {
this.quobyte = quobyte;
}
/**
*
*
* @return
* The rbd
*/
@JsonProperty("rbd")
public RBDVolumeSource getRbd() {
return rbd;
}
/**
*
*
* @param rbd
* The rbd
*/
@JsonProperty("rbd")
public void setRbd(RBDVolumeSource rbd) {
this.rbd = rbd;
}
/**
*
*
* @return
* The scaleIO
*/
@JsonProperty("scaleIO")
public ScaleIOVolumeSource getScaleIO() {
return scaleIO;
}
/**
*
*
* @param scaleIO
* The scaleIO
*/
@JsonProperty("scaleIO")
public void setScaleIO(ScaleIOVolumeSource scaleIO) {
this.scaleIO = scaleIO;
}
/**
*
*
* @return
* The storageClassName
*/
@JsonProperty("storageClassName")
public java.lang.String getStorageClassName() {
return storageClassName;
}
/**
*
*
* @param storageClassName
* The storageClassName
*/
@JsonProperty("storageClassName")
public void setStorageClassName(java.lang.String storageClassName) {
this.storageClassName = storageClassName;
}
/**
*
*
* @return
* The storageos
*/
@JsonProperty("storageos")
public StorageOSPersistentVolumeSource getStorageos() {
return storageos;
}
/**
*
*
* @param storageos
* The storageos
*/
@JsonProperty("storageos")
public void setStorageos(StorageOSPersistentVolumeSource storageos) {
this.storageos = storageos;
}
/**
*
*
* @return
* The vsphereVolume
*/
@JsonProperty("vsphereVolume")
public VsphereVirtualDiskVolumeSource getVsphereVolume() {
return vsphereVolume;
}
/**
*
*
* @param vsphereVolume
* The vsphereVolume
*/
@JsonProperty("vsphereVolume")
public void setVsphereVolume(VsphereVirtualDiskVolumeSource vsphereVolume) {
this.vsphereVolume = vsphereVolume;
}
@JsonAnyGetter
public Map getAdditionalProperties() {
return this.additionalProperties;
}
@JsonAnySetter
public void setAdditionalProperty(java.lang.String name, Object value) {
this.additionalProperties.put(name, value);
}
}