Skip to content

Commit

Permalink
Generated from e9b24a9052447593b240b3b23381473569058e09
Browse files Browse the repository at this point in the history
Merge pull request #3 from AzureDataBox/JulyRelease

July release
  • Loading branch information
AutorestCI committed Sep 7, 2018
1 parent 6f2a517 commit 49f8b1b
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 98 deletions.
77 changes: 70 additions & 7 deletions profiles/preview/databox/mgmt/databox/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,30 @@ const (

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

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

type AccessTier = original.AccessTier

const (
Cold AccessTier = original.Cold
Cool AccessTier = original.Cool
Hot AccessTier = original.Hot
Invalid AccessTier = original.Invalid
)

type AccountType = original.AccountType

const (
BlobStorage AccountType = original.BlobStorage
GeneralPurposeStorage AccountType = original.GeneralPurposeStorage
UnknownType AccountType = original.UnknownType
)

type AddressType = original.AddressType

const (
Expand All @@ -38,16 +62,17 @@ const (
type AddressValidationStatus = original.AddressValidationStatus

const (
Ambiguous AddressValidationStatus = original.Ambiguous
Invalid AddressValidationStatus = original.Invalid
Valid AddressValidationStatus = original.Valid
AddressValidationStatusAmbiguous AddressValidationStatus = original.AddressValidationStatusAmbiguous
AddressValidationStatusInvalid AddressValidationStatus = original.AddressValidationStatusInvalid
AddressValidationStatusValid AddressValidationStatus = original.AddressValidationStatusValid
)

type CopyLogDetailsType = original.CopyLogDetailsType

const (
CopyLogDetailsTypeCopyLogDetails CopyLogDetailsType = original.CopyLogDetailsTypeCopyLogDetails
CopyLogDetailsTypeDisk CopyLogDetailsType = original.CopyLogDetailsTypeDisk
CopyLogDetailsTypeHeavy CopyLogDetailsType = original.CopyLogDetailsTypeHeavy
CopyLogDetailsTypePod CopyLogDetailsType = original.CopyLogDetailsTypePod
)

Expand All @@ -74,9 +99,9 @@ const (
type DeviceType = original.DeviceType

const (
Cabinet DeviceType = original.Cabinet
Disk DeviceType = original.Disk
Pod DeviceType = original.Pod
Disk DeviceType = original.Disk
Heavy DeviceType = original.Heavy
Pod DeviceType = original.Pod
)

type IssueType = original.IssueType
Expand All @@ -92,15 +117,16 @@ type JobDetailsType = original.JobDetailsType

const (
JobDetailsTypeDisk JobDetailsType = original.JobDetailsTypeDisk
JobDetailsTypeHeavy JobDetailsType = original.JobDetailsTypeHeavy
JobDetailsTypeJobDetails JobDetailsType = original.JobDetailsTypeJobDetails
JobDetailsTypePod JobDetailsType = original.JobDetailsTypePod
)

type JobSecretsType = original.JobSecretsType

const (
JobSecretsTypeCabinet JobSecretsType = original.JobSecretsTypeCabinet
JobSecretsTypeDisk JobSecretsType = original.JobSecretsTypeDisk
JobSecretsTypeHeavy JobSecretsType = original.JobSecretsTypeHeavy
JobSecretsTypeJobSecrets JobSecretsType = original.JobSecretsTypeJobSecrets
JobSecretsTypePod JobSecretsType = original.JobSecretsTypePod
)
Expand All @@ -116,6 +142,24 @@ const (
PickedUp NotificationStageName = original.PickedUp
)

type PerformanceTier = original.PerformanceTier

const (
Premium PerformanceTier = original.Premium
Standard PerformanceTier = original.Standard
)

type ShareDestinationFormatType = original.ShareDestinationFormatType

const (
ShareDestinationFormatTypeAzureFile ShareDestinationFormatType = original.ShareDestinationFormatTypeAzureFile
ShareDestinationFormatTypeBlockBlob ShareDestinationFormatType = original.ShareDestinationFormatTypeBlockBlob
ShareDestinationFormatTypeHCS ShareDestinationFormatType = original.ShareDestinationFormatTypeHCS
ShareDestinationFormatTypeHDC ShareDestinationFormatType = original.ShareDestinationFormatTypeHDC
ShareDestinationFormatTypePageBlob ShareDestinationFormatType = original.ShareDestinationFormatTypePageBlob
ShareDestinationFormatTypeUnknownType ShareDestinationFormatType = original.ShareDestinationFormatTypeUnknownType
)

type StageName = original.StageName

const (
Expand All @@ -124,6 +168,7 @@ const (
StageNameCancelled StageName = original.StageNameCancelled
StageNameCompleted StageName = original.StageNameCompleted
StageNameCompletedWithErrors StageName = original.StageNameCompletedWithErrors
StageNameCurrent StageName = original.StageNameCurrent
StageNameDataCopy StageName = original.StageNameDataCopy
StageNameDelivered StageName = original.StageNameDelivered
StageNameDeviceOrdered StageName = original.StageNameDeviceOrdered
Expand All @@ -150,6 +195,7 @@ 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
Expand All @@ -171,6 +217,8 @@ 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 BasicJobDetails = original.BasicJobDetails
type JobDetails = original.JobDetails
type JobErrorDetails = original.JobErrorDetails
Expand Down Expand Up @@ -226,6 +274,15 @@ func NewJobsClient(subscriptionID string) JobsClient {
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient {
return original.NewJobsClientWithBaseURI(baseURI, subscriptionID)
}
func PossibleAccessProtocolValues() []AccessProtocol {
return original.PossibleAccessProtocolValues()
}
func PossibleAccessTierValues() []AccessTier {
return original.PossibleAccessTierValues()
}
func PossibleAccountTypeValues() []AccountType {
return original.PossibleAccountTypeValues()
}
func PossibleAddressTypeValues() []AddressType {
return original.PossibleAddressTypeValues()
}
Expand Down Expand Up @@ -256,6 +313,12 @@ func PossibleJobSecretsTypeValues() []JobSecretsType {
func PossibleNotificationStageNameValues() []NotificationStageName {
return original.PossibleNotificationStageNameValues()
}
func PossiblePerformanceTierValues() []PerformanceTier {
return original.PossiblePerformanceTierValues()
}
func PossibleShareDestinationFormatTypeValues() []ShareDestinationFormatType {
return original.PossibleShareDestinationFormatTypeValues()
}
func PossibleStageNameValues() []StageName {
return original.PossibleStageNameValues()
}
Expand Down
Loading

0 comments on commit 49f8b1b

Please sign in to comment.