Esempio n. 1
0
 /// <summary>
 /// Sets the Icmp property
 /// </summary>
 /// <param name="icmp">For the ICMP protocol, this is the ICMP type and code.</param>
 /// <returns>this instance</returns>
 public NetworkAclEntry WithIcmp(Icmp icmp)
 {
     this.icmpField = icmp;
     return(this);
 }
Esempio n. 2
0
 /// <summary>
 /// Sets the Icmp property
 /// </summary>
 /// <param name="icmp">For the ICMP protocol, this is the ICMP type and code.</param>
 /// <returns>this instance</returns>
 public CreateNetworkAclEntryRequest WithIcmp(Icmp icmp)
 {
     this.icmpField = icmp;
     return(this);
 }
 /// <summary>
 /// Sets the Icmp property
 /// </summary>
 /// <param name="icmp">For the ICMP protocol, this is the ICMP type and code.</param>
 /// <returns>this instance</returns>
 public ReplaceNetworkAclEntryRequest WithIcmp(Icmp icmp)
 {
     this.icmpField = icmp;
     return this;
 }
Esempio n. 4
0
 /// <summary>
 /// Sets the Icmp property
 /// </summary>
 /// <param name="icmp">For the ICMP protocol, this is the ICMP type and code.</param>
 /// <returns>this instance</returns>
 public NetworkAclEntry WithIcmp(Icmp icmp)
 {
     this.icmpField = icmp;
     return this;
 }