Class: ElasticBeanStalkServer
- Defined in:
- lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb,
lib/cloudmunch_Ruby_sdk_v3/ElasticBeanStalkServer.rb
Instance Attribute Summary collapse
-
#applicationName ⇒ Object
Returns the value of attribute applicationName.
-
#appName ⇒ Object
Returns the value of attribute appName.
-
#assetname ⇒ Object
Returns the value of attribute assetname.
-
#assettype ⇒ Object
Returns the value of attribute assettype.
-
#bucketname ⇒ Object
Returns the value of attribute bucketname.
-
#cmserver ⇒ Object
Returns the value of attribute cmserver.
-
#deployTempLoc ⇒ Object
Returns the value of attribute deployTempLoc.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dns ⇒ Object
Returns the value of attribute dns.
-
#envname ⇒ Object
Returns the value of attribute envname.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#region ⇒ Object
Returns the value of attribute region.
-
#servername ⇒ Object
Returns the value of attribute servername.
-
#starttime ⇒ Object
Returns the value of attribute starttime.
-
#status ⇒ Object
Returns the value of attribute status.
-
#templateName ⇒ Object
Returns the value of attribute templateName.
Attributes inherited from Server
#CI, #assetName, #assetType, #build, #buildLocation, #deploymentStatus, #domainName, #emailID, #imageID, #instanceId, #instanceSize, #launcheduser, #loginUser, #password, #privateKeyLoc, #publicKeyLoc, #serverName, #serverType, #sshport, #startTime, #tier
Instance Method Summary collapse
-
#initialize(appContext) ⇒ ElasticBeanStalkServer
constructor
A new instance of ElasticBeanStalkServer.
Constructor Details
#initialize(appContext) ⇒ ElasticBeanStalkServer
Returns a new instance of ElasticBeanStalkServer.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 32 def initialize(appContext) @servername = "" @envname = "" @bucketname = "" @applicationName = "" @templateName = "" @description = "" @dns = "" @appName = "" @deployTempLoc = "" @assettype = "" @status = "" @starttime = "" @provider = "" @region = "" @cmserver = "" @assetname = "" end |
Instance Attribute Details
#applicationName ⇒ Object
Returns the value of attribute applicationName.
17 18 19 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 17 def applicationName @applicationName end |
#appName ⇒ Object
Returns the value of attribute appName.
21 22 23 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 21 def appName @appName end |
#assetname ⇒ Object
Returns the value of attribute assetname.
30 31 32 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 30 def assetname @assetname end |
#assettype ⇒ Object
Returns the value of attribute assettype.
23 24 25 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 23 def assettype @assettype end |
#bucketname ⇒ Object
Returns the value of attribute bucketname.
16 17 18 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 16 def bucketname @bucketname end |
#cmserver ⇒ Object
Returns the value of attribute cmserver.
29 30 31 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 29 def cmserver @cmserver end |
#deployTempLoc ⇒ Object
Returns the value of attribute deployTempLoc.
22 23 24 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 22 def deployTempLoc @deployTempLoc end |
#description ⇒ Object
Returns the value of attribute description.
19 20 21 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 19 def description @description end |
#dns ⇒ Object
Returns the value of attribute dns.
20 21 22 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 20 def dns @dns end |
#envname ⇒ Object
Returns the value of attribute envname.
15 16 17 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 15 def envname @envname end |
#provider ⇒ Object
Returns the value of attribute provider.
26 27 28 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 26 def provider @provider end |
#region ⇒ Object
Returns the value of attribute region.
28 29 30 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 28 def region @region end |
#servername ⇒ Object
Returns the value of attribute servername.
14 15 16 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 14 def servername @servername end |
#starttime ⇒ Object
Returns the value of attribute starttime.
25 26 27 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 25 def starttime @starttime end |
#status ⇒ Object
Returns the value of attribute status.
24 25 26 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 24 def status @status end |
#templateName ⇒ Object
Returns the value of attribute templateName.
18 19 20 |
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 18 def templateName @templateName end |