Class: HostVirtualSwitchBeaconConfig

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostVirtualSwitchBeaconConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
interval - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21981
21982
21983
# File 'lib/vmware/soap/vim25.rb', line 21981

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21980
21981
21982
# File 'lib/vmware/soap/vim25.rb', line 21980

def dynamicType
  @dynamicType
end

#intervalObject

Returns the value of attribute interval.



21982
21983
21984
# File 'lib/vmware/soap/vim25.rb', line 21982

def interval
  @interval
end