Oracle · JSON Structure

Oci Compute Vnic Attachment Structure

Type: object Properties: 12
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

id instanceId compartmentId availabilityDomain displayName vnicId subnetId nicIndex vlanTag vlanId lifecycleState timeCreated

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VnicAttachment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "instanceId": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "availabilityDomain": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "vnicId": {
      "type": "string"
    },
    "subnetId": {
      "type": "string"
    },
    "nicIndex": {
      "type": "integer"
    },
    "vlanTag": {
      "type": "integer"
    },
    "vlanId": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    }
  }
}