File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
doc/content/xen-api/topics
java/autogen/xen-api/src/main/resources Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
title = " VM Lifecycle"
3
3
+++
4
4
5
- The following figure shows the states that a VM can be in and the
5
+ The following figure shows the states that a VM can be in and the
6
6
API calls that can be used to move the VM between these states.
7
7
8
8
``` mermaid
Original file line number Diff line number Diff line change @@ -1441,8 +1441,8 @@ let update_sync_frequency =
1441
1441
let configure_update_sync =
1442
1442
call ~name: " configure_update_sync"
1443
1443
~doc:
1444
- " Configure periodic update synchronization to sync updates from a remote \
1445
- CDN"
1444
+ " Configure periodic update synchronization to synchronize updates from a \
1445
+ remote CDN"
1446
1446
~lifecycle: []
1447
1447
~params:
1448
1448
[
Original file line number Diff line number Diff line change 1
1
libxenserver
2
2
============
3
3
4
- Copyright (c) 2007-2023 Cloud Software Group, Inc. All Rights Reserved.
4
+ Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
5
5
6
6
libxenserver is a complete SDK for XenServer exposing the XenServer API to
7
7
C developers.
Original file line number Diff line number Diff line change 1
1
# XenServer.NET
2
2
3
- Copyright (c) 2007-2024 Cloud Software Group, Inc. All Rights Reserved.
3
+ Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
4
4
5
5
XenServer.NET is a complete SDK for XenServer, exposing the XenServer
6
6
API as .NET classes. It is written in C#.
Original file line number Diff line number Diff line change 1
1
# XenServer.NET
2
2
3
- Copyright (c) 2007-2024 Cloud Software Group, Inc. All Rights Reserved.
3
+ Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
4
4
5
5
XenServer.NET is a complete SDK for XenServer, exposing the XenServer
6
6
API as .NET classes. It is written in C#.
Original file line number Diff line number Diff line change 11
11
<PackageId >$(AssemblyName).NET</PackageId >
12
12
<Product >$(AssemblyName).NET</Product >
13
13
<Description >.NET wrapper for the XenServer API</Description >
14
- <Copyright >Copyright (c) 2007-2024 Cloud Software Group, Inc. All Rights Reserved.</Copyright >
14
+ <Copyright >Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.</Copyright >
15
15
<PackageTags >citrix hypervisor virtualization sdk jsonrpc .net c# xen xenserver</PackageTags >
16
16
<PackageLicenseExpression >BSD-2-Clause</PackageLicenseExpression >
17
17
<RepositoryUrl >https://github.com/xapi-project/xen-api</RepositoryUrl >
Original file line number Diff line number Diff line change 1
1
# XenServer SDK for Go
2
2
3
- Copyright (c) 2023-2024 Cloud Software Group, Inc. All Rights Reserved.
3
+ Copyright (c) 2023-present Cloud Software Group, Inc. All Rights Reserved.
4
4
5
5
XenServer SDK for Go is a complete SDK for XenServer, exposing the XenServer
6
6
API as Go module. It is written in Go.
Original file line number Diff line number Diff line change 1
1
XenServerJava
2
2
=============
3
3
4
- Copyright (c) 2007-2023 Cloud Software Group, Inc. All Rights Reserved.
4
+ Copyright (c) 2007-present Cloud Software Group, Inc. All Rights Reserved.
5
5
6
6
XenServerJava is a complete SDK for XenServer, exposing the XenServer API as
7
7
Java classes.
Original file line number Diff line number Diff line change 1
1
# XenServer PowerShell Module
2
2
3
- Copyright (c) 2013-2024 Cloud Software Group, Inc. All Rights Reserved.
3
+ Copyright (c) 2013-present Cloud Software Group, Inc. All Rights Reserved.
4
4
5
5
The XenServer PowerShell Module is a complete SDK for XenServer,
6
6
exposing the XenServer API as Windows PowerShell cmdlets.
Original file line number Diff line number Diff line change 1
1
# XenServer PowerShell Module
2
2
3
- Copyright (c) 2013-2024 Cloud Software Group, Inc. All Rights Reserved.
3
+ Copyright (c) 2013-present Cloud Software Group, Inc. All Rights Reserved.
4
4
5
5
The XenServer PowerShell Module is a complete SDK for XenServer,
6
6
exposing the XenServer API as Windows PowerShell cmdlets.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ GUID = 'D695A8B9-039A-443C-99A4-0D48D7C6AD76'
37
37
# Copyright
38
38
Author = ' '
39
39
CompanyName = ' Cloud Software Group, Inc'
40
- Copyright = ' Copyright (c) 2013-2024 Cloud Software Group, Inc. All rights reserved.'
40
+ Copyright = ' Copyright (c) 2013-present Cloud Software Group, Inc. All rights reserved.'
41
41
42
42
# Requirements
43
43
PowerShellVersion = ' @PS_VERSION@'
You can’t perform that action at this time.
0 commit comments