Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.InterfaceCommonState.AdminStatus
-
-
Uses of InterfaceCommonState.AdminStatus 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.AdminStatus Modifier and Type Method Description static InterfaceCommonState.AdminStatusInterfaceCommonState.AdminStatus. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.InterfaceCommonState.AdminStatusInterfaceCommonState. getAdminStatus()Return adminStatus, ornullif it is not present.default @NonNull InterfaceCommonState.AdminStatusInterfaceCommonState. requireAdminStatus()Return adminStatus, guaranteed to be non-null.static InterfaceCommonState.AdminStatusInterfaceCommonState.AdminStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InterfaceCommonState.AdminStatus[]InterfaceCommonState.AdminStatus. 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.AdminStatus Modifier and Type Method Description static Optional<InterfaceCommonState.AdminStatus>InterfaceCommonState.AdminStatus. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of InterfaceCommonState.AdminStatus 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.AdminStatus Modifier and Type Method Description InterfaceCommonState.AdminStatusStateBuilder. getAdminStatus()Return current value associated with the property corresponding toInterfaceCommonState.getAdminStatus().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces._interface with parameters of type InterfaceCommonState.AdminStatus Modifier and Type Method Description StateBuilderStateBuilder. setAdminStatus(InterfaceCommonState.AdminStatus value)Set the property corresponding toInterfaceCommonState.getAdminStatus()to the specified value. -
Uses of InterfaceCommonState.AdminStatus 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.AdminStatus Modifier and Type Method Description InterfaceCommonState.AdminStatusStateBuilder. getAdminStatus()Return current value associated with the property corresponding toInterfaceCommonState.getAdminStatus().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.subinterface with parameters of type InterfaceCommonState.AdminStatus Modifier and Type Method Description StateBuilderStateBuilder. setAdminStatus(InterfaceCommonState.AdminStatus value)Set the property corresponding toInterfaceCommonState.getAdminStatus()to the specified value.
-