File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
scaleway-async/scaleway_async/flexibleip/v1alpha1
scaleway/scaleway/flexibleip/v1alpha1 Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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 ::
Original file line number Diff line number Diff 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 ::
You can’t perform that action at this time.
0 commit comments