Uses of Class
com.vmware.nsx_policy.model.TlsStateObject
-
Packages that use TlsStateObject Package Description com.vmware.nsx_policy.infra.tier_1s.tls_inspection_state com.vmware.nsx_policy.model -
-
Uses of TlsStateObject in com.vmware.nsx_policy.infra.tier_1s.tls_inspection_state
Methods in com.vmware.nsx_policy.infra.tier_1s.tls_inspection_state that return TlsStateObject Modifier and Type Method Description TlsStateObject
Fqdns. get(java.lang.String tier1Id, java.lang.String fqdnId)
Get TLS inspection FQDN stateTlsStateObject
Fqdns. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get TLS inspection FQDN stateTlsStateObject
FqdnsStub. get(java.lang.String tier1Id, java.lang.String fqdnId)
TlsStateObject
FqdnsStub. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.tier_1s.tls_inspection_state with type arguments of type TlsStateObject Modifier and Type Method Description void
Fqdns. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.AsyncCallback<TlsStateObject> asyncCallback)
Get TLS inspection FQDN statevoid
Fqdns. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.AsyncCallback<TlsStateObject> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get TLS inspection FQDN statevoid
FqdnsStub. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.AsyncCallback<TlsStateObject> asyncCallback)
void
FqdnsStub. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.AsyncCallback<TlsStateObject> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of TlsStateObject in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TlsStateObject Modifier and Type Method Description static TlsStateObject
TlsStateObject. _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 TlsStateObject
TlsStateObject. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TlsStateObject
TlsStateObject.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type TlsStateObject Modifier and Type Method Description java.util.List<TlsStateObject>
TlsStateObjectListResult. getResults()
TLS state list results.Method parameters in com.vmware.nsx_policy.model with type arguments of type TlsStateObject Modifier and Type Method Description TlsStateObjectListResult.Builder
TlsStateObjectListResult.Builder. setResults(java.util.List<TlsStateObject> results)
TLS state list results.void
TlsStateObjectListResult. setResults(java.util.List<TlsStateObject> results)
TLS state list results.
-