Class EdgeSubnet
The details about an edge node subnet.
Inherited Members
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. |