RecordSetResponse

data class RecordSetResponse(val fqdn: String? = null, val ipAddresses: List<String>? = null, val provisioningState: String, val recordSetName: String? = null, val recordType: String? = null, val ttl: Int? = null)

A collective group of information about the record set information.

Constructors

Link copied to clipboard
constructor(fqdn: String? = null, ipAddresses: List<String>? = null, provisioningState: String, recordSetName: String? = null, recordType: String? = null, ttl: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fqdn: String? = null

Fqdn that resolves to private endpoint ip address.

Link copied to clipboard
val ipAddresses: List<String>? = null

The private ip address of the private endpoint.

Link copied to clipboard

The provisioning state of the recordset.

Link copied to clipboard
val recordSetName: String? = null

Recordset name.

Link copied to clipboard
val recordType: String? = null

Resource record type.

Link copied to clipboard
val ttl: Int? = null

Recordset time to live.