Package com.vmware.vim25
Class PhysicalNic
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.PhysicalNic
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getMac()getPci()String[]getSpec()booleanvoidsetAutoNegotiateSupported(Boolean autoNegotiateSupported) voidvoidvoidsetFcoeConfiguration(FcoeConfig fcoeConfiguration) voidvoidsetLinkSpeed(PhysicalNicLinkInfo linkSpeed) voidvoidvoidsetResourcePoolSchedulerAllowed(Boolean resourcePoolSchedulerAllowed) voidsetResourcePoolSchedulerDisallowedReason(String[] resourcePoolSchedulerDisallowedReason) voidsetSpec(PhysicalNicSpec spec) voidsetValidLinkSpecification(PhysicalNicLinkInfo[] validLinkSpecification) voidsetVmDirectPathGen2Supported(Boolean vmDirectPathGen2Supported) voidsetVmDirectPathGen2SupportedMode(String vmDirectPathGen2SupportedMode) voidsetWakeOnLanSupported(boolean wakeOnLanSupported) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
key
-
device
-
pci
-
driver
-
linkSpeed
-
validLinkSpecification
-
spec
-
wakeOnLanSupported
public boolean wakeOnLanSupported -
mac
-
fcoeConfiguration
-
vmDirectPathGen2Supported
-
vmDirectPathGen2SupportedMode
-
resourcePoolSchedulerAllowed
-
resourcePoolSchedulerDisallowedReason
-
autoNegotiateSupported
-
-
Constructor Details
-
PhysicalNic
public PhysicalNic()
-
-
Method Details
-
getKey
-
getDevice
-
getPci
-
getDriver
-
getLinkSpeed
-
getValidLinkSpecification
-
getSpec
-
isWakeOnLanSupported
public boolean isWakeOnLanSupported() -
getMac
-
getFcoeConfiguration
-
getVmDirectPathGen2Supported
-
getVmDirectPathGen2SupportedMode
-
getResourcePoolSchedulerAllowed
-
getResourcePoolSchedulerDisallowedReason
-
getAutoNegotiateSupported
-
setKey
-
setDevice
-
setPci
-
setDriver
-
setLinkSpeed
-
setValidLinkSpecification
-
setSpec
-
setWakeOnLanSupported
public void setWakeOnLanSupported(boolean wakeOnLanSupported) -
setMac
-
setFcoeConfiguration
-
setVmDirectPathGen2Supported
-
setVmDirectPathGen2SupportedMode
-
setResourcePoolSchedulerAllowed
-
setResourcePoolSchedulerDisallowedReason
public void setResourcePoolSchedulerDisallowedReason(String[] resourcePoolSchedulerDisallowedReason) -
setAutoNegotiateSupported
-