Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.VlanSwitchedConfig.TrunkVlans
-
-
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 VlanSwitchedConfig.TrunkVlans Modifier and Type Method Description static VlanSwitchedConfig.TrunkVlansVlanSwitchedConfigTrunkVlansBuilder. getDefaultInstance(String defaultValue)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return types with arguments of type VlanSwitchedConfig.TrunkVlans Modifier and Type Method Description @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.TrunkVlans Constructor Description TrunkVlans(VlanSwitchedConfig.TrunkVlans source)Creates 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.TrunkVlans Modifier and Type Method Description Set<VlanSwitchedConfig.TrunkVlans>ConfigBuilder. getTrunkVlans()Return current value associated with the property corresponding toVlanSwitchedConfig.getTrunkVlans().Set<VlanSwitchedConfig.TrunkVlans>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.TrunkVlans Modifier and Type Method Description ConfigBuilderConfigBuilder. setTrunkVlans(Set<VlanSwitchedConfig.TrunkVlans> values)Set the property corresponding toVlanSwitchedConfig.getTrunkVlans()to the specified value.StateBuilderStateBuilder. setTrunkVlans(Set<VlanSwitchedConfig.TrunkVlans> values)Set the property corresponding toVlanSwitchedConfig.getTrunkVlans()to the specified value.
-