- Learning VMware NSX(Second Edition)
- Ranjit Singh Thakurratan
- 168字
- 2021-07-02 19:33:29
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning. Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Log in to the NSX manager with the username admin and the password that was set during deployment time."
A block of code is set as follows:
acl is_foo hdr_dom(host) -i foo
acl is_bar hdr_dom(host) -i bar
use_backend pool_1 if is_foo
use_backend pool_2 if is_bar
Any command-line input or output is written as follows:
[root@host:~] esxcli softwarev vib list | grep esx
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You will see the Deploy OVF Template screen."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Vue.js 3.0源碼解析(微課視頻版)
- 云原生Spring實戰
- 編寫高質量代碼:改善C程序代碼的125個建議
- 深度學習:算法入門與Keras編程實踐
- Getting Started with Hazelcast(Second Edition)
- Node.js:來一打 C++ 擴展
- Quantum Computing and Blockchain in Business
- Fastdata Processing with Spark
- 深入解析Java編譯器:源碼剖析與實例詳解
- 遠方:兩位持續創業者的點滴思考
- Android高級開發實戰:UI、NDK與安全
- Shopify Application Development
- Visual FoxPro程序設計習題及實驗指導
- Learn Linux Quickly