Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ def initialize
# @return [Boolean] Indicates if workload item is auto-protectable
attr_accessor :is_auto_protectable

# @return [Integer] For instance or AG, indicates number of DB's present
# @return [Integer] For instance or AG, indicates number of DBs present
attr_accessor :subinquireditemcount

# @return [Integer] For instance or AG, indicates number of DB's to be
# @return [Integer] For instance or AG, indicates number of DBs to be
# protected
attr_accessor :sub_workload_item_count

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ def initialize
# @return [Boolean] Indicates if protectable item is auto-protected
attr_accessor :is_auto_protected

# @return [Integer] For instance or AG, indicates number of DB's present
# @return [Integer] For instance or AG, indicates number of DBs present
attr_accessor :subinquireditemcount

# @return [Integer] For instance or AG, indicates number of DB's to be
# @return [Integer] For instance or AG, indicates number of DBs to be
# protected
attr_accessor :subprotectableitemcount

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def initialize

attr_accessor :objectType

# @return [DateTime] UTC time at which recoverypoint was created
# @return [DateTime] UTC time at which recovery point was created
attr_accessor :recovery_point_time_in_utc

# @return [RestorePointType] Type of restore point. Possible values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
module Azure::RecoveryServicesBackup::Mgmt::V2016_12_01
module Models
#
# SAPHana specific recoverypoint, specifically encapsulates full/diff
# recoverypoints
# SAPHana specific recovery point, specifically encapsulates full/diff
# recovery points
#
class AzureWorkloadSAPHanaRecoveryPoint < AzureWorkloadRecoveryPoint

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
module Azure::RecoveryServicesBackup::Mgmt::V2016_12_01
module Models
#
# SQL specific recoverypoint, specifically encapsulates full/diff
# recoverypoint alongwith extended info
# SQL specific recovery point, specifically encapsulates full/diff recovery
# point along with extended info
#
class AzureWorkloadSQLRecoveryPoint < AzureWorkloadRecoveryPoint

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def initialize
# @return [Boolean] To check if backup engine upgrade available
attr_accessor :is_dpm_upgrade_available

# @return [BackupEngineExtendedInfo] Extended info of the backupengine
# @return [BackupEngineExtendedInfo] Extended info of the backup engine
attr_accessor :extended_info


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ class BackupEngineExtendedInfo
# @return [Integer] Number of disks in the backup engine.
attr_accessor :disk_count

# @return [Float] Diskspace used in the backup engine.
# @return [Float] Disk space used in the backup engine.
attr_accessor :used_disk_space

# @return [Float] Diskspace currently available in the backup engine.
# @return [Float] Disk space currently available in the backup engine.
attr_accessor :available_disk_space

# @return [DateTime] Last refresh time in the backup engine.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def initialize
# @return [String] Backup Management server protecting this backup item
attr_accessor :backup_engine_name

# @return [ProtectedItemState] Protection state of the backupengine.
# @return [ProtectedItemState] Protection state of the backup engine.
# Possible values include: 'Invalid', 'IRPending', 'Protected',
# 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused'
attr_accessor :protection_state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Models
# 1. Secret(BEK) - Url + Backup Data + vaultId.
# 2. Key(KEK) - Url + Backup Data + vaultId.
# 3. EncryptionMechanism
# BEK and KEK can potentiallty have different vault ids.
# BEK and KEK can potentially have different vault ids.
#
class KeyAndSecretDetails

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class AzureIaaSVMJobTaskDetails
attr_accessor :progress_percentage

# @return [String] Details about execution of the task.
# eg: number of bytes transfered etc
# eg: number of bytes transferred etc
attr_accessor :task_execution_details


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def initialize
# @return [String] Backup Management server protecting this backup item
attr_accessor :backup_engine_name

# @return [ProtectedItemState] Protection state of the backupengine.
# @return [ProtectedItemState] Protection state of the backup engine.
# Possible values include: 'Invalid', 'IRPending', 'Protected',
# 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused'
attr_accessor :protection_state
Expand Down