public final class ALBTCPApplicationProfile
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ALBTCPApplicationProfile.Builder
Builder class for
ALBTCPApplicationProfile. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
static java.lang.String |
PROXY_PROTOCOL_VERSION_1 |
static java.lang.String |
PROXY_PROTOCOL_VERSION_2 |
static java.lang.String |
SSL_CLIENT_CERTIFICATE_MODE_NONE |
static java.lang.String |
SSL_CLIENT_CERTIFICATE_MODE_REQUEST |
static java.lang.String |
SSL_CLIENT_CERTIFICATE_MODE_REQUIRE |
| Modifier | Constructor and Description |
|---|---|
|
ALBTCPApplicationProfile()
Default constructor.
|
protected |
ALBTCPApplicationProfile(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static ALBTCPApplicationProfile |
_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 ALBTCPApplicationProfile |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPkiProfilePath()
Select the PKI profile to be associated with the Virtual Service.
|
java.lang.Boolean |
getProxyProtocolEnabled()
Enable/Disable the usage of proxy protocol to convey client connection
information to the back-end servers.
|
java.lang.String |
getProxyProtocolVersion()
Possible values are:
PROXY_PROTOCOL_VERSION_1
PROXY_PROTOCOL_VERSION_2
Version of proxy protocol to be used to convey client connection
information to the back-end servers. |
java.lang.String |
getSslClientCertificateMode()
Possible values are:
SSL_CLIENT_CERTIFICATE_MODE_NONE
SSL_CLIENT_CERTIFICATE_MODE_REQUEST
SSL_CLIENT_CERTIFICATE_MODE_REQUIRE
Specifies whether the client side verification is set to none, request or
require. |
int |
hashCode() |
void |
setPkiProfilePath(java.lang.String pkiProfilePath)
Select the PKI profile to be associated with the Virtual Service.
|
void |
setProxyProtocolEnabled(java.lang.Boolean proxyProtocolEnabled)
Enable/Disable the usage of proxy protocol to convey client connection
information to the back-end servers.
|
void |
setProxyProtocolVersion(java.lang.String proxyProtocolVersion)
Possible values are:
PROXY_PROTOCOL_VERSION_1
PROXY_PROTOCOL_VERSION_2
Version of proxy protocol to be used to convey client connection
information to the back-end servers. |
void |
setSslClientCertificateMode(java.lang.String sslClientCertificateMode)
Possible values are:
SSL_CLIENT_CERTIFICATE_MODE_NONE
SSL_CLIENT_CERTIFICATE_MODE_REQUEST
SSL_CLIENT_CERTIFICATE_MODE_REQUIRE
Specifies whether the client side verification is set to none, request or
require. |
java.lang.String |
toString() |
public static final java.lang.String PROXY_PROTOCOL_VERSION_1
public static final java.lang.String PROXY_PROTOCOL_VERSION_2
public static final java.lang.String SSL_CLIENT_CERTIFICATE_MODE_NONE
public static final java.lang.String SSL_CLIENT_CERTIFICATE_MODE_REQUEST
public static final java.lang.String SSL_CLIENT_CERTIFICATE_MODE_REQUIRE
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public ALBTCPApplicationProfile()
protected ALBTCPApplicationProfile(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.String getPkiProfilePath()
public void setPkiProfilePath(java.lang.String pkiProfilePath)
pkiProfilePath - New value for the property.public java.lang.Boolean getProxyProtocolEnabled()
public void setProxyProtocolEnabled(java.lang.Boolean proxyProtocolEnabled)
proxyProtocolEnabled - New value for the property.public java.lang.String getProxyProtocolVersion()
public void setProxyProtocolVersion(java.lang.String proxyProtocolVersion)
proxyProtocolVersion - New value for the property.public java.lang.String getSslClientCertificateMode()
public void setSslClientCertificateMode(java.lang.String sslClientCertificateMode)
sslClientCertificateMode - New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue in interface com.vmware.vapi.bindings.Structureprotected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate in interface com.vmware.vapi.bindings.StaticStructurepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in interface com.vmware.vapi.bindings.StaticStructuretoString in class java.lang.Objectpublic boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf in interface com.vmware.vapi.bindings.Structurepublic <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo in interface com.vmware.vapi.bindings.Structurepublic void _setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames in interface com.vmware.vapi.bindings.StaticStructurepublic static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType instance representing the static bindings
type for this Structure.public java.lang.String _getCanonicalName()
_getCanonicalName in interface com.vmware.vapi.bindings.Structurepublic static java.lang.String _getCanonicalTypeName()
_getCanonicalName().public static ALBTCPApplicationProfile _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue - the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructTypepublic static ALBTCPApplicationProfile _newInstance2(com.vmware.vapi.data.StructValue structValue)