Class: HostNoRedundantManagementNetworkEvent

Inherits:
HostDasEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostNoRedundantManagementNetworkEvent

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostNoRedundantManagementNetworkEvent

Returns a new instance of HostNoRedundantManagementNetworkEvent.



5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
# File 'lib/vmware/soap/vim25.rb', line 5243

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



5234
5235
5236
# File 'lib/vmware/soap/vim25.rb', line 5234

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



5238
5239
5240
# File 'lib/vmware/soap/vim25.rb', line 5238

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



5235
5236
5237
# File 'lib/vmware/soap/vim25.rb', line 5235

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



5237
5238
5239
# File 'lib/vmware/soap/vim25.rb', line 5237

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



5232
5233
5234
# File 'lib/vmware/soap/vim25.rb', line 5232

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



5231
5232
5233
# File 'lib/vmware/soap/vim25.rb', line 5231

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



5241
5242
5243
# File 'lib/vmware/soap/vim25.rb', line 5241

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



5239
5240
5241
# File 'lib/vmware/soap/vim25.rb', line 5239

def host
  @host
end

#keyObject

Returns the value of attribute key.



5233
5234
5235
# File 'lib/vmware/soap/vim25.rb', line 5233

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



5236
5237
5238
# File 'lib/vmware/soap/vim25.rb', line 5236

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



5240
5241
5242
# File 'lib/vmware/soap/vim25.rb', line 5240

def vm
  @vm
end