Class: NoAccessUserEvent

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

Overview

urn:vim25NoAccessUserEvent

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
ipAddress - 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, ipAddress = nil) ⇒ NoAccessUserEvent

Returns a new instance of NoAccessUserEvent.



4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
# File 'lib/vmware/soap/vim25.rb', line 4646

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



4636
4637
4638
# File 'lib/vmware/soap/vim25.rb', line 4636

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4640
4641
4642
# File 'lib/vmware/soap/vim25.rb', line 4640

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4637
4638
4639
# File 'lib/vmware/soap/vim25.rb', line 4637

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4639
4640
4641
# File 'lib/vmware/soap/vim25.rb', line 4639

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4634
4635
4636
# File 'lib/vmware/soap/vim25.rb', line 4634

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4633
4634
4635
# File 'lib/vmware/soap/vim25.rb', line 4633

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4643
4644
4645
# File 'lib/vmware/soap/vim25.rb', line 4643

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4641
4642
4643
# File 'lib/vmware/soap/vim25.rb', line 4641

def host
  @host
end

#ipAddressObject

Returns the value of attribute ipAddress.



4644
4645
4646
# File 'lib/vmware/soap/vim25.rb', line 4644

def ipAddress
  @ipAddress
end

#keyObject

Returns the value of attribute key.



4635
4636
4637
# File 'lib/vmware/soap/vim25.rb', line 4635

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



4638
4639
4640
# File 'lib/vmware/soap/vim25.rb', line 4638

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4642
4643
4644
# File 'lib/vmware/soap/vim25.rb', line 4642

def vm
  @vm
end