Oracle · Schema
CreateVnicDetails
Contains properties for a VNIC. Used when launching an instance or creating a VNIC attachment.
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100
Properties
| Name | Type | Description |
|---|---|---|
| subnetId | string | The OCID of the subnet to create the VNIC in |
| displayName | string | A user-friendly name for the VNIC. Does not have to be unique. |
| assignPublicIp | boolean | Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private. |
| assignPrivateDnsRecord | boolean | Whether the VNIC should be assigned a DNS record. Defaults to true. |
| privateIp | string | A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet CIDR. |
| hostnameLabel | string | The hostname for the VNIC primary private IP. Used for DNS. |
| nsgIds | array | A list of the OCIDs of the network security groups to add the VNIC to |
| skipSourceDestCheck | boolean | Whether the source/destination check is disabled on the VNIC. Defaults to false. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateVnicDetails",
"type": "object",
"description": "Contains properties for a VNIC. Used when launching an instance or creating a VNIC attachment.",
"properties": {
"subnetId": {
"type": "string",
"description": "The OCID of the subnet to create the VNIC in"
},
"displayName": {
"type": "string",
"description": "A user-friendly name for the VNIC. Does not have to be unique."
},
"assignPublicIp": {
"type": "boolean",
"description": "Whether the VNIC should be assigned a public IP address. Defaults to whether the subnet is public or private."
},
"assignPrivateDnsRecord": {
"type": "boolean",
"description": "Whether the VNIC should be assigned a DNS record. Defaults to true."
},
"privateIp": {
"type": "string",
"description": "A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet CIDR."
},
"hostnameLabel": {
"type": "string",
"description": "The hostname for the VNIC primary private IP. Used for DNS."
},
"nsgIds": {
"type": "array",
"description": "A list of the OCIDs of the network security groups to add the VNIC to"
},
"skipSourceDestCheck": {
"type": "boolean",
"description": "Whether the source/destination check is disabled on the VNIC. Defaults to false."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oci-compute-create-vnic-details"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.