Show / Hide Table of Contents

Class EdgeSubnet

The details about an edge node subnet.

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

Properties

Cidr

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

An edge node subnet. This can include /24 or /8 addresses.

Region

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

The name of the region containing the indicated subnet.

TimeModified

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

The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format.

In this article
Back to top