Class: HostPortGroupPort

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

Overview

urn:vim25HostPortGroupPort

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
mac - SOAP::SOAPString
type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, mac = [], type = nil) ⇒ HostPortGroupPort

Returns a new instance of HostPortGroupPort.



21109
21110
21111
21112
21113
21114
21115
# File 'lib/vmware/soap/vim25.rb', line 21109

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, mac = [], type = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @mac = mac
  @type = type
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21104
21105
21106
# File 'lib/vmware/soap/vim25.rb', line 21104

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21103
21104
21105
# File 'lib/vmware/soap/vim25.rb', line 21103

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



21105
21106
21107
# File 'lib/vmware/soap/vim25.rb', line 21105

def key
  @key
end

#macObject

Returns the value of attribute mac.



21106
21107
21108
# File 'lib/vmware/soap/vim25.rb', line 21106

def mac
  @mac
end

#typeObject

Returns the value of attribute type.



21107
21108
21109
# File 'lib/vmware/soap/vim25.rb', line 21107

def type
  @type
end