Class IpInventorySubnetResourceCollection
The results returned by a ListIpInventorySubnet operation.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class IpInventorySubnetResourceCollection
  Properties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The compartment of the subnet.  | 
      
Count
Declaration
[JsonProperty(PropertyName = "count")]
public int? Count { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | Specifies the count for the number of results for the response.  | 
      
IpInventorySubnetResourceSummary
Declaration
[JsonProperty(PropertyName = "ipInventorySubnetResourceSummary")]
public List<IpInventorySubnetResourceSummary> IpInventorySubnetResourceSummary { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<IpInventorySubnetResourceSummary> | Lists   | 
      
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.  |