Class BulkUpdatePrivateIpsDetails
Details used for a secondary IPv4 address bulk update.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BulkUpdatePrivateIpsDetails
Properties
BulkUpdatePrivateIpItem
Declaration
[Required(ErrorMessage = "BulkUpdatePrivateIpItem is required.")]
[JsonProperty(PropertyName = "bulkUpdatePrivateIpItem")]
public List<BulkUpdatePrivateIpItem> BulkUpdatePrivateIpItem { get; set; }
Property Value
| Type | Description |
|---|---|
| List<BulkUpdatePrivateIpItem> | A secondary IPv4 address to update. |
Remarks
Required
VnicId
Declaration
[JsonProperty(PropertyName = "vnicId")]
public string VnicId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the VNIC to reassign the private IPs to. The VNIC and private IPs must be in the same subnet. |