Class: NoClientCertificate

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

Overview

urn:vim25NoClientCertificate

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoClientCertificate

Returns a new instance of NoClientCertificate.



31637
31638
31639
31640
# File 'lib/vmware/soap/vim25.rb', line 31637

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31635
31636
31637
# File 'lib/vmware/soap/vim25.rb', line 31635

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31634
31635
31636
# File 'lib/vmware/soap/vim25.rb', line 31634

def dynamicType
  @dynamicType
end