Package io.fabric8.kubernetes.api.model
Class NFSVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.model.NFSVolumeSource
- All Implemented Interfaces:
KubernetesResource
,Serializable
@Generated("org.jsonschema2pojo") public class NFSVolumeSource extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NFSVolumeSource()
No args constructor for use in serializationNFSVolumeSource(String path, Boolean readOnly, String server)
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getPath()
Boolean
getReadOnly()
String
getServer()
void
setAdditionalProperty(String name, Object value)
void
setPath(String path)
void
setReadOnly(Boolean readOnly)
void
setServer(String server)
-
Constructor Details
-
NFSVolumeSource
public NFSVolumeSource()No args constructor for use in serialization -
NFSVolumeSource
- Parameters:
path
-server
-readOnly
-
-
-
Method Details
-
getPath
- Returns:
- The path
-
setPath
- Parameters:
path
- The path
-
getReadOnly
- Returns:
- The readOnly
-
setReadOnly
- Parameters:
readOnly
- The readOnly
-
getServer
- Returns:
- The server
-
setServer
- Parameters:
server
- The server
-
getAdditionalProperties
-
setAdditionalProperty
-