Class: HostVMotionNetConfig

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

Overview

urn:vim25HostVMotionNetConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
candidateVnic - HostVirtualNic
selectedVnic - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], candidateVnic = [], selectedVnic = nil) ⇒ HostVMotionNetConfig

Returns a new instance of HostVMotionNetConfig.


21831
21832
21833
21834
21835
21836
# File 'lib/vmware/soap/vim25.rb', line 21831

def initialize(dynamicType = nil, dynamicProperty = [], candidateVnic = [], selectedVnic = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @candidateVnic = candidateVnic
  @selectedVnic = selectedVnic
end

Instance Attribute Details

#candidateVnicObject

Returns the value of attribute candidateVnic.


21828
21829
21830
# File 'lib/vmware/soap/vim25.rb', line 21828

def candidateVnic
  @candidateVnic
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21827
21828
21829
# File 'lib/vmware/soap/vim25.rb', line 21827

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21826
21827
21828
# File 'lib/vmware/soap/vim25.rb', line 21826

def dynamicType
  @dynamicType
end

#selectedVnicObject

Returns the value of attribute selectedVnic.


21829
21830
21831
# File 'lib/vmware/soap/vim25.rb', line 21829

def selectedVnic
  @selectedVnic
end