Class UpdateUrlListRequest
Implements
Inherited Members
Namespace: Oci.NetworkfirewallService.Requests
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UpdateUrlListRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateUrlList request.
Properties
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call
for a resource, set the |
NetworkFirewallPolicyId
Declaration
[Required(ErrorMessage = "NetworkFirewallPolicyId is required.")]
[HttpConverter(TargetEnum.Path, "networkFirewallPolicyId")]
public string NetworkFirewallPolicyId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Network Firewall Policy identifier |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
UpdateUrlListDetails
Declaration
[Required(ErrorMessage = "UpdateUrlListDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateUrlListDetails UpdateUrlListDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateUrlListDetails | The information to be updated. |
Remarks
Required
UrlListName
Declaration
[Required(ErrorMessage = "UrlListName is required.")]
[HttpConverter(TargetEnum.Path, "urlListName")]
public string UrlListName { get; set; }
Property Value
Type | Description |
---|---|
string | Unique name identifier for url lists in the scope of Network Firewall Policy. |
Remarks
Required