Class: UpdateIpRouteConfigRequestType
- Inherits:
-
Object
- Object
- UpdateIpRouteConfigRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateIpRouteConfigRequestType
m__this - ManagedObjectReference
config - HostIpRouteConfig
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(v__this = nil, config = nil) ⇒ UpdateIpRouteConfigRequestType
constructor
A new instance of UpdateIpRouteConfigRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, config = nil) ⇒ UpdateIpRouteConfigRequestType
Returns a new instance of UpdateIpRouteConfigRequestType.
38714 38715 38716 38717 |
# File 'lib/vmware/soap/vim25.rb', line 38714 def initialize(v__this = nil, config = nil) @v__this = v__this @config = config end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
38704 38705 38706 |
# File 'lib/vmware/soap/vim25.rb', line 38704 def config @config end |
Instance Method Details
#m__this ⇒ Object
38706 38707 38708 |
# File 'lib/vmware/soap/vim25.rb', line 38706 def m__this @v__this end |
#m__this=(value) ⇒ Object
38710 38711 38712 |
# File 'lib/vmware/soap/vim25.rb', line 38710 def m__this=(value) @v__this = value end |