Class PublicIpPoolCollection
Results of a ListPublicIpPool operation.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class PublicIpPoolCollection
  Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<PublicIpPoolSummary> Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<PublicIpPoolSummary> | A list of public IP pool summaries.  | 
      
Remarks
Required