Oracle Cloud Infrastructure · Example Payload

Networking Create Vcn Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

Networking Create Vcn Details Example is an example object payload from Oracle Cloud Infrastructure, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

compartmentIdcidrBlocksdisplayNamednsLabelfreeformTags

Example Payload

Raw ↑
{
  "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "cidrBlocks": "['10.0.0.0/16']",
  "displayName": "my-vcn",
  "dnsLabel": "myvcn",
  "freeformTags": {
    "key1": "value1"
  }
}