Class: ElasticBeanStalkServer

Inherits:
Server
  • Object
show all
Defined in:
lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb,
lib/cloudmunch_Ruby_sdk_v3/ElasticBeanStalkServer.rb

Instance Attribute Summary collapse

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

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

#applicationNameObject

Returns the value of attribute applicationName.



17
18
19
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 17

def applicationName
  @applicationName
end

#appNameObject

Returns the value of attribute appName.



21
22
23
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 21

def appName
  @appName
end

#assetnameObject

Returns the value of attribute assetname.



30
31
32
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 30

def assetname
  @assetname
end

#assettypeObject

Returns the value of attribute assettype.



23
24
25
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 23

def assettype
  @assettype
end

#bucketnameObject

Returns the value of attribute bucketname.



16
17
18
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 16

def bucketname
  @bucketname
end

#cmserverObject

Returns the value of attribute cmserver.



29
30
31
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 29

def cmserver
  @cmserver
end

#deployTempLocObject

Returns the value of attribute deployTempLoc.



22
23
24
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 22

def deployTempLoc
  @deployTempLoc
end

#descriptionObject

Returns the value of attribute description.



19
20
21
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 19

def description
  @description
end

#dnsObject

Returns the value of attribute dns.



20
21
22
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 20

def dns
  @dns
end

#envnameObject

Returns the value of attribute envname.



15
16
17
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 15

def envname
  @envname
end

#providerObject

Returns the value of attribute provider.



26
27
28
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 26

def provider
  @provider
end

#regionObject

Returns the value of attribute region.



28
29
30
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 28

def region
  @region
end

#servernameObject

Returns the value of attribute servername.



14
15
16
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 14

def servername
  @servername
end

#starttimeObject

Returns the value of attribute starttime.



25
26
27
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 25

def starttime
  @starttime
end

#statusObject

Returns the value of attribute status.



24
25
26
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 24

def status
  @status
end

#templateNameObject

Returns the value of attribute templateName.



18
19
20
# File 'lib/cloudmunch_Ruby_sdk_v2/ElasticBeanStalkServer.rb', line 18

def templateName
  @templateName
end