Class: NoClientCertificate
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- NoClientCertificate
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoClientCertificate
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoClientCertificate
constructor
A new instance of NoClientCertificate.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31635 31636 31637 |
# File 'lib/vmware/soap/vim25.rb', line 31635 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31634 31635 31636 |
# File 'lib/vmware/soap/vim25.rb', line 31634 def dynamicType @dynamicType end |