Class ZoneOperationsImpl

java.lang.Object
codes.thischwa.cf.fluent.ZoneOperationsImpl
All Implemented Interfaces:
ZoneOperations

public class ZoneOperationsImpl extends Object implements ZoneOperations
Implementation of ZoneOperations for fluent API access to zone-level operations.
  • Constructor Details

    • ZoneOperationsImpl

      public ZoneOperationsImpl(CfDnsClient client, ZoneEntity zone)
      Constructs a ZoneOperationsImpl instance.
      Parameters:
      client - the CfDnsClient instance to use for operations
      zone - the ZoneEntity representing the DNS zone
  • Method Details