public static final class TlsInspectionInternalProfile.Builder
extends java.lang.Object
TlsInspectionInternalProfile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TlsInspectionInternalProfile. |
| Modifier and Type | Method and Description |
|---|---|
TlsInspectionInternalProfile |
build() |
TlsInspectionInternalProfile.Builder |
setAttention(java.lang.String attention)
Used to indicate an TLS version or Cipher version pre-defined settings
mis-match.
|
TlsInspectionInternalProfile.Builder |
setCertificateValidation(java.lang.Boolean certificateValidation)
true - activate the certificate validation; false - deactivate it.
|
TlsInspectionInternalProfile.Builder |
setChildren(java.util.List<com.vmware.vapi.bindings.Structure> children)
Subtree for this type within policy tree containing nested elements.
|
TlsInspectionInternalProfile.Builder |
setClientCipherSuite(java.util.List<java.lang.String> clientCipherSuite)
Possible values are:
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA
Client's list of cipher suites. |
TlsInspectionInternalProfile.Builder |
setClientMaxTlsVersion(java.lang.String clientMaxTlsVersion)
Possible values are:
TlsInspectionInternalProfile.CLIENT_MAX_TLS_VERSION_2
TlsInspectionInternalProfile.CLIENT_MAX_TLS_VERSION_1
TlsInspectionInternalProfile.CLIENT_MAX_TLS_VERSION_0
Client's maximum TLS version to enforce. |
TlsInspectionInternalProfile.Builder |
setClientMinTlsVersion(java.lang.String clientMinTlsVersion)
Possible values are:
TlsInspectionInternalProfile.CLIENT_MIN_TLS_VERSION_2
TlsInspectionInternalProfile.CLIENT_MIN_TLS_VERSION_1
TlsInspectionInternalProfile.CLIENT_MIN_TLS_VERSION_0
Client's minimum TLS version to enforce. |
TlsInspectionInternalProfile.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.
|
TlsInspectionInternalProfile.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.
|
TlsInspectionInternalProfile.Builder |
setCrls(java.util.List<java.lang.String> crls)
Bypass profile - CRL is required if the \"invalid_certificate\" action is allow.
|
TlsInspectionInternalProfile.Builder |
setCryptoEnforcement(java.lang.String cryptoEnforcement)
Possible values are:
TlsInspectionInternalProfile.CRYPTO_ENFORCEMENT_ENFORCE
TlsInspectionInternalProfile.CRYPTO_ENFORCEMENT_TRANSPARENT
If enforced and if TLS protocol Client/Server Hello has none of the
permitted TLS versions or ciphers then the connection is immediately terminated. |
TlsInspectionInternalProfile.Builder |
setDecryptionFailAction(java.lang.String decryptionFailAction)
Possible values are:
TlsInspectionInternalProfile.DECRYPTION_FAIL_ACTION_BLOCK
TlsInspectionInternalProfile.DECRYPTION_FAIL_ACTION_BYPASS
Action to take when TLS handshake fails. |
TlsInspectionInternalProfile.Builder |
setDefaultCertKey(java.lang.String defaultCertKey)
Default server certificate presented to the user.
|
TlsInspectionInternalProfile.Builder |
setDescription(java.lang.String description)
Description of this resource
|
TlsInspectionInternalProfile.Builder |
setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
TlsInspectionInternalProfile.Builder |
setId(java.lang.String id)
Unique identifier of this resource
|
TlsInspectionInternalProfile.Builder |
setIdleConnectionTimeout(java.lang.Long idleConnectionTimeout)
Timeout the connection when kept idle.
|
TlsInspectionInternalProfile.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.
|
TlsInspectionInternalProfile.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.
|
TlsInspectionInternalProfile.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
TlsInspectionInternalProfile.Builder |
setMarkedForDelete(java.lang.Boolean markedForDelete)
Intent objects are not directly deleted from the system when a delete is invoked
on them.
|
TlsInspectionInternalProfile.Builder |
setOcspMustStaple(java.lang.Boolean ocspMustStaple)
true - activate the ocsp must staple, false - deactivate it.
|
TlsInspectionInternalProfile.Builder |
setOriginSiteId(java.lang.String originSiteId)
This is a UUID generated by the system for knowing which site owns an object.
|
TlsInspectionInternalProfile.Builder |
setOverridden(java.lang.Boolean overridden)
Global intent objects cannot be modified by the user.
|
TlsInspectionInternalProfile.Builder |
setOwnerId(java.lang.String ownerId)
This is a UUID generated by the system for knowing who owns this object.
|
TlsInspectionInternalProfile.Builder |
setParentPath(java.lang.String parentPath)
Path of its parent
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
TlsInspectionInternalProfile.Builder |
setPath(java.lang.String path)
Absolute path of this object
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
TlsInspectionInternalProfile.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.
|
TlsInspectionInternalProfile.Builder |
setRealizationId(java.lang.String realizationId)
This is a UUID generated by the system for realizing the entity object.
|
TlsInspectionInternalProfile.Builder |
setRelativePath(java.lang.String relativePath)
Path relative from its parent
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
TlsInspectionInternalProfile.Builder |
setRemotePath(java.lang.String remotePath)
This is the path of the object on the local managers when queried on the NSX+
service, and path of the object on NSX+ service when queried from the local
managers.
|
TlsInspectionInternalProfile.Builder |
setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
TlsInspectionInternalProfile.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.
|
TlsInspectionInternalProfile.Builder |
setSelf(SelfResourceLink self) |
TlsInspectionInternalProfile.Builder |
setServerCertsKey(java.util.List<java.lang.String> serverCertsKey)
Server certificate presented to the client.
|
TlsInspectionInternalProfile.Builder |
setServerCipherSuite(java.util.List<java.lang.String> serverCipherSuite)
Possible values are:
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA
Server's list of cipher suites. |
TlsInspectionInternalProfile.Builder |
setServerMaxTlsVersion(java.lang.String serverMaxTlsVersion)
Possible values are:
TlsInspectionInternalProfile.SERVER_MAX_TLS_VERSION_2
TlsInspectionInternalProfile.SERVER_MAX_TLS_VERSION_1
TlsInspectionInternalProfile.SERVER_MAX_TLS_VERSION_0
Server's maximum TLS version to enforce. |
TlsInspectionInternalProfile.Builder |
setServerMinTlsVersion(java.lang.String serverMinTlsVersion)
Possible values are:
TlsInspectionInternalProfile.SERVER_MIN_TLS_VERSION_2
TlsInspectionInternalProfile.SERVER_MIN_TLS_VERSION_1
TlsInspectionInternalProfile.SERVER_MIN_TLS_VERSION_0
Server's minimum TLS version to enforce. |
TlsInspectionInternalProfile.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.
|
TlsInspectionInternalProfile.Builder |
setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
TlsInspectionInternalProfile.Builder |
setTlsConfigSetting(java.lang.String tlsConfigSetting)
|
TlsInspectionInternalProfile.Builder |
setTrustedCaBundles(java.util.List<java.lang.String> trustedCaBundles)
Bypass profile - CA bundle is required if the \"invalid_certificate\" action is
allow.
|
TlsInspectionInternalProfile.Builder |
setUniqueId(java.lang.String uniqueId)
This is a UUID generated by the GM/LM to uniquely identify entities in a
federated environment.
|
public Builder()
TlsInspectionInternalProfile.public TlsInspectionInternalProfile.Builder setCertificateValidation(java.lang.Boolean certificateValidation)
certificateValidation - New value for the property.public TlsInspectionInternalProfile.Builder setClientCipherSuite(java.util.List<java.lang.String> clientCipherSuite)
TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHATlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHATlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256TlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHATlsInspectionInternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHAclientCipherSuite - New value for the property.public TlsInspectionInternalProfile.Builder setClientMaxTlsVersion(java.lang.String clientMaxTlsVersion)
clientMaxTlsVersion - New value for the property.public TlsInspectionInternalProfile.Builder setClientMinTlsVersion(java.lang.String clientMinTlsVersion)
clientMinTlsVersion - New value for the property.public TlsInspectionInternalProfile.Builder setCryptoEnforcement(java.lang.String cryptoEnforcement)
cryptoEnforcement - New value for the property.public TlsInspectionInternalProfile.Builder setDecryptionFailAction(java.lang.String decryptionFailAction)
decryptionFailAction - New value for the property.public TlsInspectionInternalProfile.Builder setDefaultCertKey(java.lang.String defaultCertKey)
defaultCertKey - New value for the property.public TlsInspectionInternalProfile.Builder setOcspMustStaple(java.lang.Boolean ocspMustStaple)
ocspMustStaple - New value for the property.public TlsInspectionInternalProfile.Builder setServerCertsKey(java.util.List<java.lang.String> serverCertsKey)
serverCertsKey - New value for the property.public TlsInspectionInternalProfile.Builder setServerCipherSuite(java.util.List<java.lang.String> serverCipherSuite)
TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHATlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHATlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256TlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHATlsInspectionInternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHAserverCipherSuite - New value for the property.public TlsInspectionInternalProfile.Builder setServerMaxTlsVersion(java.lang.String serverMaxTlsVersion)
serverMaxTlsVersion - New value for the property.public TlsInspectionInternalProfile.Builder setServerMinTlsVersion(java.lang.String serverMinTlsVersion)
serverMinTlsVersion - New value for the property.public TlsInspectionInternalProfile.Builder setTlsConfigSetting(java.lang.String tlsConfigSetting)
tlsConfigSetting - New value for the property.public TlsInspectionInternalProfile.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public TlsInspectionInternalProfile.Builder setSchema(java.lang.String schema)
schema - New value for the property.public TlsInspectionInternalProfile.Builder setSelf(SelfResourceLink self)
self - New value for the property.public TlsInspectionInternalProfile.Builder setRevision(java.lang.Long revision)
revision - New value for the property.public TlsInspectionInternalProfile.Builder setCreateTime(java.lang.Long createTime)
createTime - New value for the property.public TlsInspectionInternalProfile.Builder setCreateUser(java.lang.String createUser)
createUser - New value for the property.public TlsInspectionInternalProfile.Builder setLastModifiedTime(java.lang.Long lastModifiedTime)
lastModifiedTime - New value for the property.public TlsInspectionInternalProfile.Builder setLastModifiedUser(java.lang.String lastModifiedUser)
lastModifiedUser - New value for the property.public TlsInspectionInternalProfile.Builder setProtection(java.lang.String protection)
protection - New value for the property.public TlsInspectionInternalProfile.Builder setSystemOwned(java.lang.Boolean systemOwned)
systemOwned - New value for the property.public TlsInspectionInternalProfile.Builder setDescription(java.lang.String description)
description - New value for the property.public TlsInspectionInternalProfile.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public TlsInspectionInternalProfile.Builder setId(java.lang.String id)
id - New value for the property.public TlsInspectionInternalProfile.Builder setTags(java.util.List<Tag> tags)
tags - New value for the property.public TlsInspectionInternalProfile.Builder setOriginSiteId(java.lang.String originSiteId)
originSiteId - New value for the property.public TlsInspectionInternalProfile.Builder setOwnerId(java.lang.String ownerId)
ownerId - New value for the property.public TlsInspectionInternalProfile.Builder setParentPath(java.lang.String parentPath)
parentPath - New value for the property.public TlsInspectionInternalProfile.Builder setPath(java.lang.String path)
path - New value for the property.public TlsInspectionInternalProfile.Builder setRealizationId(java.lang.String realizationId)
realizationId - New value for the property.public TlsInspectionInternalProfile.Builder setRelativePath(java.lang.String relativePath)
relativePath - New value for the property.public TlsInspectionInternalProfile.Builder setRemotePath(java.lang.String remotePath)
remotePath - New value for the property.public TlsInspectionInternalProfile.Builder setUniqueId(java.lang.String uniqueId)
uniqueId - New value for the property.public TlsInspectionInternalProfile.Builder setChildren(java.util.List<com.vmware.vapi.bindings.Structure> children)
children - New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in ChildPolicyConfigResource. When methods return a
value of this class as a return value, the property will contain all the
properties defined in ChildPolicyConfigResource.public TlsInspectionInternalProfile.Builder setMarkedForDelete(java.lang.Boolean markedForDelete)
markedForDelete - New value for the property.public TlsInspectionInternalProfile.Builder setOverridden(java.lang.Boolean overridden)
overridden - New value for the property.public TlsInspectionInternalProfile.Builder setAttention(java.lang.String attention)
attention - New value for the property.public TlsInspectionInternalProfile.Builder setCrls(java.util.List<java.lang.String> crls)
crls - New value for the property.public TlsInspectionInternalProfile.Builder setIdleConnectionTimeout(java.lang.Long idleConnectionTimeout)
idleConnectionTimeout - New value for the property.public TlsInspectionInternalProfile.Builder setTrustedCaBundles(java.util.List<java.lang.String> trustedCaBundles)
trustedCaBundles - New value for the property.public TlsInspectionInternalProfile build()