Class BWSystem.SystemOCIAddACLEntryRequest

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

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

    • netAddress

      @NotNull @Size(min=1, max=80) protected @NotNull @Size(min=1,max=80) String netAddress
    • description

      @Size(min=1, max=80) protected @Size(min=1,max=80) String description
  • Constructor Details

    • SystemOCIAddACLEntryRequest

      public SystemOCIAddACLEntryRequest()
    • SystemOCIAddACLEntryRequest

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