NoneBases: wsme.types.UserType
A simple boolean type.
None¶alias of builtins.str
BooleanType.frombasetype(value)¶BooleanType.validate(value)¶NoneBases: wsme.types.UserType
A simple int value or cron syntax type
Nonealias of builtins.str
IntervalOrCron.frombasetype(value)¶IntervalOrCron.validate(value)¶NoneBases: wsme.types.Base
A complex type that represents a single json-patch operation.
JsonPatchType.internal_attrs()¶Returns a list of internal attributes.
Internal attributes can’t be added, replaced or removed. This method may be overwritten by derived class.
JsonPatchType.mandatory_attrs()¶Returns a list of mandatory attributes.
Mandatory attributes can’t be removed from the document. This method should be overwritten by derived class.
JsonPatchType.validate(patch)¶NoneBases: wsme.types.UserType
A simple JSON type.
Nonealias of builtins.str
JsonType.frombasetype(value)¶JsonType.validate(value)¶NoneBases: wsme.types.UserType
A complex type that represents one or more types.
Used for validating that a value is an instance of one of the types.
| Param types: | Variable-length list of types. |
|---|
MultiType.validate(value)¶NoneBases: wsme.types.UserType
A simple logical name type.
Nonealias of builtins.str
NameType.frombasetype(value)¶NameType.validate(value)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.