| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setCipherGroupLabel(java.lang.String cipherGroupLabel)
Possible values are:
LbServerSslProfile.CIPHER_GROUP_LABEL_BALANCED
LbServerSslProfile.CIPHER_GROUP_LABEL_HIGH_SECURITY
LbServerSslProfile.CIPHER_GROUP_LABEL_HIGH_COMPATIBILITY
LbServerSslProfile.CIPHER_GROUP_LABEL_CUSTOM It
is a label of cipher group which is mostly consumed by GUI. |
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setCiphers(java.util.List<java.lang.String> ciphers)
Possible values are:
LbServerSslProfile.CIPHERS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
LbServerSslProfile.CIPHERS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
LbServerSslProfile.CIPHERS_ECDHE_RSA_WITH_AES_256_CBC_SHA
LbServerSslProfile.CIPHERS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
LbServerSslProfile.CIPHERS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
LbServerSslProfile.CIPHERS_ECDH_RSA_WITH_AES_256_CBC_SHA
LbServerSslProfile.CIPHERS_RSA_WITH_AES_256_CBC_SHA
LbServerSslProfile.CIPHERS_RSA_WITH_AES_128_CBC_SHA
LbServerSslProfile.CIPHERS_RSA_WITH_3DES_EDE_CBC_SHA
LbServerSslProfile.CIPHERS_ECDHE_RSA_WITH_AES_128_CBC_SHA
LbServerSslProfile.CIPHERS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
LbServerSslProfile.CIPHERS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
LbServerSslProfile.CIPHERS_RSA_WITH_AES_128_CBC_SHA256
LbServerSslProfile.CIPHERS_RSA_WITH_AES_128_GCM_SHA256
LbServerSslProfile.CIPHERS_RSA_WITH_AES_256_CBC_SHA256
LbServerSslProfile.CIPHERS_RSA_WITH_AES_256_GCM_SHA384
LbServerSslProfile.CIPHERS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
LbServerSslProfile.CIPHERS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
LbServerSslProfile.CIPHERS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
LbServerSslProfile.CIPHERS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
LbServerSslProfile.CIPHERS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
LbServerSslProfile.CIPHERS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
LbServerSslProfile.CIPHERS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
LbServerSslProfile.CIPHERS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
LbServerSslProfile.CIPHERS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
LbServerSslProfile.CIPHERS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
LbServerSslProfile.CIPHERS_ECDH_RSA_WITH_AES_128_CBC_SHA
LbServerSslProfile.CIPHERS_ECDH_RSA_WITH_AES_128_CBC_SHA256
LbServerSslProfile.CIPHERS_ECDH_RSA_WITH_AES_128_GCM_SHA256
LbServerSslProfile.CIPHERS_ECDH_RSA_WITH_AES_256_CBC_SHA384
LbServerSslProfile.CIPHERS_ECDH_RSA_WITH_AES_256_GCM_SHA384
supported SSL cipher list to client side |
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setCreateTime(java.lang.Long createTime)
Timestamp of resource creation format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setCreateUser(java.lang.String createUser)
ID of the user who created this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setDescription(java.lang.String description)
Description of this resource
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setId(java.lang.String id)
Unique identifier of this resource
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setIsFips(java.lang.Boolean isFips)
This flag is set to true when all the ciphers and protocols are FIPS compliant.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setIsSecure(java.lang.Boolean isSecure)
This flag is set to true when all the ciphers and protocols are secure.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setLastModifiedTime(java.lang.Long lastModifiedTime)
Timestamp of last modification format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setLastModifiedUser(java.lang.String lastModifiedUser)
ID of the user who last modified this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setProtection(java.lang.String protection)
Protection status is one of the following: PROTECTED - the client who retrieved
the entity is not allowed to modify it.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setProtocols(java.util.List<java.lang.String> protocols)
Possible values are:
LbServerSslProfile.PROTOCOLS_SSL_V2 LbServerSslProfile.PROTOCOLS_SSL_V3 LbServerSslProfile.PROTOCOLS_TLS_V1 LbServerSslProfile.PROTOCOLS_TLS_V1_1 LbServerSslProfile.PROTOCOLS_TLS_V1_2 SSL
versions TLS1.1 and TLS1.2 are supported and enabled by default. |
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setResourceType(java.lang.String resourceType)
The type of this resource.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setSelf(SelfResourceLink self) |
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setSessionCacheEnabled(java.lang.Boolean sessionCacheEnabled)
SSL session caching allows SSL client and server to reuse previously negotiated
security parameters avoiding the expensive public key operation during
handshake.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setSystemOwned(java.lang.Boolean systemOwned)
Indicates system owned resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
LbServerSslProfile.Builder |
LbServerSslProfile.Builder.setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|