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
35 changes: 35 additions & 0 deletions profiles/latest/recoveryservices/mgmt/backup/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@ const (
InquiryStatusSuccess InquiryStatus = original.InquiryStatusSuccess
)

type IntentItemType = original.IntentItemType

const (
IntentItemTypeInvalid IntentItemType = original.IntentItemTypeInvalid
IntentItemTypeSQLAvailabilityGroupContainer IntentItemType = original.IntentItemTypeSQLAvailabilityGroupContainer
IntentItemTypeSQLInstance IntentItemType = original.IntentItemTypeSQLInstance
)

type ItemType = original.ItemType

const (
Expand Down Expand Up @@ -463,6 +471,16 @@ const (
OverwriteOptionsOverwrite OverwriteOptions = original.OverwriteOptionsOverwrite
)

type PolicyType = original.PolicyType

const (
PolicyTypeCopyOnlyFull PolicyType = original.PolicyTypeCopyOnlyFull
PolicyTypeDifferential PolicyType = original.PolicyTypeDifferential
PolicyTypeFull PolicyType = original.PolicyTypeFull
PolicyTypeInvalid PolicyType = original.PolicyTypeInvalid
PolicyTypeLog PolicyType = original.PolicyTypeLog
)

type ProtectableContainerType = original.ProtectableContainerType

const (
Expand Down Expand Up @@ -993,7 +1011,11 @@ type ProtectionContainerResourceListIterator = original.ProtectionContainerResou
type ProtectionContainerResourceListPage = original.ProtectionContainerResourceListPage
type BasicProtectionIntent = original.BasicProtectionIntent
type ProtectionIntent = original.ProtectionIntent
type ProtectionIntentQueryObject = original.ProtectionIntentQueryObject
type ProtectionIntentResource = original.ProtectionIntentResource
type ProtectionIntentResourceList = original.ProtectionIntentResourceList
type ProtectionIntentResourceListIterator = original.ProtectionIntentResourceListIterator
type ProtectionIntentResourceListPage = original.ProtectionIntentResourceListPage
type BasicProtectionPolicy = original.BasicProtectionPolicy
type ProtectionPolicy = original.ProtectionPolicy
type ProtectionPolicyQueryObject = original.ProtectionPolicyQueryObject
Expand Down Expand Up @@ -1076,6 +1098,7 @@ type ProtectionContainerRefreshOperationResultsClient = original.ProtectionConta
type ProtectionContainersClient = original.ProtectionContainersClient
type ProtectionContainersGroupClient = original.ProtectionContainersGroupClient
type ProtectionIntentClient = original.ProtectionIntentClient
type ProtectionIntentGroupClient = original.ProtectionIntentGroupClient
type ProtectionPoliciesClient = original.ProtectionPoliciesClient
type ProtectionPolicyOperationResultsClient = original.ProtectionPolicyOperationResultsClient
type ProtectionPolicyOperationStatusesClient = original.ProtectionPolicyOperationStatusesClient
Expand Down Expand Up @@ -1199,6 +1222,9 @@ func PossibleHTTPStatusCodeValues() []HTTPStatusCode {
func PossibleInquiryStatusValues() []InquiryStatus {
return original.PossibleInquiryStatusValues()
}
func PossibleIntentItemTypeValues() []IntentItemType {
return original.PossibleIntentItemTypeValues()
}
func PossibleItemTypeValues() []ItemType {
return original.PossibleItemTypeValues()
}
Expand Down Expand Up @@ -1256,6 +1282,9 @@ func PossibleOperationStatusValuesValues() []OperationStatusValues {
func PossibleOverwriteOptionsValues() []OverwriteOptions {
return original.PossibleOverwriteOptionsValues()
}
func PossiblePolicyTypeValues() []PolicyType {
return original.PossiblePolicyTypeValues()
}
func PossibleProtectableContainerTypeValues() []ProtectableContainerType {
return original.PossibleProtectableContainerTypeValues()
}
Expand Down Expand Up @@ -1445,6 +1474,12 @@ func NewProtectionIntentClient(subscriptionID string) ProtectionIntentClient {
func NewProtectionIntentClientWithBaseURI(baseURI string, subscriptionID string) ProtectionIntentClient {
return original.NewProtectionIntentClientWithBaseURI(baseURI, subscriptionID)
}
func NewProtectionIntentGroupClient(subscriptionID string) ProtectionIntentGroupClient {
return original.NewProtectionIntentGroupClient(subscriptionID)
}
func NewProtectionIntentGroupClientWithBaseURI(baseURI string, subscriptionID string) ProtectionIntentGroupClient {
return original.NewProtectionIntentGroupClientWithBaseURI(baseURI, subscriptionID)
}
func NewProtectionPoliciesClient(subscriptionID string) ProtectionPoliciesClient {
return original.NewProtectionPoliciesClient(subscriptionID)
}
Expand Down
35 changes: 35 additions & 0 deletions profiles/preview/recoveryservices/mgmt/backup/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@ const (
InquiryStatusSuccess InquiryStatus = original.InquiryStatusSuccess
)

type IntentItemType = original.IntentItemType

const (
IntentItemTypeInvalid IntentItemType = original.IntentItemTypeInvalid
IntentItemTypeSQLAvailabilityGroupContainer IntentItemType = original.IntentItemTypeSQLAvailabilityGroupContainer
IntentItemTypeSQLInstance IntentItemType = original.IntentItemTypeSQLInstance
)

type ItemType = original.ItemType

const (
Expand Down Expand Up @@ -463,6 +471,16 @@ const (
OverwriteOptionsOverwrite OverwriteOptions = original.OverwriteOptionsOverwrite
)

type PolicyType = original.PolicyType

const (
PolicyTypeCopyOnlyFull PolicyType = original.PolicyTypeCopyOnlyFull
PolicyTypeDifferential PolicyType = original.PolicyTypeDifferential
PolicyTypeFull PolicyType = original.PolicyTypeFull
PolicyTypeInvalid PolicyType = original.PolicyTypeInvalid
PolicyTypeLog PolicyType = original.PolicyTypeLog
)

type ProtectableContainerType = original.ProtectableContainerType

const (
Expand Down Expand Up @@ -993,7 +1011,11 @@ type ProtectionContainerResourceListIterator = original.ProtectionContainerResou
type ProtectionContainerResourceListPage = original.ProtectionContainerResourceListPage
type BasicProtectionIntent = original.BasicProtectionIntent
type ProtectionIntent = original.ProtectionIntent
type ProtectionIntentQueryObject = original.ProtectionIntentQueryObject
type ProtectionIntentResource = original.ProtectionIntentResource
type ProtectionIntentResourceList = original.ProtectionIntentResourceList
type ProtectionIntentResourceListIterator = original.ProtectionIntentResourceListIterator
type ProtectionIntentResourceListPage = original.ProtectionIntentResourceListPage
type BasicProtectionPolicy = original.BasicProtectionPolicy
type ProtectionPolicy = original.ProtectionPolicy
type ProtectionPolicyQueryObject = original.ProtectionPolicyQueryObject
Expand Down Expand Up @@ -1076,6 +1098,7 @@ type ProtectionContainerRefreshOperationResultsClient = original.ProtectionConta
type ProtectionContainersClient = original.ProtectionContainersClient
type ProtectionContainersGroupClient = original.ProtectionContainersGroupClient
type ProtectionIntentClient = original.ProtectionIntentClient
type ProtectionIntentGroupClient = original.ProtectionIntentGroupClient
type ProtectionPoliciesClient = original.ProtectionPoliciesClient
type ProtectionPolicyOperationResultsClient = original.ProtectionPolicyOperationResultsClient
type ProtectionPolicyOperationStatusesClient = original.ProtectionPolicyOperationStatusesClient
Expand Down Expand Up @@ -1199,6 +1222,9 @@ func PossibleHTTPStatusCodeValues() []HTTPStatusCode {
func PossibleInquiryStatusValues() []InquiryStatus {
return original.PossibleInquiryStatusValues()
}
func PossibleIntentItemTypeValues() []IntentItemType {
return original.PossibleIntentItemTypeValues()
}
func PossibleItemTypeValues() []ItemType {
return original.PossibleItemTypeValues()
}
Expand Down Expand Up @@ -1256,6 +1282,9 @@ func PossibleOperationStatusValuesValues() []OperationStatusValues {
func PossibleOverwriteOptionsValues() []OverwriteOptions {
return original.PossibleOverwriteOptionsValues()
}
func PossiblePolicyTypeValues() []PolicyType {
return original.PossiblePolicyTypeValues()
}
func PossibleProtectableContainerTypeValues() []ProtectableContainerType {
return original.PossibleProtectableContainerTypeValues()
}
Expand Down Expand Up @@ -1445,6 +1474,12 @@ func NewProtectionIntentClient(subscriptionID string) ProtectionIntentClient {
func NewProtectionIntentClientWithBaseURI(baseURI string, subscriptionID string) ProtectionIntentClient {
return original.NewProtectionIntentClientWithBaseURI(baseURI, subscriptionID)
}
func NewProtectionIntentGroupClient(subscriptionID string) ProtectionIntentGroupClient {
return original.NewProtectionIntentGroupClient(subscriptionID)
}
func NewProtectionIntentGroupClientWithBaseURI(baseURI string, subscriptionID string) ProtectionIntentGroupClient {
return original.NewProtectionIntentGroupClientWithBaseURI(baseURI, subscriptionID)
}
func NewProtectionPoliciesClient(subscriptionID string) ProtectionPoliciesClient {
return original.NewProtectionPoliciesClient(subscriptionID)
}
Expand Down
Loading