Class: PhysicalNicIpHint
- Inherits:
-
PhysicalNicHint
- Object
- DynamicData
- PhysicalNicHint
- PhysicalNicIpHint
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipSubnet ⇒ Object
Returns the value of attribute ipSubnet.
-
#vlanId ⇒ Object
Returns the value of attribute vlanId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vlanId = nil, ipSubnet = nil) ⇒ PhysicalNicIpHint
constructor
A new instance of PhysicalNicIpHint.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20852 20853 20854 |
# File 'lib/vmware/soap/vim25.rb', line 20852 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20851 20852 20853 |
# File 'lib/vmware/soap/vim25.rb', line 20851 def dynamicType @dynamicType end |
#ipSubnet ⇒ Object
Returns the value of attribute ipSubnet.
20854 20855 20856 |
# File 'lib/vmware/soap/vim25.rb', line 20854 def ipSubnet @ipSubnet end |
#vlanId ⇒ Object
Returns the value of attribute vlanId.
20853 20854 20855 |
# File 'lib/vmware/soap/vim25.rb', line 20853 def vlanId @vlanId end |