예제 #1
0
 /** {@inheritDoc} */
 @Override
 public FloatingIPBuilder fixedIpAddress(String fixedIp) {
   m.fixedIpAddress = fixedIp;
   return this;
 }