Interface ConnectedEnvironment.UpdateStages.WithStaticIp

All Known Subinterfaces:
ConnectedEnvironment.Update
Enclosing interface:
ConnectedEnvironment.UpdateStages

public static interface ConnectedEnvironment.UpdateStages.WithStaticIp
The stage of the ConnectedEnvironment update allowing to specify staticIp.
  • Method Summary

    Modifier and Type
    Method
    Description
    withStaticIp(String staticIp)
    Specifies the staticIp property: Static IP of the connectedEnvironment.
  • Method Details

    • withStaticIp

      ConnectedEnvironment.Update withStaticIp(String staticIp)
      Specifies the staticIp property: Static IP of the connectedEnvironment.
      Parameters:
      staticIp - Static IP of the connectedEnvironment.
      Returns:
      the next definition stage.