Skip to content

Commit 63ddae5

Browse files
authored
docs(flexibleip): update move mac address documentation (#109)
1 parent 85bd352 commit 63ddae5

File tree

2 files changed

+12
-0
lines changed
  • scaleway-async/scaleway_async/flexibleip/v1alpha1
  • scaleway/scaleway/flexibleip/v1alpha1

2 files changed

+12
-0
lines changed

scaleway-async/scaleway_async/flexibleip/v1alpha1/api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,12 @@ async def move_mac_addr(
518518
zone: Optional[Zone] = None,
519519
) -> FlexibleIP:
520520
"""
521+
Move a virtual MAC.
522+
Move a Virtual MAC from a given Flexible IP onto another Flexible IP.
523+
:param zone: Zone to target. If none is passed will use default zone from the config.
524+
:param fip_id:
525+
:param dst_fip_id:
526+
:return: :class:`FlexibleIP <FlexibleIP>`
521527
522528
Usage:
523529
::

scaleway/scaleway/flexibleip/v1alpha1/api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,12 @@ def move_mac_addr(
516516
zone: Optional[Zone] = None,
517517
) -> FlexibleIP:
518518
"""
519+
Move a virtual MAC.
520+
Move a Virtual MAC from a given Flexible IP onto another Flexible IP.
521+
:param zone: Zone to target. If none is passed will use default zone from the config.
522+
:param fip_id:
523+
:param dst_fip_id:
524+
:return: :class:`FlexibleIP <FlexibleIP>`
519525
520526
Usage:
521527
::

0 commit comments

Comments
 (0)