Class: DatastorePrincipalConfigured

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

Overview

urn:vim25DatastorePrincipalConfigured

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
datastorePrincipal - 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, datastorePrincipal = nil) ⇒ DatastorePrincipalConfigured

Returns a new instance of DatastorePrincipalConfigured.



7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
# File 'lib/vmware/soap/vim25.rb', line 7256

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



7246
7247
7248
# File 'lib/vmware/soap/vim25.rb', line 7246

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7250
7251
7252
# File 'lib/vmware/soap/vim25.rb', line 7250

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7247
7248
7249
# File 'lib/vmware/soap/vim25.rb', line 7247

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7249
7250
7251
# File 'lib/vmware/soap/vim25.rb', line 7249

def datacenter
  @datacenter
end

#datastorePrincipalObject

Returns the value of attribute datastorePrincipal.



7254
7255
7256
# File 'lib/vmware/soap/vim25.rb', line 7254

def datastorePrincipal
  @datastorePrincipal
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7244
7245
7246
# File 'lib/vmware/soap/vim25.rb', line 7244

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7243
7244
7245
# File 'lib/vmware/soap/vim25.rb', line 7243

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7253
7254
7255
# File 'lib/vmware/soap/vim25.rb', line 7253

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7251
7252
7253
# File 'lib/vmware/soap/vim25.rb', line 7251

def host
  @host
end

#keyObject

Returns the value of attribute key.



7245
7246
7247
# File 'lib/vmware/soap/vim25.rb', line 7245

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



7248
7249
7250
# File 'lib/vmware/soap/vim25.rb', line 7248

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7252
7253
7254
# File 'lib/vmware/soap/vim25.rb', line 7252

def vm
  @vm
end