Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630.VlanModeType
-
-
Uses of VlanModeType 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 VlanModeType Modifier and Type Method Description VlanModeTypeVlanSwitchedConfig. getInterfaceMode()Return interfaceMode, ornullif it is not present.default @NonNull VlanModeTypeVlanSwitchedConfig. requireInterfaceMode()Return interfaceMode, guaranteed to be non-null. -
Uses of VlanModeType 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 VlanModeType Modifier and Type Method Description VlanModeTypeConfigBuilder. getInterfaceMode()Return current value associated with the property corresponding toVlanSwitchedConfig.getInterfaceMode().VlanModeTypeStateBuilder. getInterfaceMode()Return current value associated with the property corresponding toVlanSwitchedConfig.getInterfaceMode().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.switched.vlan with parameters of type VlanModeType Modifier and Type Method Description ConfigBuilderConfigBuilder. setInterfaceMode(VlanModeType value)Set the property corresponding toVlanSwitchedConfig.getInterfaceMode()to the specified value.StateBuilderStateBuilder. setInterfaceMode(VlanModeType value)Set the property corresponding toVlanSwitchedConfig.getInterfaceMode()to the specified value. -
Uses of VlanModeType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630 that return VlanModeType Modifier and Type Method Description static VlanModeTypeVlanModeType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static VlanModeTypeVlanModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static VlanModeType[]VlanModeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630 that return types with arguments of type VlanModeType Modifier and Type Method Description static Optional<VlanModeType>VlanModeType. forName(String name)Return the enumeration member whosegetName()matches specified value.
-