| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.global_infra | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
ConstraintsStub.get(java.lang.String constraintId) |
Constraint |
Constraints.get(java.lang.String constraintId)
Read tenant constraint.
|
Constraint |
ConstraintsStub.get(java.lang.String constraintId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Constraint |
Constraints.get(java.lang.String constraintId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read tenant constraint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintsStub.get(java.lang.String constraintId,
com.vmware.vapi.bindings.client.AsyncCallback<Constraint> asyncCallback) |
void |
Constraints.get(java.lang.String constraintId,
com.vmware.vapi.bindings.client.AsyncCallback<Constraint> asyncCallback)
Read tenant constraint.
|
void |
ConstraintsStub.get(java.lang.String constraintId,
com.vmware.vapi.bindings.client.AsyncCallback<Constraint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Constraints.get(java.lang.String constraintId,
com.vmware.vapi.bindings.client.AsyncCallback<Constraint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read tenant constraint.
|
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
Constraint._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 Constraint |
Constraint._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Constraint |
Constraint.Builder.build() |
Constraint |
ChildConstraint.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Constraint> |
ConstraintListResult.getResults()
Constraint list results
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildConstraint.setConstraint(Constraint constraint) |
ChildConstraint.Builder |
ChildConstraint.Builder.setConstraint(Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintListResult.setResults(java.util.List<Constraint> results)
Constraint list results
|
ConstraintListResult.Builder |
ConstraintListResult.Builder.setResults(java.util.List<Constraint> results)
Constraint list results
|