Verwendungen von Klasse
codes.thischwa.cf.model.ZoneEntity
Packages, die ZoneEntity verwenden
-
Verwendungen von ZoneEntity in codes.thischwa.cf
Methoden in codes.thischwa.cf, die ZoneEntity zurückgebenModifizierer und TypMethodeBeschreibungRetrieves detailed information about a specific zone by its name.Methoden in codes.thischwa.cf, die Typen mit Argumenten vom Typ ZoneEntity zurückgebenModifizierer und TypMethodeBeschreibungCfDnsClient.zoneListAll()Retrieves a list of all zones from the Cloudflare API.CfDnsClient.zoneListAll(PagingRequest pagingRequest) Retrieves a list of all zones from the Cloudflare API.Methoden in codes.thischwa.cf mit Parametern vom Typ ZoneEntityModifizierer und TypMethodeBeschreibungCfDnsClient.recordCreate(ZoneEntity zone, RecordEntity rec) Creates a new DNS record in the specified zone using the Cloudflare API.booleanCfDnsClient.recordDelete(ZoneEntity zone, RecordEntity rec) Deletes a DNS record of the specified type within a given zone on the Cloudflare API.booleanCfDnsClient.recordDelete(ZoneEntity zone, String id) Deletes a DNS record of the specified type within a given zone on the Cloudflare API.voidCfDnsClient.recordDeleteTypeIfExists(ZoneEntity zone, String sld, RecordType type) Attempts to delete a DNS record of a specific type for a given zone and second-level domain (SLD), if it exists.CfDnsClient.recordUpdate(ZoneEntity zone, RecordEntity rec) Updates an existing DNS record in a specified Cloudflare zone.CfDnsClient.sldInfo(ZoneEntity zone, String sld, RecordType type) Retrieves detailed information about a specific second-level domain (SLD) record for a given zone and record type from the Cloudflare API.CfDnsClient.sldListAll(ZoneEntity zone, String sld) Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.CfDnsClient.sldListAll(ZoneEntity zone, String sld, PagingRequest pagingRequest) Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.