Uses of Class
com.vmware.nsx_policy.model.EffectiveIPInfo
-
Packages that use EffectiveIPInfo Package Description com.vmware.nsx_policy.model -
-
Uses of EffectiveIPInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return EffectiveIPInfo Modifier and Type Method Description static EffectiveIPInfo
EffectiveIPInfo. _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 EffectiveIPInfo
EffectiveIPInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.EffectiveIPInfo
EffectiveIPInfo.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type EffectiveIPInfo Modifier and Type Method Description java.util.List<EffectiveIPInfo>
ConsolidatedEffectiveIPAddressMemberListResult. getResults()
Paged Collection of site wise consolidated effective ip addresses for the given NSGroupMethod parameters in com.vmware.nsx_policy.model with type arguments of type EffectiveIPInfo Modifier and Type Method Description ConsolidatedEffectiveIPAddressMemberListResult.Builder
ConsolidatedEffectiveIPAddressMemberListResult.Builder. setResults(java.util.List<EffectiveIPInfo> results)
Paged Collection of site wise consolidated effective ip addresses for the given NSGroupvoid
ConsolidatedEffectiveIPAddressMemberListResult. setResults(java.util.List<EffectiveIPInfo> results)
Paged Collection of site wise consolidated effective ip addresses for the given NSGroup
-