Uses of Class
com.vmware.nsx_policy.model.RealizedSecurityGroup
-
Packages that use RealizedSecurityGroup Package Description com.vmware.nsx_policy.infra.realized_state.enforcement_points.groups com.vmware.nsx_policy.model -
-
Uses of RealizedSecurityGroup in com.vmware.nsx_policy.infra.realized_state.enforcement_points.groups
Methods in com.vmware.nsx_policy.infra.realized_state.enforcement_points.groups that return RealizedSecurityGroup Modifier and Type Method Description RealizedSecurityGroup
Securitygroups. get(java.lang.String enforcementPointName, java.lang.String securitygroupName)
Deprecated.RealizedSecurityGroup
Securitygroups. get(java.lang.String enforcementPointName, java.lang.String securitygroupName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.RealizedSecurityGroup
SecuritygroupsStub. get(java.lang.String enforcementPointName, java.lang.String securitygroupName)
RealizedSecurityGroup
SecuritygroupsStub. get(java.lang.String enforcementPointName, java.lang.String securitygroupName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.realized_state.enforcement_points.groups with type arguments of type RealizedSecurityGroup Modifier and Type Method Description void
Securitygroups. get(java.lang.String enforcementPointName, java.lang.String securitygroupName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback)
Deprecated.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.void
SecuritygroupsStub. get(java.lang.String enforcementPointName, java.lang.String securitygroupName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback)
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)
-
Uses of RealizedSecurityGroup in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RealizedSecurityGroup Modifier and Type Method 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()
Methods in com.vmware.nsx_policy.model that return types with arguments of type RealizedSecurityGroup Modifier and Type Method 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.Method parameters in com.vmware.nsx_policy.model with type arguments of type RealizedSecurityGroup Modifier and Type Method Description 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.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.
-