Class ServiceListSummary
Summary object for service list in the network firewall policy.
Inherited Members
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