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 MulticastForwardingInterface
MulticastForwardingInterface. _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 MulticastForwardingInterface
MulticastForwardingInterface. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MulticastForwardingInterface
MulticastForwardingInterface.Builder. build()
MulticastForwardingInterface
MulticastForwarding. 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.Builder
MulticastForwarding.Builder. setIncomingInterface(MulticastForwardingInterface incomingInterface)
void
MulticastForwarding. setIncomingInterface(MulticastForwardingInterface incomingInterface)
Method parameters in com.vmware.nsx_policy.model with type arguments of type MulticastForwardingInterface Modifier and Type Method Description MulticastForwarding.Builder
MulticastForwarding.Builder. setOutgoingInterfaces(java.util.List<MulticastForwardingInterface> outgoingInterfaces)
Array of egress interfaces on whic multicast traffic is forwarded.void
MulticastForwarding. setOutgoingInterfaces(java.util.List<MulticastForwardingInterface> outgoingInterfaces)
Array of egress interfaces on whic multicast traffic is forwarded.
-