Skip to content
Closed
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
119 changes: 68 additions & 51 deletions profiles/preview/databox/mgmt/databox/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ const (

type BaseClient = original.BaseClient
type JobsClient = original.JobsClient
type AccessProtocol = original.AccessProtocol

const (
NFS AccessProtocol = original.NFS
SMB AccessProtocol = original.SMB
)

type AddressType = original.AddressType

const (
Expand All @@ -47,8 +54,9 @@ type CopyLogDetailsType = original.CopyLogDetailsType

const (
CopyLogDetailsTypeCopyLogDetails CopyLogDetailsType = original.CopyLogDetailsTypeCopyLogDetails
CopyLogDetailsTypeDisk CopyLogDetailsType = original.CopyLogDetailsTypeDisk
CopyLogDetailsTypePod CopyLogDetailsType = original.CopyLogDetailsTypePod
CopyLogDetailsTypeDataBox CopyLogDetailsType = original.CopyLogDetailsTypeDataBox
CopyLogDetailsTypeDataBoxDisk CopyLogDetailsType = original.CopyLogDetailsTypeDataBoxDisk
CopyLogDetailsTypeDataBoxHeavy CopyLogDetailsType = original.CopyLogDetailsTypeDataBoxHeavy
)

type CopyStatus = original.CopyStatus
Expand All @@ -58,62 +66,65 @@ const (
CompletedWithErrors CopyStatus = original.CompletedWithErrors
Failed CopyStatus = original.Failed
InProgress CopyStatus = original.InProgress
NotReturned CopyStatus = original.NotReturned
NotStarted CopyStatus = original.NotStarted
)

type DeviceIssueType = original.DeviceIssueType
type JobDetailsType = original.JobDetailsType

const (
DeviceHealthCheckShowFailures DeviceIssueType = original.DeviceHealthCheckShowFailures
DeviceNotBootingUp DeviceIssueType = original.DeviceNotBootingUp
DeviceTampering DeviceIssueType = original.DeviceTampering
Misc DeviceIssueType = original.Misc
NICsAreNotWorking DeviceIssueType = original.NICsAreNotWorking
JobDetailsTypeDataBox JobDetailsType = original.JobDetailsTypeDataBox
JobDetailsTypeDataBoxDisk JobDetailsType = original.JobDetailsTypeDataBoxDisk
JobDetailsTypeDataBoxHeavy JobDetailsType = original.JobDetailsTypeDataBoxHeavy
JobDetailsTypeJobDetails JobDetailsType = original.JobDetailsTypeJobDetails
)

type DeviceType = original.DeviceType
type JobSecretsType = original.JobSecretsType

const (
Cabinet DeviceType = original.Cabinet
Disk DeviceType = original.Disk
Pod DeviceType = original.Pod
JobSecretsTypeDataBox JobSecretsType = original.JobSecretsTypeDataBox
JobSecretsTypeDataBoxDisk JobSecretsType = original.JobSecretsTypeDataBoxDisk
JobSecretsTypeDataBoxHeavy JobSecretsType = original.JobSecretsTypeDataBoxHeavy
JobSecretsTypeJobSecrets JobSecretsType = original.JobSecretsTypeJobSecrets
)

type IssueType = original.IssueType
type NotificationStageName = original.NotificationStageName

const (
CredentialNotWorking IssueType = original.CredentialNotWorking
DeviceFailure IssueType = original.DeviceFailure
DeviceMismatch IssueType = original.DeviceMismatch
ValidationStringMismatch IssueType = original.ValidationStringMismatch
AtAzureDC NotificationStageName = original.AtAzureDC
DataCopy NotificationStageName = original.DataCopy
Delivered NotificationStageName = original.Delivered
DevicePrepared NotificationStageName = original.DevicePrepared
Dispatched NotificationStageName = original.Dispatched
PickedUp NotificationStageName = original.PickedUp
)

type JobDetailsType = original.JobDetailsType
type ShareDestinationFormatType = original.ShareDestinationFormatType

const (
JobDetailsTypeDisk JobDetailsType = original.JobDetailsTypeDisk
JobDetailsTypeJobDetails JobDetailsType = original.JobDetailsTypeJobDetails
JobDetailsTypePod JobDetailsType = original.JobDetailsTypePod
AzureFile ShareDestinationFormatType = original.AzureFile
BlockBlob ShareDestinationFormatType = original.BlockBlob
HCS ShareDestinationFormatType = original.HCS
PageBlob ShareDestinationFormatType = original.PageBlob
UnknownType ShareDestinationFormatType = original.UnknownType
)

type JobSecretsType = original.JobSecretsType
type SkuDisabledReason = original.SkuDisabledReason

const (
JobSecretsTypeCabinet JobSecretsType = original.JobSecretsTypeCabinet
JobSecretsTypeDisk JobSecretsType = original.JobSecretsTypeDisk
JobSecretsTypeJobSecrets JobSecretsType = original.JobSecretsTypeJobSecrets
JobSecretsTypePod JobSecretsType = original.JobSecretsTypePod
SkuDisabledReasonCountry SkuDisabledReason = original.SkuDisabledReasonCountry
SkuDisabledReasonFeature SkuDisabledReason = original.SkuDisabledReasonFeature
SkuDisabledReasonNone SkuDisabledReason = original.SkuDisabledReasonNone
SkuDisabledReasonOfferType SkuDisabledReason = original.SkuDisabledReasonOfferType
SkuDisabledReasonRegion SkuDisabledReason = original.SkuDisabledReasonRegion
)

type NotificationStageName = original.NotificationStageName
type SkuName = original.SkuName

const (
AtAzureDC NotificationStageName = original.AtAzureDC
DataCopy NotificationStageName = original.DataCopy
Delivered NotificationStageName = original.Delivered
DevicePrepared NotificationStageName = original.DevicePrepared
Dispatched NotificationStageName = original.Dispatched
PickedUp NotificationStageName = original.PickedUp
DataBox SkuName = original.DataBox
DataBoxDisk SkuName = original.DataBoxDisk
DataBoxHeavy SkuName = original.DataBoxHeavy
)

type StageName = original.StageName
Expand Down Expand Up @@ -150,13 +161,12 @@ type AccountCopyLogDetails = original.AccountCopyLogDetails
type AccountCredentialDetails = original.AccountCredentialDetails
type AddressValidationOutput = original.AddressValidationOutput
type AddressValidationProperties = original.AddressValidationProperties
type ApplianceNetworkConfiguration = original.ApplianceNetworkConfiguration
type ArmBaseObject = original.ArmBaseObject
type AvailableSkuRequest = original.AvailableSkuRequest
type AvailableSkusResult = original.AvailableSkusResult
type AvailableSkusResultIterator = original.AvailableSkusResultIterator
type AvailableSkusResultPage = original.AvailableSkusResultPage
type CabinetJobSecrets = original.CabinetJobSecrets
type CabinetPodSecret = original.CabinetPodSecret
type CancellationReason = original.CancellationReason
type ContactDetails = original.ContactDetails
type BasicCopyLogDetails = original.BasicCopyLogDetails
Expand All @@ -170,9 +180,13 @@ type DiskJobDetails = original.DiskJobDetails
type DiskJobSecrets = original.DiskJobSecrets
type DiskSecret = original.DiskSecret
type Error = original.Error
type GetCopyLogsURIOutput = original.GetCopyLogsURIOutput
type HeavyAccountCopyLogDetails = original.HeavyAccountCopyLogDetails
type HeavyJobDetails = original.HeavyJobDetails
type HeavyJobSecrets = original.HeavyJobSecrets
type HeavySecret = original.HeavySecret
type BasicJobDetails = original.BasicJobDetails
type JobDetails = original.JobDetails
type JobDetailsType = original.JobDetailsType
type JobErrorDetails = original.JobErrorDetails
type JobProperties = original.JobProperties
type JobResource = original.JobResource
Expand All @@ -181,8 +195,10 @@ type JobResourceListIterator = original.JobResourceListIterator
type JobResourceListPage = original.JobResourceListPage
type JobResourceUpdateParameter = original.JobResourceUpdateParameter
type JobsCreateFuture = original.JobsCreateFuture
type JobsDeleteFuture = original.JobsDeleteFuture
type BasicJobSecrets = original.BasicJobSecrets
type JobSecrets = original.JobSecrets
type JobSecretsType = original.JobSecretsType
type JobStages = original.JobStages
type JobsUpdateFuture = original.JobsUpdateFuture
type NotificationPreference = original.NotificationPreference
Expand All @@ -192,22 +208,20 @@ type OperationList = original.OperationList
type OperationListIterator = original.OperationListIterator
type OperationListPage = original.OperationListPage
type PackageShippingDetails = original.PackageShippingDetails
type PodJobDetails = original.PodJobDetails
type PodJobSecrets = original.PodJobSecrets
type PodSecret = original.PodSecret
type ReportIssueDetails = original.ReportIssueDetails
type Preferences = original.Preferences
type Resource = original.Resource
type Secret = original.Secret
type ShareCredentialDetails = original.ShareCredentialDetails
type ShipmentPickUpRequest = original.ShipmentPickUpRequest
type ShipmentPickUpResponse = original.ShipmentPickUpResponse
type ShippingAddress = original.ShippingAddress
type ShippingLabelDetails = original.ShippingLabelDetails
type Sku = original.Sku
type SkuCapacity = original.SkuCapacity
type SkuCost = original.SkuCost
type SkuInformation = original.SkuInformation
type SkuProperties = original.SkuProperties
type UnencryptedSecrets = original.UnencryptedSecrets
type UnencryptedCredentials = original.UnencryptedCredentials
type UnencryptedCredentialsList = original.UnencryptedCredentialsList
type UpdateJobDetails = original.UpdateJobDetails
type UpdateJobProperties = original.UpdateJobProperties
type ValidateAddress = original.ValidateAddress
Expand All @@ -226,6 +240,9 @@ func NewJobsClient(subscriptionID string) JobsClient {
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient {
return original.NewJobsClientWithBaseURI(baseURI, subscriptionID)
}
func PossibleAccessProtocolValues() []AccessProtocol {
return original.PossibleAccessProtocolValues()
}
func PossibleAddressTypeValues() []AddressType {
return original.PossibleAddressTypeValues()
}
Expand All @@ -238,15 +255,6 @@ func PossibleCopyLogDetailsTypeValues() []CopyLogDetailsType {
func PossibleCopyStatusValues() []CopyStatus {
return original.PossibleCopyStatusValues()
}
func PossibleDeviceIssueTypeValues() []DeviceIssueType {
return original.PossibleDeviceIssueTypeValues()
}
func PossibleDeviceTypeValues() []DeviceType {
return original.PossibleDeviceTypeValues()
}
func PossibleIssueTypeValues() []IssueType {
return original.PossibleIssueTypeValues()
}
func PossibleJobDetailsTypeValues() []JobDetailsType {
return original.PossibleJobDetailsTypeValues()
}
Expand All @@ -256,6 +264,15 @@ func PossibleJobSecretsTypeValues() []JobSecretsType {
func PossibleNotificationStageNameValues() []NotificationStageName {
return original.PossibleNotificationStageNameValues()
}
func PossibleShareDestinationFormatTypeValues() []ShareDestinationFormatType {
return original.PossibleShareDestinationFormatTypeValues()
}
func PossibleSkuDisabledReasonValues() []SkuDisabledReason {
return original.PossibleSkuDisabledReasonValues()
}
func PossibleSkuNameValues() []SkuName {
return original.PossibleSkuNameValues()
}
func PossibleStageNameValues() []StageName {
return original.PossibleStageNameValues()
}
Expand Down
Loading