Class OdaPrivateEndpointScanProxyCollection
A collection of ODA Private Endpoint Scan Proxy summaries.
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class OdaPrivateEndpointScanProxyCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OdaPrivateEndpointScanProxySummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<OdaPrivateEndpointScanProxySummary> | The ODA Private Endpoint Scan Proxy summaries. |
Remarks
Required