Show / Hide Table of Contents

Class UpdateServiceListDetails

Request for updating an existing service in context to the network firewall policy.

Inheritance
object
UpdateServiceListDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UpdateServiceListDetails

Properties

Services

Declaration
[Required(ErrorMessage = "Services is required.")]
[JsonProperty(PropertyName = "services")]
public List<string> Services { get; set; }
Property Value
Type Description
List<string>

Collection of service names.

Remarks

Required

In this article
Back to top