sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,167 @@
|
|
1
|
+
{
|
2
|
+
"random_id": {
|
3
|
+
"full_properties": {
|
4
|
+
"byte_length": {
|
5
|
+
"description": "The number of random bytes to produce. The",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"keepers": {
|
9
|
+
"description": "Arbitrary map of values that, when changed, will",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"prefix": {
|
13
|
+
"description": "Arbitrary string to prefix the output value with. This",
|
14
|
+
"required": false
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/random/r/id.html",
|
18
|
+
"properties": [
|
19
|
+
"byte_length",
|
20
|
+
"keepers",
|
21
|
+
"prefix"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"random_integer": {
|
25
|
+
"full_properties": {
|
26
|
+
"keepers": {
|
27
|
+
"description": "Arbitrary map of values that, when changed, will",
|
28
|
+
"required": false
|
29
|
+
},
|
30
|
+
"max": {
|
31
|
+
"description": "The maximum inclusive value of the range.",
|
32
|
+
"required": false
|
33
|
+
},
|
34
|
+
"min": {
|
35
|
+
"description": "The minimum inclusive value of the range.",
|
36
|
+
"required": false
|
37
|
+
},
|
38
|
+
"seed": {
|
39
|
+
"description": "A custom seed to always produce the same value.",
|
40
|
+
"required": false
|
41
|
+
}
|
42
|
+
},
|
43
|
+
"path": "/docs/providers/random/r/integer.html",
|
44
|
+
"properties": [
|
45
|
+
"min",
|
46
|
+
"max",
|
47
|
+
"keepers",
|
48
|
+
"seed"
|
49
|
+
]
|
50
|
+
},
|
51
|
+
"random_pet": {
|
52
|
+
"full_properties": {
|
53
|
+
"keepers": {
|
54
|
+
"description": "Arbitrary map of values that, when changed, will",
|
55
|
+
"required": false
|
56
|
+
},
|
57
|
+
"length": {
|
58
|
+
"description": "The length (in words) of the pet name.",
|
59
|
+
"required": false
|
60
|
+
},
|
61
|
+
"prefix": {
|
62
|
+
"description": "A string to prefix the name with.",
|
63
|
+
"required": false
|
64
|
+
},
|
65
|
+
"separator": {
|
66
|
+
"description": "The character to separate words in the pet name.",
|
67
|
+
"required": false
|
68
|
+
}
|
69
|
+
},
|
70
|
+
"path": "/docs/providers/random/r/pet.html",
|
71
|
+
"properties": [
|
72
|
+
"keepers",
|
73
|
+
"length",
|
74
|
+
"prefix",
|
75
|
+
"separator"
|
76
|
+
]
|
77
|
+
},
|
78
|
+
"random_shuffle": {
|
79
|
+
"full_properties": {
|
80
|
+
"input": {
|
81
|
+
"description": "The list of strings to shuffle.",
|
82
|
+
"required": true
|
83
|
+
},
|
84
|
+
"keepers": {
|
85
|
+
"description": "Arbitrary map of values that, when changed, will",
|
86
|
+
"required": false
|
87
|
+
},
|
88
|
+
"result_count": {
|
89
|
+
"description": "The number of results to return. Defaults to",
|
90
|
+
"required": false
|
91
|
+
},
|
92
|
+
"seed": {
|
93
|
+
"description": "Arbitrary string with which to seed the random number",
|
94
|
+
"required": false
|
95
|
+
}
|
96
|
+
},
|
97
|
+
"path": "/docs/providers/random/r/shuffle.html",
|
98
|
+
"properties": [
|
99
|
+
"input",
|
100
|
+
"result_count",
|
101
|
+
"keepers",
|
102
|
+
"seed"
|
103
|
+
]
|
104
|
+
},
|
105
|
+
"random_string": {
|
106
|
+
"full_properties": {
|
107
|
+
"keepers": {
|
108
|
+
"description": "Arbitrary map of values that, when changed, will",
|
109
|
+
"required": false
|
110
|
+
},
|
111
|
+
"length": {
|
112
|
+
"description": "The length of the string desired",
|
113
|
+
"required": true
|
114
|
+
},
|
115
|
+
"lower": {
|
116
|
+
"description": "(default true) Include lowercase alphabet characters",
|
117
|
+
"required": false
|
118
|
+
},
|
119
|
+
"min_lower": {
|
120
|
+
"description": "(default 0) Minimum number of lowercase alphabet",
|
121
|
+
"required": false
|
122
|
+
},
|
123
|
+
"min_numeric": {
|
124
|
+
"description": "(default 0) Minimum number of numeric characters",
|
125
|
+
"required": false
|
126
|
+
},
|
127
|
+
"min_special": {
|
128
|
+
"description": "(default 0) Minimum number of special characters",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"min_upper": {
|
132
|
+
"description": "(default 0) Minimum number of uppercase alphabet",
|
133
|
+
"required": false
|
134
|
+
},
|
135
|
+
"number": {
|
136
|
+
"description": "(default true) Include numeric characters in random",
|
137
|
+
"required": false
|
138
|
+
},
|
139
|
+
"override_special": {
|
140
|
+
"description": "Supply your own list of special characters to",
|
141
|
+
"required": false
|
142
|
+
},
|
143
|
+
"special": {
|
144
|
+
"description": "(default true) Include special characters in random",
|
145
|
+
"required": false
|
146
|
+
},
|
147
|
+
"upper": {
|
148
|
+
"description": "(default true) Include uppercase alphabet characters",
|
149
|
+
"required": false
|
150
|
+
}
|
151
|
+
},
|
152
|
+
"path": "/docs/providers/random/r/string.html",
|
153
|
+
"properties": [
|
154
|
+
"length",
|
155
|
+
"upper",
|
156
|
+
"min_upper",
|
157
|
+
"lower",
|
158
|
+
"min_lower",
|
159
|
+
"number",
|
160
|
+
"min_numeric",
|
161
|
+
"special",
|
162
|
+
"min_special",
|
163
|
+
"override_special",
|
164
|
+
"keepers"
|
165
|
+
]
|
166
|
+
}
|
167
|
+
}
|
@@ -0,0 +1,796 @@
|
|
1
|
+
{
|
2
|
+
"rightscale_credential": {
|
3
|
+
"full_properties": {
|
4
|
+
"description": {
|
5
|
+
"description": "Description of the credential.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"name": {
|
9
|
+
"description": "Name of the credential.",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"value": {
|
13
|
+
"description": "Value of the credential.",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/rightscale/r/cm_credential.html",
|
18
|
+
"properties": [
|
19
|
+
"name",
|
20
|
+
"value",
|
21
|
+
"description"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"rightscale_cwf_process": {
|
25
|
+
"full_properties": {
|
26
|
+
"parameters": {
|
27
|
+
"description": "Parameters for the RCL function. It consists of an array of values corresponding to the values being passed to the function defined in the \"source\" field in order of declaration. The values are defined as string maps with the \"kind\" and \"value\" keys. \"kind\" contains the type of the value being passed, could be one of \"array\", \"boolean\", \"collection\", \"datetime\", \"declaration\", \"null\", \"number\", \"object\", \"string\". The \"value\" key contains the value",
|
28
|
+
"required": false
|
29
|
+
},
|
30
|
+
"source": {
|
31
|
+
"description": "Source code to be executed, written in RCL (RightScale CloudWorkFlow Language). Several functions can be defined but the entry function should be called main. Example:",
|
32
|
+
"required": true
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"path": "/docs/providers/rightscale/r/cwf_process.html",
|
36
|
+
"properties": [
|
37
|
+
"source",
|
38
|
+
"parameters"
|
39
|
+
]
|
40
|
+
},
|
41
|
+
"rightscale_deployment": {
|
42
|
+
"full_properties": {
|
43
|
+
"description": {
|
44
|
+
"description": "Deployment description.",
|
45
|
+
"required": false
|
46
|
+
},
|
47
|
+
"locked": {
|
48
|
+
"description": "Set to true to lock the deployment.",
|
49
|
+
"required": false
|
50
|
+
},
|
51
|
+
"name": {
|
52
|
+
"description": "Deployment name.",
|
53
|
+
"required": true
|
54
|
+
},
|
55
|
+
"resource_group_href": {
|
56
|
+
"description": "Href of the Windows Azure Resource Group attached to the deployment.",
|
57
|
+
"required": false
|
58
|
+
},
|
59
|
+
"server_tag_scope": {
|
60
|
+
"description": "Routing scope for tags for servers in the deployment. Options are 'account' or 'deployment,' defaults to 'deployment.'",
|
61
|
+
"required": false
|
62
|
+
}
|
63
|
+
},
|
64
|
+
"path": "/docs/providers/rightscale/r/cm_deployment.html",
|
65
|
+
"properties": [
|
66
|
+
"name",
|
67
|
+
"description",
|
68
|
+
"resource_group_href",
|
69
|
+
"locked",
|
70
|
+
"server_tag_scope"
|
71
|
+
]
|
72
|
+
},
|
73
|
+
"rightscale_instance": {
|
74
|
+
"full_properties": {
|
75
|
+
"admin_username": {
|
76
|
+
"description": "The user that will be granted administrative privileges. Supported by AzureRM cloud only.",
|
77
|
+
"required": false
|
78
|
+
},
|
79
|
+
"associate_public_ip_address": {
|
80
|
+
"description": "Indicates if the instance will get a Public IP address.",
|
81
|
+
"required": false
|
82
|
+
},
|
83
|
+
"automatic_instance_store_mapping": {
|
84
|
+
"description": "A flag indicating whether instance store mapping should be enabled. Only available on clouds supporting automatic instance store mapping.",
|
85
|
+
"required": false
|
86
|
+
},
|
87
|
+
"availability_set": {
|
88
|
+
"description": "Availability set for raw instance. Supported by Azure v2 cloud only.",
|
89
|
+
"required": false
|
90
|
+
},
|
91
|
+
"cloud_href": {
|
92
|
+
"description": "The cloud_href the instance belongs to.",
|
93
|
+
"required": true
|
94
|
+
},
|
95
|
+
"cloud_specific_attributesadmin_usernameautomatic_instance_store_mappingavailability_setcreate_boot_volumecreate_default_port_forwarding_rulesdelete_boot_volumedisk_gbebs_optimizediam_instance_profilekeep_alive_idlocal_ssd_countlocal_ssd_interfacemax_spot_pricememory_mbmetadata\"num_coresplacement_tenancypreemptiblepricing_typeroot_volume_performanceroot_volume_sizeroot_volume_type_uidservice_account": {
|
96
|
+
},
|
97
|
+
"create_boot_volume": {
|
98
|
+
"description": "If enabled, the instance will launch into volume storage. Otherwise, it will boot to local storage. Only available on clouds supporting this option.",
|
99
|
+
"required": false
|
100
|
+
},
|
101
|
+
"create_default_port_forwarding_rules": {
|
102
|
+
"description": "Automatically create default port forwarding rules (enabled by default). Supported by Azure cloud only.",
|
103
|
+
"required": false
|
104
|
+
},
|
105
|
+
"datacenter_href": {
|
106
|
+
"description": "The href of the datacenter that holds the instance (e.g. /api/clouds/6/datacenters/6IHONC8ANOUHI).",
|
107
|
+
"required": false
|
108
|
+
},
|
109
|
+
"delete_boot_volume": {
|
110
|
+
"description": "If enabled, the associated volume will be deleted when the instance is terminated. Only available on clouds supporting this option.",
|
111
|
+
"required": false
|
112
|
+
},
|
113
|
+
"deployment_href": {
|
114
|
+
"description": "The href of the deployment that contains the instance (e.g. /api/deployments/594684003).",
|
115
|
+
"required": false
|
116
|
+
},
|
117
|
+
"disk_gb": {
|
118
|
+
"description": "The size of root disk. Supported by UCA cloud only.",
|
119
|
+
"required": false
|
120
|
+
},
|
121
|
+
"ebs_optimized": {
|
122
|
+
"description": "Whether the instance is able to connect to IOPS-enabled volumes. AWS clouds only.",
|
123
|
+
"required": false
|
124
|
+
},
|
125
|
+
"iam_instance_profile": {
|
126
|
+
"description": "The name or ARN of the IAM Instance Profile (IIP) to associate with the instance. AWS clouds only.",
|
127
|
+
"required": false
|
128
|
+
},
|
129
|
+
"image_href": {
|
130
|
+
"description": "The href of the instance image.",
|
131
|
+
"required": true
|
132
|
+
},
|
133
|
+
"inputs": {
|
134
|
+
"description": "Inputs associated with an instance when incarnated from a server or server_array.",
|
135
|
+
"required": false
|
136
|
+
},
|
137
|
+
"instance_type_href": {
|
138
|
+
"description": "The href of the instance type.",
|
139
|
+
"required": true
|
140
|
+
},
|
141
|
+
"ip_forwarding_enabled": {
|
142
|
+
"description": "Allows this Instance to send and receive network traffic when the source and destination IP addresses do not match the IP address of this Instance.",
|
143
|
+
"required": false
|
144
|
+
},
|
145
|
+
"keep_alive_id": {
|
146
|
+
"description": "The id of keep alive. Supported by UCA cloud only.",
|
147
|
+
"required": false
|
148
|
+
},
|
149
|
+
"kernel_image_href": {
|
150
|
+
"description": "The href of the instance kernel image.",
|
151
|
+
"required": false
|
152
|
+
},
|
153
|
+
"local_ssd_count": {
|
154
|
+
"description": "Additional local SSDs. Supported by GCE cloud only.",
|
155
|
+
"required": false
|
156
|
+
},
|
157
|
+
"local_ssd_interface": {
|
158
|
+
"description": "The type of SSD(s) to be created. Supported by GCE cloud only.",
|
159
|
+
"required": false
|
160
|
+
},
|
161
|
+
"locked": {
|
162
|
+
"description": "Whether instance is locked, a locked instance cannot be terminated or deleted.",
|
163
|
+
"required": false
|
164
|
+
},
|
165
|
+
"max_spot_price": {
|
166
|
+
"description": "Specify the max spot price you will pay for. Required when 'pricing_type' is 'spot'. Only applies to clouds which support spot-pricing and when 'spot' is chosen as the 'pricing_type'. Should be a Float value >= 0.001, eg: 0.095, 0.123, 1.23, etc... AWS clouds only.",
|
167
|
+
"required": false
|
168
|
+
},
|
169
|
+
"memory_mb": {
|
170
|
+
"description": "The size of instance memory. Supported by UCA cloud only.",
|
171
|
+
"required": false
|
172
|
+
},
|
173
|
+
"metadata\"": {
|
174
|
+
"description": "Extra data used for configuration, in query string format. AWS clouds only.",
|
175
|
+
"required": false
|
176
|
+
},
|
177
|
+
"name": {
|
178
|
+
"description": "The name of the instance.",
|
179
|
+
"required": true
|
180
|
+
},
|
181
|
+
"num_cores": {
|
182
|
+
"description": "The number of instance cores. Supported by UCA cloud only.",
|
183
|
+
"required": false
|
184
|
+
},
|
185
|
+
"placement_group_href": {
|
186
|
+
"description": "The href of the placement_group that contains the instance (e.g. /api/placement_groups/512SV3FUJA7OO).",
|
187
|
+
"required": false
|
188
|
+
},
|
189
|
+
"placement_tenancy": {
|
190
|
+
"description": "The tenancy of the server you want to launch. A server with a tenancy of dedicated runs on single-tenant hardware and can only be launched into a VPC. AWS clouds only.",
|
191
|
+
"required": false
|
192
|
+
},
|
193
|
+
"preemptible": {
|
194
|
+
"description": "Launch a preemptible instance. A preemptible instance costs much less, but lasts only 24 hours. It can be terminated sooner due to system demands. Supported by GCE cloud only.",
|
195
|
+
"required": false
|
196
|
+
},
|
197
|
+
"pricing_type": {
|
198
|
+
"description": "Specify whether or not you want to utilize 'fixed' (on-demand) or 'spot' pricing. Defaults to 'fixed' and only applies to clouds which support spot instances. Can only be set on when creating a new Instance, Server, or ServerArray, or when updating a Server or ServerArray's next_instance. AWS clouds only.",
|
199
|
+
"required": false
|
200
|
+
},
|
201
|
+
"private_ip_address": {
|
202
|
+
"description": "The private ip address of this instance.",
|
203
|
+
"required": false
|
204
|
+
},
|
205
|
+
"ramdisk_image_href": {
|
206
|
+
"description": "The href of the instance ramdisk image.",
|
207
|
+
"required": false
|
208
|
+
},
|
209
|
+
"root_volume_performance": {
|
210
|
+
"description": "The number of IOPS (I/O Operations Per Second) this root volume should support. Only available on clouds supporting performance provisioning.",
|
211
|
+
"required": false
|
212
|
+
},
|
213
|
+
"root_volume_size": {
|
214
|
+
"description": "The size for root disk. Only available on clouds supporting dynamic resizing of root volume size.",
|
215
|
+
"required": false
|
216
|
+
},
|
217
|
+
"root_volume_type_uid": {
|
218
|
+
"description": "The type of root volume for instance. Only available on clouds supporting root volume type.",
|
219
|
+
"required": false
|
220
|
+
},
|
221
|
+
"security_group_hrefs": {
|
222
|
+
"description": "The href of the instance security groups.",
|
223
|
+
"required": false
|
224
|
+
},
|
225
|
+
"server_template_href": {
|
226
|
+
"description": "The href of the instance server template resource.",
|
227
|
+
"required": false
|
228
|
+
},
|
229
|
+
"service_account": {
|
230
|
+
"description": "Email of service account for instance. Scope will default to cloud-platform. Supported by GCE cloud only.",
|
231
|
+
"required": false
|
232
|
+
},
|
233
|
+
"ssh_key_href": {
|
234
|
+
"description": "The href of the SSH key to use.",
|
235
|
+
"required": false
|
236
|
+
},
|
237
|
+
"subnet_hrefs": {
|
238
|
+
"description": "The hrefs of the instance subnet.",
|
239
|
+
"required": false
|
240
|
+
},
|
241
|
+
"user_data": {
|
242
|
+
"description": "User data that RightScale automatically passes to your instance at boot time.",
|
243
|
+
"required": false
|
244
|
+
}
|
245
|
+
},
|
246
|
+
"path": "/docs/providers/rightscale/r/cm_instance.html",
|
247
|
+
"properties": [
|
248
|
+
"name",
|
249
|
+
"cloud_href",
|
250
|
+
"image_href",
|
251
|
+
"instance_type_href",
|
252
|
+
"server_template_href",
|
253
|
+
"inputs",
|
254
|
+
"associate_public_ip_address",
|
255
|
+
"datacenter_href",
|
256
|
+
"deployment_href",
|
257
|
+
"ip_forwarding_enabled",
|
258
|
+
"private_ip_address",
|
259
|
+
"kernel_image_href",
|
260
|
+
"ramdisk_image_href",
|
261
|
+
"security_group_hrefs",
|
262
|
+
"placement_group_href",
|
263
|
+
"ssh_key_href",
|
264
|
+
"subnet_hrefs",
|
265
|
+
"user_data",
|
266
|
+
"locked",
|
267
|
+
"cloud_specific_attributesadmin_usernameautomatic_instance_store_mappingavailability_setcreate_boot_volumecreate_default_port_forwarding_rulesdelete_boot_volumedisk_gbebs_optimizediam_instance_profilekeep_alive_idlocal_ssd_countlocal_ssd_interfacemax_spot_pricememory_mbmetadata\"num_coresplacement_tenancypreemptiblepricing_typeroot_volume_performanceroot_volume_sizeroot_volume_type_uidservice_account",
|
268
|
+
"admin_username",
|
269
|
+
"automatic_instance_store_mapping",
|
270
|
+
"availability_set",
|
271
|
+
"create_boot_volume",
|
272
|
+
"create_default_port_forwarding_rules",
|
273
|
+
"delete_boot_volume",
|
274
|
+
"disk_gb",
|
275
|
+
"ebs_optimized",
|
276
|
+
"iam_instance_profile",
|
277
|
+
"keep_alive_id",
|
278
|
+
"local_ssd_count",
|
279
|
+
"local_ssd_interface",
|
280
|
+
"max_spot_price",
|
281
|
+
"memory_mb",
|
282
|
+
"metadata\"",
|
283
|
+
"num_cores",
|
284
|
+
"placement_tenancy",
|
285
|
+
"preemptible",
|
286
|
+
"pricing_type",
|
287
|
+
"root_volume_performance",
|
288
|
+
"root_volume_size",
|
289
|
+
"root_volume_type_uid",
|
290
|
+
"service_account"
|
291
|
+
]
|
292
|
+
},
|
293
|
+
"rightscale_network": {
|
294
|
+
"full_properties": {
|
295
|
+
"cidr_block": {
|
296
|
+
"description": "Cloud-specific. Some clouds require this field, others do not.",
|
297
|
+
"required": false
|
298
|
+
},
|
299
|
+
"cloud_href": {
|
300
|
+
"description": "Cloud you want to create the network in.",
|
301
|
+
"required": true
|
302
|
+
},
|
303
|
+
"deployment_href": {
|
304
|
+
"description": "Href of the deployment that owns the network. If you wish to use a deployment object as top level ownership construct, perhaps allocating the new network to a single deployment, then provide this href.",
|
305
|
+
"required": false
|
306
|
+
},
|
307
|
+
"description": {
|
308
|
+
"description": "Network description.",
|
309
|
+
"required": false
|
310
|
+
},
|
311
|
+
"instance_tenancy": {
|
312
|
+
"description": "Launch policy for AWS instances in the network. Specify 'dedicated' to force all instances to be launched as 'dedicated'. Defaults to 'default.'",
|
313
|
+
"required": false
|
314
|
+
},
|
315
|
+
"name": {
|
316
|
+
"description": "Network name.",
|
317
|
+
"required": false
|
318
|
+
},
|
319
|
+
"route_table_href": {
|
320
|
+
"description": "Sets the default route table for this network, useful if you create the route table with a different resource.",
|
321
|
+
"required": false
|
322
|
+
}
|
323
|
+
},
|
324
|
+
"path": "/docs/providers/rightscale/r/cm_network.html",
|
325
|
+
"properties": [
|
326
|
+
"cloud_href",
|
327
|
+
"cidr_block",
|
328
|
+
"name",
|
329
|
+
"description",
|
330
|
+
"instance_tenancy",
|
331
|
+
"route_table_href",
|
332
|
+
"deployment_href"
|
333
|
+
]
|
334
|
+
},
|
335
|
+
"rightscale_network_gateway": {
|
336
|
+
"full_properties": {
|
337
|
+
"cloud_href": {
|
338
|
+
"description": "Cloud you want to create the network gateway in.",
|
339
|
+
"required": true
|
340
|
+
},
|
341
|
+
"description": {
|
342
|
+
"description": "Network gateway description.",
|
343
|
+
"required": false
|
344
|
+
},
|
345
|
+
"name": {
|
346
|
+
"description": "Network gateway name.",
|
347
|
+
"required": true
|
348
|
+
},
|
349
|
+
"network_href": {
|
350
|
+
"description": "Href of network you want to attach the network gateway to.",
|
351
|
+
"required": false
|
352
|
+
},
|
353
|
+
"type": {
|
354
|
+
"description": "Type of network gateway. Options are \"internet\" or \"vpc\".",
|
355
|
+
"required": true
|
356
|
+
}
|
357
|
+
},
|
358
|
+
"path": "/docs/providers/rightscale/r/cm_network_gateway.html",
|
359
|
+
"properties": [
|
360
|
+
"cloud_href",
|
361
|
+
"type",
|
362
|
+
"name",
|
363
|
+
"description",
|
364
|
+
"network_href"
|
365
|
+
]
|
366
|
+
},
|
367
|
+
"rightscale_route": {
|
368
|
+
"full_properties": {
|
369
|
+
"description": {
|
370
|
+
"description": "Route description.",
|
371
|
+
"required": false
|
372
|
+
},
|
373
|
+
"destination_cidr_block": {
|
374
|
+
"description": "Destination network in CIDR nodation.",
|
375
|
+
"required": true
|
376
|
+
},
|
377
|
+
"next_hop_href": {
|
378
|
+
"description": "The href of the Route's next hop. Required if 'next_hop_type' is 'instance', 'network_interface', or 'network_gateway'.",
|
379
|
+
"required": false
|
380
|
+
},
|
381
|
+
"next_hop_ip": {
|
382
|
+
"description": "The IP Address of the Route's next hop. Required if 'next_hop_type' is 'ip_string'.",
|
383
|
+
"required": false
|
384
|
+
},
|
385
|
+
"next_hop_type": {
|
386
|
+
"description": "The route next hop type. Options are 'instance', 'network_interface', 'network_gateway', 'ip_string', and 'url'.",
|
387
|
+
"required": true
|
388
|
+
},
|
389
|
+
"next_hop_url": {
|
390
|
+
"description": "The URL of the Route's next hop. Required if 'next_hop_type' is 'url'.",
|
391
|
+
"required": false
|
392
|
+
},
|
393
|
+
"route_table_href": {
|
394
|
+
"description": "Href of route table in which to create new route.",
|
395
|
+
"required": true
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"path": "/docs/providers/rightscale/r/cm_route.html",
|
399
|
+
"properties": [
|
400
|
+
"route_table_href",
|
401
|
+
"destination_cidr_block",
|
402
|
+
"next_hop_type",
|
403
|
+
"next_hop_href",
|
404
|
+
"next_hop_ip",
|
405
|
+
"next_hop_url",
|
406
|
+
"description"
|
407
|
+
]
|
408
|
+
},
|
409
|
+
"rightscale_route_table": {
|
410
|
+
"full_properties": {
|
411
|
+
"cloud_href": {
|
412
|
+
"description": "Href of the cloud you want to create the route table in.",
|
413
|
+
"required": true
|
414
|
+
},
|
415
|
+
"description": {
|
416
|
+
"description": "Route table description.",
|
417
|
+
"required": false
|
418
|
+
},
|
419
|
+
"name": {
|
420
|
+
"description": "Route table name.",
|
421
|
+
"required": true
|
422
|
+
},
|
423
|
+
"network_href": {
|
424
|
+
"description": "Href of the network that owns the route table.",
|
425
|
+
"required": true
|
426
|
+
}
|
427
|
+
},
|
428
|
+
"path": "/docs/providers/rightscale/r/cm_route_table.html",
|
429
|
+
"properties": [
|
430
|
+
"cloud_href",
|
431
|
+
"network_href",
|
432
|
+
"name",
|
433
|
+
"description"
|
434
|
+
]
|
435
|
+
},
|
436
|
+
"rightscale_security_group": {
|
437
|
+
"full_properties": {
|
438
|
+
"cloud_href": {
|
439
|
+
"description": "Href of the cloud you want to create the security group in.",
|
440
|
+
"required": true
|
441
|
+
},
|
442
|
+
"deployment_href": {
|
443
|
+
"description": "Href of the deployment that owns the security group. If you wish to use a deployment object as top level ownership construct, perhaps allocating the new security group to a single deployment, then provide this href.",
|
444
|
+
"required": false
|
445
|
+
},
|
446
|
+
"description": {
|
447
|
+
"description": "Security group description.",
|
448
|
+
"required": false
|
449
|
+
},
|
450
|
+
"name": {
|
451
|
+
"description": "Security group name.",
|
452
|
+
"required": true
|
453
|
+
},
|
454
|
+
"network_href": {
|
455
|
+
"description": "Href of the network to create the security group in.",
|
456
|
+
"required": true
|
457
|
+
}
|
458
|
+
},
|
459
|
+
"path": "/docs/providers/rightscale/r/cm_security_group.html",
|
460
|
+
"properties": [
|
461
|
+
"cloud_href",
|
462
|
+
"network_href",
|
463
|
+
"name",
|
464
|
+
"description",
|
465
|
+
"deployment_href"
|
466
|
+
]
|
467
|
+
},
|
468
|
+
"rightscale_security_group_rule": {
|
469
|
+
"full_properties": {
|
470
|
+
"cidr_ips": {
|
471
|
+
"description": "An IP address range in CIDR notation. Required if source_type is 'cidr'. Conflicts with 'group_name' and 'group_owner'.",
|
472
|
+
"required": false
|
473
|
+
},
|
474
|
+
"direction": {
|
475
|
+
"description": "Direction of traffic to apply rule against. Options are 'ingress' or 'egress'.",
|
476
|
+
"required": false
|
477
|
+
},
|
478
|
+
"end_port": {
|
479
|
+
"description": "- End of port range (inclusive). Required if protocol is 'tcp' or 'udp'.",
|
480
|
+
"required": false
|
481
|
+
},
|
482
|
+
"group_name": {
|
483
|
+
"description": "Name of source Security Group. Required if source_type is 'group'. Conflicts with 'cidr_ips'.",
|
484
|
+
"required": false
|
485
|
+
},
|
486
|
+
"group_owner": {
|
487
|
+
"description": "Owner of source Security Group. Required if source_type is 'group'. Conflicts with 'cidr_ips'.",
|
488
|
+
"required": false
|
489
|
+
},
|
490
|
+
"icmp_code": {
|
491
|
+
"description": "- ICMP code. Required if protocol is 'icmp'.",
|
492
|
+
"required": false
|
493
|
+
},
|
494
|
+
"icmp_type": {
|
495
|
+
"description": "- ICMP type. Required if protocol is 'icmp'.",
|
496
|
+
"required": false
|
497
|
+
},
|
498
|
+
"priority": {
|
499
|
+
"description": "Lower takes precedence. Supported by security group rules created in Microsoft Azure only.",
|
500
|
+
"required": false
|
501
|
+
},
|
502
|
+
"protocol": {
|
503
|
+
"description": "Protocol to filter on. Options are 'tcp', 'udp', 'icmp' and 'all'.",
|
504
|
+
"required": true
|
505
|
+
},
|
506
|
+
"protocol_detailsstart_portend_porticmp_codeicmp_type": {
|
507
|
+
},
|
508
|
+
"security_group_href": {
|
509
|
+
"description": "Href of parent security group.",
|
510
|
+
"required": true
|
511
|
+
},
|
512
|
+
"source_type": {
|
513
|
+
"description": "Source type. May be a CIDR block or another Security Group. Options are 'cidr_ips' or 'group'.",
|
514
|
+
"required": true
|
515
|
+
},
|
516
|
+
"start_port": {
|
517
|
+
"description": "- Start of port range (inclusive). Required if protocol is 'tcp' or 'udp'.",
|
518
|
+
"required": false
|
519
|
+
}
|
520
|
+
},
|
521
|
+
"path": "/docs/providers/rightscale/r/cm_security_group_rule.html",
|
522
|
+
"properties": [
|
523
|
+
"source_type",
|
524
|
+
"protocol",
|
525
|
+
"security_group_href",
|
526
|
+
"protocol_detailsstart_portend_porticmp_codeicmp_type",
|
527
|
+
"start_port",
|
528
|
+
"end_port",
|
529
|
+
"icmp_code",
|
530
|
+
"icmp_type",
|
531
|
+
"cidr_ips",
|
532
|
+
"group_name",
|
533
|
+
"group_owner",
|
534
|
+
"direction",
|
535
|
+
"priority"
|
536
|
+
]
|
537
|
+
},
|
538
|
+
"rightscale_server": {
|
539
|
+
"full_properties": {
|
540
|
+
"cloud_href": {
|
541
|
+
"description": "The Href of the cloud the server will be launched in.",
|
542
|
+
"required": true
|
543
|
+
},
|
544
|
+
"deployment_href": {
|
545
|
+
"description": "The href of the deployment the server will be placed in.",
|
546
|
+
"required": true
|
547
|
+
},
|
548
|
+
"description": {
|
549
|
+
"description": "A description of the server.",
|
550
|
+
"required": false
|
551
|
+
},
|
552
|
+
"instance": {
|
553
|
+
"description": "See rightscale_instance",
|
554
|
+
"required": true
|
555
|
+
},
|
556
|
+
"name": {
|
557
|
+
"description": "The name of the server",
|
558
|
+
"required": true
|
559
|
+
},
|
560
|
+
"optimized": {
|
561
|
+
"description": "A flag indicating whether instances of this server should be optimized for high-performance volumes.",
|
562
|
+
"required": false
|
563
|
+
},
|
564
|
+
"tags": {
|
565
|
+
"description": "Any tags you want attached to the server and any instances created from this server object.",
|
566
|
+
"required": false
|
567
|
+
}
|
568
|
+
},
|
569
|
+
"path": "/docs/providers/rightscale/r/cm_server.html",
|
570
|
+
"properties": [
|
571
|
+
"name",
|
572
|
+
"deployment_href",
|
573
|
+
"instance",
|
574
|
+
"cloud_href",
|
575
|
+
"description",
|
576
|
+
"optimized",
|
577
|
+
"tags"
|
578
|
+
]
|
579
|
+
},
|
580
|
+
"rightscale_server_array": {
|
581
|
+
"full_properties": {
|
582
|
+
"alert_specific_params": {
|
583
|
+
"description": "(Required if alert array_type specified)",
|
584
|
+
"required": false
|
585
|
+
},
|
586
|
+
"algorithm": {
|
587
|
+
"description": "The algorithm that defines how an item's age will be determined, either by the average age or max (oldest) age.",
|
588
|
+
"required": false
|
589
|
+
},
|
590
|
+
"array_type": {
|
591
|
+
"description": "The type of server_array. One of \"alert\" or \"queue\"",
|
592
|
+
"required": true
|
593
|
+
},
|
594
|
+
"bounds": {
|
595
|
+
"description": "(Required)",
|
596
|
+
"required": false
|
597
|
+
},
|
598
|
+
"collect_audit_entries": {
|
599
|
+
"description": "The audit SQS queue that will store audit entries.",
|
600
|
+
"required": false
|
601
|
+
},
|
602
|
+
"datacenter_href": {
|
603
|
+
"description": "The href of the server_array's datacenter / zone.",
|
604
|
+
"required": true
|
605
|
+
},
|
606
|
+
"datacenter_policydatacenter_hrefmaxweight": {
|
607
|
+
},
|
608
|
+
"day": {
|
609
|
+
"description": "Specifies the day when an alert-based array resizes. One of \"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\".",
|
610
|
+
"required": true
|
611
|
+
},
|
612
|
+
"decision_threshold": {
|
613
|
+
"description": "The percentage of servers that must agree in order to trigger an alert before an action is taken.",
|
614
|
+
"required": true
|
615
|
+
},
|
616
|
+
"deployment_href": {
|
617
|
+
"description": "Href of deployment in which to create server_array",
|
618
|
+
"required": true
|
619
|
+
},
|
620
|
+
"description": {
|
621
|
+
"description": "Description of the server_array",
|
622
|
+
"required": false
|
623
|
+
},
|
624
|
+
"elasticity_paramsboundsmin_countmax_countpacingresize_down_byresize_up_byresize_calm_timealert_specific_paramsdecision_thresholdvoters_tag_predicatequeue_specific_paramscollect_audit_entriesitem_agealgorithmmax_ageregexpqueue_size": {
|
625
|
+
},
|
626
|
+
"instance": {
|
627
|
+
"description": "See rightscale_instance",
|
628
|
+
"required": true
|
629
|
+
},
|
630
|
+
"item_agealgorithmmax_ageregexpqueue_size": {
|
631
|
+
},
|
632
|
+
"max": {
|
633
|
+
"description": "Maximum numbers of servers that can be allocated in this datacenter (0 for unlimited).",
|
634
|
+
"required": true
|
635
|
+
},
|
636
|
+
"max_age": {
|
637
|
+
"description": "The threshold (in seconds) before a resize action occurs on the server array.",
|
638
|
+
"required": false
|
639
|
+
},
|
640
|
+
"max_count": {
|
641
|
+
"description": "The maximum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings.",
|
642
|
+
"required": true
|
643
|
+
},
|
644
|
+
"min_count": {
|
645
|
+
"description": "The minimum number of servers that must be operational at all times in the server array. NOTE: Any changes that are made to the min/max count in the server array schedule will overwrite the array's default min/max count settings.",
|
646
|
+
"required": true
|
647
|
+
},
|
648
|
+
"name": {
|
649
|
+
"description": "The name of the server_array",
|
650
|
+
"required": true
|
651
|
+
},
|
652
|
+
"optimized": {
|
653
|
+
"description": "A flag indicating whether Instances of this ServerArray should be optimized for high-performance volumes (e.g. Volumes supporting a specified number of IOPS). Not supported in all Clouds.",
|
654
|
+
"required": false
|
655
|
+
},
|
656
|
+
"pacingresize_down_byresize_up_byresize_calm_time": {
|
657
|
+
},
|
658
|
+
"queue_size": {
|
659
|
+
"description": "Defines the ratio of worker instances per items in the queue. Example: If there are 50 items in the queue and \\\"Items per instance\\\" is set to 10, the server array will resize to 5 worker instances (50/10). Default = 1",
|
660
|
+
"required": true
|
661
|
+
},
|
662
|
+
"queue_specific_params": {
|
663
|
+
"description": "(Required if queue alert_type specified)",
|
664
|
+
"required": false
|
665
|
+
},
|
666
|
+
"regexp": {
|
667
|
+
"description": "The regexp that helps the system determine an item's \\\"age\\\" in the queue. Example: created_at: (\\d\\d\\d\\d-\\d\\d-\\d\\d \\d\\d:\\d\\d:\\d\\d UTC)",
|
668
|
+
"required": false
|
669
|
+
},
|
670
|
+
"resize_calm_time": {
|
671
|
+
"description": "The time (in minutes) on how long you want to wait before you repeat another action.",
|
672
|
+
"required": false
|
673
|
+
},
|
674
|
+
"resize_down_by": {
|
675
|
+
"description": "The number of servers to scale down by.",
|
676
|
+
"required": true
|
677
|
+
},
|
678
|
+
"resize_up_by": {
|
679
|
+
"description": "The number of servers to scale up by.",
|
680
|
+
"required": true
|
681
|
+
},
|
682
|
+
"scheduledaymax_countmin_counttime": {
|
683
|
+
},
|
684
|
+
"state": {
|
685
|
+
"description": "he status of the server array. If enabled, the server array is enabled for scaling actions. One of \"enabled\" or \"disabled\"",
|
686
|
+
"required": true
|
687
|
+
},
|
688
|
+
"time": {
|
689
|
+
"description": "Specifies the time when an alert-based array resizes.",
|
690
|
+
"required": true
|
691
|
+
},
|
692
|
+
"voters_tag_predicate": {
|
693
|
+
"description": "The Voters Tag that RightScale will use in order to determine when to scale up/down.",
|
694
|
+
"required": false
|
695
|
+
},
|
696
|
+
"weight": {
|
697
|
+
"description": "Instance allocation (should total 100% accross datacenter_policies).",
|
698
|
+
"required": true
|
699
|
+
}
|
700
|
+
},
|
701
|
+
"path": "/docs/providers/rightscale/r/cm_server_array.html",
|
702
|
+
"properties": [
|
703
|
+
"name",
|
704
|
+
"description",
|
705
|
+
"state",
|
706
|
+
"deployment_href",
|
707
|
+
"array_type",
|
708
|
+
"optimized",
|
709
|
+
"datacenter_policydatacenter_hrefmaxweight",
|
710
|
+
"datacenter_href",
|
711
|
+
"max",
|
712
|
+
"weight",
|
713
|
+
"elasticity_paramsboundsmin_countmax_countpacingresize_down_byresize_up_byresize_calm_timealert_specific_paramsdecision_thresholdvoters_tag_predicatequeue_specific_paramscollect_audit_entriesitem_agealgorithmmax_ageregexpqueue_size",
|
714
|
+
"bounds",
|
715
|
+
"min_count",
|
716
|
+
"max_count",
|
717
|
+
"pacingresize_down_byresize_up_byresize_calm_time",
|
718
|
+
"resize_down_by",
|
719
|
+
"resize_up_by",
|
720
|
+
"resize_calm_time",
|
721
|
+
"alert_specific_params",
|
722
|
+
"decision_threshold",
|
723
|
+
"voters_tag_predicate",
|
724
|
+
"queue_specific_params",
|
725
|
+
"collect_audit_entries",
|
726
|
+
"item_agealgorithmmax_ageregexpqueue_size",
|
727
|
+
"algorithm",
|
728
|
+
"max_age",
|
729
|
+
"regexp",
|
730
|
+
"queue_size",
|
731
|
+
"scheduledaymax_countmin_counttime",
|
732
|
+
"day",
|
733
|
+
"time",
|
734
|
+
"instance"
|
735
|
+
]
|
736
|
+
},
|
737
|
+
"rightscale_ssh_key": {
|
738
|
+
"full_properties": {
|
739
|
+
"cloud_href": {
|
740
|
+
"description": "The href of the cloud with the ssh key you want.",
|
741
|
+
"required": true
|
742
|
+
},
|
743
|
+
"name": {
|
744
|
+
"description": "SSH Key name.",
|
745
|
+
"required": true
|
746
|
+
}
|
747
|
+
},
|
748
|
+
"path": "/docs/providers/rightscale/r/cm_ssh_key.html",
|
749
|
+
"properties": [
|
750
|
+
"cloud_href",
|
751
|
+
"name"
|
752
|
+
]
|
753
|
+
},
|
754
|
+
"rightscale_subnet": {
|
755
|
+
"full_properties": {
|
756
|
+
"cidr_block": {
|
757
|
+
"description": "Subnet allocation range in CIDR notation.",
|
758
|
+
"required": true
|
759
|
+
},
|
760
|
+
"cloud_href": {
|
761
|
+
"description": "Href of cloud you want to create the subnet in.",
|
762
|
+
"required": true
|
763
|
+
},
|
764
|
+
"datacenter_href": {
|
765
|
+
"description": "Href of cloud datacenter to assign subnet to.",
|
766
|
+
"required": false
|
767
|
+
},
|
768
|
+
"description": {
|
769
|
+
"description": "Subnet description.",
|
770
|
+
"required": false
|
771
|
+
},
|
772
|
+
"name": {
|
773
|
+
"description": "Subnet name.",
|
774
|
+
"required": false
|
775
|
+
},
|
776
|
+
"network_href": {
|
777
|
+
"description": "Href of network to create subnet in.",
|
778
|
+
"required": true
|
779
|
+
},
|
780
|
+
"route_table_href": {
|
781
|
+
"description": "Sets the default route table for this subnet, useful if you create the route table with a different resource.",
|
782
|
+
"required": false
|
783
|
+
}
|
784
|
+
},
|
785
|
+
"path": "/docs/providers/rightscale/r/cm_subnet.html",
|
786
|
+
"properties": [
|
787
|
+
"cloud_href",
|
788
|
+
"network_href",
|
789
|
+
"cidr_block",
|
790
|
+
"name",
|
791
|
+
"description",
|
792
|
+
"datacenter_href",
|
793
|
+
"route_table_href"
|
794
|
+
]
|
795
|
+
}
|
796
|
+
}
|