public class Volume extends ExtensibleElement
Modifier and Type | Class and Description |
---|---|
static class |
Volume.Mode |
Constructor and Description |
---|
Volume() |
Modifier and Type | Method and Description |
---|---|
Volume.Mode |
getMode() |
String |
getName() |
String |
getPath() |
Boolean |
getPersistent() |
List<Property> |
getProperties() |
Boolean |
getRemote() |
String |
getSizeAllocated() |
String |
getUid() |
void |
setMode(Volume.Mode mode) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPersistent(Boolean persistent) |
void |
setProperties(List<Property> properties) |
void |
setRemote(Boolean remote) |
void |
setSizeAllocated(String sizeAllocated) |
void |
setUid(String uid) |
add, addExtensibleType, getExtensibleTypes, getExtensions, setExtensibleTypes, setExtensions
public String getUid()
public void setUid(String uid)
public String getName()
public void setName(String name)
public Volume.Mode getMode()
public void setMode(Volume.Mode mode)
public String getPath()
public void setPath(String path)
public String getSizeAllocated()
public void setSizeAllocated(String sizeAllocated)
public Boolean getPersistent()
public void setPersistent(Boolean persistent)
public Boolean getRemote()
public void setRemote(Boolean remote)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.