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, unsetLinksgetActions, isSetActions, setActionspublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public String getMountOptions()
Stringpublic void setMountOptions(String value)
value - allowed object is
Stringpublic boolean isSetMountOptions()
public String getVfsType()
Stringpublic void setVfsType(String value)
value - allowed object is
Stringpublic boolean isSetVfsType()
public String getNfsVersion()
Stringpublic void setNfsVersion(String value)
value - allowed object is
Stringpublic boolean isSetNfsVersion()
public Integer getNfsTimeo()
Integerpublic void setNfsTimeo(Integer value)
value - allowed object is
Integerpublic boolean isSetNfsTimeo()
public Integer getNfsRetrans()
Integerpublic void setNfsRetrans(Integer value)
value - allowed object is
Integerpublic 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()
VolumeGrouppublic void setVolumeGroup(VolumeGroup value)
value - allowed object is
VolumeGrouppublic boolean isSetVolumeGroup()
public Boolean getOverrideLuns()
Booleanpublic void setOverrideLuns(Boolean value)
value - allowed object is
Booleanpublic boolean isSetOverrideLuns()
public Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
public String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic boolean isSetTarget()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic boolean isSetPassword()
public String getPortal()
Stringpublic void setPortal(String value)
value - allowed object is
Stringpublic boolean isSetPortal()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0