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 TlsStateObjectFqdns. get(java.lang.String tier1Id, java.lang.String fqdnId)Get TLS inspection FQDN stateTlsStateObjectFqdns. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get TLS inspection FQDN stateTlsStateObjectFqdnsStub. get(java.lang.String tier1Id, java.lang.String fqdnId)TlsStateObjectFqdnsStub. 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 voidFqdns. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.AsyncCallback<TlsStateObject> asyncCallback)Get TLS inspection FQDN statevoidFqdns. 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 statevoidFqdnsStub. get(java.lang.String tier1Id, java.lang.String fqdnId, com.vmware.vapi.bindings.client.AsyncCallback<TlsStateObject> asyncCallback)voidFqdnsStub. 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 TlsStateObjectTlsStateObject. _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 TlsStateObjectTlsStateObject. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TlsStateObjectTlsStateObject.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.BuilderTlsStateObjectListResult.Builder. setResults(java.util.List<TlsStateObject> results)TLS state list results.voidTlsStateObjectListResult. setResults(java.util.List<TlsStateObject> results)TLS state list results.
-