public class Storage extends BaseResource
Java class for Storage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Storage"> <complexContent> <extension base="{}BaseResource"> <sequence> <group ref="{}BaseStorageConnection"/> <choice> <group ref="{}NfsStorage"/> <group ref="{}IscsiStorage"/> <group ref="{}IscsiStorageConnection"/> </choice> <element ref="{}host" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Storage() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
Host |
getHost()
Gets the value of the host property.
|
List<LogicalUnit> |
getLogicalUnits()
Gets the value of the logicalUnits property.
|
String |
getMountOptions()
Gets the value of the mountOptions property.
|
Integer |
getNfsRetrans()
Gets the value of the nfsRetrans property.
|
Integer |
getNfsTimeo()
Gets the value of the nfsTimeo property.
|
String |
getNfsVersion()
Gets the value of the nfsVersion property.
|
Boolean |
getOverrideLuns()
Gets the value of the overrideLuns property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPath()
Gets the value of the path property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getPortal()
Gets the value of the portal property.
|
String |
getTarget()
Gets the value of the target property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUsername()
Gets the value of the username property.
|
String |
getVfsType()
Gets the value of the vfsType property.
|
VolumeGroup |
getVolumeGroup()
Gets the value of the volumeGroup property.
|
boolean |
isSetAddress() |
boolean |
isSetHost() |
boolean |
isSetLogicalUnits() |
boolean |
isSetMountOptions() |
boolean |
isSetNfsRetrans() |
boolean |
isSetNfsTimeo() |
boolean |
isSetNfsVersion() |
boolean |
isSetOverrideLuns() |
boolean |
isSetPassword() |
boolean |
isSetPath() |
boolean |
isSetPort() |
boolean |
isSetPortal() |
boolean |
isSetTarget() |
boolean |
isSetType() |
boolean |
isSetUsername() |
boolean |
isSetVfsType() |
boolean |
isSetVolumeGroup() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setMountOptions(String value)
Sets the value of the mountOptions property.
|
void |
setNfsRetrans(Integer value)
Sets the value of the nfsRetrans property.
|
void |
setNfsTimeo(Integer value)
Sets the value of the nfsTimeo property.
|
void |
setNfsVersion(String value)
Sets the value of the nfsVersion property.
|
void |
setOverrideLuns(Boolean value)
Sets the value of the overrideLuns property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setPortal(String value)
Sets the value of the portal property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
setVfsType(String value)
Sets the value of the vfsType property.
|
void |
setVolumeGroup(VolumeGroup value)
Sets the value of the volumeGroup property.
|
void |
unsetLogicalUnits() |
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public boolean isSetPath()
public String getMountOptions()
String
public void setMountOptions(String value)
value
- allowed object is
String
public boolean isSetMountOptions()
public String getVfsType()
String
public void setVfsType(String value)
value
- allowed object is
String
public boolean isSetVfsType()
public String getNfsVersion()
String
public void setNfsVersion(String value)
value
- allowed object is
String
public boolean isSetNfsVersion()
public Integer getNfsTimeo()
Integer
public void setNfsTimeo(Integer value)
value
- allowed object is
Integer
public boolean isSetNfsTimeo()
public Integer getNfsRetrans()
Integer
public void setNfsRetrans(Integer value)
value
- allowed object is
Integer
public boolean isSetNfsRetrans()
public List<LogicalUnit> getLogicalUnits()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the logicalUnits property.
For example, to add a new item, do as follows:
getLogicalUnits().add(newItem);
Objects of the following type(s) are allowed in the list
LogicalUnit
public boolean isSetLogicalUnits()
public void unsetLogicalUnits()
public VolumeGroup getVolumeGroup()
VolumeGroup
public void setVolumeGroup(VolumeGroup value)
value
- allowed object is
VolumeGroup
public boolean isSetVolumeGroup()
public Boolean getOverrideLuns()
Boolean
public void setOverrideLuns(Boolean value)
value
- allowed object is
Boolean
public boolean isSetOverrideLuns()
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public String getTarget()
String
public void setTarget(String value)
value
- allowed object is
String
public boolean isSetTarget()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public boolean isSetPassword()
public String getPortal()
String
public void setPortal(String value)
value
- allowed object is
String
public boolean isSetPortal()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0