Uses of Class
com.vmware.nsx_policy.model.PnicBondStatus
-
Packages that use PnicBondStatus Package Description com.vmware.nsx_policy.model -
-
Uses of PnicBondStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PnicBondStatus Modifier and Type Method Description static PnicBondStatusPnicBondStatus. _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 PnicBondStatusPnicBondStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PnicBondStatusPnicBondStatus.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type PnicBondStatus Modifier and Type Method Description java.util.List<PnicBondStatus>StatusCount. getDownPnics()List Down or Degraded pnicsjava.util.List<PnicBondStatus>TunnelStatusCount. getDownPnics()List Down or Degraded pnicsjava.util.List<PnicBondStatus>PnicBondStatusListResult. getResults()List of pNIC statuses belonging to the transport nodeMethod parameters in com.vmware.nsx_policy.model with type arguments of type PnicBondStatus Modifier and Type Method Description StatusCount.BuilderStatusCount.Builder. setDownPnics(java.util.List<PnicBondStatus> downPnics)List Down or Degraded pnicsvoidStatusCount. setDownPnics(java.util.List<PnicBondStatus> downPnics)List Down or Degraded pnicsTunnelStatusCount.BuilderTunnelStatusCount.Builder. setDownPnics(java.util.List<PnicBondStatus> downPnics)List Down or Degraded pnicsvoidTunnelStatusCount. setDownPnics(java.util.List<PnicBondStatus> downPnics)List Down or Degraded pnicsPnicBondStatusListResult.BuilderPnicBondStatusListResult.Builder. setResults(java.util.List<PnicBondStatus> results)List of pNIC statuses belonging to the transport nodevoidPnicBondStatusListResult. setResults(java.util.List<PnicBondStatus> results)List of pNIC statuses belonging to the transport node
-