Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.

Exemplo n.º 1
0
 public Cluster WithPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return this;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the PendingModifiedValues property
 /// </summary>
 /// <param name="pendingModifiedValues">The value to set for the PendingModifiedValues property </param>
 /// <returns>this instance</returns>
 public Cluster WithPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
 {
     this.pendingModifiedValues = pendingModifiedValues;
     return this;
 }