Skip to content
This repository was archived by the owner on May 5, 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 @@ -11,7 +11,7 @@
'use strict';

/**
* The proprties of an alert.
* The properties of an alert.
*
*/
class AlertProperties {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
const models = require('./index');

/**
* Create network mappings input properties/behaviour specific to Azure to
* Azure Network mapping.
* Create network mappings input properties/behavior specific to Azure to Azure
* Network mapping.
*
* @extends models['FabricSpecificCreateNetworkMappingInput']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const models = require('./index');

/**
* This class contains monitoring details of all the inconsistent Protected
* Entites in Vmm.
* Entities in Vmm.
*
* @extends models['TaskTypeDetails']
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* Current job details of the migraton item.
* Current job details of the migration item.
*
*/
class CurrentJobDetails {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* The datastore details of the MT.
* The data store details of the MT.
*
*/
class DataStore {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* Onprem disk details data.
* On-prem disk details data.
*
*/
class DiskDetails {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Event extends models['Resource'] {
* of the source of the event on which it is raised (for example, VM, VMM
* etc).
* @member {string} [properties.severity] The severity of the event.
* @member {date} [properties.timeOfOccurrence] The time of occurence of the
* @member {date} [properties.timeOfOccurrence] The time of occurrence of the
* event.
* @member {string} [properties.fabricId] The ARM ID of the fabric.
* @member {object} [properties.providerSpecificDetails] The provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EventProperties {
* @member {string} [affectedObjectFriendlyName] The friendly name of the
* source of the event on which it is raised (for example, VM, VMM etc).
* @member {string} [severity] The severity of the event.
* @member {date} [timeOfOccurrence] The time of occurence of the event.
* @member {date} [timeOfOccurrence] The time of occurrence of the event.
* @member {string} [fabricId] The ARM ID of the fabric.
* @member {object} [providerSpecificDetails] The provider specific settings.
* @member {string} [providerSpecificDetails.instanceType] Polymorphic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class InMageAzureV2ReplicationDetails extends models['ReplicationProviderSpecifi
* @member {string} [enableRdpOnTargetOption] The selected option to enable
* RDP\SSH on target vm after failover. String value of
* {SrsDataContract.EnableRDPOnTargetOption} enum.
* @member {array} [datastores] The datastores of the on-premise machine.
* Value can be list of strings that contain datastore names.
* @member {array} [datastores] The data stores of the on-premise machine.
* Value can be list of strings that contain data store names.
* @member {string} [targetVmId] The ARM Id of the target Azure VM. This
* value will be null until the VM is failed over. Only after failure it will
* be populated with the ARM Id of the Azure VM.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class InMageEnableProtectionInput extends models['EnableProtectionProviderSpecif
* @member {string} [runAsAccountId] The CS account Id.
* @member {string} multiVmGroupId The multi vm group Id.
* @member {string} multiVmGroupName The multi vm group name.
* @member {string} [datastoreName] The target datastore name.
* @member {string} [datastoreName] The target data store name.
* @member {object} [diskExclusionInput] The enable disk exclusion input.
* @member {array} [diskExclusionInput.volumeOptions] The volume label based
* option for disk exclusion.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class InMageReplicationDetails extends models['ReplicationProviderSpecificSettin
* @member {string} [azureStorageAccountId] A value indicating the underlying
* Azure storage account. If the VM is not running in Azure, this value shall
* be set to null.
* @member {array} [datastores] The datastores of the on-premise machine
* Value can be list of strings that contain datastore names
* @member {array} [datastores] The data stores of the on-premise machine
* Value can be list of strings that contain data store names
* @member {array} [validationErrors] The validation errors of the on-premise
* machine Value can be list of validation errors
* @member {date} [lastRpoCalculatedTime] The last RPO calculated time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class InMageReprotectInput extends models['ReverseReplicationProviderSpecificInp
* @member {string} processServerId The Process Server Id.
* @member {string} retentionDrive The retention drive to use on the MT.
* @member {string} [runAsAccountId] The CS account Id.
* @member {string} [datastoreName] The target datastore name.
* @member {string} [datastoreName] The target data store name.
* @member {object} [diskExclusionInput] The enable disk exclusion input.
* @member {array} [diskExclusionInput.volumeOptions] The volume label based
* option for disk exclusion.
Expand Down
Loading