Class ProblemEndpointCollection
Collection of problem endpoint summaries.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ProblemEndpointCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProblemEndpointSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProblemEndpointSummary> | List of ProblemEndpointSummary resources |
Remarks
Required
Locks
Declaration
[JsonProperty(PropertyName = "locks")]
public List<ResourceLock> Locks { get; set; }
Property Value
Type | Description |
---|---|
List<ResourceLock> | Locks associated with this resource. |