Class: HostNetCapabilities
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNetCapabilities
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNetCapabilities
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
canSetPhysicalNicLinkSpeed - SOAP::SOAPBoolean
supportsNicTeaming - SOAP::SOAPBoolean
nicTeamingPolicy - SOAP::SOAPString
supportsVlan - SOAP::SOAPBoolean
usesServiceConsoleNic - SOAP::SOAPBoolean
supportsNetworkHints - SOAP::SOAPBoolean
maxPortGroupsPerVswitch - SOAP::SOAPInt
vswitchConfigSupported - SOAP::SOAPBoolean
vnicConfigSupported - SOAP::SOAPBoolean
ipRouteConfigSupported - SOAP::SOAPBoolean
dnsConfigSupported - SOAP::SOAPBoolean
dhcpOnVnicSupported - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#canSetPhysicalNicLinkSpeed ⇒ Object
Returns the value of attribute canSetPhysicalNicLinkSpeed.
-
#dhcpOnVnicSupported ⇒ Object
Returns the value of attribute dhcpOnVnicSupported.
-
#dnsConfigSupported ⇒ Object
Returns the value of attribute dnsConfigSupported.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipRouteConfigSupported ⇒ Object
Returns the value of attribute ipRouteConfigSupported.
-
#maxPortGroupsPerVswitch ⇒ Object
Returns the value of attribute maxPortGroupsPerVswitch.
-
#nicTeamingPolicy ⇒ Object
Returns the value of attribute nicTeamingPolicy.
-
#supportsNetworkHints ⇒ Object
Returns the value of attribute supportsNetworkHints.
-
#supportsNicTeaming ⇒ Object
Returns the value of attribute supportsNicTeaming.
-
#supportsVlan ⇒ Object
Returns the value of attribute supportsVlan.
-
#usesServiceConsoleNic ⇒ Object
Returns the value of attribute usesServiceConsoleNic.
-
#vnicConfigSupported ⇒ Object
Returns the value of attribute vnicConfigSupported.
-
#vswitchConfigSupported ⇒ Object
Returns the value of attribute vswitchConfigSupported.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], canSetPhysicalNicLinkSpeed = nil, supportsNicTeaming = nil, nicTeamingPolicy = [], supportsVlan = nil, usesServiceConsoleNic = nil, supportsNetworkHints = nil, maxPortGroupsPerVswitch = nil, vswitchConfigSupported = nil, vnicConfigSupported = nil, ipRouteConfigSupported = nil, dnsConfigSupported = nil, dhcpOnVnicSupported = nil) ⇒ HostNetCapabilities
constructor
A new instance of HostNetCapabilities.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], canSetPhysicalNicLinkSpeed = nil, supportsNicTeaming = nil, nicTeamingPolicy = [], supportsVlan = nil, usesServiceConsoleNic = nil, supportsNetworkHints = nil, maxPortGroupsPerVswitch = nil, vswitchConfigSupported = nil, vnicConfigSupported = nil, ipRouteConfigSupported = nil, dnsConfigSupported = nil, dhcpOnVnicSupported = nil) ⇒ HostNetCapabilities
Returns a new instance of HostNetCapabilities.
20291 20292 20293 20294 20295 20296 20297 20298 20299 20300 20301 20302 20303 20304 20305 20306 |
# File 'lib/vmware/soap/vim25.rb', line 20291 def initialize(dynamicType = nil, dynamicProperty = [], canSetPhysicalNicLinkSpeed = nil, supportsNicTeaming = nil, nicTeamingPolicy = [], supportsVlan = nil, usesServiceConsoleNic = nil, supportsNetworkHints = nil, maxPortGroupsPerVswitch = nil, vswitchConfigSupported = nil, vnicConfigSupported = nil, ipRouteConfigSupported = nil, dnsConfigSupported = nil, dhcpOnVnicSupported = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @canSetPhysicalNicLinkSpeed = canSetPhysicalNicLinkSpeed @supportsNicTeaming = supportsNicTeaming @nicTeamingPolicy = nicTeamingPolicy @supportsVlan = supportsVlan @usesServiceConsoleNic = usesServiceConsoleNic @supportsNetworkHints = supportsNetworkHints @maxPortGroupsPerVswitch = maxPortGroupsPerVswitch @vswitchConfigSupported = vswitchConfigSupported @vnicConfigSupported = vnicConfigSupported @ipRouteConfigSupported = ipRouteConfigSupported @dnsConfigSupported = dnsConfigSupported @dhcpOnVnicSupported = dhcpOnVnicSupported end |
Instance Attribute Details
#canSetPhysicalNicLinkSpeed ⇒ Object
Returns the value of attribute canSetPhysicalNicLinkSpeed.
20278 20279 20280 |
# File 'lib/vmware/soap/vim25.rb', line 20278 def canSetPhysicalNicLinkSpeed @canSetPhysicalNicLinkSpeed end |
#dhcpOnVnicSupported ⇒ Object
Returns the value of attribute dhcpOnVnicSupported.
20289 20290 20291 |
# File 'lib/vmware/soap/vim25.rb', line 20289 def dhcpOnVnicSupported @dhcpOnVnicSupported end |
#dnsConfigSupported ⇒ Object
Returns the value of attribute dnsConfigSupported.
20288 20289 20290 |
# File 'lib/vmware/soap/vim25.rb', line 20288 def dnsConfigSupported @dnsConfigSupported end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20277 20278 20279 |
# File 'lib/vmware/soap/vim25.rb', line 20277 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20276 20277 20278 |
# File 'lib/vmware/soap/vim25.rb', line 20276 def dynamicType @dynamicType end |
#ipRouteConfigSupported ⇒ Object
Returns the value of attribute ipRouteConfigSupported.
20287 20288 20289 |
# File 'lib/vmware/soap/vim25.rb', line 20287 def ipRouteConfigSupported @ipRouteConfigSupported end |
#maxPortGroupsPerVswitch ⇒ Object
Returns the value of attribute maxPortGroupsPerVswitch.
20284 20285 20286 |
# File 'lib/vmware/soap/vim25.rb', line 20284 def maxPortGroupsPerVswitch @maxPortGroupsPerVswitch end |
#nicTeamingPolicy ⇒ Object
Returns the value of attribute nicTeamingPolicy.
20280 20281 20282 |
# File 'lib/vmware/soap/vim25.rb', line 20280 def nicTeamingPolicy @nicTeamingPolicy end |
#supportsNetworkHints ⇒ Object
Returns the value of attribute supportsNetworkHints.
20283 20284 20285 |
# File 'lib/vmware/soap/vim25.rb', line 20283 def supportsNetworkHints @supportsNetworkHints end |
#supportsNicTeaming ⇒ Object
Returns the value of attribute supportsNicTeaming.
20279 20280 20281 |
# File 'lib/vmware/soap/vim25.rb', line 20279 def supportsNicTeaming @supportsNicTeaming end |
#supportsVlan ⇒ Object
Returns the value of attribute supportsVlan.
20281 20282 20283 |
# File 'lib/vmware/soap/vim25.rb', line 20281 def supportsVlan @supportsVlan end |
#usesServiceConsoleNic ⇒ Object
Returns the value of attribute usesServiceConsoleNic.
20282 20283 20284 |
# File 'lib/vmware/soap/vim25.rb', line 20282 def usesServiceConsoleNic @usesServiceConsoleNic end |
#vnicConfigSupported ⇒ Object
Returns the value of attribute vnicConfigSupported.
20286 20287 20288 |
# File 'lib/vmware/soap/vim25.rb', line 20286 def vnicConfigSupported @vnicConfigSupported end |
#vswitchConfigSupported ⇒ Object
Returns the value of attribute vswitchConfigSupported.
20285 20286 20287 |
# File 'lib/vmware/soap/vim25.rb', line 20285 def vswitchConfigSupported @vswitchConfigSupported end |