Class Nfs
- java.lang.Object
-
- org.apache.camel.v1.integrationspec.template.spec.volumes.Nfs
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,java.io.Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Nfs extends java.lang.Object implements io.fabric8.kubernetes.api.model.KubernetesResource- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Nfs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()java.lang.BooleangetReadOnly()java.lang.StringgetServer()voidsetPath(java.lang.String path)voidsetReadOnly(java.lang.Boolean readOnly)voidsetServer(java.lang.String server)
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getReadOnly
public java.lang.Boolean getReadOnly()
-
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
-
getServer
public java.lang.String getServer()
-
setServer
public void setServer(java.lang.String server)
-
-