| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.global_infra.sites | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
TlsListenerCertificate |
ListenerCertificateStub.get(java.lang.String address,
long port) |
TlsListenerCertificate |
ListenerCertificate.get(java.lang.String address,
long port)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
TlsListenerCertificate |
ListenerCertificateStub.get(java.lang.String address,
long port,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TlsListenerCertificate |
ListenerCertificate.get(java.lang.String address,
long port,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerCertificateStub.get(java.lang.String address,
long port,
com.vmware.vapi.bindings.client.AsyncCallback<TlsListenerCertificate> asyncCallback) |
void |
ListenerCertificate.get(java.lang.String address,
long port,
com.vmware.vapi.bindings.client.AsyncCallback<TlsListenerCertificate> asyncCallback)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
void |
ListenerCertificateStub.get(java.lang.String address,
long port,
com.vmware.vapi.bindings.client.AsyncCallback<TlsListenerCertificate> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
ListenerCertificate.get(java.lang.String address,
long port,
com.vmware.vapi.bindings.client.AsyncCallback<TlsListenerCertificate> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
|
| Modifier and Type | Method and Description |
|---|---|
static TlsListenerCertificate |
TlsListenerCertificate._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 TlsListenerCertificate |
TlsListenerCertificate._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TlsListenerCertificate |
TlsListenerCertificate.Builder.build() |