cfme.networks.floating_ips module¶
-
class
cfme.networks.floating_ips.All(obj, navigate_obj)[source]¶ Bases:
cfme.utils.appliance.implementations.ui.CFMENavigateStep-
VIEW¶ alias of
FloatingIpView
-
prerequisite¶ This is a helper descriptor for destinations which are linked to an attribute of the object.
For instance, imagine you have an object that has an attribute(parent) which has a ‘ViewAll’, destination that needs to be visited before you can click on ‘New’. In this instance, you would need to make the ‘New’ destination use ‘ViewAll’ as a prerequisite. As this would need no other special input, we can use NavigateToAttribute as a helper, supplying only the name of the attribute which stores the object to be used in the navigation, and the destination name. This will set prerequisite to be a callable that will navigate to the prerequisite step.
-
-
class
cfme.networks.floating_ips.Details(obj, navigate_obj)[source]¶ Bases:
cfme.utils.appliance.implementations.ui.CFMENavigateStep-
VIEW¶ alias of
FloatingIpDetailsView
-
prerequisite¶ This is a helper descriptor for destinations which are linked to an attribute of the object.
For instance, imagine you have an object that has an attribute(parent) which has a ‘ViewAll’, destination that needs to be visited before you can click on ‘New’. In this instance, you would need to make the ‘New’ destination use ‘ViewAll’ as a prerequisite. As this would need no other special input, we can use NavigateToAttribute as a helper, supplying only the name of the attribute which stores the object to be used in the navigation, and the destination name. This will set prerequisite to be a callable that will navigate to the prerequisite step.
-
-
class
cfme.networks.floating_ips.FloatingIp(parent, address)[source]¶ Bases:
cfme.common.Taggable,cfme.modeling.base.BaseEntityClass representing floating ips
-
__ge__(other)¶ Automatically created by attrs.
-
__gt__(other)¶ Automatically created by attrs.
-
__le__(other)¶ Automatically created by attrs.
-
__lt__(other)¶ Automatically created by attrs.
-
__ne__(other)¶ Check equality and either forward a NotImplemented or return the result negated.
-
__repr__()¶ Automatically created by attrs.
-
category= 'networks'¶
-
db_types= ['FloatingIP']¶
-
detail_page_suffix= 'floating_ip_detail'¶
-
in_version= ('5.8', Version('master'))¶
-
page_name= 'floating_ip'¶
-
provider¶
-
quad_name= None¶
-
refresh_text= 'Refresh items and relationships'¶
-
status¶
-
string_name= 'FloatingIP'¶
-
-
class
cfme.networks.floating_ips.FloatingIpCollection(parent, filters=NOTHING)[source]¶ Bases:
cfme.modeling.base.BaseCollectionCollection object for NetworkPort object Note: Network providers object are not implemented in mgmt
-
ENTITY¶ alias of
FloatingIp
-
__ge__(other)¶ Automatically created by attrs.
-
__gt__(other)¶ Automatically created by attrs.
-
__le__(other)¶ Automatically created by attrs.
-
__lt__(other)¶ Automatically created by attrs.
-
__ne__(other)¶ Check equality and either forward a NotImplemented or return the result negated.
-
__repr__()¶ Automatically created by attrs.
-