| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.trust_management |
| Modifier and Type | Method and Description |
|---|---|
static CertificateProfileListResult |
CertificateProfileListResult._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 CertificateProfileListResult |
CertificateProfileListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CertificateProfileListResult |
CertificateProfileListResult.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
CertificateProfileListResult |
CertificateProfilesStub.list() |
CertificateProfileListResult |
CertificateProfiles.list()
List the certificate profiles currently active on the NSX Manager.
|
CertificateProfileListResult |
CertificateProfilesStub.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
CertificateProfileListResult |
CertificateProfiles.list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List the certificate profiles currently active on the NSX Manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateProfilesStub.list(com.vmware.vapi.bindings.client.AsyncCallback<CertificateProfileListResult> asyncCallback) |
void |
CertificateProfiles.list(com.vmware.vapi.bindings.client.AsyncCallback<CertificateProfileListResult> asyncCallback)
List the certificate profiles currently active on the NSX Manager.
|
void |
CertificateProfilesStub.list(com.vmware.vapi.bindings.client.AsyncCallback<CertificateProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
CertificateProfiles.list(com.vmware.vapi.bindings.client.AsyncCallback<CertificateProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List the certificate profiles currently active on the NSX Manager.
|