Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.InterfaceCommonState.OperStatus
-
-
Uses of InterfaceCommonState.OperStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406 that return InterfaceCommonState.OperStatus Modifier and Type Method Description static InterfaceCommonState.OperStatusInterfaceCommonState.OperStatus. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.InterfaceCommonState.OperStatusInterfaceCommonState. getOperStatus()Return operStatus, ornullif it is not present.default @NonNull InterfaceCommonState.OperStatusInterfaceCommonState. requireOperStatus()Return operStatus, guaranteed to be non-null.static InterfaceCommonState.OperStatusInterfaceCommonState.OperStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InterfaceCommonState.OperStatus[]InterfaceCommonState.OperStatus. 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.interfaces.rev210406 that return types with arguments of type InterfaceCommonState.OperStatus Modifier and Type Method Description static Optional<InterfaceCommonState.OperStatus>InterfaceCommonState.OperStatus. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of InterfaceCommonState.OperStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface that return InterfaceCommonState.OperStatus Modifier and Type Method Description InterfaceCommonState.OperStatusStateBuilder. getOperStatus()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface with parameters of type InterfaceCommonState.OperStatus Modifier and Type Method Description StateBuilderStateBuilder. setOperStatus(InterfaceCommonState.OperStatus value) -
Uses of InterfaceCommonState.OperStatus in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface that return InterfaceCommonState.OperStatus Modifier and Type Method Description InterfaceCommonState.OperStatusStateBuilder. getOperStatus()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface with parameters of type InterfaceCommonState.OperStatus Modifier and Type Method Description StateBuilderStateBuilder. setOperStatus(InterfaceCommonState.OperStatus value)
-