public class StorageConnection extends BaseResource
Java class for StorageConnection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StorageConnection"> <complexContent> <extension base="{}BaseResource"> <sequence> <group ref="{}BaseStorageConnection"/> <choice> <group ref="{}FileStorageConnection"/> <group ref="{}IscsiStorageConnection"/> </choice> <element ref="{}host" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
StorageConnection() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
Host |
getHost()
Gets the value of the host 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.
|
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.
|
boolean |
isSetAddress() |
boolean |
isSetHost() |
boolean |
isSetMountOptions() |
boolean |
isSetNfsRetrans() |
boolean |
isSetNfsTimeo() |
boolean |
isSetNfsVersion() |
boolean |
isSetPassword() |
boolean |
isSetPath() |
boolean |
isSetPort() |
boolean |
isSetPortal() |
boolean |
isSetTarget() |
boolean |
isSetType() |
boolean |
isSetUsername() |
boolean |
isSetVfsType() |
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 |
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.
|
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 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