InlineBackupStatus0

InlineBackupStatus0
InlineBackupStatus0

Base class for resources.

JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ]
}
string
_create_user
Read-Only

ID of the user who created this resource.

integer As int64 As int64
_create_time
Optional

Timestamp in milliseconds since epoch.

string
_last_modified_user
Read-Only

ID of the user who last modified this resource.

integer As int64 As int64
_last_modified_time
Optional

Timestamp in milliseconds since epoch.

integer
_revision
Optional

The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, update operations must include the current _revision of the resource in request body, which clients should obtain by issuing a GET operation.

  1. First, issue a GET request to current state of the resource. 2. Change the payload as needed to PUT. Retain the _revision as returned in the GET call. 3. Include this _revision value in the PUT request body. If the _revision field is missing, the request will be rejected with HTTP 428 (Precondition Required). If the _revision is stale (another update occurred), the request will be rejected with HTTP 412 (Precondition Failed).
string
_resource_type
Read-Only

The type of this resource.

boolean
_system_owned
Read-Only

Indicates system owned resource.

string
id
Optional

Unique identifier of this resource.

string
display_name
Optional
Constraints: maxLength: 255

Name for the resource to be displayed in logs or GUI. Defaults to ID if not set.

string
description
Optional
Constraints: maxLength: 1024

Description of this resource.

array of string
site_ids
Optional

Identifiers of the local managers or sites this resource corresponds to.