Package | Description |
---|---|
com.vmware.nsx_policy | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
Org |
OrgsStub.get(java.lang.String orgId) |
Org |
Orgs.get(java.lang.String orgId)
Get Org
|
Org |
OrgsStub.get(java.lang.String orgId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Org |
Orgs.get(java.lang.String orgId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get Org
|
Modifier and Type | Method and Description |
---|---|
void |
OrgsStub.get(java.lang.String orgId,
com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback) |
void |
Orgs.get(java.lang.String orgId,
com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback)
Get Org
|
void |
OrgsStub.get(java.lang.String orgId,
com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Orgs.get(java.lang.String orgId,
com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get Org
|
Modifier and Type | Method and Description |
---|---|
static Org |
Org._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 Org |
Org._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Org |
Org.Builder.build() |
Org |
ChildOrg.getOrg() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Org> |
OrgListResult.getResults()
Org list results
|
Modifier and Type | Method and Description |
---|---|
void |
ChildOrg.setOrg(Org org) |
ChildOrg.Builder |
ChildOrg.Builder.setOrg(Org org) |
Modifier and Type | Method and Description |
---|---|
void |
OrgListResult.setResults(java.util.List<Org> results)
Org list results
|
OrgListResult.Builder |
OrgListResult.Builder.setResults(java.util.List<Org> results)
Org list results
|