Uses of Class
com.tencentcloudapi.cwp.v20180228.models.AssetNetworkCardInfo
-
Packages that use AssetNetworkCardInfo Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of AssetNetworkCardInfo in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return AssetNetworkCardInfo Modifier and Type Method Description AssetNetworkCardInfo[]AssetMachineDetail. getNetCards()Get 网卡Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type AssetNetworkCardInfo Modifier and Type Method Description voidAssetMachineDetail. setNetCards(AssetNetworkCardInfo[] NetCards)Set 网卡Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type AssetNetworkCardInfo Constructor Description AssetNetworkCardInfo(AssetNetworkCardInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-