Re: FWaaS examples

2016-10-26 Thread Ken
.name(ruleName) > > .destinationIpAddress(address) > > .destinationPort(inboundPort) > > .enabled(true) > > .action("allow") > > .protocol("tcp") > > .build()); > >

Fwd: Delivery Status Notification (Failure)

2016-11-05 Thread Ken
vfRYCPqbKTotZzkLqphBB3GF+ cqNK2L6n9wOnLzNWJh4I8Q5UVtsLJaqjx84ythZY7wwdLaS5cj35Clmg== X-Received: by 10.25.39.13 with SMTP id n13mr10103095lfn.34.1478362483560; Sat, 05 Nov 2016 09:14:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.160.20 with HTTP; Sat, 5 Nov 2016 09:14:43 -0700 (PDT) From: Ken <run2obt...@gmail.com> Date:

Re: Fwd: Delivery Status Notification (Failure)

2016-11-05 Thread Ken
etObjectApi("RegionOne", > CONTAINER_NAME); > Payload payload = newByteSourcePayload(wrap("Hello > World".getBytes())); > > objectApi.put(OBJECT_NAME, payload, > PutOptions.Builder.metadata(ImmutableMap.of("key1", "value1"))); > >

Re: Fwd: Delivery Status Notification (Failure)

2016-11-07 Thread Ken
Hi, I haven't made a break through on this yet. Any pointers will be very useful. Thanks. Regards Kennedy On Sat, Nov 5, 2016, 17:47 Ken <run2obt...@gmail.com> wrote: > Hi Andrew, > > Thanks, sorry for the longer message before. > Here is a short code example, directly taken

Re: Fwd: Delivery Status Notification (Failure)

2016-11-07 Thread Ken
No worries, thanks for the heads up! ...Ken On Mon, Nov 7, 2016, 14:37 Andrew Phillips <aphill...@qrmedia.com> wrote: > Hi Ken > > > I haven't made a break through on this yet. Any pointers will be very > > useful. > > Thanks for the ping - sorry to hear things

FWaaS examples

2016-10-22 Thread Ken
Hi, I am trying to use jclouds FWaaS API, I cannot find examples like there are for swift etc. Can someone point me to where such is available or maybe give me a basic examplese.g creating a firewall. Many thanks.

Re: FWaaS examples

2016-10-23 Thread Ken
alls within my purview. I am already reading though the references Many thanks !! Regards, Kennedy On Sun, Oct 23, 2016 at 8:51 PM, Andrea Turli <andrea.tu...@gmail.com> wrote: > Hi Ken, > > in addition to Ignasi' suggestions I can add also the following > (hopefully) usef