Class BWSystem.SystemOCICallControlDeleteACLEntryRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemOCICallControlDeleteACLEntryRequest
Enclosing class:
BWSystem

public static class BWSystem.SystemOCICallControlDeleteACLEntryRequest extends Request<DefaultResponse>
Delete an entry from the OCI call control access control list. The response is either SuccessResponse or ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • netAddress

      @NotNull @Size(min=1, max=39) protected @NotNull @Size(min=1,max=39) String netAddress
  • Constructor Details

    • SystemOCICallControlDeleteACLEntryRequest

      public SystemOCICallControlDeleteACLEntryRequest()
    • SystemOCICallControlDeleteACLEntryRequest

      public SystemOCICallControlDeleteACLEntryRequest(BroadWorksServer broadWorksServer, String netAddress)
  • Method Details