RecordSet Class

A collective group of information about the record set information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
RecordSet

Constructor

RecordSet(*, record_type: typing.Union[str, NoneType] = None, record_set_name: typing.Union[str, NoneType] = None, fqdn: typing.Union[str, NoneType] = None, ttl: typing.Union[int, NoneType] = None, ip_addresses: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

record_type
str

Resource record type.

record_set_name
str

Recordset name.

fqdn
str

Fqdn that resolves to private endpoint ip address.

ttl
int

Recordset time to live.

ip_addresses
list[str]

The private ip address of the private endpoint.

Variables

provisioning_state
str or ProvisioningState

The provisioning state of the recordset. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".