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 RealizedSecurityGroupSecuritygroups. get(java.lang.String enforcementPointName, java.lang.String securitygroupName)Deprecated.RealizedSecurityGroupSecuritygroups. get(java.lang.String enforcementPointName, java.lang.String securitygroupName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.RealizedSecurityGroupSecuritygroupsStub. get(java.lang.String enforcementPointName, java.lang.String securitygroupName)RealizedSecurityGroupSecuritygroupsStub. 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 voidSecuritygroups. get(java.lang.String enforcementPointName, java.lang.String securitygroupName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback)Deprecated.voidSecuritygroups. 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.voidSecuritygroupsStub. get(java.lang.String enforcementPointName, java.lang.String securitygroupName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedSecurityGroup> asyncCallback)voidSecuritygroupsStub. 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 RealizedSecurityGroupRealizedSecurityGroup. _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 RealizedSecurityGroupRealizedSecurityGroup. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RealizedSecurityGroupRealizedSecurityGroup.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.BuilderRealizedSecurityGroupListResult.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.voidRealizedSecurityGroupListResult. 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.
-