Class: HostPortGroup

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

Overview

urn:vim25HostPortGroup

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
port - HostPortGroupPort
vswitch - SOAP::SOAPString
computedPolicy - HostNetworkPolicy
spec - HostPortGroupSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, port = [], vswitch = nil, computedPolicy = nil, spec = nil) ⇒ HostPortGroup

Returns a new instance of HostPortGroup.

[View source]

21135
21136
21137
21138
21139
21140
21141
21142
21143
# File 'lib/vmware/soap/vim25.rb', line 21135

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, port = [], vswitch = nil, computedPolicy = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @port = port
  @vswitch = vswitch
  @computedPolicy = computedPolicy
  @spec = spec
end

Instance Attribute Details

#computedPolicyObject

Returns the value of attribute computedPolicy.


21132
21133
21134
# File 'lib/vmware/soap/vim25.rb', line 21132

def computedPolicy
  @computedPolicy
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21128
21129
21130
# File 'lib/vmware/soap/vim25.rb', line 21128

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21127
21128
21129
# File 'lib/vmware/soap/vim25.rb', line 21127

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.


21129
21130
21131
# File 'lib/vmware/soap/vim25.rb', line 21129

def key
  @key
end

#portObject

Returns the value of attribute port.


21130
21131
21132
# File 'lib/vmware/soap/vim25.rb', line 21130

def port
  @port
end

#specObject

Returns the value of attribute spec.


21133
21134
21135
# File 'lib/vmware/soap/vim25.rb', line 21133

def spec
  @spec
end

#vswitchObject

Returns the value of attribute vswitch.


21131
21132
21133
# File 'lib/vmware/soap/vim25.rb', line 21131

def vswitch
  @vswitch
end