Class: VirtualMachineNetworkShaperInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineNetworkShaperInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineNetworkShaperInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
enabled - SOAP::SOAPBoolean
peakBps - SOAP::SOAPLong
averageBps - SOAP::SOAPLong
burstSize - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#averageBps ⇒ Object
Returns the value of attribute averageBps.
-
#burstSize ⇒ Object
Returns the value of attribute burstSize.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#peakBps ⇒ Object
Returns the value of attribute peakBps.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, peakBps = nil, averageBps = nil, burstSize = nil) ⇒ VirtualMachineNetworkShaperInfo
constructor
A new instance of VirtualMachineNetworkShaperInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, peakBps = nil, averageBps = nil, burstSize = nil) ⇒ VirtualMachineNetworkShaperInfo
Returns a new instance of VirtualMachineNetworkShaperInfo.
23780 23781 23782 23783 23784 23785 23786 23787 |
# File 'lib/vmware/soap/vim25.rb', line 23780 def initialize(dynamicType = nil, dynamicProperty = [], enabled = nil, peakBps = nil, averageBps = nil, burstSize = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @enabled = enabled @peakBps = peakBps @averageBps = averageBps @burstSize = burstSize end |
Instance Attribute Details
#averageBps ⇒ Object
Returns the value of attribute averageBps.
23777 23778 23779 |
# File 'lib/vmware/soap/vim25.rb', line 23777 def averageBps @averageBps end |
#burstSize ⇒ Object
Returns the value of attribute burstSize.
23778 23779 23780 |
# File 'lib/vmware/soap/vim25.rb', line 23778 def burstSize @burstSize end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23774 23775 23776 |
# File 'lib/vmware/soap/vim25.rb', line 23774 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23773 23774 23775 |
# File 'lib/vmware/soap/vim25.rb', line 23773 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
23775 23776 23777 |
# File 'lib/vmware/soap/vim25.rb', line 23775 def enabled @enabled end |
#peakBps ⇒ Object
Returns the value of attribute peakBps.
23776 23777 23778 |
# File 'lib/vmware/soap/vim25.rb', line 23776 def peakBps @peakBps end |