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, 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 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