Oracle · JSON Structure

Oci Compute Volume Attachment Structure

Type: object Properties: 15
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

id instanceId volumeId compartmentId availabilityDomain displayName device attachmentType lifecycleState timeCreated isReadOnly isShareable isPvEncryptionInTransitEnabled isMultipath iscsiLoginState

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VolumeAttachment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "instanceId": {
      "type": "string"
    },
    "volumeId": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "availabilityDomain": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "device": {
      "type": "string"
    },
    "attachmentType": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    },
    "isReadOnly": {
      "type": "boolean"
    },
    "isShareable": {
      "type": "boolean"
    },
    "isPvEncryptionInTransitEnabled": {
      "type": "boolean"
    },
    "isMultipath": {
      "type": "boolean"
    },
    "iscsiLoginState": {
      "type": "string"
    }
  }
}