Show / Hide Table of Contents

Class ServiceListSummary

Summary object for service list in the network firewall policy.

Inheritance
object
ServiceListSummary
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 ServiceListSummary

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the service groups.

Remarks

Required

ParentResourceId

Declaration
[Required(ErrorMessage = "ParentResourceId is required.")]
[JsonProperty(PropertyName = "parentResourceId")]
public string ParentResourceId { get; set; }
Property Value
Type Description
string

OCID of the Network Firewall Policy this application belongs to.

Remarks

Required

TotalServices

Declaration
[Required(ErrorMessage = "TotalServices is required.")]
[JsonProperty(PropertyName = "totalServices")]
public int? TotalServices { get; set; }
Property Value
Type Description
int?

Count of total services in the given service List.

Remarks

Required

In this article
Back to top