java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.product.order.SshKeys

@ApiType("SoftLayer_Container_Product_Order_SshKeys")
public class SshKeys
extends Entity
This object holds all of the ssh key ids that will allow authentication to a single server.
See Also:
SoftLayer_Container_Product_Order_SshKeys
  • Field Details

    • sshKeyIds

      @ApiProperty(canBeNullOrNotSet=true) protected List<Long> sshKeyIds
      An array of SoftLayer_Security_Ssh_Key IDs to assign to a server.
    • sshKeyIdsSpecified

      protected boolean sshKeyIdsSpecified
  • Constructor Details

    • SshKeys

      public SshKeys()
  • Method Details

    • getSshKeyIds

      public List<Long> getSshKeyIds()
    • isSshKeyIdsSpecified

      public boolean isSshKeyIdsSpecified()
    • unsetSshKeyIds

      public void unsetSshKeyIds()