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,
Types.ServerAc
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;
+
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, UNRECOGNI
[
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 detail
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
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:
https://github.com/jclouds/jclouds/pull/1017#issuecommen
[
https://issues.apache.org/jira/browse/JCLOUDS-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15554967#comment-15554967
]
ASF subversion and git services commented on JCLOUDS-1158:
--
Com
[
https://issues.apache.org/jira/browse/JCLOUDS-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15554966#comment-15554966
]
ASF subversion and git services commented on JCLOUDS-1185:
--
Com
[
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
> ---
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,
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 Summary
[
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
> -
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
13 matches
Mail list logo