Oracle · JSON Structure

Oci Compute Create Vnic Details Structure

Type: object Properties: 8
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

CreateVnicDetails is a JSON Structure definition published by Oracle, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

subnetId displayName assignPublicIp assignPrivateDnsRecord privateIp hostnameLabel nsgIds skipSourceDestCheck

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateVnicDetails",
  "type": "object",
  "properties": {
    "subnetId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "assignPublicIp": {
      "type": "boolean"
    },
    "assignPrivateDnsRecord": {
      "type": "boolean"
    },
    "privateIp": {
      "type": "string"
    },
    "hostnameLabel": {
      "type": "string"
    },
    "nsgIds": {
      "type": "array"
    },
    "skipSourceDestCheck": {
      "type": "boolean"
    }
  }
}