Class SecureTransportProtocol
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.security.SecureTransportProtocol
-
-
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 booleansupportedSecureTransportCiphersSpecified-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description SecureTransportProtocol()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
keyName
@ApiProperty(canBeNullOrNotSet=true) protected String keyName
Unique identifier for the protocol
-
keyNameSpecified
protected boolean keyNameSpecified
-
supportedSecureTransportCiphers
@ApiProperty(canBeNullOrNotSet=true) protected List<SecureTransportCipher> supportedSecureTransportCiphers
List of the supported encryption ciphers
-
supportedSecureTransportCiphersSpecified
protected boolean supportedSecureTransportCiphersSpecified
-
-
Method Detail
-
getKeyName
public String getKeyName()
-
setKeyName
public void setKeyName(String keyName)
-
isKeyNameSpecified
public boolean isKeyNameSpecified()
-
unsetKeyName
public void unsetKeyName()
-
getSupportedSecureTransportCiphers
public List<SecureTransportCipher> getSupportedSecureTransportCiphers()
-
isSupportedSecureTransportCiphersSpecified
public boolean isSupportedSecureTransportCiphersSpecified()
-
unsetSupportedSecureTransportCiphers
public void unsetSupportedSecureTransportCiphers()
-
-