Class: PhysicalNicIpHint

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

Overview

urn:vim25PhysicalNicIpHint

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vlanId - SOAP::SOAPInt
ipSubnet - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], vlanId = nil, ipSubnet = nil) ⇒ PhysicalNicIpHint

Returns a new instance of PhysicalNicIpHint.



20856
20857
20858
20859
20860
20861
# File 'lib/vmware/soap/vim25.rb', line 20856

def initialize(dynamicType = nil, dynamicProperty = [], vlanId = nil, ipSubnet = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @vlanId = vlanId
  @ipSubnet = ipSubnet
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20852
20853
20854
# File 'lib/vmware/soap/vim25.rb', line 20852

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20851
20852
20853
# File 'lib/vmware/soap/vim25.rb', line 20851

def dynamicType
  @dynamicType
end

#ipSubnetObject

Returns the value of attribute ipSubnet.



20854
20855
20856
# File 'lib/vmware/soap/vim25.rb', line 20854

def ipSubnet
  @ipSubnet
end

#vlanIdObject

Returns the value of attribute vlanId.



20853
20854
20855
# File 'lib/vmware/soap/vim25.rb', line 20853

def vlanId
  @vlanId
end