public static final class TlsInspectionExternalProfile.Builder
extends java.lang.Object
TlsInspectionExternalProfile.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TlsInspectionExternalProfile. |
| Modifier and Type | Method and Description |
|---|---|
TlsInspectionExternalProfile |
build() |
TlsInspectionExternalProfile.Builder |
setAttention(java.lang.String attention)
Used to indicate an TLS version or Cipher version pre-defined settings
mis-match.
|
TlsInspectionExternalProfile.Builder |
setChildren(java.util.List<com.vmware.vapi.bindings.Structure> children)
Subtree for this type within policy tree containing nested elements.
|
TlsInspectionExternalProfile.Builder |
setClientCipherSuite(java.util.List<java.lang.String> clientCipherSuite)
Possible values are:
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA
Client's list of cipher suites. |
TlsInspectionExternalProfile.Builder |
setClientMaxTlsVersion(java.lang.String clientMaxTlsVersion)
Possible values are:
TlsInspectionExternalProfile.CLIENT_MAX_TLS_VERSION_2
TlsInspectionExternalProfile.CLIENT_MAX_TLS_VERSION_1
TlsInspectionExternalProfile.CLIENT_MAX_TLS_VERSION_0
Client's maximum TLS version to enforce. |
TlsInspectionExternalProfile.Builder |
setClientMinTlsVersion(java.lang.String clientMinTlsVersion)
Possible values are:
TlsInspectionExternalProfile.CLIENT_MIN_TLS_VERSION_2
TlsInspectionExternalProfile.CLIENT_MIN_TLS_VERSION_1
TlsInspectionExternalProfile.CLIENT_MIN_TLS_VERSION_0
Client's minimum TLS version to enforce. |
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.Builder |
setCrls(java.util.List<java.lang.String> crls)
Bypass profile - CRL is required if the \"invalid_certificate\" action is allow.
|
TlsInspectionExternalProfile.Builder |
setCryptoEnforcement(java.lang.String cryptoEnforcement)
Possible values are:
TlsInspectionExternalProfile.CRYPTO_ENFORCEMENT_ENFORCE
TlsInspectionExternalProfile.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. |
TlsInspectionExternalProfile.Builder |
setDecryptionFailAction(java.lang.String decryptionFailAction)
Possible values are:
TlsInspectionExternalProfile.DECRYPTION_FAIL_ACTION_BLOCK
TlsInspectionExternalProfile.DECRYPTION_FAIL_ACTION_BYPASS
Action to take when TLS handshake fails. |
TlsInspectionExternalProfile.Builder |
setDescription(java.lang.String description)
Description of this resource
|
TlsInspectionExternalProfile.Builder |
setDisplayName(java.lang.String displayName)
Defaults to ID if not set
|
TlsInspectionExternalProfile.Builder |
setId(java.lang.String id)
Unique identifier of this resource
|
TlsInspectionExternalProfile.Builder |
setIdleConnectionTimeout(java.lang.Long idleConnectionTimeout)
Timeout the connection when kept idle.
|
TlsInspectionExternalProfile.Builder |
setInvalidCertAction(java.lang.String invalidCertAction)
Possible values are:
TlsInspectionExternalProfile.INVALID_CERT_ACTION_BLOCK
TlsInspectionExternalProfile.INVALID_CERT_ACTION_ALLOW
If presented invalid certificates take this action. |
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
TlsInspectionExternalProfile.Builder |
setMarkedForDelete(java.lang.Boolean markedForDelete)
Intent objects are not directly deleted from the system when a delete is invoked
on them.
|
TlsInspectionExternalProfile.Builder |
setOcspMustStaple(java.lang.Boolean ocspMustStaple)
true - activate the ocsp must staple, false - deactivate it.
|
TlsInspectionExternalProfile.Builder |
setOriginSiteId(java.lang.String originSiteId)
This is a UUID generated by the system for knowing which site owns an object.
|
TlsInspectionExternalProfile.Builder |
setOverridden(java.lang.Boolean overridden)
Global intent objects cannot be modified by the user.
|
TlsInspectionExternalProfile.Builder |
setOwnerId(java.lang.String ownerId)
This is a UUID generated by the system for knowing who owns this object.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.Builder |
setProxyTrustedCaCert(java.lang.String proxyTrustedCaCert)
Proxy trusted ca cert and key used to issue valid ca certificate.
|
TlsInspectionExternalProfile.Builder |
setProxyUntrustedCaCert(java.lang.String proxyUntrustedCaCert)
Proxy untrusted ca cert and key used to issue invalid ca certificate
|
TlsInspectionExternalProfile.Builder |
setRealizationId(java.lang.String realizationId)
This is a UUID generated by the system for realizing the entity object.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.Builder |
setRevision(java.lang.Long revision)
The _revision property describes the current revision of the resource.
|
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.Builder |
setSelf(SelfResourceLink self) |
TlsInspectionExternalProfile.Builder |
setServerCipherSuite(java.util.List<java.lang.String> serverCipherSuite)
Possible values are:
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA
Server's list of cipher suites. |
TlsInspectionExternalProfile.Builder |
setServerMaxTlsVersion(java.lang.String serverMaxTlsVersion)
Possible values are:
TlsInspectionExternalProfile.SERVER_MAX_TLS_VERSION_2
TlsInspectionExternalProfile.SERVER_MAX_TLS_VERSION_1
TlsInspectionExternalProfile.SERVER_MAX_TLS_VERSION_0
Server's maximum TLS version to enforce. |
TlsInspectionExternalProfile.Builder |
setServerMinTlsVersion(java.lang.String serverMinTlsVersion)
Possible values are:
TlsInspectionExternalProfile.SERVER_MIN_TLS_VERSION_2
TlsInspectionExternalProfile.SERVER_MIN_TLS_VERSION_1
TlsInspectionExternalProfile.SERVER_MIN_TLS_VERSION_0
Server's minimum TLS version to enforce. |
TlsInspectionExternalProfile.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.
|
TlsInspectionExternalProfile.Builder |
setTags(java.util.List<Tag> tags)
Opaque identifiers meaningful to the API user
|
TlsInspectionExternalProfile.Builder |
setTlsConfigSetting(java.lang.String tlsConfigSetting)
|
TlsInspectionExternalProfile.Builder |
setTrustedCaBundles(java.util.List<java.lang.String> trustedCaBundles)
Bypass profile - CA bundle is required if the \"invalid_certificate\" action is
allow.
|
TlsInspectionExternalProfile.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()
TlsInspectionExternalProfile.public TlsInspectionExternalProfile.Builder setClientCipherSuite(java.util.List<java.lang.String> clientCipherSuite)
TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHATlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHATlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256TlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHATlsInspectionExternalProfile.CLIENT_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHAclientCipherSuite - New value for the property.public TlsInspectionExternalProfile.Builder setClientMaxTlsVersion(java.lang.String clientMaxTlsVersion)
clientMaxTlsVersion - New value for the property.public TlsInspectionExternalProfile.Builder setClientMinTlsVersion(java.lang.String clientMinTlsVersion)
clientMinTlsVersion - New value for the property.public TlsInspectionExternalProfile.Builder setCryptoEnforcement(java.lang.String cryptoEnforcement)
cryptoEnforcement - New value for the property.public TlsInspectionExternalProfile.Builder setDecryptionFailAction(java.lang.String decryptionFailAction)
decryptionFailAction - New value for the property.public TlsInspectionExternalProfile.Builder setInvalidCertAction(java.lang.String invalidCertAction)
invalidCertAction - New value for the property.public TlsInspectionExternalProfile.Builder setOcspMustStaple(java.lang.Boolean ocspMustStaple)
ocspMustStaple - New value for the property.public TlsInspectionExternalProfile.Builder setProxyTrustedCaCert(java.lang.String proxyTrustedCaCert)
proxyTrustedCaCert - New value for the property.public TlsInspectionExternalProfile.Builder setProxyUntrustedCaCert(java.lang.String proxyUntrustedCaCert)
proxyUntrustedCaCert - New value for the property.public TlsInspectionExternalProfile.Builder setServerCipherSuite(java.util.List<java.lang.String> serverCipherSuite)
TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHATlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHATlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_ECDHE_RSA_WITH_AES_256_CBC_SHA384TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_GCM_SHA256TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHA256TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_GCM_SHA384TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHA256TlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_256_CBC_SHATlsInspectionExternalProfile.SERVER_CIPHER_SUITE_RSA_WITH_AES_128_CBC_SHAserverCipherSuite - New value for the property.public TlsInspectionExternalProfile.Builder setServerMaxTlsVersion(java.lang.String serverMaxTlsVersion)
serverMaxTlsVersion - New value for the property.public TlsInspectionExternalProfile.Builder setServerMinTlsVersion(java.lang.String serverMinTlsVersion)
serverMinTlsVersion - New value for the property.public TlsInspectionExternalProfile.Builder setTlsConfigSetting(java.lang.String tlsConfigSetting)
tlsConfigSetting - New value for the property.public TlsInspectionExternalProfile.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public TlsInspectionExternalProfile.Builder setSchema(java.lang.String schema)
schema - New value for the property.public TlsInspectionExternalProfile.Builder setSelf(SelfResourceLink self)
self - New value for the property.public TlsInspectionExternalProfile.Builder setRevision(java.lang.Long revision)
revision - New value for the property.public TlsInspectionExternalProfile.Builder setCreateTime(java.lang.Long createTime)
createTime - New value for the property.public TlsInspectionExternalProfile.Builder setCreateUser(java.lang.String createUser)
createUser - New value for the property.public TlsInspectionExternalProfile.Builder setLastModifiedTime(java.lang.Long lastModifiedTime)
lastModifiedTime - New value for the property.public TlsInspectionExternalProfile.Builder setLastModifiedUser(java.lang.String lastModifiedUser)
lastModifiedUser - New value for the property.public TlsInspectionExternalProfile.Builder setProtection(java.lang.String protection)
protection - New value for the property.public TlsInspectionExternalProfile.Builder setSystemOwned(java.lang.Boolean systemOwned)
systemOwned - New value for the property.public TlsInspectionExternalProfile.Builder setDescription(java.lang.String description)
description - New value for the property.public TlsInspectionExternalProfile.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public TlsInspectionExternalProfile.Builder setId(java.lang.String id)
id - New value for the property.public TlsInspectionExternalProfile.Builder setTags(java.util.List<Tag> tags)
tags - New value for the property.public TlsInspectionExternalProfile.Builder setOriginSiteId(java.lang.String originSiteId)
originSiteId - New value for the property.public TlsInspectionExternalProfile.Builder setOwnerId(java.lang.String ownerId)
ownerId - New value for the property.public TlsInspectionExternalProfile.Builder setParentPath(java.lang.String parentPath)
parentPath - New value for the property.public TlsInspectionExternalProfile.Builder setPath(java.lang.String path)
path - New value for the property.public TlsInspectionExternalProfile.Builder setRealizationId(java.lang.String realizationId)
realizationId - New value for the property.public TlsInspectionExternalProfile.Builder setRelativePath(java.lang.String relativePath)
relativePath - New value for the property.public TlsInspectionExternalProfile.Builder setRemotePath(java.lang.String remotePath)
remotePath - New value for the property.public TlsInspectionExternalProfile.Builder setUniqueId(java.lang.String uniqueId)
uniqueId - New value for the property.public TlsInspectionExternalProfile.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 TlsInspectionExternalProfile.Builder setMarkedForDelete(java.lang.Boolean markedForDelete)
markedForDelete - New value for the property.public TlsInspectionExternalProfile.Builder setOverridden(java.lang.Boolean overridden)
overridden - New value for the property.public TlsInspectionExternalProfile.Builder setAttention(java.lang.String attention)
attention - New value for the property.public TlsInspectionExternalProfile.Builder setCrls(java.util.List<java.lang.String> crls)
crls - New value for the property.public TlsInspectionExternalProfile.Builder setIdleConnectionTimeout(java.lang.Long idleConnectionTimeout)
idleConnectionTimeout - New value for the property.public TlsInspectionExternalProfile.Builder setTrustedCaBundles(java.util.List<java.lang.String> trustedCaBundles)
trustedCaBundles - New value for the property.public TlsInspectionExternalProfile build()