Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.VlanSwitchedConfig.TrunkVlans
Packages that use VlanSwitchedConfig.TrunkVlans
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan
-
Uses of VlanSwitchedConfig.TrunkVlans in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return types with arguments of type VlanSwitchedConfig.TrunkVlansModifier and TypeMethodDescription@Nullable Set<VlanSwitchedConfig.TrunkVlans>VlanSwitchedConfig.getTrunkVlans()Return trunkVlans, ornullif it is not present.default @NonNull Set<VlanSwitchedConfig.TrunkVlans>VlanSwitchedConfig.requireTrunkVlans()Return trunkVlans, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 with parameters of type VlanSwitchedConfig.TrunkVlansModifierConstructorDescriptionCreates a copy from Source Object. -
Uses of VlanSwitchedConfig.TrunkVlans in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan that return types with arguments of type VlanSwitchedConfig.TrunkVlansModifier and TypeMethodDescriptionConfigBuilder.getTrunkVlans()Return current value associated with the property corresponding toVlanSwitchedConfig.getTrunkVlans().StateBuilder.getTrunkVlans()Return current value associated with the property corresponding toVlanSwitchedConfig.getTrunkVlans().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan with type arguments of type VlanSwitchedConfig.TrunkVlansModifier and TypeMethodDescriptionConfigBuilder.setTrunkVlans(Set<VlanSwitchedConfig.TrunkVlans> values) Set the property corresponding toVlanSwitchedConfig.getTrunkVlans()to the specified value.StateBuilder.setTrunkVlans(Set<VlanSwitchedConfig.TrunkVlans> values) Set the property corresponding toVlanSwitchedConfig.getTrunkVlans()to the specified value.