Class: NetworkSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- NetworkSummary
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NetworkSummary
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
network - ManagedObjectReference
name - SOAP::SOAPString
accessible - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#accessible ⇒ Object
Returns the value of attribute accessible.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#network ⇒ Object
Returns the value of attribute network.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], network = nil, name = nil, accessible = nil) ⇒ NetworkSummary
constructor
A new instance of NetworkSummary.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], network = nil, name = nil, accessible = nil) ⇒ NetworkSummary
Returns a new instance of NetworkSummary.
1644 1645 1646 1647 1648 1649 1650 |
# File 'lib/vmware/soap/vim25.rb', line 1644 def initialize(dynamicType = nil, dynamicProperty = [], network = nil, name = nil, accessible = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @network = network @name = name @accessible = accessible end |
Instance Attribute Details
#accessible ⇒ Object
Returns the value of attribute accessible.
1642 1643 1644 |
# File 'lib/vmware/soap/vim25.rb', line 1642 def accessible @accessible end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1639 1640 1641 |
# File 'lib/vmware/soap/vim25.rb', line 1639 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1638 1639 1640 |
# File 'lib/vmware/soap/vim25.rb', line 1638 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
1641 1642 1643 |
# File 'lib/vmware/soap/vim25.rb', line 1641 def name @name end |
#network ⇒ Object
Returns the value of attribute network.
1640 1641 1642 |
# File 'lib/vmware/soap/vim25.rb', line 1640 def network @network end |