Class: HostVirtualSwitchBeaconConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVirtualSwitchBeaconConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVirtualSwitchBeaconConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
interval - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#interval ⇒ Object
Returns the value of attribute interval.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], interval = nil) ⇒ HostVirtualSwitchBeaconConfig
constructor
A new instance of HostVirtualSwitchBeaconConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], interval = nil) ⇒ HostVirtualSwitchBeaconConfig
Returns a new instance of HostVirtualSwitchBeaconConfig.
21984 21985 21986 21987 21988 |
# File 'lib/vmware/soap/vim25.rb', line 21984 def initialize(dynamicType = nil, dynamicProperty = [], interval = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @interval = interval end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21981 21982 21983 |
# File 'lib/vmware/soap/vim25.rb', line 21981 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21980 21981 21982 |
# File 'lib/vmware/soap/vim25.rb', line 21980 def dynamicType @dynamicType end |
#interval ⇒ Object
Returns the value of attribute interval.
21982 21983 21984 |
# File 'lib/vmware/soap/vim25.rb', line 21982 def interval @interval end |