Cloud Properties

The cloud properties are grouped into the following categories:

  • Cloud Data Service Properties
  • Cloud Target Properties
  • Cloud Job Properties
  • Cloud Backup Properties
  • Cloud Backup Restore Properties

Cloud data service properties are used when configuring the cloud data service.

Table 2-12 Cloud Data Service Properties

BUI Field Name CLI Name Description

green status icon

status = online

Indicates that the cloud data service is online.

gray status icon

status = offline

Indicates that the cloud data service is offline.

SSL/TLS versions and ciphers

tls_version

For the BUI, select or clear check boxes for SSL/TLS versions. For the CLI, set the property to specific values, separated by commas. Use tab completion to see a list of possible values.

SSL/TLS versions and ciphers

ciphers

For the BUI, select or clear check boxes for ciphers. For the CLI, set the property to specific values, separated by commas. Use tab completion to see a list of possible values.

Cloud target properties are used when defining or modifying a cloud target.

Table 2-13 Cloud Target Properties

BUI Field Name CLI Name Description

Name

name

Cloud target name; must be unique to the system. This property can be modified after the cloud target is defined.

Location

location

Cloud target location, which is a regional API endpoint URL. See also Setting Up Your Oracle Cloud Infrastructure Account.

User

user

User name Oracle Cloud Identifier (OCID). See also Setting Up Your Oracle Cloud Infrastructure Account.

Use data bucket

databucket_on

Indicates if your data and metadata are in different buckets. Data will be saved to the Data Bucket, and metadata will be saved to the Bucket. If you use an archive bucket, the metadata must be saved to a standard bucket. For the BUI, select or clear the associated check box. For the CLI, set the property to true or false.

Bucket

bucket

An established bucket name. The combination of location, bucket, and data_bucket must be unique for your system. If in the BUI you selected Use data bucket or if in the CLI you set databucket_on to true, this property is for the metadata bucket. If in the BUI you did not select Use data bucket or if in the CLI you set databucket_on to false, this property is for both the metadata and data.

Data Bucket

data_bucket

An established bucket name. The combination of location, bucket, and data_bucket must be unique for your system. If in the BUI you selected Use data bucket or if in the CLI you set databucket_on to true, this property is for the data bucket. If in the BUI you did not select Use data bucket or if in the CLI you set databucket_on to false, this property cannot be set.

Tenancy

tenancy

Tenancy OCID. See also Setting Up Your Oracle Cloud Infrastructure Account.

Private Key

key

Appliance private key. See also Setting Up Your Oracle Cloud Infrastructure Account.

Use web proxy

proxy_on

Indicates if a proxy is used for system communications with the web. For the BUI, select or clear the associated check box. For the CLI, set the property to true or false. This property can be modified after the cloud target is defined.

Host : port

proxy_host

Host name and port number for the web proxy. This property can be modified after the cloud target is defined.

Username

proxy_user

User name needed to access the web proxy. This property can be modified after the cloud target is defined.

Password

proxy_password

Password needed to access the web proxy. This property can be modified after the cloud target is defined.

green status icon

online = true

Indicates that the cloud target is online and available.

Write limit bandwidth

writelimit

Value and unit of measurement for limiting the traffic write bandwidth when uploading a cloud backup to the cloud target. Units of measure:

  • B/s for bytes per second

  • K/s for kilobytes per second

  • M/s for megabytes per second

  • G/s for gigabytes per second

Read limit bandwidth

readlimit

Value and unit of measurement for limiting the traffic read bandwidth when restoring a cloud backup from the cloud target. Units of measure:

  • B/s for bytes per second

  • K/s for kilobytes per second

  • M/s for megabytes per second

  • G/s for gigabytes per second

gray status icon

online = false

Indicates that the cloud target is offline and unavailable.

 

id

Cloud target identification.

Cloud job properties are used when viewing a cloud job.

Table 2-14 Cloud Job Properties

BUI Field Name CLI Name Description

Operation

op

Operation type: backup, delete, or restore.

Target

target

Cloud target identification.

targetName

Cloud target name.

Updates

created

Creation date and time of cloud job.

updated

Update/start date and time of cloud job.

 

id

Cloud job identification.

Format

format

Cloud backup format: zfs (default) or tar.

Status

status

Cloud job status: in-progress, pending, completed, or error.

rate

Rate of data transfer, expressed in a unit of measure (see "Amount of data transferred") per second.

transferred and estimated_size

Amount of data transferred and estimated size. If job is in progress, the BUI displays the percentage of data transferred and the estimated size; in the CLI, the transferred and estimated_size properties can be used to calculate the percentage. Units of measure:

  • B for bytes

  • K for kilobytes

  • M for megabytes

  • G for gigabytes

  • T for terabytes

  • P for petabytes

  • E for exabytes

 

dataset

Dataset. Defined as pool name/local/project name/share name.

 

backup

Cloud backup identification. Example: 3e035b7e546e0d02 / db7fd6c55558cea0

 

snapshot

Snapshot name.

 

details

Cloud job details, including the status of the cloud backup, the bucket name, the cloud backup format, and the backup identification. Example: uploading backup to zfs / backups / zfs / 3e035b7e546e0d02 / db7fd6c55558cea0 / 000000001

Cloud backup properties are used when creating or viewing a cloud backup.

Table 2-15 Cloud Backup Properties

BUI Field Name CLI Name Description

Target

target

Cloud target name.

Source

source

Cloud backup source system.

Dataset

dataset

Dataset. Defined as pool name/local/project name/share name@snapshot name.

Format

format

Cloud backup format: zfs (default) or tar.

Storage Tier

tier

Storage tier type: standard or archive.

Size

size

Size of the cloud backup. Units of measure:

  • B for bytes

  • K for kilobytes

  • M for megabytes

  • G for gigabytes

  • T for terabytes

  • P for petabytes

  • E for exabytes

Started

started

Start date and time of cloud backup.

Uploaded

uploaded

Uploaded date and time of cloud backup.

 

id

Cloud backup identification. Example: 3e035b7e546e0d02 / db7fd6c55558cea0

Parent

parent

Parent snapshot for an incremental snapshot. This property is displayed only when an incremental snapshot is selected.

Require parent exists

require_parent_exists

For an incremental snapshot, indicates if the parent snapshot must exist on the same cloud target, as well as on the local system. For the BUI, select or clear the associated check box. For the CLI, set the property to true or false.

Incremental

incremental

Indicates if this is an incremental snapshot. For the BUI, select or clear the associated check box. For the CLI, set the property to true or false.

Cloud backup restore properties are used when restoring a cloud backup on Oracle ZFS Storage Appliance.

After restoring a tar cloud backup on Oracle ZFS Storage Appliance, set the filesystem's properties because this type of backup does not preserve the original filesystem properties nor does it inherit project properties.

Table 2-16 Cloud Backup Restore Properties

BUI Field Name CLI Name Description

Pool

pool

Local pool name for the cloud backup restore.

Project

project

Local project name for the cloud backup restore.

Share

share

Local share name for the cloud backup restore.

Use existing share

useshare

Indicates if the cloud backup will be restored into an existing local share. For the BUI, select or clear the associated check box. For the CLI, set the property to true or false.