java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.PlatformComponentState.Type
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject, org.opendaylight.yangtools.yang.binding.UnionTypeObject
Enclosing interface:
PlatformComponentState

public static final class PlatformComponentState.Type extends Object implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable

This class represents the following YANG schema fragment defined in module openconfig-platform

 leaf type {
   type union {
     type identityref {
       base OPENCONFIG_HARDWARE_COMPONENT;
     }
     type identityref {
       base OPENCONFIG_SOFTWARE_COMPONENT;
     }
   }
 }
 
See Also: