| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.global_infra | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyLabel |
LabelsStub.get(java.lang.String labelId) |
PolicyLabel |
Labels.get(java.lang.String labelId)
Read a label.
|
PolicyLabel |
LabelsStub.get(java.lang.String labelId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
PolicyLabel |
Labels.get(java.lang.String labelId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a label.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelsStub.get(java.lang.String labelId,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyLabel> asyncCallback) |
void |
Labels.get(java.lang.String labelId,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyLabel> asyncCallback)
Read a label.
|
void |
LabelsStub.get(java.lang.String labelId,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyLabel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Labels.get(java.lang.String labelId,
com.vmware.vapi.bindings.client.AsyncCallback<PolicyLabel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a label.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyLabel |
PolicyLabel._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 PolicyLabel |
PolicyLabel._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PolicyLabel |
PolicyLabel.Builder.build() |
PolicyLabel |
ChildPolicyLabel.getPolicyLabel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicyLabel> |
PolicyLabelListResult.getResults()
Policy label list results
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildPolicyLabel.setPolicyLabel(PolicyLabel policyLabel) |
ChildPolicyLabel.Builder |
ChildPolicyLabel.Builder.setPolicyLabel(PolicyLabel policyLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyLabelListResult.setResults(java.util.List<PolicyLabel> results)
Policy label list results
|
PolicyLabelListResult.Builder |
PolicyLabelListResult.Builder.setResults(java.util.List<PolicyLabel> results)
Policy label list results
|