openstack.bare_metal.v1.port_group¶
The PortGroup Class¶
The PortGroup class inherits from Resource.
-
class
openstack.bare_metal.v1.port_group.PortGroup(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()andexisting().-
address= None¶ The physical hardware address of the portgroup, typically the hardware MAC address. Added in API microversion 1.23.
-
created_at= None¶ Timestamp at which the portgroup was created.
-
extra= None¶ A set of one or more arbitrary metadata key and value pairs.
-
name= None¶ The name of the portgroup
-
id= None¶ The UUID for the portgroup
-
internal_info= None¶ Internal metadaa set and stored by the portgroup.
-
is_standalone_ports_supported= None¶ Whether ports that are members of this portgroup can be used as standalone ports. Added in API microversion 1.23.
-
links= None¶ A list of relative links, including the self and bookmark links.
-
node_id= None¶ UUID of the node this portgroup belongs to.
-
ports= None¶ A list of links to the collection of ports belonging to this portgroup. Added in API microversion 1.24.
-
updated_at= None¶ Timestamp at which the portgroup was last updated.
-