/// <summary>
 /// Initializes a new instance of the CloudCreateOrUpdateParameters
 /// class with required arguments.
 /// </summary>
 public CloudCreateOrUpdateParameters(CloudDefinition cloud)
     : this()
 {
     if (cloud == null)
     {
         throw new ArgumentNullException("cloud");
     }
     this.Cloud = cloud;
 }
 /// <summary>
 /// Initializes a new instance of the CloudCreateOrUpdateParameters
 /// class with required arguments.
 /// </summary>
 public CloudCreateOrUpdateParameters(CloudDefinition cloud)
     : this()
 {
     if (cloud == null)
     {
         throw new ArgumentNullException("cloud");
     }
     this.Cloud = cloud;
 }