{ "$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" } } }