Oracle Cloud Infrastructure · Example Payload

Networking Create Subnet Details Example

Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

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

Top-level fields

compartmentIdvcnIdcidrBlockdisplayNamednsLabelprohibitPublicIpOnVnicrouteTableIdsecurityListIds

Example Payload

Raw ↑
{
  "compartmentId": "ocid1.resource.oc1.iad.abcdefg123456",
  "vcnId": "ocid1.resource.oc1.iad.abcdefg123456",
  "cidrBlock": "10.0.0.0/24",
  "displayName": "public-subnet-1",
  "dnsLabel": "myresource",
  "prohibitPublicIpOnVnic": false,
  "routeTableId": "ocid1.resource.oc1.iad.abcdefg123456",
  "securityListIds": "['example-value']"
}