Class: NetworkSummary

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

Instance Method Summary collapse

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

#accessibleObject

Returns the value of attribute accessible.



1642
1643
1644
# File 'lib/vmware/soap/vim25.rb', line 1642

def accessible
  @accessible
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1639
1640
1641
# File 'lib/vmware/soap/vim25.rb', line 1639

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1638
1639
1640
# File 'lib/vmware/soap/vim25.rb', line 1638

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



1641
1642
1643
# File 'lib/vmware/soap/vim25.rb', line 1641

def name
  @name
end

#networkObject

Returns the value of attribute network.



1640
1641
1642
# File 'lib/vmware/soap/vim25.rb', line 1640

def network
  @network
end