Show / Hide Table of Contents

Class IpInventoryVcnOverlapCollection

The details of the overlapping VCNs and compartments.

Inheritance
object
IpInventoryVcnOverlapCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class IpInventoryVcnOverlapCollection

Properties

IpInventoryVcnOverlapSummary

Declaration
[JsonProperty(PropertyName = "ipInventoryVcnOverlapSummary")]
public List<IpInventoryVcnOverlapSummary> IpInventoryVcnOverlapSummary { get; set; }
Property Value
Type Description
List<IpInventoryVcnOverlapSummary>

Lists IpInventoryVcnOverlapSummary object.

LastUpdatedTimestamp

Declaration
[JsonProperty(PropertyName = "lastUpdatedTimestamp")]
public DateTime? LastUpdatedTimestamp { get; set; }
Property Value
Type Description
DateTime?

The timestamp of the latest update from the database in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

Message

Declaration
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type Description
string

Indicates the status of the data.

OverlapCount

Declaration
[JsonProperty(PropertyName = "overlapCount")]
public int? OverlapCount { get; set; }
Property Value
Type Description
int?

The overlap count for the given VCN and compartments.

In this article
Back to top