Class: DatastorePrincipalConfigured
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- DatastorePrincipalConfigured
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#datastorePrincipal ⇒ Object
Returns the value of attribute datastorePrincipal.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of DatastorePrincipalConfigured.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
7246 7247 7248 |
# File 'lib/vmware/soap/vim25.rb', line 7246 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7250 7251 7252 |
# File 'lib/vmware/soap/vim25.rb', line 7250 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7247 7248 7249 |
# File 'lib/vmware/soap/vim25.rb', line 7247 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7249 7250 7251 |
# File 'lib/vmware/soap/vim25.rb', line 7249 def datacenter @datacenter end |
#datastorePrincipal ⇒ Object
Returns the value of attribute datastorePrincipal.
7254 7255 7256 |
# File 'lib/vmware/soap/vim25.rb', line 7254 def datastorePrincipal @datastorePrincipal end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7244 7245 7246 |
# File 'lib/vmware/soap/vim25.rb', line 7244 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7243 7244 7245 |
# File 'lib/vmware/soap/vim25.rb', line 7243 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7253 7254 7255 |
# File 'lib/vmware/soap/vim25.rb', line 7253 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7251 7252 7253 |
# File 'lib/vmware/soap/vim25.rb', line 7251 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7245 7246 7247 |
# File 'lib/vmware/soap/vim25.rb', line 7245 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7248 7249 7250 |
# File 'lib/vmware/soap/vim25.rb', line 7248 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7252 7253 7254 |
# File 'lib/vmware/soap/vim25.rb', line 7252 def vm @vm end |