mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
normalize names
This commit is contained in:
parent
a57d6a4206
commit
0d35a69f0e
5 changed files with 2 additions and 4 deletions
|
@ -141,6 +141,8 @@ class BaseMeta(type):
|
|||
|
||||
class Base(with_metaclass(BaseMeta, object)):
|
||||
|
||||
_name = FieldAttribute(isa='string', default='', always_post_validate=True, inherit=False)
|
||||
|
||||
# connection/transport
|
||||
_connection = FieldAttribute(isa='string')
|
||||
_port = FieldAttribute(isa='int')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue