
io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;
/**
* Generated
*/
public interface ScaleIOPersistentVolumeSourceFluent> extends io.fabric8.kubernetes.api.builder.Fluent{
public java.lang.String getFsType();
public A withFsType(java.lang.String fsType);
public java.lang.Boolean hasFsType();
/**
* Method is deprecated. use withFsType instead.
*/
@java.lang.Deprecated
public A withNewFsType(java.lang.String arg0);
public java.lang.String getGateway();
public A withGateway(java.lang.String gateway);
public java.lang.Boolean hasGateway();
/**
* Method is deprecated. use withGateway instead.
*/
@java.lang.Deprecated
public A withNewGateway(java.lang.String arg0);
public java.lang.String getProtectionDomain();
public A withProtectionDomain(java.lang.String protectionDomain);
public java.lang.Boolean hasProtectionDomain();
/**
* Method is deprecated. use withProtectionDomain instead.
*/
@java.lang.Deprecated
public A withNewProtectionDomain(java.lang.String arg0);
public java.lang.Boolean getReadOnly();
public A withReadOnly(java.lang.Boolean readOnly);
public java.lang.Boolean hasReadOnly();
/**
* This method has been deprecated, please use method buildSecretRef instead.
* @return The buildable object.
*/
@java.lang.Deprecated
public io.fabric8.kubernetes.api.model.SecretReference getSecretRef();
public io.fabric8.kubernetes.api.model.SecretReference buildSecretRef();
public A withSecretRef(io.fabric8.kubernetes.api.model.SecretReference secretRef);
public java.lang.Boolean hasSecretRef();
public A withNewSecretRef(java.lang.String name,java.lang.String namespace);
public io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent.SecretRefNested withNewSecretRef();
public io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent.SecretRefNested withNewSecretRefLike(io.fabric8.kubernetes.api.model.SecretReference item);
public io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent.SecretRefNested editSecretRef();
public io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRef();
public io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent.SecretRefNested editOrNewSecretRefLike(io.fabric8.kubernetes.api.model.SecretReference item);
public java.lang.Boolean getSslEnabled();
public A withSslEnabled(java.lang.Boolean sslEnabled);
public java.lang.Boolean hasSslEnabled();
public java.lang.String getStorageMode();
public A withStorageMode(java.lang.String storageMode);
public java.lang.Boolean hasStorageMode();
/**
* Method is deprecated. use withStorageMode instead.
*/
@java.lang.Deprecated
public A withNewStorageMode(java.lang.String arg0);
public java.lang.String getStoragePool();
public A withStoragePool(java.lang.String storagePool);
public java.lang.Boolean hasStoragePool();
/**
* Method is deprecated. use withStoragePool instead.
*/
@java.lang.Deprecated
public A withNewStoragePool(java.lang.String arg0);
public java.lang.String getSystem();
public A withSystem(java.lang.String system);
public java.lang.Boolean hasSystem();
/**
* Method is deprecated. use withSystem instead.
*/
@java.lang.Deprecated
public A withNewSystem(java.lang.String arg0);
public java.lang.String getVolumeName();
public A withVolumeName(java.lang.String volumeName);
public java.lang.Boolean hasVolumeName();
/**
* Method is deprecated. use withVolumeName instead.
*/
@java.lang.Deprecated
public A withNewVolumeName(java.lang.String arg0);
public A addToAdditionalProperties(java.lang.String key,java.lang.Object value);
public A addToAdditionalProperties(java.util.Map map);
public A removeFromAdditionalProperties(java.lang.String key);
public A removeFromAdditionalProperties(java.util.Map map);
public java.util.Map getAdditionalProperties();
public A withAdditionalProperties(java.util.Map additionalProperties);
public java.lang.Boolean hasAdditionalProperties();
public interface SecretRefNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.kubernetes.api.model.SecretReferenceFluent>{
public N and();
public N endSecretRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy