Interface NetworkConnection.UpdateStages.WithSubnetId

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

public static interface NetworkConnection.UpdateStages.WithSubnetId
The stage of the NetworkConnection update allowing to specify subnetId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSubnetId(String subnetId)
    Specifies the subnetId property: The subnet to attach Virtual Machines to.
  • Method Details

    • withSubnetId

      NetworkConnection.Update withSubnetId(String subnetId)
      Specifies the subnetId property: The subnet to attach Virtual Machines to.
      Parameters:
      subnetId - The subnet to attach Virtual Machines to.
      Returns:
      the next definition stage.