RRSet

class oci.dns.models.RRSet(**kwargs)

Bases: object

A collection of DNS records of the same domain and type. For more information about record types, see Resource Record (RR) TYPEs.

Methods

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

Attributes

items [Required] Gets the items of this RRSet.
__init__(**kwargs)

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

Parameters:items (list[oci.dns.models.Record]) – The value to assign to the items property of this RRSet.
items

[Required] Gets the items of this RRSet.

Returns:The items of this RRSet.
Return type:list[oci.dns.models.Record]