EdgeSubnet

class oci.waas.models.EdgeSubnet(**kwargs)

Bases: object

The details about an edge node subnet.

Methods

__init__(**kwargs) Initializes a new EdgeSubnet object with values from keyword arguments.

Attributes

cidr Gets the cidr of this EdgeSubnet.
region Gets the region of this EdgeSubnet.
time_modified Gets the time_modified of this EdgeSubnet.
__init__(**kwargs)

Initializes a new EdgeSubnet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • cidr (str) – The value to assign to the cidr property of this EdgeSubnet.
  • time_modified (datetime) – The value to assign to the time_modified property of this EdgeSubnet.
  • region (str) – The value to assign to the region property of this EdgeSubnet.
cidr

Gets the cidr of this EdgeSubnet. An edge node subnet. This can include /24 or /8 addresses.

Returns:The cidr of this EdgeSubnet.
Return type:str
region

Gets the region of this EdgeSubnet. The name of the region containing the indicated subnet.

Returns:The region of this EdgeSubnet.
Return type:str
time_modified

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

Returns:The time_modified of this EdgeSubnet.
Return type:datetime