Uses of Class
com.vmware.nsx_policy.model.VswitchCounters
-
Packages that use VswitchCounters Package Description com.vmware.nsx_policy.model -
-
Uses of VswitchCounters in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return VswitchCounters Modifier and Type Method Description static VswitchCountersVswitchCounters. _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 VswitchCountersVswitchCounters. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.VswitchCountersVswitchCounters.Builder. build()VswitchCountersLogicalSwitchStatistics. getNsxtVswitch()VswitchCountersSegmentStatistics. getNsxtVswitch()VswitchCountersSubnetStatistics. getNsxtVswitch()Methods in com.vmware.nsx_policy.model with parameters of type VswitchCounters Modifier and Type Method Description LogicalSwitchStatistics.BuilderLogicalSwitchStatistics.Builder. setNsxtVswitch(VswitchCounters nsxtVswitch)voidLogicalSwitchStatistics. setNsxtVswitch(VswitchCounters nsxtVswitch)SegmentStatistics.BuilderSegmentStatistics.Builder. setNsxtVswitch(VswitchCounters nsxtVswitch)voidSegmentStatistics. setNsxtVswitch(VswitchCounters nsxtVswitch)SubnetStatistics.BuilderSubnetStatistics.Builder. setNsxtVswitch(VswitchCounters nsxtVswitch)voidSubnetStatistics. setNsxtVswitch(VswitchCounters nsxtVswitch)
-