Class: DiagnosticManagerLogDescriptor

Inherits:
DynamicData show all
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

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, fileName = nil, creator = nil, format = nil, mimeType = nil, info = nil) ⇒ DiagnosticManagerLogDescriptor

Returns a new instance of DiagnosticManagerLogDescriptor.

[View source]

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

#creatorObject

Returns the value of attribute creator.


1112
1113
1114
# File 'lib/vmware/soap/vim25.rb', line 1112

def creator
  @creator
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1109
1110
1111
# File 'lib/vmware/soap/vim25.rb', line 1109

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1108
1109
1110
# File 'lib/vmware/soap/vim25.rb', line 1108

def dynamicType
  @dynamicType
end

#fileNameObject

Returns the value of attribute fileName.


1111
1112
1113
# File 'lib/vmware/soap/vim25.rb', line 1111

def fileName
  @fileName
end

#formatObject

Returns the value of attribute format.


1113
1114
1115
# File 'lib/vmware/soap/vim25.rb', line 1113

def format
  @format
end

#infoObject

Returns the value of attribute info.


1115
1116
1117
# File 'lib/vmware/soap/vim25.rb', line 1115

def info
  @info
end

#keyObject

Returns the value of attribute key.


1110
1111
1112
# File 'lib/vmware/soap/vim25.rb', line 1110

def key
  @key
end

#mimeTypeObject

Returns the value of attribute mimeType.


1114
1115
1116
# File 'lib/vmware/soap/vim25.rb', line 1114

def mimeType
  @mimeType
end