@@ -31,11 +31,11 @@ endpoints:
31
31
description : >
32
32
A region ID to provision
33
33
this Linode in.
34
- type : string
34
+ type : String
35
35
value : us-east-1a
36
36
type :
37
37
description : A Linode type ID to use for this Linode.
38
- type : string
38
+ type : String
39
39
value : g5-standard-1
40
40
label :
41
41
optional : true
@@ -52,7 +52,7 @@ endpoints:
52
52
description : >
53
53
The Distribution to deploy this Linode with. May not be included
54
54
if 'backup_id' or 'image' is sent.
55
- type : string
55
+ type : String
56
56
root_pass :
57
57
optional : unless source == "distro"
58
58
description : >
@@ -686,18 +686,17 @@ endpoints:
686
686
dangerous : false
687
687
params :
688
688
region :
689
- optional : true
690
689
description : >
691
690
A region ID to provision
692
691
this Linode in. Required when cloning to a new Linode.
693
- type : string
692
+ type : String
694
693
value : us-east-1a
695
694
type :
696
- optional : true
697
695
description : >
698
696
A Linode type ID to use for this
699
697
Linode. Required when cloning to a new Linode.
700
- type : string
698
+ type : String
699
+ value : g5-standard-1
701
700
linode_id :
702
701
optional : true
703
702
description : >
@@ -722,13 +721,13 @@ endpoints:
722
721
optional : true
723
722
description : >
724
723
A list of disk ID's to include in the clone process. All disks attached to configs will be cloned from the source Linode if not provided.
725
- type : string
724
+ type : String
726
725
isArray : true
727
726
configs :
728
727
optional : true
729
728
description : >
730
729
A list of config ID's to include in the clone process. All configs will be cloned from the source Linode if not provided.
731
- type : string
730
+ type : String
732
731
isArray : true
733
732
examples :
734
733
curl : |
@@ -774,7 +773,7 @@ endpoints:
774
773
type :
775
774
description : >
776
775
A Linode type to use for this Linode.
777
- type : string
776
+ type : String
778
777
examples :
779
778
curl : |
780
779
curl -H "Content-Type: application/json" \
@@ -918,7 +917,7 @@ endpoints:
918
917
type :
919
918
description : >
920
919
An IP Address Type for this IP Address. Public IP's incur a monthly cost.
921
- type : string
920
+ type : String
922
921
examples :
923
922
curl : |
924
923
curl -H "Content-Type: application/json" \
@@ -935,7 +934,7 @@ endpoints:
935
934
Sets IP Sharing for this Linode.
936
935
params :
937
936
ips :
938
- type : string
937
+ type : String
939
938
description : >
940
939
A list of IP Addresses this Linode will share.
941
940
examples :
0 commit comments