java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.network.application.delivery.controller.loadbalancer.virtualipaddress.SecureTransportCipher

@ApiType("SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress_SecureTransportCipher")
public class SecureTransportCipher
extends Entity
A single cipher configured for a load balancer virtual IP address instance. Instances of this class are immutable and should reflect a cipher that is configurable on a load balancer device.
See Also:
SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress_SecureTransportCipher
  • Field Details

    • virtualIpAddress

      @ApiProperty protected VirtualIpAddress virtualIpAddress
    • id

      @ApiProperty(canBeNullOrNotSet=true) protected Long id
      Unique identifier for the cipher instance
    • idSpecified

      protected boolean idSpecified
    • keyName

      @ApiProperty(canBeNullOrNotSet=true) protected String keyName
      Identifier for the associated encryption algorithm
    • keyNameSpecified

      protected boolean keyNameSpecified
    • virtualIpAddressId

      @ApiProperty(canBeNullOrNotSet=true) protected Long virtualIpAddressId
      Identifier for the associated [[SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress (type)|virtual IP address]] instance
    • virtualIpAddressIdSpecified

      protected boolean virtualIpAddressIdSpecified
  • Constructor Details

    • SecureTransportCipher

      public SecureTransportCipher()
  • Method Details

    • getVirtualIpAddress

      public VirtualIpAddress getVirtualIpAddress()
    • setVirtualIpAddress

      public void setVirtualIpAddress​(VirtualIpAddress virtualIpAddress)
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getKeyName

      public String getKeyName()
    • setKeyName

      public void setKeyName​(String keyName)
    • isKeyNameSpecified

      public boolean isKeyNameSpecified()
    • unsetKeyName

      public void unsetKeyName()
    • getVirtualIpAddressId

      public Long getVirtualIpAddressId()
    • setVirtualIpAddressId

      public void setVirtualIpAddressId​(Long virtualIpAddressId)
    • isVirtualIpAddressIdSpecified

      public boolean isVirtualIpAddressIdSpecified()
    • unsetVirtualIpAddressId

      public void unsetVirtualIpAddressId()