public class SSH extends BaseResource
Java class for SSH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSH">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="fingerprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="authentication_method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}user" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SSH() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMethod()
Gets the value of the authenticationMethod property.
|
String |
getFingerprint()
Gets the value of the fingerprint property.
|
Integer |
getPort()
Gets the value of the port property.
|
User |
getUser()
Gets the value of the user property.
|
boolean |
isSetAuthenticationMethod() |
boolean |
isSetFingerprint() |
boolean |
isSetPort() |
boolean |
isSetUser() |
void |
setAuthenticationMethod(String value)
Sets the value of the authenticationMethod property.
|
void |
setFingerprint(String value)
Sets the value of the fingerprint property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic boolean isSetPort()
public String getFingerprint()
Stringpublic void setFingerprint(String value)
value - allowed object is
Stringpublic boolean isSetFingerprint()
public String getAuthenticationMethod()
Stringpublic void setAuthenticationMethod(String value)
value - allowed object is
Stringpublic boolean isSetAuthenticationMethod()
public void setUser(User value)
value - allowed object is
Userpublic boolean isSetUser()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0