Conventions used
There are several text conventions used throughout this book.
Code in text
: Indicates code words in text.
Here is an example: "Now run the $ oci os ns get
command to check the object storage namespace of your tenancy."
A block of code is set as follows:
import oci config = oci.config.from_file() identity = oci.identity.IdentityClient (config) user = identity.get_user(config["user"]).data print(user)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{ "data": "intprasenjits" }
Any command-line input or output is written as follows:
oci os bucket delete --bucket-name testbucket
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Open the navigation menu, select Compute, and then select Instances."