class RecordSpec(pb_classes.Message): (source)
Constructor: RecordSpec(initial_message, relative_name, type, ttl, ...)
DNS record specification
| Class | |
DNS Record type |
| Method | __dir__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | data |
Undocumented |
| Method | deletion |
Undocumented |
| Method | relative |
Undocumented |
| Method | ttl |
Undocumented |
| Method | type |
Undocumented |
| Constant | __PB2 |
Undocumented |
| Constant | __PY |
Undocumented |
| Class Variable | __mask |
Undocumented |
| Property | data |
Record data in text format |
| Property | deletion |
Mark this record as delete-protected Delete-protected records can only be deleted by explicitly calling RecordService/Delete API with force flag set to true |
| Property | relative |
Zone-relative name of this record (e.g., www for www.<parent zone's domain name>) Use @ for records in zone apex (that is, records that have the same domain name as the zone itself) To see the resolved absolute domain name, see ... |
| Property | ttl |
Record TTL. If absent or negative, will be assumed to be the default value (600) |
| Property | type |
Record type |
Inherited from Message:
| Class Method | get |
Undocumented |
| Class Method | is |
Undocumented |
| Class Method | is |
Undocumented |
| Method | __repr__ |
Undocumented |
| Method | check |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | is |
Undocumented |
| Method | set |
Undocumented |
| Method | which |
Undocumented |
| Class Variable | __PB2 |
Undocumented |
| Instance Variable | __pb2 |
Undocumented |
| Method | _clear |
Undocumented |
| Method | _get |
Undocumented |
| Method | _set |
Undocumented |
| Class Variable | __credentials |
Undocumented |
| Class Variable | __default |
Undocumented |
| Class Variable | __sensitive |
Undocumented |
| Instance Variable | __recorded |
Undocumented |
message_1.Message | None = None, *, relative_name: builtins.str | None | unset.UnsetType = unset.Unset, type: RecordSpec.RecordType | record_pb2.RecordSpec.RecordType | None | unset.UnsetType = unset.Unset, ttl: builtins.int | None | unset.UnsetType = unset.Unset, data: builtins.str | None | unset.UnsetType = unset.Unset, deletion_protection: builtins.bool | None | unset.UnsetType = unset.Unset):
(source)
¶
Undocumented
def type(self, value:
RecordSpec.RecordType | record_pb2.RecordSpec.RecordType | None):
(source)
¶
Undocumented
Undocumented
| Value |
|
Undocumented
| Value |
|
Record data in text format
This should be the RDATA part of this Resource Record's presentation (zonefile) format. E.g., 10 xyz.tuv for a @ 600 IN MX 10 xyz.tuv. resource record in a zonefile
Mark this record as delete-protected Delete-protected records can only be deleted by explicitly calling RecordService/Delete API with force flag set to true
Zone-relative name of this record (e.g., www for www.<parent zone's domain name>) Use @ for records in zone apex (that is, records that have the same domain name as the zone itself) To see the resolved absolute domain name, see Record.status.effective_fqdn