gpt4 book ai didi

python - 我可以在没有驱动程序的情况下创建cloudshell shell吗?

转载 作者:太空宇宙 更新时间:2023-11-03 16:07:32 25 4
gpt4 key购买 nike

我想构建一个带有驱动程序的优质cloudshell shell。 IE。只是一个没有 python 驱动程序的数据模型。使用 shellfoundry 时我可以这样做吗?

最佳答案

是的,无论是否使用 ShellFoundry,您都可以在没有驱动程序的情况下创建 CloudShell Shell。

为了删除附加到 Shell 模型的驱动程序,请打开位于 datamodel 目录下的 shellconfig.xml 文件进行编辑。

然后从 ResourceTemplate XML 节点中删除 Driver 属性:

<?xml version="1.0" encoding="utf-8"?>
<ShellsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.qualisystems.com/ResourceManagement/ShellsConfigurationSchema.xsd">
<ResourceTemplates>
<ResourceTemplate Name="ShellWithoutDriver" Model="ShellWithoutDriver">
<Description></Description>
<AutoLoad Enable="false">
<Description>Description for autoload </Description>
</AutoLoad>
<Attributes>
<Attribute Name="User" Value="" />
<Attribute Name="Password" Value="" />
</Attributes>
</ResourceTemplate>
</ResourceTemplates>
</ShellsConfiguration>

关于python - 我可以在没有驱动程序的情况下创建cloudshell shell吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39636277/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com