Merge "EthernetInterface without an Id"

This commit is contained in:
Zuul 2024-09-09 16:18:00 +00:00 committed by Gerrit Code Review
commit cd94fc00b6

View File

@ -26,7 +26,7 @@ LOG = logging.getLogger(__name__)
class EthernetInterface(base.ResourceBase):
"""This class adds the EthernetInterface resource"""
identity = base.Field('Id', required=True)
identity = base.Field('Id')
"""The Ethernet Interface identity string"""
name = base.Field('Name')