Skip to content

Commit

Permalink
Update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Jul 8, 2020
1 parent 91ae39d commit 4298a60
Show file tree
Hide file tree
Showing 26 changed files with 106 additions and 197 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -176,6 +175,7 @@ export {
RecoveryPointResource,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
RestoreFileSpecs,
RestoreRequest,
RestoreRequestResource,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -178,6 +177,7 @@ export {
RecoveryPointResource,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
RestoreFileSpecs,
RestoreRequest,
RestoreRequestResource,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -184,6 +183,7 @@ export {
RecoveryPointResourceList,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
ResourceList,
RestoreFileSpecs,
RestoreRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export {
GenericProtectedItem,
GenericProtectionPolicy,
GenericRecoveryPoint,
HealthDetails,
IaasVMBackupRequest,
IaaSVMContainer,
IaasVMILRRegistrationRequest,
Expand Down Expand Up @@ -176,6 +175,7 @@ export {
RecoveryPointResource,
RecoveryPointTierInformation,
Resource,
ResourceHealthDetails,
RestoreFileSpecs,
RestoreRequest,
RestoreRequestResource,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,32 +213,6 @@ export interface ErrorResponse {
readonly additionalInfo?: ErrorAdditionalInfo[];
}

/**
* Health Details for backup items.
*/
export interface HealthDetails {
/**
* Health Code
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly code?: number;
/**
* Health Title
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly title?: string;
/**
* Health Message
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly message?: string;
/**
* Health Recommended Actions
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly recommendations?: string[];
}

/**
* Additional information about Azure File Share backup item.
*/
Expand Down Expand Up @@ -418,16 +392,6 @@ export interface AzureFileshareProtectedItem {
* 'Protected', 'ProtectionError', 'ProtectionStopped', 'ProtectionPaused'
*/
protectionState?: ProtectionState;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
* Health details on this backup item.
*/
healthDetails?: HealthDetails[];
/**
* Last backup operation status. Possible values: Healthy, Unhealthy.
*/
Expand Down Expand Up @@ -813,8 +777,7 @@ export interface AzureIaaSVMProtectedItem {
protectionState?: ProtectionState;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
* 'ActionSuggested', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
Expand Down Expand Up @@ -924,8 +887,7 @@ export interface AzureIaaSClassicComputeVMProtectedItem {
protectionState?: ProtectionState;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
* 'ActionSuggested', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
Expand Down Expand Up @@ -1035,8 +997,7 @@ export interface AzureIaaSComputeVMProtectedItem {
protectionState?: ProtectionState;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
* 'ActionSuggested', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
Expand Down Expand Up @@ -1088,10 +1049,36 @@ export interface AzureIaaSVMErrorInfo {
readonly recommendations?: string[];
}

/**
* Health Details for backup items.
*/
export interface ResourceHealthDetails {
/**
* Health Code
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly code?: number;
/**
* Health Title
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly title?: string;
/**
* Health Message
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly message?: string;
/**
* Health Recommended Actions
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly recommendations?: string[];
}

/**
* Azure IaaS VM workload-specific Health Details.
*/
export interface AzureIaaSVMHealthDetails extends HealthDetails {
export interface AzureIaaSVMHealthDetails extends ResourceHealthDetails {
}

/**
Expand Down Expand Up @@ -1736,16 +1723,6 @@ export interface AzureVmWorkloadProtectedItem {
* include: 'Invalid', 'Healthy', 'Unhealthy', 'NotReachable', 'IRPending'
*/
protectedItemHealthStatus?: ProtectedItemHealthStatus;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
* Health details on this backup item.
*/
healthDetails?: HealthDetails[];
/**
* Additional information for this backup item.
*/
Expand Down Expand Up @@ -1864,16 +1841,6 @@ export interface AzureVmWorkloadSAPAseDatabaseProtectedItem {
* include: 'Invalid', 'Healthy', 'Unhealthy', 'NotReachable', 'IRPending'
*/
protectedItemHealthStatus?: ProtectedItemHealthStatus;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
* Health details on this backup item.
*/
healthDetails?: HealthDetails[];
/**
* Additional information for this backup item.
*/
Expand Down Expand Up @@ -1992,16 +1959,6 @@ export interface AzureVmWorkloadSAPHanaDatabaseProtectedItem {
* include: 'Invalid', 'Healthy', 'Unhealthy', 'NotReachable', 'IRPending'
*/
protectedItemHealthStatus?: ProtectedItemHealthStatus;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
* Health details on this backup item.
*/
healthDetails?: HealthDetails[];
/**
* Additional information for this backup item.
*/
Expand Down Expand Up @@ -2120,16 +2077,6 @@ export interface AzureVmWorkloadSQLDatabaseProtectedItem {
* include: 'Invalid', 'Healthy', 'Unhealthy', 'NotReachable', 'IRPending'
*/
protectedItemHealthStatus?: ProtectedItemHealthStatus;
/**
* Health status of protected item. Possible values include: 'Passed', 'ActionRequired',
* 'ActionSuggested', 'Healthy', 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy',
* 'PersistentUnhealthy', 'Invalid'
*/
healthStatus?: HealthStatus;
/**
* Health details on this backup item.
*/
healthDetails?: HealthDetails[];
/**
* Additional information for this backup item.
*/
Expand Down Expand Up @@ -7797,16 +7744,6 @@ export type PrivateEndpointConnectionStatus = 'Pending' | 'Approved' | 'Rejected
*/
export type ProtectionState = 'Invalid' | 'IRPending' | 'Protected' | 'ProtectionError' | 'ProtectionStopped' | 'ProtectionPaused';

/**
* Defines values for HealthStatus.
* Possible values include: 'Passed', 'ActionRequired', 'ActionSuggested', 'Healthy',
* 'TransientDegraded', 'PersistentDegraded', 'TransientUnhealthy', 'PersistentUnhealthy',
* 'Invalid'
* @readonly
* @enum {string}
*/
export type HealthStatus = 'Passed' | 'ActionRequired' | 'ActionSuggested' | 'Healthy' | 'TransientDegraded' | 'PersistentDegraded' | 'TransientUnhealthy' | 'PersistentUnhealthy' | 'Invalid';

/**
* Defines values for RecoveryType.
* Possible values include: 'Invalid', 'OriginalLocation', 'AlternateLocation', 'RestoreDisks',
Expand Down Expand Up @@ -7858,6 +7795,14 @@ export type PolicyType = 'Invalid' | 'Full' | 'Differential' | 'Log' | 'CopyOnly
*/
export type JobSupportedAction = 'Invalid' | 'Cancellable' | 'Retriable';

/**
* Defines values for HealthStatus.
* Possible values include: 'Passed', 'ActionRequired', 'ActionSuggested', 'Invalid'
* @readonly
* @enum {string}
*/
export type HealthStatus = 'Passed' | 'ActionRequired' | 'ActionSuggested' | 'Invalid';

/**
* Defines values for ProtectedItemState.
* Possible values include: 'Invalid', 'IRPending', 'Protected', 'ProtectionError',
Expand Down
Loading

0 comments on commit 4298a60

Please sign in to comment.