Class AddPublicIpPoolCapacityDetails
The information used to add capacity to an IP pool.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class AddPublicIpPoolCapacityDetailsProperties
ByoipRangeId
Declaration
[Required(ErrorMessage = "ByoipRangeId is required.")]
[JsonProperty(PropertyName = "byoipRangeId")]
public string ByoipRangeId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the  | 
Remarks
Required
CidrBlock
Declaration
[Required(ErrorMessage = "CidrBlock is required.")]
[JsonProperty(PropertyName = "cidrBlock")]
public string CidrBlock { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The CIDR block to add to the public IP pool. It could be all of the CIDR block identified in  | 
Remarks
Required