| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static LbSslCipherInfo |
LbSslCipherInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static LbSslCipherInfo |
LbSslCipherInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LbSslCipherInfo |
LbSslCipherInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LbSslCipherInfo> |
LbSslCipherAndProtocolListResult.getCiphers()
List of SSL ciphers
|
| Modifier and Type | Method and Description |
|---|---|
void |
LbSslCipherAndProtocolListResult.setCiphers(java.util.List<LbSslCipherInfo> ciphers)
List of SSL ciphers
|
LbSslCipherAndProtocolListResult.Builder |
LbSslCipherAndProtocolListResult.Builder.setCiphers(java.util.List<LbSslCipherInfo> ciphers)
List of SSL ciphers
|