Class: HostPortGroupPort
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostPortGroupPort
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostPortGroupPort
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
mac - SOAP::SOAPString
type - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#mac ⇒ Object
Returns the value of attribute mac.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, mac = [], type = nil) ⇒ HostPortGroupPort
constructor
A new instance of HostPortGroupPort.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, mac = [], type = nil) ⇒ HostPortGroupPort
Returns a new instance of HostPortGroupPort.
21109 21110 21111 21112 21113 21114 21115 |
# File 'lib/vmware/soap/vim25.rb', line 21109 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, mac = [], type = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @mac = mac @type = type end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21104 21105 21106 |
# File 'lib/vmware/soap/vim25.rb', line 21104 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21103 21104 21105 |
# File 'lib/vmware/soap/vim25.rb', line 21103 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
21105 21106 21107 |
# File 'lib/vmware/soap/vim25.rb', line 21105 def key @key end |
#mac ⇒ Object
Returns the value of attribute mac.
21106 21107 21108 |
# File 'lib/vmware/soap/vim25.rb', line 21106 def mac @mac end |
#type ⇒ Object
Returns the value of attribute type.
21107 21108 21109 |
# File 'lib/vmware/soap/vim25.rb', line 21107 def type @type end |