| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.global_infra.domains.groups | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
GroupMemberTypeListResult |
MemberTypesStub.get(java.lang.String domainId,
java.lang.String groupId) |
GroupMemberTypeListResult |
MemberTypes.get(java.lang.String domainId,
java.lang.String groupId)
It retrieves member types for a given group.
|
GroupMemberTypeListResult |
MemberTypesStub.get(java.lang.String domainId,
java.lang.String groupId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
GroupMemberTypeListResult |
MemberTypes.get(java.lang.String domainId,
java.lang.String groupId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It retrieves member types for a given group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemberTypesStub.get(java.lang.String domainId,
java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<GroupMemberTypeListResult> asyncCallback) |
void |
MemberTypes.get(java.lang.String domainId,
java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<GroupMemberTypeListResult> asyncCallback)
It retrieves member types for a given group.
|
void |
MemberTypesStub.get(java.lang.String domainId,
java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<GroupMemberTypeListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
MemberTypes.get(java.lang.String domainId,
java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<GroupMemberTypeListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It retrieves member types for a given group.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupMemberTypeListResult |
GroupMemberTypeListResult._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 GroupMemberTypeListResult |
GroupMemberTypeListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
GroupMemberTypeListResult |
GroupMemberTypeListResult.Builder.build() |