Oracle · Example Payload

Oci Compute Vnic Attachment Example

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Top-level fields

idinstanceIdcompartmentIdavailabilityDomaindisplayNamevnicIdsubnetIdnicIndexvlanTagvlanIdlifecycleStatetimeCreated

Example Payload

Raw ↑
{
  "id": "abc123",
  "instanceId": "500123",
  "compartmentId": "500123",
  "availabilityDomain": "example_value",
  "displayName": "example_value",
  "vnicId": "500123",
  "subnetId": "500123",
  "nicIndex": 10,
  "vlanTag": 10,
  "vlanId": "500123",
  "lifecycleState": "example_value",
  "timeCreated": "example_value"
}