Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118.COMPONENTOPERSTATUS
-
-
Uses of COMPONENTOPERSTATUS in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118 that return types with arguments of type COMPONENTOPERSTATUS Modifier and Type Method Description Class<? extends COMPONENTOPERSTATUS>PlatformComponentState. getOperStatus()Return operStatus, ornullif it is not present.default @NonNull Class<? extends COMPONENTOPERSTATUS>PlatformComponentState. requireOperStatus()Return operStatus, guaranteed to be non-null. -
Uses of COMPONENTOPERSTATUS in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component that return types with arguments of type COMPONENTOPERSTATUS Modifier and Type Method Description Class<? extends COMPONENTOPERSTATUS>StateBuilder. getOperStatus()Return current value associated with the property corresponding toPlatformComponentState.getOperStatus().Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components.component with type arguments of type COMPONENTOPERSTATUS Modifier and Type Method Description StateBuilderStateBuilder. setOperStatus(Class<? extends COMPONENTOPERSTATUS> value)Set the property corresponding toPlatformComponentState.getOperStatus()to the specified value. -
Uses of COMPONENTOPERSTATUS in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118
Subinterfaces of COMPONENTOPERSTATUS in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118 Modifier and Type Interface Description interfaceACTIVEComponent is enabled and active (i.e., up)interfaceDISABLEDComponent is administratively disabled.interfaceINACTIVEComponent is enabled but inactive (i.e., down)
-