| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.realized_state.enforcement_points.groups | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
RealizedSecurityGroup |
SecuritygroupsStub.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName) |
RealizedSecurityGroup |
Securitygroups.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName)
Deprecated.
|
RealizedSecurityGroup |
SecuritygroupsStub.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
RealizedSecurityGroup |
Securitygroups.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecuritygroupsStub.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback) |
void |
Securitygroups.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback)
Deprecated.
|
void |
SecuritygroupsStub.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Securitygroups.get(java.lang.String enforcementPointName,
java.lang.String securitygroupName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RealizedSecurityGroup |
RealizedSecurityGroup._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 RealizedSecurityGroup |
RealizedSecurityGroup._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RealizedSecurityGroup |
RealizedSecurityGroup.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RealizedSecurityGroup> |
RealizedSecurityGroupListResult.getResults()
Paged Collection of realized Security Groups
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealizedSecurityGroupListResult.setResults(java.util.List<RealizedSecurityGroup> results)
Paged Collection of realized Security Groups
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RealizedSecurityGroupListResult.Builder |
RealizedSecurityGroupListResult.Builder.setResults(java.util.List<RealizedSecurityGroup> results)
Paged Collection of realized Security Groups
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|