Class Key.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.security.ssh.Key.Mask
-
- Enclosing class:
- Key
public static class Key.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Maskaccount()Key.MaskblockDeviceTemplateGroupCount()Group.MaskblockDeviceTemplateGroups()Key.MaskcreateDate()Key.Maskfingerprint()Key.Maskid()Key.Maskkey()Key.Masklabel()Key.MaskmodifyDate()Key.Masknotes()Key.MasksoftwarePasswordCount()Password.MasksoftwarePasswords()-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
account
public Account.Mask account()
-
blockDeviceTemplateGroups
public Group.Mask blockDeviceTemplateGroups()
-
softwarePasswords
public Password.Mask softwarePasswords()
-
createDate
public Key.Mask createDate()
-
fingerprint
public Key.Mask fingerprint()
-
id
public Key.Mask id()
-
key
public Key.Mask key()
-
label
public Key.Mask label()
-
modifyDate
public Key.Mask modifyDate()
-
notes
public Key.Mask notes()
-
blockDeviceTemplateGroupCount
public Key.Mask blockDeviceTemplateGroupCount()
-
softwarePasswordCount
public Key.Mask softwarePasswordCount()
-
-