Class: DiagnosticManagerLogDescriptor
- Inherits:
-
DynamicData
- Object
- DynamicData
- DiagnosticManagerLogDescriptor
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DiagnosticManagerLogDescriptor
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
fileName - SOAP::SOAPString
creator - SOAP::SOAPString
format - SOAP::SOAPString
mimeType - SOAP::SOAPString
info - Description
Instance Attribute Summary collapse
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileName ⇒ Object
Returns the value of attribute fileName.
-
#format ⇒ Object
Returns the value of attribute format.
-
#info ⇒ Object
Returns the value of attribute info.
-
#key ⇒ Object
Returns the value of attribute key.
-
#mimeType ⇒ Object
Returns the value of attribute mimeType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, fileName = nil, creator = nil, format = nil, mimeType = nil, info = nil) ⇒ DiagnosticManagerLogDescriptor
constructor
A new instance of DiagnosticManagerLogDescriptor.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, fileName = nil, creator = nil, format = nil, mimeType = nil, info = nil) ⇒ DiagnosticManagerLogDescriptor
Returns a new instance of DiagnosticManagerLogDescriptor.
1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 |
# File 'lib/vmware/soap/vim25.rb', line 1117 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, fileName = nil, creator = nil, format = nil, mimeType = nil, info = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @fileName = fileName @creator = creator @format = format @mimeType = mimeType @info = info end |
Instance Attribute Details
permalink #creator ⇒ Object
Returns the value of attribute creator.
1112 1113 1114 |
# File 'lib/vmware/soap/vim25.rb', line 1112 def creator @creator end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1109 1110 1111 |
# File 'lib/vmware/soap/vim25.rb', line 1109 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1108 1109 1110 |
# File 'lib/vmware/soap/vim25.rb', line 1108 def dynamicType @dynamicType end |
permalink #fileName ⇒ Object
Returns the value of attribute fileName.
1111 1112 1113 |
# File 'lib/vmware/soap/vim25.rb', line 1111 def fileName @fileName end |
permalink #format ⇒ Object
Returns the value of attribute format.
1113 1114 1115 |
# File 'lib/vmware/soap/vim25.rb', line 1113 def format @format end |
permalink #info ⇒ Object
Returns the value of attribute info.
1115 1116 1117 |
# File 'lib/vmware/soap/vim25.rb', line 1115 def info @info end |
permalink #key ⇒ Object
Returns the value of attribute key.
1110 1111 1112 |
# File 'lib/vmware/soap/vim25.rb', line 1110 def key @key end |
permalink #mimeType ⇒ Object
Returns the value of attribute mimeType.
1114 1115 1116 |
# File 'lib/vmware/soap/vim25.rb', line 1114 def mimeType @mimeType end |