Class: UpdatePhysicalNicLinkSpeedRequestType
- Inherits:
-
Object
- Object
- UpdatePhysicalNicLinkSpeedRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdatePhysicalNicLinkSpeedRequestType
m__this - ManagedObjectReference
device - SOAP::SOAPString
linkSpeed - PhysicalNicLinkInfo
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#linkSpeed ⇒ Object
Returns the value of attribute linkSpeed.
Instance Method Summary collapse
-
#initialize(v__this = nil, device = nil, linkSpeed = nil) ⇒ UpdatePhysicalNicLinkSpeedRequestType
constructor
A new instance of UpdatePhysicalNicLinkSpeedRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, device = nil, linkSpeed = nil) ⇒ UpdatePhysicalNicLinkSpeedRequestType
Returns a new instance of UpdatePhysicalNicLinkSpeedRequestType.
38885 38886 38887 38888 38889 |
# File 'lib/vmware/soap/vim25.rb', line 38885 def initialize(v__this = nil, device = nil, linkSpeed = nil) @v__this = v__this @device = device @linkSpeed = linkSpeed end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
38874 38875 38876 |
# File 'lib/vmware/soap/vim25.rb', line 38874 def device @device end |
#linkSpeed ⇒ Object
Returns the value of attribute linkSpeed.
38875 38876 38877 |
# File 'lib/vmware/soap/vim25.rb', line 38875 def linkSpeed @linkSpeed end |
Instance Method Details
#m__this ⇒ Object
38877 38878 38879 |
# File 'lib/vmware/soap/vim25.rb', line 38877 def m__this @v__this end |
#m__this=(value) ⇒ Object
38881 38882 38883 |
# File 'lib/vmware/soap/vim25.rb', line 38881 def m__this=(value) @v__this = value end |