Class AaaAuthorizationMethodsConfig.AuthorizationMethod
java.lang.Object
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.AaaAuthorizationMethodsConfig.AuthorizationMethod
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject,org.opendaylight.yangtools.yang.binding.UnionTypeObject
- Enclosing interface:
- AaaAuthorizationMethodsConfig
public static final class AaaAuthorizationMethodsConfig.AuthorizationMethod
extends Object
implements org.opendaylight.yangtools.yang.binding.UnionTypeObject, Serializable
This class represents the following YANG schema fragment defined in module openconfig-aaa
leaf-list authorization-method {
type union {
type identityref {
base AAA_METHOD_TYPE;
}
type string;
}
ordered-by user;
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationMethod(String _string) Creates a copy from Source Object.AuthorizationMethod(AAAMETHODTYPE _aAAMETHODTYPE) -
Method Summary
-
Constructor Details
-
AuthorizationMethod
-
AuthorizationMethod
-
AuthorizationMethod
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details