Uses of Class
com.vmware.nsx_policy.model.MulticastForwardingInterface
-
Packages that use MulticastForwardingInterface Package Description com.vmware.nsx_policy.model -
-
Uses of MulticastForwardingInterface in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MulticastForwardingInterface Modifier and Type Method Description static MulticastForwardingInterfaceMulticastForwardingInterface. _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 MulticastForwardingInterfaceMulticastForwardingInterface. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MulticastForwardingInterfaceMulticastForwardingInterface.Builder. build()MulticastForwardingInterfaceMulticastForwarding. getIncomingInterface()Methods in com.vmware.nsx_policy.model that return types with arguments of type MulticastForwardingInterface Modifier and Type Method Description java.util.List<MulticastForwardingInterface>MulticastForwarding. getOutgoingInterfaces()Array of egress interfaces on whic multicast traffic is forwarded.Methods in com.vmware.nsx_policy.model with parameters of type MulticastForwardingInterface Modifier and Type Method Description MulticastForwarding.BuilderMulticastForwarding.Builder. setIncomingInterface(MulticastForwardingInterface incomingInterface)voidMulticastForwarding. setIncomingInterface(MulticastForwardingInterface incomingInterface)Method parameters in com.vmware.nsx_policy.model with type arguments of type MulticastForwardingInterface Modifier and Type Method Description MulticastForwarding.BuilderMulticastForwarding.Builder. setOutgoingInterfaces(java.util.List<MulticastForwardingInterface> outgoingInterfaces)Array of egress interfaces on whic multicast traffic is forwarded.voidMulticastForwarding. setOutgoingInterfaces(java.util.List<MulticastForwardingInterface> outgoingInterfaces)Array of egress interfaces on whic multicast traffic is forwarded.
-