Oracle · Example Payload

Oci Compute Volume Attachment Example

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Oci Compute Volume Attachment Example is an example object payload from Oracle, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idinstanceIdvolumeIdcompartmentIdavailabilityDomaindisplayNamedeviceattachmentTypelifecycleStatetimeCreatedisReadOnlyisShareableisPvEncryptionInTransitEnabledisMultipathiscsiLoginState

Example Payload

Raw ↑
{
  "id": "abc123",
  "instanceId": "500123",
  "volumeId": "500123",
  "compartmentId": "500123",
  "availabilityDomain": "example_value",
  "displayName": "example_value",
  "device": "example_value",
  "attachmentType": "example_value",
  "lifecycleState": "example_value",
  "timeCreated": "example_value",
  "isReadOnly": true,
  "isShareable": true,
  "isPvEncryptionInTransitEnabled": true,
  "isMultipath": true,
  "iscsiLoginState": "example_value"
}