| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.global_infra | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
IPDiscoveryProfileListResult |
IpDiscoveryProfilesStub.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy) |
IPDiscoveryProfileListResult |
IpDiscoveryProfiles.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
API will list all IP Discovery Profiles active in current discovery profile id.
|
IPDiscoveryProfileListResult |
IpDiscoveryProfilesStub.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IPDiscoveryProfileListResult |
IpDiscoveryProfiles.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will list all IP Discovery Profiles active in current discovery profile id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpDiscoveryProfilesStub.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPDiscoveryProfileListResult> asyncCallback) |
void |
IpDiscoveryProfiles.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPDiscoveryProfileListResult> asyncCallback)
API will list all IP Discovery Profiles active in current discovery profile id.
|
void |
IpDiscoveryProfilesStub.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPDiscoveryProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<IPDiscoveryProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will list all IP Discovery Profiles active in current discovery profile id.
|
| Modifier and Type | Method and Description |
|---|---|
static IPDiscoveryProfileListResult |
IPDiscoveryProfileListResult._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 IPDiscoveryProfileListResult |
IPDiscoveryProfileListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IPDiscoveryProfileListResult |
IPDiscoveryProfileListResult.Builder.build() |