Class SecureTransportProtocol
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.security.SecureTransportProtocol
@ApiType("SoftLayer_Security_SecureTransportProtocol") public class SecureTransportProtocol extends Entity
Protocol intended for use in secure communications
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecureTransportProtocol.Mask -
Field Summary
Fields Modifier and Type Field Description protected StringkeyNameUnique identifier for the protocolprotected booleankeyNameSpecifiedprotected List<SecureTransportCipher>supportedSecureTransportCiphersList of the supported encryption ciphersprotected booleansupportedSecureTransportCiphersSpecifiedFields inherited from class com.softlayer.api.Type
unknownProperties -
Constructor Summary
Constructors Constructor Description SecureTransportProtocol() -
Method Summary
Modifier and Type Method Description StringgetKeyName()List<SecureTransportCipher>getSupportedSecureTransportCiphers()booleanisKeyNameSpecified()booleanisSupportedSecureTransportCiphersSpecified()voidsetKeyName(String keyName)voidunsetKeyName()voidunsetSupportedSecureTransportCiphers()Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
keyName
Unique identifier for the protocol -
keyNameSpecified
protected boolean keyNameSpecified -
supportedSecureTransportCiphers
@ApiProperty(canBeNullOrNotSet=true) protected List<SecureTransportCipher> supportedSecureTransportCiphersList of the supported encryption ciphers -
supportedSecureTransportCiphersSpecified
protected boolean supportedSecureTransportCiphersSpecified
-
-
Constructor Details
-
SecureTransportProtocol
public SecureTransportProtocol()
-
-
Method Details
-
getKeyName
-
setKeyName
-
isKeyNameSpecified
public boolean isKeyNameSpecified() -
unsetKeyName
public void unsetKeyName() -
getSupportedSecureTransportCiphers
-
isSupportedSecureTransportCiphersSpecified
public boolean isSupportedSecureTransportCiphersSpecified() -
unsetSupportedSecureTransportCiphers
public void unsetSupportedSecureTransportCiphers()
-