LegacyApplianceDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the parsed config metadata to be send as input for migration
public class LegacyApplianceDetails : Microsoft.WindowsAzure.Management.StorSimple.Models.LegacyApplianceConfig
type LegacyApplianceDetails = class
inherit LegacyApplianceConfig
Public Class LegacyApplianceDetails
Inherits LegacyApplianceConfig
- Inheritance
Constructors
LegacyApplianceDetails() |
Properties
AccessControlRecords |
Required. Gets or sets the list of Access Control Records from config xml to be imported. (Inherited from LegacyApplianceConfig) |
BackupPolicies |
Required. Gets or sets list of back policies from config xml to be imported. (Inherited from LegacyApplianceConfig) |
BandwidthSettings |
Required. Gets or sets list of Bandwidth settings from config xml to be imported. (Inherited from LegacyApplianceConfig) |
CloudConfigurations |
Required. Gets or sets list of volume containers from config xml to be imported. (Inherited from LegacyApplianceConfig) |
DeviceId |
Required. Gets or sets target device id to which volume containers needs to be migrated. (Inherited from LegacyApplianceConfig) |
InboundChapSettings |
Optional. Gets or sets list of inbound chap settings from config xml to be imported. (Inherited from LegacyApplianceConfig) |
InstanceId |
Optional. Gets or sets the unique config id to be passed while importing the config details (Inherited from LegacyApplianceConfig) |
Name |
Required. Gets or sets the name of the config (Inherited from LegacyApplianceConfig) |
OperationInProgress |
Optional. Gets or sets a value which indicating whether any operation is in progress (Inherited from LegacyApplianceConfig) |
RelatedCloudConfigurationNames |
List of container names of volume containers to be migrated together |
SerialNumber |
Required. Gets or sets the serial number of the current sub-config entry when the config is splitted into smaller config and imported (Inherited from LegacyApplianceConfig) |
StorageAccountCredentials |
Required. Gets or sets the list of storage account credentials from config xml to be imported. (Inherited from LegacyApplianceConfig) |
TargetChapSettings |
Optional. Gets or sets the list of target chap settings from config xml to be imported (Inherited from LegacyApplianceConfig) |
TotalCount |
Required. Gets or sets the total count of sub-config entries to be imported, when the config splitted into smaller configs and imported (Inherited from LegacyApplianceConfig) |
VolumeGroups |
Required. Gets or sets the list of Volume Groups (VirtualDiskGroup) from config xml to be imported (Inherited from LegacyApplianceConfig) |
Volumes |
Required. Gets or sets the list of volumes (virtual disk) from config xml to be imported (Inherited from LegacyApplianceConfig) |
Methods
ToString() |
Converts the configs in the desired formated string |