public final class ALBOCSPConfig
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ALBOCSPConfig.Builder
Builder class for
ALBOCSPConfig. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
static java.lang.String |
URL_ACTION_FAILOVER |
static java.lang.String |
URL_ACTION_OVERRIDE |
| Modifier | Constructor and Description |
|---|---|
|
ALBOCSPConfig()
Default constructor.
|
protected |
ALBOCSPConfig(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 ALBOCSPConfig |
_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 ALBOCSPConfig |
_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.Long |
getFailedOcspJobsRetryInterval()
Describes the Time Interval after which the next OCSP job needs to be scheduled
in case of the OCSP job failures.
|
java.lang.Long |
getMaxTries()
Maximum number of times the failed OCSP jobs can be scheduled.
|
java.lang.Long |
getOcspReqInterval()
Interval between the OCSP queries.
|
java.lang.Long |
getOcspRespTimeout()
Time in seconds that the system waits for a reply from the OCSP responder before
dropping the connection.
|
java.util.List<java.lang.String> |
getResponderUrlLists()
List of Responder URLs configured by user to do failover/override the AIA
extension contained in the OCSP responder's SSL/TLS certificate.
|
java.lang.String |
getUrlAction()
Possible values are:
URL_ACTION_FAILOVER
URL_ACTION_OVERRIDE
Describes the type of action to take with the Responder URLs. |
int |
hashCode() |
void |
setFailedOcspJobsRetryInterval(java.lang.Long failedOcspJobsRetryInterval)
Describes the Time Interval after which the next OCSP job needs to be scheduled
in case of the OCSP job failures.
|
void |
setMaxTries(java.lang.Long maxTries)
Maximum number of times the failed OCSP jobs can be scheduled.
|
void |
setOcspReqInterval(java.lang.Long ocspReqInterval)
Interval between the OCSP queries.
|
void |
setOcspRespTimeout(java.lang.Long ocspRespTimeout)
Time in seconds that the system waits for a reply from the OCSP responder before
dropping the connection.
|
void |
setResponderUrlLists(java.util.List<java.lang.String> responderUrlLists)
List of Responder URLs configured by user to do failover/override the AIA
extension contained in the OCSP responder's SSL/TLS certificate.
|
void |
setUrlAction(java.lang.String urlAction)
Possible values are:
URL_ACTION_FAILOVER
URL_ACTION_OVERRIDE
Describes the type of action to take with the Responder URLs. |
java.lang.String |
toString() |
public static final java.lang.String URL_ACTION_FAILOVER
public static final java.lang.String URL_ACTION_OVERRIDE
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public ALBOCSPConfig()
protected ALBOCSPConfig(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.Long getFailedOcspJobsRetryInterval()
public void setFailedOcspJobsRetryInterval(java.lang.Long failedOcspJobsRetryInterval)
failedOcspJobsRetryInterval - New value for the property.public java.lang.Long getMaxTries()
public void setMaxTries(java.lang.Long maxTries)
maxTries - New value for the property.public java.lang.Long getOcspReqInterval()
public void setOcspReqInterval(java.lang.Long ocspReqInterval)
ocspReqInterval - New value for the property.public java.lang.Long getOcspRespTimeout()
public void setOcspRespTimeout(java.lang.Long ocspRespTimeout)
ocspRespTimeout - New value for the property.public java.util.List<java.lang.String> getResponderUrlLists()
public void setResponderUrlLists(java.util.List<java.lang.String> responderUrlLists)
responderUrlLists - New value for the property.public java.lang.String getUrlAction()
public void setUrlAction(java.lang.String urlAction)
urlAction - 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 ALBOCSPConfig _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 ALBOCSPConfig _newInstance2(com.vmware.vapi.data.StructValue structValue)