Class: Virtuozzo::SOAP::Types::Alertm::Resource_alertType

Inherits:
Alert_dataType show all
Defined in:
lib/virtuozzo/soap/types/alertm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/alertmresource_alertType

type - SOAP::SOAPInt
eid - (any)
m_class - SOAP::SOAPString
instance - SOAP::SOAPString
counter - SOAP::SOAPString
cur - SOAP::SOAPAnySimpleType
hard - SOAP::SOAPAnySimpleType
soft - SOAP::SOAPAnySimpleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, eid = nil, v_class = nil, instance = nil, counter = nil, cur = nil, hard = nil, soft = nil) ⇒ Resource_alertType

Returns a new instance of Resource_alertType.



1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1139

def initialize(type = nil, eid = nil, v_class = nil, instance = nil, counter = nil, cur = nil, hard = nil, soft = nil)
  @type = type
  @eid = eid
  @v_class = v_class
  @instance = instance
  @counter = counter
  @cur = cur
  @hard = hard
  @soft = soft
end

Instance Attribute Details

#counterObject

Returns the value of attribute counter.



1126
1127
1128
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1126

def counter
  @counter
end

#curObject

Returns the value of attribute cur.



1127
1128
1129
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1127

def cur
  @cur
end

#eidObject

Returns the value of attribute eid.



1124
1125
1126
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1124

def eid
  @eid
end

#hardObject

Returns the value of attribute hard.



1128
1129
1130
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1128

def hard
  @hard
end

#instanceObject

Returns the value of attribute instance.



1125
1126
1127
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1125

def instance
  @instance
end

#softObject

Returns the value of attribute soft.



1129
1130
1131
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1129

def soft
  @soft
end

#typeObject

Returns the value of attribute type.



1123
1124
1125
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1123

def type
  @type
end

Instance Method Details

#m_classObject



1131
1132
1133
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1131

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



1135
1136
1137
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1135

def m_class=(value)
  @v_class = value
end