Class: HostNetworkSecurityPolicy

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

Overview

urn:vim25HostNetworkSecurityPolicy

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
allowPromiscuous - SOAP::SOAPBoolean
macChanges - SOAP::SOAPBoolean
forgedTransmits - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], allowPromiscuous = nil, macChanges = nil, forgedTransmits = nil) ⇒ HostNetworkSecurityPolicy

Returns a new instance of HostNetworkSecurityPolicy.



20449
20450
20451
20452
20453
20454
20455
# File 'lib/vmware/soap/vim25.rb', line 20449

def initialize(dynamicType = nil, dynamicProperty = [], allowPromiscuous = nil, macChanges = nil, forgedTransmits = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @allowPromiscuous = allowPromiscuous
  @macChanges = macChanges
  @forgedTransmits = forgedTransmits
end

Instance Attribute Details

#allowPromiscuousObject

Returns the value of attribute allowPromiscuous.



20445
20446
20447
# File 'lib/vmware/soap/vim25.rb', line 20445

def allowPromiscuous
  @allowPromiscuous
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20444
20445
20446
# File 'lib/vmware/soap/vim25.rb', line 20444

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20443
20444
20445
# File 'lib/vmware/soap/vim25.rb', line 20443

def dynamicType
  @dynamicType
end

#forgedTransmitsObject

Returns the value of attribute forgedTransmits.



20447
20448
20449
# File 'lib/vmware/soap/vim25.rb', line 20447

def forgedTransmits
  @forgedTransmits
end

#macChangesObject

Returns the value of attribute macChanges.



20446
20447
20448
# File 'lib/vmware/soap/vim25.rb', line 20446

def macChanges
  @macChanges
end