Class SshContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.SshContainer
-
- All Implemented Interfaces:
Identified
,Ssh
public class SshContainer extends IdentifiedContainer implements Ssh
-
-
Constructor Summary
Constructors Constructor Description SshContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshAuthenticationMethod
authenticationMethod()
void
authenticationMethod(SshAuthenticationMethod newAuthenticationMethod)
boolean
authenticationMethodPresent()
String
fingerprint()
void
fingerprint(String newFingerprint)
boolean
fingerprintPresent()
BigInteger
port()
void
port(BigInteger newPort)
Byte
portAsByte()
Integer
portAsInteger()
Long
portAsLong()
Short
portAsShort()
boolean
portPresent()
String
publicKey()
void
publicKey(String newPublicKey)
boolean
publicKeyPresent()
User
user()
void
user(User newUser)
boolean
userPresent()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
authenticationMethod
public SshAuthenticationMethod authenticationMethod()
- Specified by:
authenticationMethod
in interfaceSsh
-
authenticationMethod
public void authenticationMethod(SshAuthenticationMethod newAuthenticationMethod)
-
authenticationMethodPresent
public boolean authenticationMethodPresent()
- Specified by:
authenticationMethodPresent
in interfaceSsh
-
fingerprint
public String fingerprint()
- Specified by:
fingerprint
in interfaceSsh
-
fingerprint
public void fingerprint(String newFingerprint)
-
fingerprintPresent
public boolean fingerprintPresent()
- Specified by:
fingerprintPresent
in interfaceSsh
-
port
public BigInteger port()
-
portAsByte
public Byte portAsByte()
- Specified by:
portAsByte
in interfaceSsh
-
portAsShort
public Short portAsShort()
- Specified by:
portAsShort
in interfaceSsh
-
portAsInteger
public Integer portAsInteger()
- Specified by:
portAsInteger
in interfaceSsh
-
portAsLong
public Long portAsLong()
- Specified by:
portAsLong
in interfaceSsh
-
port
public void port(BigInteger newPort)
-
portPresent
public boolean portPresent()
- Specified by:
portPresent
in interfaceSsh
-
publicKey
public void publicKey(String newPublicKey)
-
publicKeyPresent
public boolean publicKeyPresent()
- Specified by:
publicKeyPresent
in interfaceSsh
-
user
public void user(User newUser)
-
userPresent
public boolean userPresent()
- Specified by:
userPresent
in interfaceSsh
-
-