gce-host 0.4.4 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/docs/GCE.html +45 -44
- data/docs/GCE/Host.html +79 -79
- data/docs/GCE/Host/CLI.html +63 -62
- data/docs/GCE/Host/Config.html +251 -196
- data/docs/GCE/Host/ConfigError.html +44 -43
- data/docs/GCE/Host/GCEClient.html +49 -48
- data/docs/GCE/Host/GCEClient/Error.html +44 -43
- data/docs/GCE/Host/GCEClient/NotFound.html +44 -43
- data/docs/GCE/Host/HashUtil.html +41 -41
- data/docs/GCE/Host/HostData.html +102 -101
- data/docs/GCE/Host/RoleData.html +113 -89
- data/docs/GCE/Host/StringUtil.html +47 -47
- data/docs/_index.html +28 -31
- data/docs/class_list.html +24 -31
- data/docs/css/full_list.css +32 -31
- data/docs/css/style.css +244 -91
- data/docs/file.LICENSE.html +28 -31
- data/docs/file.README.html +29 -32
- data/docs/file_list.html +29 -31
- data/docs/frames.html +7 -16
- data/docs/index.html +29 -32
- data/docs/js/app.js +106 -77
- data/docs/js/full_list.js +170 -135
- data/docs/method_list.html +401 -251
- data/docs/top-level-namespace.html +34 -36
- data/lib/gce/host/config.rb +13 -2
- data/lib/gce/host/gce_client.rb +8 -2
- data/lib/gce/host/role_data.rb +5 -2
- data/lib/gce/host/version.rb +1 -1
- metadata +1 -1
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Exception: GCE::Host::GCEClient::NotFound
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.9
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "GCE::Host::GCEClient::NotFound";
|
19
19
|
relpath = '../../../';
|
20
|
-
framesUrl = "../../../frames.html#!GCE/Host/GCEClient/NotFound.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../../_index.html">Index (N)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../../GCE.html" title="GCE (class)">GCE</a></span></span> » <span class='title'><span class='object_link'><a href="../../Host.html" title="GCE::Host (class)">Host</a></span></span> » <span class='title'><span class='object_link'><a href="../GCEClient.html" title="GCE::Host::GCEClient (class)">GCEClient</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">NotFound</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Exception: GCE::Host::GCEClient::NotFound
|
62
|
+
<div id="content"><h1>Exception: GCE::Host::GCEClient::NotFound
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName"><span class='object_link'><a href="Error.html" title="GCE::Host::GCEClient::Error (class)">Error</a></span></span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -87,21 +83,25 @@
|
|
87
83
|
</ul>
|
88
84
|
<a href="#" class="inheritanceTree">show all</a>
|
89
85
|
|
90
|
-
|
91
|
-
|
86
|
+
</dd>
|
87
|
+
</dl>
|
92
88
|
|
89
|
+
|
93
90
|
|
94
|
-
|
95
91
|
|
96
|
-
|
97
92
|
|
98
93
|
|
99
94
|
|
100
|
-
|
101
|
-
<dd class="r2 last">lib/gce/host/gce_client.rb</dd>
|
95
|
+
|
102
96
|
|
103
|
-
|
104
|
-
|
97
|
+
|
98
|
+
|
99
|
+
<dl>
|
100
|
+
<dt>Defined in:</dt>
|
101
|
+
<dd>lib/gce/host/gce_client.rb</dd>
|
102
|
+
</dl>
|
103
|
+
|
104
|
+
</div>
|
105
105
|
|
106
106
|
|
107
107
|
|
@@ -121,11 +121,12 @@
|
|
121
121
|
|
122
122
|
</div>
|
123
123
|
|
124
|
-
|
125
|
-
Generated on
|
124
|
+
<div id="footer">
|
125
|
+
Generated on Sat May 20 00:24:53 2017 by
|
126
126
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
127
|
-
0.
|
127
|
+
0.9.9 (ruby-2.4.1).
|
128
128
|
</div>
|
129
129
|
|
130
|
+
</div>
|
130
131
|
</body>
|
131
132
|
</html>
|
data/docs/GCE/Host/HashUtil.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: GCE::Host::HashUtil
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.9
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "GCE::Host::HashUtil";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!GCE/Host/HashUtil.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,61 +27,61 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (H)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../GCE.html" title="GCE (class)">GCE</a></span></span> » <span class='title'><span class='object_link'><a href="../Host.html" title="GCE::Host (class)">Host</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">HashUtil</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: GCE::Host::HashUtil
|
62
|
+
<div id="content"><h1>Module: GCE::Host::HashUtil
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
71
69
|
|
72
|
-
<dl class="box">
|
73
70
|
|
74
71
|
|
75
|
-
|
76
72
|
|
77
|
-
|
78
73
|
|
79
74
|
|
75
|
+
|
80
76
|
|
81
|
-
|
82
|
-
|
77
|
+
|
78
|
+
|
79
|
+
<dl>
|
80
|
+
<dt>Defined in:</dt>
|
81
|
+
<dd>lib/gce/host/hash_util.rb</dd>
|
82
|
+
</dl>
|
83
83
|
|
84
|
-
</
|
85
|
-
<div class="clear"></div>
|
84
|
+
</div>
|
86
85
|
|
87
86
|
|
88
87
|
|
@@ -94,7 +93,7 @@
|
|
94
93
|
|
95
94
|
<h2>
|
96
95
|
Class Method Summary
|
97
|
-
<small
|
96
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
98
97
|
</h2>
|
99
98
|
|
100
99
|
<ul class="summary">
|
@@ -102,7 +101,7 @@
|
|
102
101
|
<li class="public ">
|
103
102
|
<span class="summary_signature">
|
104
103
|
|
105
|
-
<a href="#except-class_method" title="except (class method)"
|
104
|
+
<a href="#except-class_method" title="except (class method)">.<strong>except</strong>(hash, *keys) ⇒ Object </a>
|
106
105
|
|
107
106
|
|
108
107
|
|
@@ -133,7 +132,7 @@
|
|
133
132
|
<div class="method_details first">
|
134
133
|
<h3 class="signature first" id="except-class_method">
|
135
134
|
|
136
|
-
|
135
|
+
.<strong>except</strong>(hash, *keys) ⇒ <tt>Object</tt>
|
137
136
|
|
138
137
|
|
139
138
|
|
@@ -168,11 +167,12 @@
|
|
168
167
|
|
169
168
|
</div>
|
170
169
|
|
171
|
-
|
172
|
-
Generated on
|
170
|
+
<div id="footer">
|
171
|
+
Generated on Sat May 20 00:24:52 2017 by
|
173
172
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
174
|
-
0.
|
173
|
+
0.9.9 (ruby-2.4.1).
|
175
174
|
</div>
|
176
175
|
|
176
|
+
</div>
|
177
177
|
</body>
|
178
178
|
</html>
|
data/docs/GCE/Host/HostData.html
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Class: GCE::Host::HostData
|
8
8
|
|
9
|
-
— Documentation by YARD 0.
|
9
|
+
— Documentation by YARD 0.9.9
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "GCE::Host::HostData";
|
19
19
|
relpath = '../../';
|
20
|
-
framesUrl = "../../frames.html#!GCE/Host/HostData.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,51 +27,48 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../../_index.html">Index (H)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../../GCE.html" title="GCE (class)">GCE</a></span></span> » <span class='title'><span class='object_link'><a href="../Host.html" title="GCE::Host (class)">Host</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">HostData</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Class: GCE::Host::HostData
|
62
|
+
<div id="content"><h1>Class: GCE::Host::HostData
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
71
|
-
|
72
|
-
<dl class="box">
|
67
|
+
<div class="box_info">
|
73
68
|
|
74
|
-
|
75
|
-
<
|
69
|
+
<dl>
|
70
|
+
<dt>Inherits:</dt>
|
71
|
+
<dd>
|
76
72
|
<span class="inheritName">Object</span>
|
77
73
|
|
78
74
|
<ul class="fullTree">
|
@@ -83,21 +79,25 @@
|
|
83
79
|
</ul>
|
84
80
|
<a href="#" class="inheritanceTree">show all</a>
|
85
81
|
|
86
|
-
|
87
|
-
|
82
|
+
</dd>
|
83
|
+
</dl>
|
84
|
+
|
85
|
+
|
88
86
|
|
89
87
|
|
90
|
-
|
91
88
|
|
92
|
-
|
93
89
|
|
94
90
|
|
91
|
+
|
92
|
+
|
93
|
+
|
95
94
|
|
96
|
-
|
97
|
-
<
|
95
|
+
<dl>
|
96
|
+
<dt>Defined in:</dt>
|
97
|
+
<dd>lib/gce/host/host_data.rb</dd>
|
98
|
+
</dl>
|
98
99
|
|
99
|
-
</
|
100
|
-
<div class="clear"></div>
|
100
|
+
</div>
|
101
101
|
|
102
102
|
<h2>Overview</h2><div class="docstring">
|
103
103
|
<div class="discussion">
|
@@ -114,13 +114,13 @@
|
|
114
114
|
|
115
115
|
|
116
116
|
|
117
|
-
<h2>Instance Attribute Summary <small
|
117
|
+
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
118
118
|
<ul class="summary">
|
119
119
|
|
120
120
|
<li class="public ">
|
121
121
|
<span class="summary_signature">
|
122
122
|
|
123
|
-
<a href="#instance-instance_method" title="#instance (instance method)"
|
123
|
+
<a href="#instance-instance_method" title="#instance (instance method)">#<strong>instance</strong> ⇒ Object </a>
|
124
124
|
|
125
125
|
|
126
126
|
|
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
<h2>
|
156
156
|
Instance Method Summary
|
157
|
-
<small
|
157
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
158
158
|
</h2>
|
159
159
|
|
160
160
|
<ul class="summary">
|
@@ -162,7 +162,7 @@
|
|
162
162
|
<li class="public ">
|
163
163
|
<span class="summary_signature">
|
164
164
|
|
165
|
-
<a href="#creation_timestamp-instance_method" title="#creation_timestamp (instance method)"
|
165
|
+
<a href="#creation_timestamp-instance_method" title="#creation_timestamp (instance method)">#<strong>creation_timestamp</strong> ⇒ Object </a>
|
166
166
|
|
167
167
|
|
168
168
|
|
@@ -184,7 +184,7 @@
|
|
184
184
|
<li class="public ">
|
185
185
|
<span class="summary_signature">
|
186
186
|
|
187
|
-
<a href="#hostname-instance_method" title="#hostname (instance method)"
|
187
|
+
<a href="#hostname-instance_method" title="#hostname (instance method)">#<strong>hostname</strong> ⇒ Object </a>
|
188
188
|
|
189
189
|
|
190
190
|
|
@@ -206,7 +206,7 @@
|
|
206
206
|
<li class="public ">
|
207
207
|
<span class="summary_signature">
|
208
208
|
|
209
|
-
<a href="#info-instance_method" title="#info (instance method)"
|
209
|
+
<a href="#info-instance_method" title="#info (instance method)">#<strong>info</strong> ⇒ Object </a>
|
210
210
|
|
211
211
|
|
212
212
|
|
@@ -228,7 +228,7 @@
|
|
228
228
|
<li class="public ">
|
229
229
|
<span class="summary_signature">
|
230
230
|
|
231
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)"
|
231
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(instance) ⇒ HostData </a>
|
232
232
|
|
233
233
|
|
234
234
|
|
@@ -255,7 +255,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
255
255
|
<li class="public ">
|
256
256
|
<span class="summary_signature">
|
257
257
|
|
258
|
-
<a href="#inspect-instance_method" title="#inspect (instance method)"
|
258
|
+
<a href="#inspect-instance_method" title="#inspect (instance method)">#<strong>inspect</strong> ⇒ Object </a>
|
259
259
|
|
260
260
|
|
261
261
|
|
@@ -277,7 +277,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
277
277
|
<li class="public ">
|
278
278
|
<span class="summary_signature">
|
279
279
|
|
280
|
-
<a href="#instance_id-instance_method" title="#instance_id (instance method)"
|
280
|
+
<a href="#instance_id-instance_method" title="#instance_id (instance method)">#<strong>instance_id</strong> ⇒ Object </a>
|
281
281
|
|
282
282
|
|
283
283
|
|
@@ -299,7 +299,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
299
299
|
<li class="public ">
|
300
300
|
<span class="summary_signature">
|
301
301
|
|
302
|
-
<a href="#ip-instance_method" title="#ip (instance method)"
|
302
|
+
<a href="#ip-instance_method" title="#ip (instance method)">#<strong>ip</strong> ⇒ Object </a>
|
303
303
|
|
304
304
|
|
305
305
|
|
@@ -323,7 +323,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
323
323
|
<li class="public ">
|
324
324
|
<span class="summary_signature">
|
325
325
|
|
326
|
-
<a href="#machine_type-instance_method" title="#machine_type (instance method)"
|
326
|
+
<a href="#machine_type-instance_method" title="#machine_type (instance method)">#<strong>machine_type</strong> ⇒ Object </a>
|
327
327
|
|
328
328
|
|
329
329
|
|
@@ -345,7 +345,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
345
345
|
<li class="public ">
|
346
346
|
<span class="summary_signature">
|
347
347
|
|
348
|
-
<a href="#match%3F-instance_method" title="#match? (instance method)"
|
348
|
+
<a href="#match%3F-instance_method" title="#match? (instance method)">#<strong>match?</strong>(condition) ⇒ Boolean </a>
|
349
349
|
|
350
350
|
|
351
351
|
|
@@ -369,7 +369,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
369
369
|
<li class="public ">
|
370
370
|
<span class="summary_signature">
|
371
371
|
|
372
|
-
<a href="#private_ip_address-instance_method" title="#private_ip_address (instance method)"
|
372
|
+
<a href="#private_ip_address-instance_method" title="#private_ip_address (instance method)">#<strong>private_ip_address</strong> ⇒ Object </a>
|
373
373
|
|
374
374
|
|
375
375
|
|
@@ -391,7 +391,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
391
391
|
<li class="public ">
|
392
392
|
<span class="summary_signature">
|
393
393
|
|
394
|
-
<a href="#private_ip_addresses-instance_method" title="#private_ip_addresses (instance method)"
|
394
|
+
<a href="#private_ip_addresses-instance_method" title="#private_ip_addresses (instance method)">#<strong>private_ip_addresses</strong> ⇒ Object </a>
|
395
395
|
|
396
396
|
|
397
397
|
|
@@ -413,7 +413,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
413
413
|
<li class="public ">
|
414
414
|
<span class="summary_signature">
|
415
415
|
|
416
|
-
<a href="#provisioning%3F-instance_method" title="#provisioning? (instance method)"
|
416
|
+
<a href="#provisioning%3F-instance_method" title="#provisioning? (instance method)">#<strong>provisioning?</strong> ⇒ Boolean </a>
|
417
417
|
|
418
418
|
|
419
419
|
|
@@ -435,7 +435,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
435
435
|
<li class="public ">
|
436
436
|
<span class="summary_signature">
|
437
437
|
|
438
|
-
<a href="#public_ip_address-instance_method" title="#public_ip_address (instance method)"
|
438
|
+
<a href="#public_ip_address-instance_method" title="#public_ip_address (instance method)">#<strong>public_ip_address</strong> ⇒ Object </a>
|
439
439
|
|
440
440
|
|
441
441
|
|
@@ -457,7 +457,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
457
457
|
<li class="public ">
|
458
458
|
<span class="summary_signature">
|
459
459
|
|
460
|
-
<a href="#public_ip_addresses-instance_method" title="#public_ip_addresses (instance method)"
|
460
|
+
<a href="#public_ip_addresses-instance_method" title="#public_ip_addresses (instance method)">#<strong>public_ip_addresses</strong> ⇒ Object </a>
|
461
461
|
|
462
462
|
|
463
463
|
|
@@ -479,7 +479,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
479
479
|
<li class="public ">
|
480
480
|
<span class="summary_signature">
|
481
481
|
|
482
|
-
<a href="#roles-instance_method" title="#roles (instance method)"
|
482
|
+
<a href="#roles-instance_method" title="#roles (instance method)">#<strong>roles</strong> ⇒ Object </a>
|
483
483
|
|
484
484
|
|
485
485
|
|
@@ -501,7 +501,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
501
501
|
<li class="public ">
|
502
502
|
<span class="summary_signature">
|
503
503
|
|
504
|
-
<a href="#running%3F-instance_method" title="#running? (instance method)"
|
504
|
+
<a href="#running%3F-instance_method" title="#running? (instance method)">#<strong>running?</strong> ⇒ Boolean </a>
|
505
505
|
|
506
506
|
|
507
507
|
|
@@ -523,7 +523,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
523
523
|
<li class="public ">
|
524
524
|
<span class="summary_signature">
|
525
525
|
|
526
|
-
<a href="#staging%3F-instance_method" title="#staging? (instance method)"
|
526
|
+
<a href="#staging%3F-instance_method" title="#staging? (instance method)">#<strong>staging?</strong> ⇒ Boolean </a>
|
527
527
|
|
528
528
|
|
529
529
|
|
@@ -545,7 +545,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
545
545
|
<li class="public ">
|
546
546
|
<span class="summary_signature">
|
547
547
|
|
548
|
-
<a href="#start_date-instance_method" title="#start_date (instance method)"
|
548
|
+
<a href="#start_date-instance_method" title="#start_date (instance method)">#<strong>start_date</strong> ⇒ Object </a>
|
549
549
|
|
550
550
|
|
551
551
|
|
@@ -569,7 +569,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
569
569
|
<li class="public ">
|
570
570
|
<span class="summary_signature">
|
571
571
|
|
572
|
-
<a href="#stopping%3F-instance_method" title="#stopping? (instance method)"
|
572
|
+
<a href="#stopping%3F-instance_method" title="#stopping? (instance method)">#<strong>stopping?</strong> ⇒ Boolean </a>
|
573
573
|
|
574
574
|
|
575
575
|
|
@@ -591,7 +591,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
591
591
|
<li class="public ">
|
592
592
|
<span class="summary_signature">
|
593
593
|
|
594
|
-
<a href="#terminated%3F-instance_method" title="#terminated? (instance method)"
|
594
|
+
<a href="#terminated%3F-instance_method" title="#terminated? (instance method)">#<strong>terminated?</strong> ⇒ Boolean </a>
|
595
595
|
|
596
596
|
|
597
597
|
|
@@ -613,7 +613,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
613
613
|
<li class="public ">
|
614
614
|
<span class="summary_signature">
|
615
615
|
|
616
|
-
<a href="#to_hash-instance_method" title="#to_hash (instance method)"
|
616
|
+
<a href="#to_hash-instance_method" title="#to_hash (instance method)">#<strong>to_hash</strong> ⇒ Object </a>
|
617
617
|
|
618
618
|
|
619
619
|
|
@@ -635,7 +635,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
635
635
|
<li class="public ">
|
636
636
|
<span class="summary_signature">
|
637
637
|
|
638
|
-
<a href="#usages-instance_method" title="#usages (instance method)"
|
638
|
+
<a href="#usages-instance_method" title="#usages (instance method)">#<strong>usages</strong> ⇒ Object </a>
|
639
639
|
|
640
640
|
|
641
641
|
|
@@ -659,7 +659,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
659
659
|
<li class="public ">
|
660
660
|
<span class="summary_signature">
|
661
661
|
|
662
|
-
<a href="#zone-instance_method" title="#zone (instance method)"
|
662
|
+
<a href="#zone-instance_method" title="#zone (instance method)">#<strong>zone</strong> ⇒ Object </a>
|
663
663
|
|
664
664
|
|
665
665
|
|
@@ -687,7 +687,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself.</p>
|
|
687
687
|
<div class="method_details first">
|
688
688
|
<h3 class="signature first" id="initialize-instance_method">
|
689
689
|
|
690
|
-
|
690
|
+
#<strong>initialize</strong>(instance) ⇒ <tt><span class='object_link'><a href="" title="GCE::Host::HostData (class)">HostData</a></span></tt>
|
691
691
|
|
692
692
|
|
693
693
|
|
@@ -738,7 +738,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
738
738
|
<div class="method_details first">
|
739
739
|
<h3 class="signature first" id="instance-instance_method">
|
740
740
|
|
741
|
-
|
741
|
+
#<strong>instance</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
742
742
|
|
743
743
|
|
744
744
|
|
@@ -786,7 +786,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
786
786
|
<div class="method_details first">
|
787
787
|
<h3 class="signature first" id="creation_timestamp-instance_method">
|
788
788
|
|
789
|
-
|
789
|
+
#<strong>creation_timestamp</strong> ⇒ <tt>Object</tt>
|
790
790
|
|
791
791
|
|
792
792
|
|
@@ -816,7 +816,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
816
816
|
<div class="method_details ">
|
817
817
|
<h3 class="signature " id="hostname-instance_method">
|
818
818
|
|
819
|
-
|
819
|
+
#<strong>hostname</strong> ⇒ <tt>Object</tt>
|
820
820
|
|
821
821
|
|
822
822
|
|
@@ -846,7 +846,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
846
846
|
<div class="method_details ">
|
847
847
|
<h3 class="signature " id="info-instance_method">
|
848
848
|
|
849
|
-
|
849
|
+
#<strong>info</strong> ⇒ <tt>Object</tt>
|
850
850
|
|
851
851
|
|
852
852
|
|
@@ -892,7 +892,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
892
892
|
<div class="method_details ">
|
893
893
|
<h3 class="signature " id="inspect-instance_method">
|
894
894
|
|
895
|
-
|
895
|
+
#<strong>inspect</strong> ⇒ <tt>Object</tt>
|
896
896
|
|
897
897
|
|
898
898
|
|
@@ -922,7 +922,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
922
922
|
<div class="method_details ">
|
923
923
|
<h3 class="signature " id="instance_id-instance_method">
|
924
924
|
|
925
|
-
|
925
|
+
#<strong>instance_id</strong> ⇒ <tt>Object</tt>
|
926
926
|
|
927
927
|
|
928
928
|
|
@@ -952,7 +952,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
952
952
|
<div class="method_details ">
|
953
953
|
<h3 class="signature " id="ip-instance_method">
|
954
954
|
|
955
|
-
|
955
|
+
#<strong>ip</strong> ⇒ <tt>Object</tt>
|
956
956
|
|
957
957
|
|
958
958
|
|
@@ -993,7 +993,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
993
993
|
<div class="method_details ">
|
994
994
|
<h3 class="signature " id="machine_type-instance_method">
|
995
995
|
|
996
|
-
|
996
|
+
#<strong>machine_type</strong> ⇒ <tt>Object</tt>
|
997
997
|
|
998
998
|
|
999
999
|
|
@@ -1023,7 +1023,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1023
1023
|
<div class="method_details ">
|
1024
1024
|
<h3 class="signature " id="match?-instance_method">
|
1025
1025
|
|
1026
|
-
|
1026
|
+
#<strong>match?</strong>(condition) ⇒ <tt>Boolean</tt>
|
1027
1027
|
|
1028
1028
|
|
1029
1029
|
|
@@ -1091,7 +1091,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1091
1091
|
<pre class="code"><span class="info file"># File 'lib/gce/host/host_data.rb', line 116</span>
|
1092
1092
|
|
1093
1093
|
<span class='kw'>def</span> <span class='id identifier rubyid_match?'>match?</span><span class='lparen'>(</span><span class='id identifier rubyid_condition'>condition</span><span class='rparen'>)</span>
|
1094
|
-
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_condition'>condition</span><span class='lbracket'>[</span><span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_status'>status</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='rbracket'>]</span> <span class='kw'>and</span> <span class='lparen'>(</span><span class='id identifier rubyid_terminated?'>terminated?</span> <span class='kw'>or</span> <span class='id identifier rubyid_stopping?'>stopping?</span><span class='rparen'>)</span>
|
1094
|
+
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_condition'>condition</span><span class='lbracket'>[</span><span class='const'><span class='object_link'><a href="Config.html" title="GCE::Host::Config (class)">Config</a></span></span><span class='period'>.</span><span class='id identifier rubyid_status'><span class='object_link'><a href="Config.html#status-class_method" title="GCE::Host::Config.status (method)">status</a></span></span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span><span class='rbracket'>]</span> <span class='kw'>and</span> <span class='lparen'>(</span><span class='id identifier rubyid_terminated?'>terminated?</span> <span class='kw'>or</span> <span class='id identifier rubyid_stopping?'>stopping?</span><span class='rparen'>)</span>
|
1095
1095
|
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_role_match?'>role_match?</span><span class='lparen'>(</span><span class='id identifier rubyid_condition'>condition</span><span class='rparen'>)</span>
|
1096
1096
|
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_status_match?'>status_match?</span><span class='lparen'>(</span><span class='id identifier rubyid_condition'>condition</span><span class='rparen'>)</span>
|
1097
1097
|
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_instance_match?'>instance_match?</span><span class='lparen'>(</span><span class='id identifier rubyid_condition'>condition</span><span class='rparen'>)</span>
|
@@ -1105,7 +1105,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1105
1105
|
<div class="method_details ">
|
1106
1106
|
<h3 class="signature " id="private_ip_address-instance_method">
|
1107
1107
|
|
1108
|
-
|
1108
|
+
#<strong>private_ip_address</strong> ⇒ <tt>Object</tt>
|
1109
1109
|
|
1110
1110
|
|
1111
1111
|
|
@@ -1135,7 +1135,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1135
1135
|
<div class="method_details ">
|
1136
1136
|
<h3 class="signature " id="private_ip_addresses-instance_method">
|
1137
1137
|
|
1138
|
-
|
1138
|
+
#<strong>private_ip_addresses</strong> ⇒ <tt>Object</tt>
|
1139
1139
|
|
1140
1140
|
|
1141
1141
|
|
@@ -1165,7 +1165,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1165
1165
|
<div class="method_details ">
|
1166
1166
|
<h3 class="signature " id="provisioning?-instance_method">
|
1167
1167
|
|
1168
|
-
|
1168
|
+
#<strong>provisioning?</strong> ⇒ <tt>Boolean</tt>
|
1169
1169
|
|
1170
1170
|
|
1171
1171
|
|
@@ -1217,7 +1217,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1217
1217
|
<div class="method_details ">
|
1218
1218
|
<h3 class="signature " id="public_ip_address-instance_method">
|
1219
1219
|
|
1220
|
-
|
1220
|
+
#<strong>public_ip_address</strong> ⇒ <tt>Object</tt>
|
1221
1221
|
|
1222
1222
|
|
1223
1223
|
|
@@ -1247,7 +1247,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1247
1247
|
<div class="method_details ">
|
1248
1248
|
<h3 class="signature " id="public_ip_addresses-instance_method">
|
1249
1249
|
|
1250
|
-
|
1250
|
+
#<strong>public_ip_addresses</strong> ⇒ <tt>Object</tt>
|
1251
1251
|
|
1252
1252
|
|
1253
1253
|
|
@@ -1277,7 +1277,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1277
1277
|
<div class="method_details ">
|
1278
1278
|
<h3 class="signature " id="roles-instance_method">
|
1279
1279
|
|
1280
|
-
|
1280
|
+
#<strong>roles</strong> ⇒ <tt>Object</tt>
|
1281
1281
|
|
1282
1282
|
|
1283
1283
|
|
@@ -1300,8 +1300,8 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1300
1300
|
|
1301
1301
|
<span class='kw'>def</span> <span class='id identifier rubyid_roles'>roles</span>
|
1302
1302
|
<span class='kw'>return</span> <span class='ivar'>@roles</span> <span class='kw'>if</span> <span class='ivar'>@roles</span>
|
1303
|
-
<span class='id identifier rubyid_roles'>roles</span> <span class='op'>=</span> <span class='id identifier rubyid_find_array_key'>find_array_key</span><span class='lparen'>(</span><span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_roles_key'>roles_key</span><span class='rparen'>)</span>
|
1304
|
-
<span class='ivar'>@roles</span> <span class='op'>=</span> <span class='id identifier rubyid_roles'>roles</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_role'>role</span><span class='op'>|</span> <span class='const'>GCE</span><span class='op'>::</span><span class='const'>Host</span><span class='op'>::</span><span class='const'>RoleData</span><span class='period'>.</span><span class='id identifier rubyid_build'>build</span><span class='lparen'>(</span><span class='id identifier rubyid_role'>role</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
|
1303
|
+
<span class='id identifier rubyid_roles'>roles</span> <span class='op'>=</span> <span class='id identifier rubyid_find_array_key'>find_array_key</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="Config.html" title="GCE::Host::Config (class)">Config</a></span></span><span class='period'>.</span><span class='id identifier rubyid_roles_key'><span class='object_link'><a href="Config.html#roles_key-class_method" title="GCE::Host::Config.roles_key (method)">roles_key</a></span></span><span class='rparen'>)</span>
|
1304
|
+
<span class='ivar'>@roles</span> <span class='op'>=</span> <span class='id identifier rubyid_roles'>roles</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span> <span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_role'>role</span><span class='op'>|</span> <span class='const'><span class='object_link'><a href="../../GCE.html" title="GCE (class)">GCE</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Host.html" title="GCE::Host (class)">Host</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="RoleData.html" title="GCE::Host::RoleData (class)">RoleData</a></span></span><span class='period'>.</span><span class='id identifier rubyid_build'><span class='object_link'><a href="RoleData.html#build-class_method" title="GCE::Host::RoleData.build (method)">build</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_role'>role</span><span class='rparen'>)</span> <span class='rbrace'>}</span>
|
1305
1305
|
<span class='kw'>end</span></pre>
|
1306
1306
|
</td>
|
1307
1307
|
</tr>
|
@@ -1311,7 +1311,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1311
1311
|
<div class="method_details ">
|
1312
1312
|
<h3 class="signature " id="running?-instance_method">
|
1313
1313
|
|
1314
|
-
|
1314
|
+
#<strong>running?</strong> ⇒ <tt>Boolean</tt>
|
1315
1315
|
|
1316
1316
|
|
1317
1317
|
|
@@ -1363,7 +1363,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1363
1363
|
<div class="method_details ">
|
1364
1364
|
<h3 class="signature " id="staging?-instance_method">
|
1365
1365
|
|
1366
|
-
|
1366
|
+
#<strong>staging?</strong> ⇒ <tt>Boolean</tt>
|
1367
1367
|
|
1368
1368
|
|
1369
1369
|
|
@@ -1415,7 +1415,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1415
1415
|
<div class="method_details ">
|
1416
1416
|
<h3 class="signature " id="start_date-instance_method">
|
1417
1417
|
|
1418
|
-
|
1418
|
+
#<strong>start_date</strong> ⇒ <tt>Object</tt>
|
1419
1419
|
|
1420
1420
|
|
1421
1421
|
|
@@ -1456,7 +1456,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1456
1456
|
<div class="method_details ">
|
1457
1457
|
<h3 class="signature " id="stopping?-instance_method">
|
1458
1458
|
|
1459
|
-
|
1459
|
+
#<strong>stopping?</strong> ⇒ <tt>Boolean</tt>
|
1460
1460
|
|
1461
1461
|
|
1462
1462
|
|
@@ -1508,7 +1508,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1508
1508
|
<div class="method_details ">
|
1509
1509
|
<h3 class="signature " id="terminated?-instance_method">
|
1510
1510
|
|
1511
|
-
|
1511
|
+
#<strong>terminated?</strong> ⇒ <tt>Boolean</tt>
|
1512
1512
|
|
1513
1513
|
|
1514
1514
|
|
@@ -1560,7 +1560,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1560
1560
|
<div class="method_details ">
|
1561
1561
|
<h3 class="signature " id="to_hash-instance_method">
|
1562
1562
|
|
1563
|
-
|
1563
|
+
#<strong>to_hash</strong> ⇒ <tt>Object</tt>
|
1564
1564
|
|
1565
1565
|
|
1566
1566
|
|
@@ -1603,12 +1603,12 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1603
1603
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>hostname</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='id identifier rubyid_hostname'>hostname</span><span class='comma'>,</span>
|
1604
1604
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>roles</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='id identifier rubyid_roles'>roles</span><span class='comma'>,</span>
|
1605
1605
|
<span class='rbrace'>}</span>
|
1606
|
-
<span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_optional_string_keys'>optional_string_keys</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span>
|
1607
|
-
<span class='id identifier rubyid_field'>field</span> <span class='op'>=</span> <span class='const'>StringUtil</span><span class='period'>.</span><span class='id identifier rubyid_underscore'>underscore</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
1606
|
+
<span class='const'><span class='object_link'><a href="Config.html" title="GCE::Host::Config (class)">Config</a></span></span><span class='period'>.</span><span class='id identifier rubyid_optional_string_keys'><span class='object_link'><a href="Config.html#optional_string_keys-class_method" title="GCE::Host::Config.optional_string_keys (method)">optional_string_keys</a></span></span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span>
|
1607
|
+
<span class='id identifier rubyid_field'>field</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="StringUtil.html" title="GCE::Host::StringUtil (module)">StringUtil</a></span></span><span class='period'>.</span><span class='id identifier rubyid_underscore'><span class='object_link'><a href="StringUtil.html#underscore-class_method" title="GCE::Host::StringUtil.underscore (method)">underscore</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
1608
1608
|
<span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='id identifier rubyid_field'>field</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_field'>field</span><span class='rparen'>)</span>
|
1609
1609
|
<span class='kw'>end</span>
|
1610
|
-
<span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_optional_array_keys'>optional_array_keys</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span>
|
1611
|
-
<span class='id identifier rubyid_field'>field</span> <span class='op'>=</span> <span class='const'>StringUtil</span><span class='period'>.</span><span class='id identifier rubyid_underscore'>underscore</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
1610
|
+
<span class='const'><span class='object_link'><a href="Config.html" title="GCE::Host::Config (class)">Config</a></span></span><span class='period'>.</span><span class='id identifier rubyid_optional_array_keys'><span class='object_link'><a href="Config.html#optional_array_keys-class_method" title="GCE::Host::Config.optional_array_keys (method)">optional_array_keys</a></span></span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_key'>key</span><span class='op'>|</span>
|
1611
|
+
<span class='id identifier rubyid_field'>field</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="StringUtil.html" title="GCE::Host::StringUtil (module)">StringUtil</a></span></span><span class='period'>.</span><span class='id identifier rubyid_underscore'><span class='object_link'><a href="StringUtil.html#underscore-class_method" title="GCE::Host::StringUtil.underscore (method)">underscore</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span>
|
1612
1612
|
<span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='id identifier rubyid_field'>field</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_field'>field</span><span class='rparen'>)</span>
|
1613
1613
|
<span class='kw'>end</span>
|
1614
1614
|
<span class='id identifier rubyid_params'>params</span><span class='period'>.</span><span class='id identifier rubyid_merge!'>merge!</span><span class='lparen'>(</span>
|
@@ -1617,7 +1617,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1617
1617
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>private_ip_address</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='id identifier rubyid_private_ip_address'>private_ip_address</span><span class='comma'>,</span>
|
1618
1618
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>public_ip_address</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='id identifier rubyid_public_ip_address'>public_ip_address</span><span class='comma'>,</span>
|
1619
1619
|
<span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>creation_timestamp</span><span class='tstring_end'>"</span></span> <span class='op'>=></span> <span class='id identifier rubyid_creation_timestamp'>creation_timestamp</span><span class='comma'>,</span>
|
1620
|
-
<span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_status'>status</span> <span class='op'>=></span> <span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='const'>Config</span><span class='period'>.</span><span class='id identifier rubyid_status'>status</span><span class='rparen'>)</span><span class='comma'>,</span>
|
1620
|
+
<span class='const'><span class='object_link'><a href="Config.html" title="GCE::Host::Config (class)">Config</a></span></span><span class='period'>.</span><span class='id identifier rubyid_status'><span class='object_link'><a href="Config.html#status-class_method" title="GCE::Host::Config.status (method)">status</a></span></span> <span class='op'>=></span> <span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="Config.html" title="GCE::Host::Config (class)">Config</a></span></span><span class='period'>.</span><span class='id identifier rubyid_status'><span class='object_link'><a href="Config.html#status-class_method" title="GCE::Host::Config.status (method)">status</a></span></span><span class='rparen'>)</span><span class='comma'>,</span>
|
1621
1621
|
<span class='rparen'>)</span>
|
1622
1622
|
<span class='kw'>end</span></pre>
|
1623
1623
|
</td>
|
@@ -1628,7 +1628,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1628
1628
|
<div class="method_details ">
|
1629
1629
|
<h3 class="signature " id="usages-instance_method">
|
1630
1630
|
|
1631
|
-
|
1631
|
+
#<strong>usages</strong> ⇒ <tt>Object</tt>
|
1632
1632
|
|
1633
1633
|
|
1634
1634
|
|
@@ -1669,7 +1669,7 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1669
1669
|
<div class="method_details ">
|
1670
1670
|
<h3 class="signature " id="zone-instance_method">
|
1671
1671
|
|
1672
|
-
|
1672
|
+
#<strong>zone</strong> ⇒ <tt>Object</tt>
|
1673
1673
|
|
1674
1674
|
|
1675
1675
|
|
@@ -1700,11 +1700,12 @@ web:app1,db:app1 :instance, # Aws::GCE::Types::Instance itself</p>
|
|
1700
1700
|
|
1701
1701
|
</div>
|
1702
1702
|
|
1703
|
-
|
1704
|
-
Generated on
|
1703
|
+
<div id="footer">
|
1704
|
+
Generated on Sat May 20 00:24:52 2017 by
|
1705
1705
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1706
|
-
0.
|
1706
|
+
0.9.9 (ruby-2.4.1).
|
1707
1707
|
</div>
|
1708
1708
|
|
1709
|
+
</div>
|
1709
1710
|
</body>
|
1710
1711
|
</html>
|