Class: EnableRulesetRequestType
- Inherits:
 - 
      Object
      
        
- Object
 - EnableRulesetRequestType
 
 
- Defined in:
 - lib/vmware/soap/vim25.rb
 
Overview
urn:vim25EnableRulesetRequestType
m__this - ManagedObjectReference
id - SOAP::SOAPString
  Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute id.
 
Instance Method Summary collapse
- 
  
    
      #initialize(v__this = nil, id = nil)  ⇒ EnableRulesetRequestType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of EnableRulesetRequestType.
 - #m__this ⇒ Object
 - #m__this=(value) ⇒ Object
 
Constructor Details
#initialize(v__this = nil, id = nil) ⇒ EnableRulesetRequestType
Returns a new instance of EnableRulesetRequestType.
      38277 38278 38279 38280  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 38277 def initialize(v__this = nil, id = nil) @v__this = v__this @id = id end  | 
  
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
      38267 38268 38269  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 38267 def id @id end  | 
  
Instance Method Details
#m__this ⇒ Object
      38269 38270 38271  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 38269 def m__this @v__this end  | 
  
#m__this=(value) ⇒ Object
      38273 38274 38275  | 
    
      # File 'lib/vmware/soap/vim25.rb', line 38273 def m__this=(value) @v__this = value end  |