Example #1
0
 /// <summary>
 /// Sets the PortRange property
 /// </summary>
 /// <param name="portRange">For the TCP or UDP protocols, the range of ports the rule applies to.</param>
 /// <returns>this instance</returns>
 public NetworkAclEntry WithPortRange(PortRange portRange)
 {
     this.portRangeField = portRange;
     return(this);
 }
Example #2
0
 /// <summary>
 /// Sets the PortRange property
 /// </summary>
 /// <param name="portRange">For the TCP or UDP protocols, the range of ports the rule applies to.</param>
 /// <returns>this instance</returns>
 public CreateNetworkAclEntryRequest WithPortRange(PortRange portRange)
 {
     this.portRangeField = portRange;
     return(this);
 }
 /// <summary>
 /// Sets the PortRange property
 /// </summary>
 /// <param name="portRange">For the TCP or UDP protocols, the range of ports the rule applies to.</param>
 /// <returns>this instance</returns>
 public ReplaceNetworkAclEntryRequest WithPortRange(PortRange portRange)
 {
     this.portRangeField = portRange;
     return this;
 }
Example #4
0
 /// <summary>
 /// Sets the PortRange property
 /// </summary>
 /// <param name="portRange">For the TCP or UDP protocols, the range of ports the rule applies to.</param>
 /// <returns>this instance</returns>
 public NetworkAclEntry WithPortRange(PortRange portRange)
 {
     this.portRangeField = portRange;
     return this;
 }