public class LinuxUserConfiguration extends Object
Constructor and Description |
---|
LinuxUserConfiguration() |
Modifier and Type | Method and Description |
---|---|
Integer |
gid()
Get the gid value.
|
String |
sshPrivateKey()
Get the sshPrivateKey value.
|
Integer |
uid()
Get the uid value.
|
LinuxUserConfiguration |
withGid(Integer gid)
Set the gid value.
|
LinuxUserConfiguration |
withSshPrivateKey(String sshPrivateKey)
Set the sshPrivateKey value.
|
LinuxUserConfiguration |
withUid(Integer uid)
Set the uid value.
|
public Integer uid()
public LinuxUserConfiguration withUid(Integer uid)
uid
- the uid value to setpublic Integer gid()
public LinuxUserConfiguration withGid(Integer gid)
gid
- the gid value to setpublic String sshPrivateKey()
public LinuxUserConfiguration withSshPrivateKey(String sshPrivateKey)
sshPrivateKey
- the sshPrivateKey value to setCopyright © 2019. All rights reserved.