Class: UpdateIpConfigRequestType
- Inherits:
-
Object
- Object
- UpdateIpConfigRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateIpConfigRequestType
m__this - ManagedObjectReference
ipConfig - HostIpConfig
Instance Attribute Summary collapse
-
#ipConfig ⇒ Object
Returns the value of attribute ipConfig.
Instance Method Summary collapse
-
#initialize(v__this = nil, ipConfig = nil) ⇒ UpdateIpConfigRequestType
constructor
A new instance of UpdateIpConfigRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, ipConfig = nil) ⇒ UpdateIpConfigRequestType
Returns a new instance of UpdateIpConfigRequestType.
39905 39906 39907 39908 |
# File 'lib/vmware/soap/vim25.rb', line 39905 def initialize(v__this = nil, ipConfig = nil) @v__this = v__this @ipConfig = ipConfig end |
Instance Attribute Details
#ipConfig ⇒ Object
Returns the value of attribute ipConfig.
39895 39896 39897 |
# File 'lib/vmware/soap/vim25.rb', line 39895 def ipConfig @ipConfig end |
Instance Method Details
#m__this ⇒ Object
39897 39898 39899 |
# File 'lib/vmware/soap/vim25.rb', line 39897 def m__this @v__this end |
#m__this=(value) ⇒ Object
39901 39902 39903 |
# File 'lib/vmware/soap/vim25.rb', line 39901 def m__this=(value) @v__this = value end |