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, unsetLinks
getActions, isSetActions, setActions
public Integer getPort()
Integer
public void setPort(Integer value)
value
- allowed object is
Integer
public boolean isSetPort()
public String getFingerprint()
String
public void setFingerprint(String value)
value
- allowed object is
String
public boolean isSetFingerprint()
public String getAuthenticationMethod()
String
public void setAuthenticationMethod(String value)
value
- allowed object is
String
public boolean isSetAuthenticationMethod()
public void setUser(User value)
value
- allowed object is
User
public boolean isSetUser()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0