Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-10-07 Thread alibazlamit
alibazlamit commented on this pull request. > @@ -202,4 +202,20 @@ public static VPNType fromValue(String v) { return Enums.getIfPresent(VPNType.class, v).or(UNRECOGNIZED); } } + + public enum PeriodType { + LAST_HOUR, LAST_24H, LAST_7D, LAST_30D, LAST_365D,

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-10-07 Thread alibazlamit
alibazlamit commented on this pull request. > @@ -143,4 +143,17 @@ protected Server turnOnServer(String serverId) { protected Server turnOFFServer(String serverId) { return api.serverApi().updateStatus(serverId, Server.UpdateStatus.create(Types.ServerAction.POWER_OFF,

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-10-07 Thread Ignasi Barrera
nacx commented on this pull request. > @@ -202,4 +202,20 @@ public static VPNType fromValue(String v) { return Enums.getIfPresent(VPNType.class, v).or(UNRECOGNIZED); } } + + public enum PeriodType { + LAST_HOUR, LAST_24H, LAST_7D, LAST_30D, LAST_365D, UNRECOGNIZED; +

[jira] [Created] (JCLOUDS-1185) A Network rangeIPv4 may be null

2016-10-07 Thread Stuart Hendren (JIRA)
Stuart Hendren created JCLOUDS-1185: --- Summary: A Network rangeIPv4 may be null Key: JCLOUDS-1185 URL: https://issues.apache.org/jira/browse/JCLOUDS-1185 Project: jclouds Issue Type: Bug

[jira] [Updated] (JCLOUDS-1185) A Network rangeIPv4 may be null

2016-10-07 Thread Stuart Hendren (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart Hendren updated JCLOUDS-1185: Component/s: jclouds-compute > A Network rangeIPv4 may be null >

[jclouds/jclouds] JCLOUDS-1185 Allow rangeIPv4 to be null (#1017)

2016-10-07 Thread Stuart Hendren
The default network of recently created projects have a null value for rangeIPv4 And all regions as subnets, which do have values for the rangeIPv4. Fixes JCLOUDS-1158 You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1017 -- Commit

[jira] [Updated] (JCLOUDS-1185) A Network rangeIPv4 may be null

2016-10-07 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera updated JCLOUDS-1185: Labels: google-compute-engine (was: ) > A Network rangeIPv4 may be null >

Re: [jclouds/jclouds-labs] JCLOUDS-1183 - oneandone-monitoringcenter-api (#322)

2016-10-07 Thread Ignasi Barrera
nacx requested changes on this pull request. Thanks @alibazlamit! > +@SerializedNames({"resources", "ports", "process"}) +public static Alerts create(Resources resources, Ports ports, Process process) { +return new AutoValue_MonitoringCenter_Alerts(resources, ports,

[jira] [Commented] (JCLOUDS-1158) DockerComputeServiceAdapter.getImage(String) doesn't work correctly for Docker on RHEL Atomic host

2016-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15554967#comment-15554967 ] ASF subversion and git services commented on JCLOUDS-1158: -- Commit

[jira] [Commented] (JCLOUDS-1185) A Network rangeIPv4 may be null

2016-10-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15554966#comment-15554966 ] ASF subversion and git services commented on JCLOUDS-1185: -- Commit

[jira] [Resolved] (JCLOUDS-1185) A Network rangeIPv4 may be null

2016-10-07 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignasi Barrera resolved JCLOUDS-1185. - Resolution: Fixed Fix Version/s: 2.0.0 Thanks for the pull request and the

Re: [jclouds/jclouds] JCLOUDS-1185 Allow rangeIPv4 to be null (#1017)

2016-10-07 Thread Ignasi Barrera
Closed #1017. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1017#event-816151815

Re: [jclouds/jclouds] JCLOUDS-1185 Allow rangeIPv4 to be null (#1017)

2016-10-07 Thread Ignasi Barrera
Pushed to master as [26c060a0](http://git-wip-us.apache.org/repos/asf/jclouds/commit/26c060a0). Thanks @stuarthendren! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: