mirror of https://github.com/apache/cloudstack.git
Checked license
This commit is contained in:
parent
9c83c2bf1b
commit
2d580ff462
|
|
@ -1,7 +1,3 @@
|
|||
package org.apache.cloudstack.backup.backroll.model.response.metrics.virtualMachineBackups;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
// Licensed to the Apache Software Foundation (ASF) under one
|
||||
// or more contributor license agreements. See the NOTICE file
|
||||
// distributed with this work for additional information
|
||||
|
|
@ -18,6 +14,10 @@ import com.fasterxml.jackson.annotation.JsonProperty;
|
|||
// KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations
|
||||
// under the License.
|
||||
package org.apache.cloudstack.backup.backroll.model.response.metrics.virtualMachineBackups;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
public class BackupInfos {
|
||||
@JsonProperty("archive")
|
||||
public String archive;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
package org.apache.cloudstack.backup.backroll.model.response.policy;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
// Licensed to the Apache Software Foundation (ASF) under one
|
||||
// or more contributor license agreements. See the NOTICE file
|
||||
// distributed with this work for additional information
|
||||
|
|
@ -19,6 +14,11 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|||
// KIND, either express or implied. See the License for the
|
||||
// specific language governing permissions and limitations
|
||||
// under the License.
|
||||
package org.apache.cloudstack.backup.backroll.model.response.policy;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
|
||||
public class BackupPoliciesResponse {
|
||||
|
|
|
|||
Loading…
Reference in New Issue