Versions in this module Expand all Collapse all v25 v25.1.0 Feb 6, 2019 v25.0.0 Jan 30, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AccessControlRecord struct + ID *string + Kind Kind + Name *string + Type *string + func (acr *AccessControlRecord) UnmarshalJSON(body []byte) error + func (acr AccessControlRecord) MarshalJSON() ([]byte, error) + type AccessControlRecordList struct + Value *[]AccessControlRecord + type AccessControlRecordProperties struct + InitiatorName *string + VolumeCount *int32 + type AccessControlRecordsClient struct + func NewAccessControlRecordsClient(subscriptionID string) AccessControlRecordsClient + func NewAccessControlRecordsClientWithBaseURI(baseURI string, subscriptionID string) AccessControlRecordsClient + func (client AccessControlRecordsClient) CreateOrUpdate(ctx context.Context, accessControlRecordName string, ...) (result AccessControlRecordsCreateOrUpdateFuture, err error) + func (client AccessControlRecordsClient) CreateOrUpdatePreparer(ctx context.Context, accessControlRecordName string, ...) (*http.Request, error) + func (client AccessControlRecordsClient) CreateOrUpdateResponder(resp *http.Response) (result AccessControlRecord, err error) + func (client AccessControlRecordsClient) CreateOrUpdateSender(req *http.Request) (future AccessControlRecordsCreateOrUpdateFuture, err error) + func (client AccessControlRecordsClient) Delete(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (result AccessControlRecordsDeleteFuture, err error) + func (client AccessControlRecordsClient) DeletePreparer(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (*http.Request, error) + func (client AccessControlRecordsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccessControlRecordsClient) DeleteSender(req *http.Request) (future AccessControlRecordsDeleteFuture, err error) + func (client AccessControlRecordsClient) Get(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (result AccessControlRecord, err error) + func (client AccessControlRecordsClient) GetPreparer(ctx context.Context, accessControlRecordName string, resourceGroupName string, ...) (*http.Request, error) + func (client AccessControlRecordsClient) GetResponder(resp *http.Response) (result AccessControlRecord, err error) + func (client AccessControlRecordsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccessControlRecordsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result AccessControlRecordList, err error) + func (client AccessControlRecordsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client AccessControlRecordsClient) ListByManagerResponder(resp *http.Response) (result AccessControlRecordList, err error) + func (client AccessControlRecordsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type AccessControlRecordsCreateOrUpdateFuture struct + func (future *AccessControlRecordsCreateOrUpdateFuture) Result(client AccessControlRecordsClient) (acr AccessControlRecord, err error) + type AccessControlRecordsDeleteFuture struct + func (future *AccessControlRecordsDeleteFuture) Result(client AccessControlRecordsClient) (ar autorest.Response, err error) + type AcsConfiguration struct + Namespace *string + Realm *string + ServiceURL *string + type Alert struct + ID *string + Kind Kind + Name *string + Type *string + func (a *Alert) UnmarshalJSON(body []byte) error + func (a Alert) MarshalJSON() ([]byte, error) + type AlertEmailNotificationStatus string + const Disabled + const Enabled + func PossibleAlertEmailNotificationStatusValues() []AlertEmailNotificationStatus + type AlertErrorDetails struct + ErrorCode *string + ErrorMessage *string + Occurences *int32 + type AlertFilter struct + AppearedOnTime *date.Time + Severity AlertSeverity + SourceName *string + SourceType AlertSourceType + Status AlertStatus + type AlertList struct + NextLink *string + Value *[]Alert + func (al AlertList) IsEmpty() bool + type AlertListIterator struct + func NewAlertListIterator(page AlertListPage) AlertListIterator + func (iter *AlertListIterator) Next() error + func (iter *AlertListIterator) NextWithContext(ctx context.Context) (err error) + func (iter AlertListIterator) NotDone() bool + func (iter AlertListIterator) Response() AlertList + func (iter AlertListIterator) Value() Alert + type AlertListPage struct + func NewAlertListPage(getNextPage func(context.Context, AlertList) (AlertList, error)) AlertListPage + func (page *AlertListPage) Next() error + func (page *AlertListPage) NextWithContext(ctx context.Context) (err error) + func (page AlertListPage) NotDone() bool + func (page AlertListPage) Response() AlertList + func (page AlertListPage) Values() []Alert + type AlertNotificationProperties struct + AdditionalRecipientEmailList *[]string + AlertNotificationCulture *string + EmailNotification AlertEmailNotificationStatus + NotificationToServiceOwners AlertEmailNotificationStatus + type AlertProperties struct + AlertType *string + AppearedAtSourceTime *date.Time + AppearedAtTime *date.Time + ClearedAtSourceTime *date.Time + ClearedAtTime *date.Time + DetailedInformation map[string]*string + ErrorDetails *AlertErrorDetails + Recommendation *string + ResolutionReason *string + Scope AlertScope + Severity AlertSeverity + Source *AlertSource + Status AlertStatus + Title *string + func (ap AlertProperties) MarshalJSON() ([]byte, error) + type AlertScope string + const AlertScopeDevice + const AlertScopeResource + func PossibleAlertScopeValues() []AlertScope + type AlertSettings struct + ID *string + Kind Kind + Name *string + Type *string + func (as *AlertSettings) UnmarshalJSON(body []byte) error + func (as AlertSettings) MarshalJSON() ([]byte, error) + type AlertSeverity string + const Critical + const Informational + const Warning + func PossibleAlertSeverityValues() []AlertSeverity + type AlertSource struct + AlertSourceType AlertSourceType + Name *string + TimeZone *string + type AlertSourceType string + const AlertSourceTypeDevice + const AlertSourceTypeResource + func PossibleAlertSourceTypeValues() []AlertSourceType + type AlertStatus string + const Active + const Cleared + func PossibleAlertStatusValues() []AlertStatus + type AlertsClient struct + func NewAlertsClient(subscriptionID string) AlertsClient + func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient + func (client AlertsClient) Clear(ctx context.Context, parameters ClearAlertRequest, resourceGroupName string, ...) (result autorest.Response, err error) + func (client AlertsClient) ClearPreparer(ctx context.Context, parameters ClearAlertRequest, resourceGroupName string, ...) (*http.Request, error) + func (client AlertsClient) ClearResponder(resp *http.Response) (result autorest.Response, err error) + func (client AlertsClient) ClearSender(req *http.Request) (*http.Response, error) + func (client AlertsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string, ...) (result AlertListPage, err error) + func (client AlertsClient) ListByManagerComplete(ctx context.Context, resourceGroupName string, managerName string, ...) (result AlertListIterator, err error) + func (client AlertsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client AlertsClient) ListByManagerResponder(resp *http.Response) (result AlertList, err error) + func (client AlertsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + func (client AlertsClient) SendTestEmail(ctx context.Context, deviceName string, parameters SendTestAlertEmailRequest, ...) (result autorest.Response, err error) + func (client AlertsClient) SendTestEmailPreparer(ctx context.Context, deviceName string, parameters SendTestAlertEmailRequest, ...) (*http.Request, error) + func (client AlertsClient) SendTestEmailResponder(resp *http.Response) (result autorest.Response, err error) + func (client AlertsClient) SendTestEmailSender(req *http.Request) (*http.Response, error) + type AsymmetricEncryptedSecret struct + EncryptionAlgorithm EncryptionAlgorithm + EncryptionCertThumbprint *string + Value *string + type AuthenticationType string + const Basic + const Invalid + const NTLM + const None + func PossibleAuthenticationTypeValues() []AuthenticationType + type AuthorizationEligibility string + const Eligible + const InEligible + func PossibleAuthorizationEligibilityValues() []AuthorizationEligibility + type AuthorizationStatus string + const AuthorizationStatusDisabled + const AuthorizationStatusEnabled + func PossibleAuthorizationStatusValues() []AuthorizationStatus + type AvailableProviderOperation struct + Display *AvailableProviderOperationDisplay + Name *string + Origin *string + Properties interface{} + type AvailableProviderOperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type AvailableProviderOperationList struct + NextLink *string + Value *[]AvailableProviderOperation + func (apol AvailableProviderOperationList) IsEmpty() bool + type AvailableProviderOperationListIterator struct + func NewAvailableProviderOperationListIterator(page AvailableProviderOperationListPage) AvailableProviderOperationListIterator + func (iter *AvailableProviderOperationListIterator) Next() error + func (iter *AvailableProviderOperationListIterator) NextWithContext(ctx context.Context) (err error) + func (iter AvailableProviderOperationListIterator) NotDone() bool + func (iter AvailableProviderOperationListIterator) Response() AvailableProviderOperationList + func (iter AvailableProviderOperationListIterator) Value() AvailableProviderOperation + type AvailableProviderOperationListPage struct + func NewAvailableProviderOperationListPage(...) AvailableProviderOperationListPage + func (page *AvailableProviderOperationListPage) Next() error + func (page *AvailableProviderOperationListPage) NextWithContext(ctx context.Context) (err error) + func (page AvailableProviderOperationListPage) NotDone() bool + func (page AvailableProviderOperationListPage) Response() AvailableProviderOperationList + func (page AvailableProviderOperationListPage) Values() []AvailableProviderOperation + type Backup struct + ID *string + Kind Kind + Name *string + Type *string + func (b *Backup) UnmarshalJSON(body []byte) error + func (b Backup) MarshalJSON() ([]byte, error) + type BackupElement struct + ElementID *string + ElementName *string + ElementType *string + SizeInBytes *int64 + VolumeContainerID *string + VolumeName *string + VolumeType VolumeType + type BackupFilter struct + BackupPolicyID *string + CreatedTime *date.Time + VolumeID *string + type BackupJobCreationType string + const Adhoc + const BySSM + const BySchedule + func PossibleBackupJobCreationTypeValues() []BackupJobCreationType + type BackupList struct + NextLink *string + Value *[]Backup + func (bl BackupList) IsEmpty() bool + type BackupListIterator struct + func NewBackupListIterator(page BackupListPage) BackupListIterator + func (iter *BackupListIterator) Next() error + func (iter *BackupListIterator) NextWithContext(ctx context.Context) (err error) + func (iter BackupListIterator) NotDone() bool + func (iter BackupListIterator) Response() BackupList + func (iter BackupListIterator) Value() Backup + type BackupListPage struct + func NewBackupListPage(getNextPage func(context.Context, BackupList) (BackupList, error)) BackupListPage + func (page *BackupListPage) Next() error + func (page *BackupListPage) NextWithContext(ctx context.Context) (err error) + func (page BackupListPage) NotDone() bool + func (page BackupListPage) Response() BackupList + func (page BackupListPage) Values() []Backup + type BackupPoliciesBackupNowFuture struct + func (future *BackupPoliciesBackupNowFuture) Result(client BackupPoliciesClient) (ar autorest.Response, err error) + type BackupPoliciesClient struct + func NewBackupPoliciesClient(subscriptionID string) BackupPoliciesClient + func NewBackupPoliciesClientWithBaseURI(baseURI string, subscriptionID string) BackupPoliciesClient + func (client BackupPoliciesClient) BackupNow(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupPoliciesBackupNowFuture, err error) + func (client BackupPoliciesClient) BackupNowPreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupPoliciesClient) BackupNowResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupPoliciesClient) BackupNowSender(req *http.Request) (future BackupPoliciesBackupNowFuture, err error) + func (client BackupPoliciesClient) CreateOrUpdate(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupPoliciesCreateOrUpdateFuture, err error) + func (client BackupPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result BackupPolicy, err error) + func (client BackupPoliciesClient) CreateOrUpdateSender(req *http.Request) (future BackupPoliciesCreateOrUpdateFuture, err error) + func (client BackupPoliciesClient) Delete(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupPoliciesDeleteFuture, err error) + func (client BackupPoliciesClient) DeletePreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupPoliciesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupPoliciesClient) DeleteSender(req *http.Request) (future BackupPoliciesDeleteFuture, err error) + func (client BackupPoliciesClient) Get(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupPolicy, err error) + func (client BackupPoliciesClient) GetPreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupPoliciesClient) GetResponder(resp *http.Response) (result BackupPolicy, err error) + func (client BackupPoliciesClient) GetSender(req *http.Request) (*http.Response, error) + func (client BackupPoliciesClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result BackupPolicyList, err error) + func (client BackupPoliciesClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client BackupPoliciesClient) ListByDeviceResponder(resp *http.Response) (result BackupPolicyList, err error) + func (client BackupPoliciesClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + type BackupPoliciesCreateOrUpdateFuture struct + func (future *BackupPoliciesCreateOrUpdateFuture) Result(client BackupPoliciesClient) (bp BackupPolicy, err error) + type BackupPoliciesDeleteFuture struct + func (future *BackupPoliciesDeleteFuture) Result(client BackupPoliciesClient) (ar autorest.Response, err error) + type BackupPolicy struct + ID *string + Kind Kind + Name *string + Type *string + func (bp *BackupPolicy) UnmarshalJSON(body []byte) error + func (bp BackupPolicy) MarshalJSON() ([]byte, error) + type BackupPolicyCreationType string + const BackupPolicyCreationTypeBySSM + const BackupPolicyCreationTypeBySaaS + func PossibleBackupPolicyCreationTypeValues() []BackupPolicyCreationType + type BackupPolicyList struct + Value *[]BackupPolicy + type BackupPolicyProperties struct + BackupPolicyCreationType BackupPolicyCreationType + LastBackupTime *date.Time + NextBackupTime *date.Time + ScheduledBackupStatus ScheduledBackupStatus + SchedulesCount *int64 + SsmHostName *string + VolumeIds *[]string + type BackupProperties struct + BackupJobCreationType BackupJobCreationType + BackupPolicyID *string + BackupType BackupType + CreatedOn *date.Time + Elements *[]BackupElement + SizeInBytes *int64 + SsmHostName *string + type BackupSchedule struct + ID *string + Kind Kind + Name *string + Type *string + func (bs *BackupSchedule) UnmarshalJSON(body []byte) error + func (bs BackupSchedule) MarshalJSON() ([]byte, error) + type BackupScheduleList struct + Value *[]BackupSchedule + type BackupScheduleProperties struct + BackupType BackupType + LastSuccessfulRun *date.Time + RetentionCount *int64 + ScheduleRecurrence *ScheduleRecurrence + ScheduleStatus ScheduleStatus + StartTime *date.Time + type BackupSchedulesClient struct + func NewBackupSchedulesClient(subscriptionID string) BackupSchedulesClient + func NewBackupSchedulesClientWithBaseURI(baseURI string, subscriptionID string) BackupSchedulesClient + func (client BackupSchedulesClient) CreateOrUpdate(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupSchedulesCreateOrUpdateFuture, err error) + func (client BackupSchedulesClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupSchedulesClient) CreateOrUpdateResponder(resp *http.Response) (result BackupSchedule, err error) + func (client BackupSchedulesClient) CreateOrUpdateSender(req *http.Request) (future BackupSchedulesCreateOrUpdateFuture, err error) + func (client BackupSchedulesClient) Delete(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupSchedulesDeleteFuture, err error) + func (client BackupSchedulesClient) DeletePreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupSchedulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupSchedulesClient) DeleteSender(req *http.Request) (future BackupSchedulesDeleteFuture, err error) + func (client BackupSchedulesClient) Get(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupSchedule, err error) + func (client BackupSchedulesClient) GetPreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupSchedulesClient) GetResponder(resp *http.Response) (result BackupSchedule, err error) + func (client BackupSchedulesClient) GetSender(req *http.Request) (*http.Response, error) + func (client BackupSchedulesClient) ListByBackupPolicy(ctx context.Context, deviceName string, backupPolicyName string, ...) (result BackupScheduleList, err error) + func (client BackupSchedulesClient) ListByBackupPolicyPreparer(ctx context.Context, deviceName string, backupPolicyName string, ...) (*http.Request, error) + func (client BackupSchedulesClient) ListByBackupPolicyResponder(resp *http.Response) (result BackupScheduleList, err error) + func (client BackupSchedulesClient) ListByBackupPolicySender(req *http.Request) (*http.Response, error) + type BackupSchedulesCreateOrUpdateFuture struct + func (future *BackupSchedulesCreateOrUpdateFuture) Result(client BackupSchedulesClient) (bs BackupSchedule, err error) + type BackupSchedulesDeleteFuture struct + func (future *BackupSchedulesDeleteFuture) Result(client BackupSchedulesClient) (ar autorest.Response, err error) + type BackupStatus string + const BackupStatusDisabled + const BackupStatusEnabled + func PossibleBackupStatusValues() []BackupStatus + type BackupType string + const CloudSnapshot + const LocalSnapshot + func PossibleBackupTypeValues() []BackupType + type BackupsClient struct + func NewBackupsClient(subscriptionID string) BackupsClient + func NewBackupsClientWithBaseURI(baseURI string, subscriptionID string) BackupsClient + func (client BackupsClient) Clone(ctx context.Context, deviceName string, backupName string, ...) (result BackupsCloneFuture, err error) + func (client BackupsClient) ClonePreparer(ctx context.Context, deviceName string, backupName string, ...) (*http.Request, error) + func (client BackupsClient) CloneResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupsClient) CloneSender(req *http.Request) (future BackupsCloneFuture, err error) + func (client BackupsClient) Delete(ctx context.Context, deviceName string, backupName string, ...) (result BackupsDeleteFuture, err error) + func (client BackupsClient) DeletePreparer(ctx context.Context, deviceName string, backupName string, ...) (*http.Request, error) + func (client BackupsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupsClient) DeleteSender(req *http.Request) (future BackupsDeleteFuture, err error) + func (client BackupsClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result BackupListPage, err error) + func (client BackupsClient) ListByDeviceComplete(ctx context.Context, deviceName string, resourceGroupName string, ...) (result BackupListIterator, err error) + func (client BackupsClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client BackupsClient) ListByDeviceResponder(resp *http.Response) (result BackupList, err error) + func (client BackupsClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client BackupsClient) Restore(ctx context.Context, deviceName string, backupName string, ...) (result BackupsRestoreFuture, err error) + func (client BackupsClient) RestorePreparer(ctx context.Context, deviceName string, backupName string, ...) (*http.Request, error) + func (client BackupsClient) RestoreResponder(resp *http.Response) (result autorest.Response, err error) + func (client BackupsClient) RestoreSender(req *http.Request) (future BackupsRestoreFuture, err error) + type BackupsCloneFuture struct + func (future *BackupsCloneFuture) Result(client BackupsClient) (ar autorest.Response, err error) + type BackupsDeleteFuture struct + func (future *BackupsDeleteFuture) Result(client BackupsClient) (ar autorest.Response, err error) + type BackupsRestoreFuture struct + func (future *BackupsRestoreFuture) Result(client BackupsClient) (ar autorest.Response, err error) + type BandwidthRateSettingProperties struct + Schedules *[]BandwidthSchedule + VolumeCount *int32 + type BandwidthSchedule struct + Days *[]DayOfWeek + RateInMbps *int32 + Start *Time + Stop *Time + type BandwidthSetting struct + ID *string + Kind Kind + Name *string + Type *string + func (bs *BandwidthSetting) UnmarshalJSON(body []byte) error + func (bs BandwidthSetting) MarshalJSON() ([]byte, error) + type BandwidthSettingList struct + Value *[]BandwidthSetting + type BandwidthSettingsClient struct + func NewBandwidthSettingsClient(subscriptionID string) BandwidthSettingsClient + func NewBandwidthSettingsClientWithBaseURI(baseURI string, subscriptionID string) BandwidthSettingsClient + func (client BandwidthSettingsClient) CreateOrUpdate(ctx context.Context, bandwidthSettingName string, parameters BandwidthSetting, ...) (result BandwidthSettingsCreateOrUpdateFuture, err error) + func (client BandwidthSettingsClient) CreateOrUpdatePreparer(ctx context.Context, bandwidthSettingName string, parameters BandwidthSetting, ...) (*http.Request, error) + func (client BandwidthSettingsClient) CreateOrUpdateResponder(resp *http.Response) (result BandwidthSetting, err error) + func (client BandwidthSettingsClient) CreateOrUpdateSender(req *http.Request) (future BandwidthSettingsCreateOrUpdateFuture, err error) + func (client BandwidthSettingsClient) Delete(ctx context.Context, bandwidthSettingName string, resourceGroupName string, ...) (result BandwidthSettingsDeleteFuture, err error) + func (client BandwidthSettingsClient) DeletePreparer(ctx context.Context, bandwidthSettingName string, resourceGroupName string, ...) (*http.Request, error) + func (client BandwidthSettingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BandwidthSettingsClient) DeleteSender(req *http.Request) (future BandwidthSettingsDeleteFuture, err error) + func (client BandwidthSettingsClient) Get(ctx context.Context, bandwidthSettingName string, resourceGroupName string, ...) (result BandwidthSetting, err error) + func (client BandwidthSettingsClient) GetPreparer(ctx context.Context, bandwidthSettingName string, resourceGroupName string, ...) (*http.Request, error) + func (client BandwidthSettingsClient) GetResponder(resp *http.Response) (result BandwidthSetting, err error) + func (client BandwidthSettingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client BandwidthSettingsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result BandwidthSettingList, err error) + func (client BandwidthSettingsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client BandwidthSettingsClient) ListByManagerResponder(resp *http.Response) (result BandwidthSettingList, err error) + func (client BandwidthSettingsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type BandwidthSettingsCreateOrUpdateFuture struct + func (future *BandwidthSettingsCreateOrUpdateFuture) Result(client BandwidthSettingsClient) (bs BandwidthSetting, err error) + type BandwidthSettingsDeleteFuture struct + func (future *BandwidthSettingsDeleteFuture) Result(client BandwidthSettingsClient) (ar autorest.Response, err error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BaseModel struct + ID *string + Kind Kind + Name *string + Type *string + type ChapSettings struct + InitiatorSecret *AsymmetricEncryptedSecret + InitiatorUser *string + TargetSecret *AsymmetricEncryptedSecret + TargetUser *string + type ClearAlertRequest struct + Alerts *[]string + ResolutionMessage *string + type CloneRequest struct + BackupElement *BackupElement + TargetAccessControlRecordIds *[]string + TargetDeviceID *string + TargetVolumeName *string + type CloudAppliance struct + IsVnetDNSConfigured *bool + IsVnetExpressConfigured *bool + ModelNumber *string + Name *string + StorageAccountName *string + StorageAccountType *string + SubnetName *string + VMImageName *string + VMType *string + VnetName *string + VnetRegion *string + type CloudApplianceConfiguration struct + ID *string + Kind Kind + Name *string + Type *string + func (cac *CloudApplianceConfiguration) UnmarshalJSON(body []byte) error + func (cac CloudApplianceConfiguration) MarshalJSON() ([]byte, error) + type CloudApplianceConfigurationList struct + Value *[]CloudApplianceConfiguration + type CloudApplianceConfigurationProperties struct + AcsConfiguration *AcsConfiguration + CloudPlatform *string + ModelNumber *string + SupportedRegions *[]string + SupportedStorageAccountTypes *[]string + SupportedVMImages *[]VMImage + SupportedVMTypes *[]string + type CloudApplianceSettings struct + ChannelIntegrityKey *AsymmetricEncryptedSecret + ServiceDataEncryptionKey *AsymmetricEncryptedSecret + type CloudAppliancesClient struct + func NewCloudAppliancesClient(subscriptionID string) CloudAppliancesClient + func NewCloudAppliancesClientWithBaseURI(baseURI string, subscriptionID string) CloudAppliancesClient + func (client CloudAppliancesClient) ListSupportedConfigurations(ctx context.Context, resourceGroupName string, managerName string) (result CloudApplianceConfigurationList, err error) + func (client CloudAppliancesClient) ListSupportedConfigurationsPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client CloudAppliancesClient) ListSupportedConfigurationsResponder(resp *http.Response) (result CloudApplianceConfigurationList, err error) + func (client CloudAppliancesClient) ListSupportedConfigurationsSender(req *http.Request) (*http.Response, error) + func (client CloudAppliancesClient) Provision(ctx context.Context, parameters CloudAppliance, resourceGroupName string, ...) (result CloudAppliancesProvisionFuture, err error) + func (client CloudAppliancesClient) ProvisionPreparer(ctx context.Context, parameters CloudAppliance, resourceGroupName string, ...) (*http.Request, error) + func (client CloudAppliancesClient) ProvisionResponder(resp *http.Response) (result autorest.Response, err error) + func (client CloudAppliancesClient) ProvisionSender(req *http.Request) (future CloudAppliancesProvisionFuture, err error) + type CloudAppliancesProvisionFuture struct + func (future *CloudAppliancesProvisionFuture) Result(client CloudAppliancesClient) (ar autorest.Response, err error) + type ConfigureDeviceRequest struct + ID *string + Kind Kind + Name *string + Type *string + func (cdr *ConfigureDeviceRequest) UnmarshalJSON(body []byte) error + func (cdr ConfigureDeviceRequest) MarshalJSON() ([]byte, error) + type ConfigureDeviceRequestProperties struct + CurrentDeviceName *string + DNSSettings *SecondaryDNSSettings + FriendlyName *string + NetworkInterfaceData0Settings *NetworkInterfaceData0Settings + TimeZone *string + type ControllerID string + const ControllerIDController0 + const ControllerIDController1 + const ControllerIDNone + const ControllerIDUnknown + func PossibleControllerIDValues() []ControllerID + type ControllerPowerStateAction string + const Restart + const Shutdown + const Start + func PossibleControllerPowerStateActionValues() []ControllerPowerStateAction + type ControllerPowerStateChangeRequest struct + ID *string + Kind Kind + Name *string + Type *string + func (cpscr *ControllerPowerStateChangeRequest) UnmarshalJSON(body []byte) error + func (cpscr ControllerPowerStateChangeRequest) MarshalJSON() ([]byte, error) + type ControllerPowerStateChangeRequestProperties struct + Action ControllerPowerStateAction + ActiveController ControllerID + Controller0State ControllerStatus + Controller1State ControllerStatus + type ControllerStatus string + const ControllerStatusFailure + const ControllerStatusNotPresent + const ControllerStatusOk + const ControllerStatusPoweredOff + const ControllerStatusRecovering + const ControllerStatusWarning + func PossibleControllerStatusValues() []ControllerStatus + type DNSSettings struct + PrimaryDNSServer *string + PrimaryIpv6DNSServer *string + SecondaryDNSServers *[]string + SecondaryIpv6DNSServers *[]string + type DataStatistics struct + CloudData *int64 + ProcessedData *int64 + Throughput *int64 + TotalData *int64 + type DayOfWeek string + const Friday + const Monday + const Saturday + const Sunday + const Thursday + const Tuesday + const Wednesday + func PossibleDayOfWeekValues() []DayOfWeek + type Device struct + ID *string + Kind Kind + Name *string + Type *string + func (d *Device) UnmarshalJSON(body []byte) error + func (d Device) MarshalJSON() ([]byte, error) + type DeviceConfigurationStatus string + const Complete + const Pending + func PossibleDeviceConfigurationStatusValues() []DeviceConfigurationStatus + type DeviceDetails struct + EndpointCount *int32 + VolumeContainerCount *int32 + type DeviceList struct + Value *[]Device + type DevicePatch struct + func (dp *DevicePatch) UnmarshalJSON(body []byte) error + func (dp DevicePatch) MarshalJSON() ([]byte, error) + type DevicePatchProperties struct + DeviceDescription *string + type DeviceProperties struct + ActivationTime *date.Time + ActiveController ControllerID + AgentGroupVersion *int32 + AvailableLocalStorageInBytes *int64 + AvailableTieredStorageInBytes *int64 + Culture *string + Details *DeviceDetails + DeviceConfigurationStatus DeviceConfigurationStatus + DeviceDescription *string + DeviceLocation *string + DeviceSoftwareVersion *string + DeviceType DeviceType + FriendlyName *string + FriendlySoftwareName *string + FriendlySoftwareVersion *string + ModelDescription *string + NetworkInterfaceCardCount *int32 + ProvisionedLocalStorageInBytes *int64 + ProvisionedTieredStorageInBytes *int64 + ProvisionedVolumeSizeInBytes *int64 + RolloverDetails *DeviceRolloverDetails + SerialNumber *string + Status DeviceStatus + TargetIqn *string + TotalTieredStorageInBytes *int64 + UsingStorageInBytes *int64 + VirtualMachineAPIType VirtualMachineAPIType + type DeviceRolloverDetails struct + AuthorizationEligibility AuthorizationEligibility + AuthorizationStatus AuthorizationStatus + InEligibilityReason InEligibilityCategory + type DeviceSettingsClient struct + func NewDeviceSettingsClient(subscriptionID string) DeviceSettingsClient + func NewDeviceSettingsClientWithBaseURI(baseURI string, subscriptionID string) DeviceSettingsClient + func (client DeviceSettingsClient) CreateOrUpdateAlertSettings(ctx context.Context, deviceName string, parameters AlertSettings, ...) (result DeviceSettingsCreateOrUpdateAlertSettingsFuture, err error) + func (client DeviceSettingsClient) CreateOrUpdateAlertSettingsPreparer(ctx context.Context, deviceName string, parameters AlertSettings, ...) (*http.Request, error) + func (client DeviceSettingsClient) CreateOrUpdateAlertSettingsResponder(resp *http.Response) (result AlertSettings, err error) + func (client DeviceSettingsClient) CreateOrUpdateAlertSettingsSender(req *http.Request) (future DeviceSettingsCreateOrUpdateAlertSettingsFuture, err error) + func (client DeviceSettingsClient) CreateOrUpdateTimeSettings(ctx context.Context, deviceName string, parameters TimeSettings, ...) (result DeviceSettingsCreateOrUpdateTimeSettingsFuture, err error) + func (client DeviceSettingsClient) CreateOrUpdateTimeSettingsPreparer(ctx context.Context, deviceName string, parameters TimeSettings, ...) (*http.Request, error) + func (client DeviceSettingsClient) CreateOrUpdateTimeSettingsResponder(resp *http.Response) (result TimeSettings, err error) + func (client DeviceSettingsClient) CreateOrUpdateTimeSettingsSender(req *http.Request) (future DeviceSettingsCreateOrUpdateTimeSettingsFuture, err error) + func (client DeviceSettingsClient) GetAlertSettings(ctx context.Context, deviceName string, resourceGroupName string, ...) (result AlertSettings, err error) + func (client DeviceSettingsClient) GetAlertSettingsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DeviceSettingsClient) GetAlertSettingsResponder(resp *http.Response) (result AlertSettings, err error) + func (client DeviceSettingsClient) GetAlertSettingsSender(req *http.Request) (*http.Response, error) + func (client DeviceSettingsClient) GetNetworkSettings(ctx context.Context, deviceName string, resourceGroupName string, ...) (result NetworkSettings, err error) + func (client DeviceSettingsClient) GetNetworkSettingsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DeviceSettingsClient) GetNetworkSettingsResponder(resp *http.Response) (result NetworkSettings, err error) + func (client DeviceSettingsClient) GetNetworkSettingsSender(req *http.Request) (*http.Response, error) + func (client DeviceSettingsClient) GetSecuritySettings(ctx context.Context, deviceName string, resourceGroupName string, ...) (result SecuritySettings, err error) + func (client DeviceSettingsClient) GetSecuritySettingsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DeviceSettingsClient) GetSecuritySettingsResponder(resp *http.Response) (result SecuritySettings, err error) + func (client DeviceSettingsClient) GetSecuritySettingsSender(req *http.Request) (*http.Response, error) + func (client DeviceSettingsClient) GetTimeSettings(ctx context.Context, deviceName string, resourceGroupName string, ...) (result TimeSettings, err error) + func (client DeviceSettingsClient) GetTimeSettingsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DeviceSettingsClient) GetTimeSettingsResponder(resp *http.Response) (result TimeSettings, err error) + func (client DeviceSettingsClient) GetTimeSettingsSender(req *http.Request) (*http.Response, error) + func (client DeviceSettingsClient) SyncRemotemanagementCertificate(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DeviceSettingsSyncRemotemanagementCertificateFuture, err error) + func (client DeviceSettingsClient) SyncRemotemanagementCertificatePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DeviceSettingsClient) SyncRemotemanagementCertificateResponder(resp *http.Response) (result autorest.Response, err error) + func (client DeviceSettingsClient) SyncRemotemanagementCertificateSender(req *http.Request) (future DeviceSettingsSyncRemotemanagementCertificateFuture, err error) + func (client DeviceSettingsClient) UpdateNetworkSettings(ctx context.Context, deviceName string, parameters NetworkSettingsPatch, ...) (result DeviceSettingsUpdateNetworkSettingsFuture, err error) + func (client DeviceSettingsClient) UpdateNetworkSettingsPreparer(ctx context.Context, deviceName string, parameters NetworkSettingsPatch, ...) (*http.Request, error) + func (client DeviceSettingsClient) UpdateNetworkSettingsResponder(resp *http.Response) (result NetworkSettings, err error) + func (client DeviceSettingsClient) UpdateNetworkSettingsSender(req *http.Request) (future DeviceSettingsUpdateNetworkSettingsFuture, err error) + func (client DeviceSettingsClient) UpdateSecuritySettings(ctx context.Context, deviceName string, parameters SecuritySettingsPatch, ...) (result DeviceSettingsUpdateSecuritySettingsFuture, err error) + func (client DeviceSettingsClient) UpdateSecuritySettingsPreparer(ctx context.Context, deviceName string, parameters SecuritySettingsPatch, ...) (*http.Request, error) + func (client DeviceSettingsClient) UpdateSecuritySettingsResponder(resp *http.Response) (result SecuritySettings, err error) + func (client DeviceSettingsClient) UpdateSecuritySettingsSender(req *http.Request) (future DeviceSettingsUpdateSecuritySettingsFuture, err error) + type DeviceSettingsCreateOrUpdateAlertSettingsFuture struct + func (future *DeviceSettingsCreateOrUpdateAlertSettingsFuture) Result(client DeviceSettingsClient) (as AlertSettings, err error) + type DeviceSettingsCreateOrUpdateTimeSettingsFuture struct + func (future *DeviceSettingsCreateOrUpdateTimeSettingsFuture) Result(client DeviceSettingsClient) (ts TimeSettings, err error) + type DeviceSettingsSyncRemotemanagementCertificateFuture struct + func (future *DeviceSettingsSyncRemotemanagementCertificateFuture) Result(client DeviceSettingsClient) (ar autorest.Response, err error) + type DeviceSettingsUpdateNetworkSettingsFuture struct + func (future *DeviceSettingsUpdateNetworkSettingsFuture) Result(client DeviceSettingsClient) (ns NetworkSettings, err error) + type DeviceSettingsUpdateSecuritySettingsFuture struct + func (future *DeviceSettingsUpdateSecuritySettingsFuture) Result(client DeviceSettingsClient) (ss SecuritySettings, err error) + type DeviceStatus string + const Creating + const Deactivated + const Deactivating + const Deleted + const MaintenanceMode + const Offline + const Online + const Provisioning + const ReadyToSetup + const RequiresAttention + const Unknown + func PossibleDeviceStatusValues() []DeviceStatus + type DeviceType string + const DeviceTypeInvalid + const DeviceTypeSeries8000PhysicalAppliance + const DeviceTypeSeries8000VirtualAppliance + func PossibleDeviceTypeValues() []DeviceType + type DevicesClient struct + func NewDevicesClient(subscriptionID string) DevicesClient + func NewDevicesClientWithBaseURI(baseURI string, subscriptionID string) DevicesClient + func (client DevicesClient) AuthorizeForServiceEncryptionKeyRollover(ctx context.Context, deviceName string, resourceGroupName string, ...) (result autorest.Response, err error) + func (client DevicesClient) AuthorizeForServiceEncryptionKeyRolloverPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) AuthorizeForServiceEncryptionKeyRolloverResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) AuthorizeForServiceEncryptionKeyRolloverSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) Configure(ctx context.Context, parameters ConfigureDeviceRequest, ...) (result DevicesConfigureFuture, err error) + func (client DevicesClient) ConfigurePreparer(ctx context.Context, parameters ConfigureDeviceRequest, ...) (*http.Request, error) + func (client DevicesClient) ConfigureResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) ConfigureSender(req *http.Request) (future DevicesConfigureFuture, err error) + func (client DevicesClient) Deactivate(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesDeactivateFuture, err error) + func (client DevicesClient) DeactivatePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) DeactivateResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) DeactivateSender(req *http.Request) (future DevicesDeactivateFuture, err error) + func (client DevicesClient) Delete(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesDeleteFuture, err error) + func (client DevicesClient) DeletePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) DeleteSender(req *http.Request) (future DevicesDeleteFuture, err error) + func (client DevicesClient) Failover(ctx context.Context, sourceDeviceName string, parameters FailoverRequest, ...) (result DevicesFailoverFuture, err error) + func (client DevicesClient) FailoverPreparer(ctx context.Context, sourceDeviceName string, parameters FailoverRequest, ...) (*http.Request, error) + func (client DevicesClient) FailoverResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) FailoverSender(req *http.Request) (future DevicesFailoverFuture, err error) + func (client DevicesClient) Get(ctx context.Context, deviceName string, resourceGroupName string, ...) (result Device, err error) + func (client DevicesClient) GetPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) GetResponder(resp *http.Response) (result Device, err error) + func (client DevicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) GetUpdateSummary(ctx context.Context, deviceName string, resourceGroupName string, ...) (result Updates, err error) + func (client DevicesClient) GetUpdateSummaryPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) GetUpdateSummaryResponder(resp *http.Response) (result Updates, err error) + func (client DevicesClient) GetUpdateSummarySender(req *http.Request) (*http.Response, error) + func (client DevicesClient) InstallUpdates(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesInstallUpdatesFuture, err error) + func (client DevicesClient) InstallUpdatesPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) InstallUpdatesResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) InstallUpdatesSender(req *http.Request) (future DevicesInstallUpdatesFuture, err error) + func (client DevicesClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string, ...) (result DeviceList, err error) + func (client DevicesClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client DevicesClient) ListByManagerResponder(resp *http.Response) (result DeviceList, err error) + func (client DevicesClient) ListByManagerSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListFailoverSets(ctx context.Context, deviceName string, resourceGroupName string, ...) (result FailoverSetsList, err error) + func (client DevicesClient) ListFailoverSetsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ListFailoverSetsResponder(resp *http.Response) (result FailoverSetsList, err error) + func (client DevicesClient) ListFailoverSetsSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListFailoverTargets(ctx context.Context, sourceDeviceName string, ...) (result FailoverTargetsList, err error) + func (client DevicesClient) ListFailoverTargetsPreparer(ctx context.Context, sourceDeviceName string, ...) (*http.Request, error) + func (client DevicesClient) ListFailoverTargetsResponder(resp *http.Response) (result FailoverTargetsList, err error) + func (client DevicesClient) ListFailoverTargetsSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListMetricDefinition(ctx context.Context, deviceName string, resourceGroupName string, ...) (result MetricDefinitionList, err error) + func (client DevicesClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client DevicesClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListMetrics(ctx context.Context, deviceName string, resourceGroupName string, ...) (result MetricList, err error) + func (client DevicesClient) ListMetricsPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client DevicesClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ScanForUpdates(ctx context.Context, deviceName string, resourceGroupName string, ...) (result DevicesScanForUpdatesFuture, err error) + func (client DevicesClient) ScanForUpdatesPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client DevicesClient) ScanForUpdatesResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) ScanForUpdatesSender(req *http.Request) (future DevicesScanForUpdatesFuture, err error) + func (client DevicesClient) Update(ctx context.Context, deviceName string, parameters DevicePatch, ...) (result Device, err error) + func (client DevicesClient) UpdatePreparer(ctx context.Context, deviceName string, parameters DevicePatch, ...) (*http.Request, error) + func (client DevicesClient) UpdateResponder(resp *http.Response) (result Device, err error) + func (client DevicesClient) UpdateSender(req *http.Request) (*http.Response, error) + type DevicesConfigureFuture struct + func (future *DevicesConfigureFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesDeactivateFuture struct + func (future *DevicesDeactivateFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesDeleteFuture struct + func (future *DevicesDeleteFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesFailoverFuture struct + func (future *DevicesFailoverFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesInstallUpdatesFuture struct + func (future *DevicesInstallUpdatesFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DevicesScanForUpdatesFuture struct + func (future *DevicesScanForUpdatesFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type DimensionFilter struct + Name *string + Values *string + type EncryptionAlgorithm string + const EncryptionAlgorithmAES256 + const EncryptionAlgorithmNone + const EncryptionAlgorithmRSAESPKCS1V15 + func PossibleEncryptionAlgorithmValues() []EncryptionAlgorithm + type EncryptionSettings struct + ID *string + Kind Kind + Name *string + Type *string + func (es *EncryptionSettings) UnmarshalJSON(body []byte) error + func (es EncryptionSettings) MarshalJSON() ([]byte, error) + type EncryptionSettingsProperties struct + EncryptionStatus EncryptionStatus + KeyRolloverStatus KeyRolloverStatus + type EncryptionStatus string + const EncryptionStatusDisabled + const EncryptionStatusEnabled + func PossibleEncryptionStatusValues() []EncryptionStatus + type FailoverRequest struct + TargetDeviceID *string + VolumeContainers *[]string + type FailoverSet struct + EligibilityResult *FailoverSetEligibilityResult + VolumeContainers *[]VolumeContainerFailoverMetadata + type FailoverSetEligibilityResult struct + ErrorMessage *string + IsEligibleForFailover *bool + type FailoverSetsList struct + Value *[]FailoverSet + type FailoverTarget struct + AvailableLocalStorageInBytes *int64 + AvailableTieredStorageInBytes *int64 + DataContainersCount *int32 + DeviceID *string + DeviceLocation *string + DeviceSoftwareVersion *string + DeviceStatus DeviceStatus + EligibilityResult *TargetEligibilityResult + FriendlyDeviceSoftwareVersion *string + ModelDescription *string + VolumesCount *int32 + type FailoverTargetsList struct + Value *[]FailoverTarget + type Feature struct + Name *string + Status FeatureSupportStatus + type FeatureFilter struct + DeviceID *string + type FeatureList struct + Value *[]Feature + type FeatureSupportStatus string + const NotAvailable + const Supported + const UnsupportedDeviceVersion + func PossibleFeatureSupportStatusValues() []FeatureSupportStatus + type HardwareComponent struct + ComponentID *string + DisplayName *string + Status HardwareComponentStatus + StatusDisplayName *string + type HardwareComponentGroup struct + ID *string + Kind Kind + Name *string + Type *string + func (hcg *HardwareComponentGroup) UnmarshalJSON(body []byte) error + func (hcg HardwareComponentGroup) MarshalJSON() ([]byte, error) + type HardwareComponentGroupList struct + Value *[]HardwareComponentGroup + type HardwareComponentGroupProperties struct + Components *[]HardwareComponent + DisplayName *string + LastUpdatedTime *date.Time + type HardwareComponentGroupsChangeControllerPowerStateFuture struct + func (future *HardwareComponentGroupsChangeControllerPowerStateFuture) Result(client HardwareComponentGroupsClient) (ar autorest.Response, err error) + type HardwareComponentGroupsClient struct + func NewHardwareComponentGroupsClient(subscriptionID string) HardwareComponentGroupsClient + func NewHardwareComponentGroupsClientWithBaseURI(baseURI string, subscriptionID string) HardwareComponentGroupsClient + func (client HardwareComponentGroupsClient) ChangeControllerPowerState(ctx context.Context, deviceName string, hardwareComponentGroupName string, ...) (result HardwareComponentGroupsChangeControllerPowerStateFuture, err error) + func (client HardwareComponentGroupsClient) ChangeControllerPowerStatePreparer(ctx context.Context, deviceName string, hardwareComponentGroupName string, ...) (*http.Request, error) + func (client HardwareComponentGroupsClient) ChangeControllerPowerStateResponder(resp *http.Response) (result autorest.Response, err error) + func (client HardwareComponentGroupsClient) ChangeControllerPowerStateSender(req *http.Request) (future HardwareComponentGroupsChangeControllerPowerStateFuture, err error) + func (client HardwareComponentGroupsClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result HardwareComponentGroupList, err error) + func (client HardwareComponentGroupsClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client HardwareComponentGroupsClient) ListByDeviceResponder(resp *http.Response) (result HardwareComponentGroupList, err error) + func (client HardwareComponentGroupsClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + type HardwareComponentStatus string + const HardwareComponentStatusFailure + const HardwareComponentStatusNotPresent + const HardwareComponentStatusOk + const HardwareComponentStatusPoweredOff + const HardwareComponentStatusRecovering + const HardwareComponentStatusUnknown + const HardwareComponentStatusWarning + func PossibleHardwareComponentStatusValues() []HardwareComponentStatus + type ISCSIAndCloudStatus string + const ISCSIAndCloudStatusCloudEnabled + const ISCSIAndCloudStatusDisabled + const ISCSIAndCloudStatusIscsiAndCloudEnabled + const ISCSIAndCloudStatusIscsiEnabled + func PossibleISCSIAndCloudStatusValues() []ISCSIAndCloudStatus + type InEligibilityCategory string + const DeviceNotOnline + const NotSupportedAppliance + const RolloverPending + func PossibleInEligibilityCategoryValues() []InEligibilityCategory + type Job struct + EndTime *date.Time + Error *JobErrorDetails + ID *string + Kind Kind + Name *string + PercentComplete *int32 + StartTime *date.Time + Status JobStatus + Type *string + func (j *Job) UnmarshalJSON(body []byte) error + func (j Job) MarshalJSON() ([]byte, error) + type JobErrorDetails struct + Code *string + ErrorDetails *[]JobErrorItem + Message *string + type JobErrorItem struct + Code *string + Message *string + Recommendations *[]string + type JobFilter struct + JobType *string + StartTime *date.Time + Status *string + type JobList struct + NextLink *string + Value *[]Job + func (jl JobList) IsEmpty() bool + type JobListIterator struct + func NewJobListIterator(page JobListPage) JobListIterator + func (iter *JobListIterator) Next() error + func (iter *JobListIterator) NextWithContext(ctx context.Context) (err error) + func (iter JobListIterator) NotDone() bool + func (iter JobListIterator) Response() JobList + func (iter JobListIterator) Value() Job + type JobListPage struct + func NewJobListPage(getNextPage func(context.Context, JobList) (JobList, error)) JobListPage + func (page *JobListPage) Next() error + func (page *JobListPage) NextWithContext(ctx context.Context) (err error) + func (page JobListPage) NotDone() bool + func (page JobListPage) Response() JobList + func (page JobListPage) Values() []Job + type JobProperties struct + BackupPointInTime *date.Time + BackupType BackupType + DataStats *DataStatistics + DeviceID *string + EntityLabel *string + EntityType *string + IsCancellable *bool + JobStages *[]JobStage + JobType JobType + SourceDeviceID *string + type JobStage struct + Detail *string + ErrorCode *string + Message *string + StageStatus JobStatus + type JobStatus string + const Canceled + const Failed + const Running + const Succeeded + func PossibleJobStatusValues() []JobStatus + type JobType string + const CloneVolume + const CreateCloudAppliance + const CreateLocallyPinnedVolume + const FailoverVolumeContainers + const InstallUpdates + const ManualBackup + const ModifyVolume + const RestoreBackup + const ScheduledBackup + const SupportPackageLogs + func PossibleJobTypeValues() []JobType + type JobsCancelFuture struct + func (future *JobsCancelFuture) Result(client JobsClient) (ar autorest.Response, err error) + type JobsClient struct + func NewJobsClient(subscriptionID string) JobsClient + func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient + func (client JobsClient) Cancel(ctx context.Context, deviceName string, jobName string, ...) (result JobsCancelFuture, err error) + func (client JobsClient) CancelPreparer(ctx context.Context, deviceName string, jobName string, ...) (*http.Request, error) + func (client JobsClient) CancelResponder(resp *http.Response) (result autorest.Response, err error) + func (client JobsClient) CancelSender(req *http.Request) (future JobsCancelFuture, err error) + func (client JobsClient) Get(ctx context.Context, deviceName string, jobName string, ...) (result Job, err error) + func (client JobsClient) GetPreparer(ctx context.Context, deviceName string, jobName string, ...) (*http.Request, error) + func (client JobsClient) GetResponder(resp *http.Response) (result Job, err error) + func (client JobsClient) GetSender(req *http.Request) (*http.Response, error) + func (client JobsClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result JobListPage, err error) + func (client JobsClient) ListByDeviceComplete(ctx context.Context, deviceName string, resourceGroupName string, ...) (result JobListIterator, err error) + func (client JobsClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client JobsClient) ListByDeviceResponder(resp *http.Response) (result JobList, err error) + func (client JobsClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client JobsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string, ...) (result JobListPage, err error) + func (client JobsClient) ListByManagerComplete(ctx context.Context, resourceGroupName string, managerName string, ...) (result JobListIterator, err error) + func (client JobsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client JobsClient) ListByManagerResponder(resp *http.Response) (result JobList, err error) + func (client JobsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type Key struct + ActivationKey *string + type KeyRolloverStatus string + const NotRequired + const Required + func PossibleKeyRolloverStatusValues() []KeyRolloverStatus + type Kind string + const Series8000 + func PossibleKindValues() []Kind + type ListFailoverTargetsRequest struct + VolumeContainers *[]string + type Manager struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mVar *Manager) UnmarshalJSON(body []byte) error + func (mVar Manager) MarshalJSON() ([]byte, error) + type ManagerExtendedInfo struct + Etag *string + ID *string + Kind Kind + Name *string + Type *string + func (mei *ManagerExtendedInfo) UnmarshalJSON(body []byte) error + func (mei ManagerExtendedInfo) MarshalJSON() ([]byte, error) + type ManagerExtendedInfoProperties struct + Algorithm *string + EncryptionKey *string + EncryptionKeyThumbprint *string + IntegrityKey *string + PortalCertificateThumbprint *string + Version *string + type ManagerIntrinsicSettings struct + Type ManagerType + type ManagerList struct + Value *[]Manager + type ManagerPatch struct + Tags map[string]*string + func (mp ManagerPatch) MarshalJSON() ([]byte, error) + type ManagerProperties struct + CisIntrinsicSettings *ManagerIntrinsicSettings + ProvisioningState *string + Sku *ManagerSku + type ManagerSku struct + Name *string + type ManagerType string + const GardaV1 + const HelsinkiV1 + func PossibleManagerTypeValues() []ManagerType + type ManagersClient struct + func NewManagersClient(subscriptionID string) ManagersClient + func NewManagersClientWithBaseURI(baseURI string, subscriptionID string) ManagersClient + func (client ManagersClient) CreateExtendedInfo(ctx context.Context, parameters ManagerExtendedInfo, resourceGroupName string, ...) (result ManagerExtendedInfo, err error) + func (client ManagersClient) CreateExtendedInfoPreparer(ctx context.Context, parameters ManagerExtendedInfo, resourceGroupName string, ...) (*http.Request, error) + func (client ManagersClient) CreateExtendedInfoResponder(resp *http.Response) (result ManagerExtendedInfo, err error) + func (client ManagersClient) CreateExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) CreateOrUpdate(ctx context.Context, parameters Manager, resourceGroupName string, ...) (result Manager, err error) + func (client ManagersClient) CreateOrUpdatePreparer(ctx context.Context, parameters Manager, resourceGroupName string, ...) (*http.Request, error) + func (client ManagersClient) CreateOrUpdateResponder(resp *http.Response) (result Manager, err error) + func (client ManagersClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) Delete(ctx context.Context, resourceGroupName string, managerName string) (result autorest.Response, err error) + func (client ManagersClient) DeleteExtendedInfo(ctx context.Context, resourceGroupName string, managerName string) (result autorest.Response, err error) + func (client ManagersClient) DeleteExtendedInfoPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) DeleteExtendedInfoResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagersClient) DeleteExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) DeletePreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagersClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) Get(ctx context.Context, resourceGroupName string, managerName string) (result Manager, err error) + func (client ManagersClient) GetActivationKey(ctx context.Context, resourceGroupName string, managerName string) (result Key, err error) + func (client ManagersClient) GetActivationKeyPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetActivationKeyResponder(resp *http.Response) (result Key, err error) + func (client ManagersClient) GetActivationKeySender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetDevicePublicEncryptionKey(ctx context.Context, deviceName string, resourceGroupName string, ...) (result PublicKey, err error) + func (client ManagersClient) GetDevicePublicEncryptionKeyPreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client ManagersClient) GetDevicePublicEncryptionKeyResponder(resp *http.Response) (result PublicKey, err error) + func (client ManagersClient) GetDevicePublicEncryptionKeySender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetEncryptionSettings(ctx context.Context, resourceGroupName string, managerName string) (result EncryptionSettings, err error) + func (client ManagersClient) GetEncryptionSettingsPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetEncryptionSettingsResponder(resp *http.Response) (result EncryptionSettings, err error) + func (client ManagersClient) GetEncryptionSettingsSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetExtendedInfo(ctx context.Context, resourceGroupName string, managerName string) (result ManagerExtendedInfo, err error) + func (client ManagersClient) GetExtendedInfoPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetExtendedInfoResponder(resp *http.Response) (result ManagerExtendedInfo, err error) + func (client ManagersClient) GetExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetPublicEncryptionKey(ctx context.Context, resourceGroupName string, managerName string) (result SymmetricEncryptedSecret, err error) + func (client ManagersClient) GetPublicEncryptionKeyPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) GetPublicEncryptionKeyResponder(resp *http.Response) (result SymmetricEncryptedSecret, err error) + func (client ManagersClient) GetPublicEncryptionKeySender(req *http.Request) (*http.Response, error) + func (client ManagersClient) GetResponder(resp *http.Response) (result Manager, err error) + func (client ManagersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) List(ctx context.Context) (result ManagerList, err error) + func (client ManagersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ManagerList, err error) + func (client ManagersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ManagersClient) ListByResourceGroupResponder(resp *http.Response) (result ManagerList, err error) + func (client ManagersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) ListFeatureSupportStatus(ctx context.Context, resourceGroupName string, managerName string, ...) (result FeatureList, err error) + func (client ManagersClient) ListFeatureSupportStatusPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client ManagersClient) ListFeatureSupportStatusResponder(resp *http.Response) (result FeatureList, err error) + func (client ManagersClient) ListFeatureSupportStatusSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) ListMetricDefinition(ctx context.Context, resourceGroupName string, managerName string) (result MetricDefinitionList, err error) + func (client ManagersClient) ListMetricDefinitionPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client ManagersClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) ListMetrics(ctx context.Context, resourceGroupName string, managerName string, ...) (result MetricList, err error) + func (client ManagersClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, managerName string, ...) (*http.Request, error) + func (client ManagersClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client ManagersClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ManagersClient) ListResponder(resp *http.Response) (result ManagerList, err error) + func (client ManagersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) RegenerateActivationKey(ctx context.Context, resourceGroupName string, managerName string) (result Key, err error) + func (client ManagersClient) RegenerateActivationKeyPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client ManagersClient) RegenerateActivationKeyResponder(resp *http.Response) (result Key, err error) + func (client ManagersClient) RegenerateActivationKeySender(req *http.Request) (*http.Response, error) + func (client ManagersClient) Update(ctx context.Context, parameters ManagerPatch, resourceGroupName string, ...) (result Manager, err error) + func (client ManagersClient) UpdateExtendedInfo(ctx context.Context, parameters ManagerExtendedInfo, resourceGroupName string, ...) (result ManagerExtendedInfo, err error) + func (client ManagersClient) UpdateExtendedInfoPreparer(ctx context.Context, parameters ManagerExtendedInfo, resourceGroupName string, ...) (*http.Request, error) + func (client ManagersClient) UpdateExtendedInfoResponder(resp *http.Response) (result ManagerExtendedInfo, err error) + func (client ManagersClient) UpdateExtendedInfoSender(req *http.Request) (*http.Response, error) + func (client ManagersClient) UpdatePreparer(ctx context.Context, parameters ManagerPatch, resourceGroupName string, ...) (*http.Request, error) + func (client ManagersClient) UpdateResponder(resp *http.Response) (result Manager, err error) + func (client ManagersClient) UpdateSender(req *http.Request) (*http.Response, error) + type MetricAggregationType string + const MetricAggregationTypeAverage + const MetricAggregationTypeLast + const MetricAggregationTypeMaximum + const MetricAggregationTypeMinimum + const MetricAggregationTypeNone + const MetricAggregationTypeTotal + func PossibleMetricAggregationTypeValues() []MetricAggregationType + type MetricAvailablity struct + Retention *string + TimeGrain *string + type MetricData struct + Average *float64 + Count *int32 + Maximum *float64 + Minimum *float64 + Sum *float64 + TimeStamp *date.Time + type MetricDefinition struct + Category *string + Dimensions *[]MetricDimension + MetricAvailabilities *[]MetricAvailablity + Name *MetricName + PrimaryAggregationType MetricAggregationType + ResourceID *string + Type *string + Unit MetricUnit + type MetricDefinitionList struct + Value *[]MetricDefinition + type MetricDimension struct + Name *string + Value *string + type MetricFilter struct + Category *string + Dimensions *DimensionFilter + EndTime *date.Time + Name *MetricNameFilter + StartTime *date.Time + TimeGrain *string + type MetricList struct + Value *[]Metrics + type MetricName struct + LocalizedValue *string + Value *string + type MetricNameFilter struct + Value *string + type MetricUnit string + const Bytes + const BytesPerSecond + const Count + const CountPerSecond + const Percent + const Seconds + func PossibleMetricUnitValues() []MetricUnit + type Metrics struct + Dimensions *[]MetricDimension + EndTime *date.Time + Name *MetricName + PrimaryAggregation MetricAggregationType + ResourceID *string + StartTime *date.Time + TimeGrain *string + Type *string + Unit MetricUnit + Values *[]MetricData + type MonitoringStatus string + const MonitoringStatusDisabled + const MonitoringStatusEnabled + func PossibleMonitoringStatusValues() []MonitoringStatus + type NetInterfaceID string + const NetInterfaceIDData0 + const NetInterfaceIDData1 + const NetInterfaceIDData2 + const NetInterfaceIDData3 + const NetInterfaceIDData4 + const NetInterfaceIDData5 + const NetInterfaceIDInvalid + func PossibleNetInterfaceIDValues() []NetInterfaceID + type NetInterfaceStatus string + const NetInterfaceStatusDisabled + const NetInterfaceStatusEnabled + func PossibleNetInterfaceStatusValues() []NetInterfaceStatus + type NetworkAdapterList struct + Value *[]NetworkAdapters + type NetworkAdapters struct + InterfaceID NetInterfaceID + IsDefault *bool + IscsiAndCloudStatus ISCSIAndCloudStatus + Mode NetworkMode + NetInterfaceStatus NetInterfaceStatus + NicIpv4Settings *NicIPv4 + NicIpv6Settings *NicIPv6 + Speed *int64 + type NetworkInterfaceData0Settings struct + ControllerOneIP *string + ControllerZeroIP *string + type NetworkMode string + const NetworkModeBOTH + const NetworkModeIPV4 + const NetworkModeIPV6 + const NetworkModeInvalid + func PossibleNetworkModeValues() []NetworkMode + type NetworkSettings struct + ID *string + Kind Kind + Name *string + Type *string + func (ns *NetworkSettings) UnmarshalJSON(body []byte) error + func (ns NetworkSettings) MarshalJSON() ([]byte, error) + type NetworkSettingsPatch struct + func (nsp *NetworkSettingsPatch) UnmarshalJSON(body []byte) error + func (nsp NetworkSettingsPatch) MarshalJSON() ([]byte, error) + type NetworkSettingsPatchProperties struct + DNSSettings *DNSSettings + NetworkAdapters *NetworkAdapterList + type NetworkSettingsProperties struct + DNSSettings *DNSSettings + NetworkAdapters *NetworkAdapterList + WebproxySettings *WebproxySettings + type NicIPv4 struct + Controller0Ipv4Address *string + Controller1Ipv4Address *string + Ipv4Address *string + Ipv4Gateway *string + Ipv4Netmask *string + type NicIPv6 struct + Controller0Ipv6Address *string + Controller1Ipv6Address *string + Ipv6Address *string + Ipv6Gateway *string + Ipv6Prefix *string + type OperationStatus string + const OperationStatusDeleting + const OperationStatusNone + const OperationStatusRestoring + const OperationStatusUpdating + func PossibleOperationStatusValues() []OperationStatus + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result AvailableProviderOperationListPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result AvailableProviderOperationListIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result AvailableProviderOperationList, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OwnerShipStatus string + const NotOwned + const Owned + func PossibleOwnerShipStatusValues() []OwnerShipStatus + type PublicKey struct + Key *string + type RecurrenceType string + const Daily + const Hourly + const Minutes + const Weekly + func PossibleRecurrenceTypeValues() []RecurrenceType + type RemoteManagementModeConfiguration string + const RemoteManagementModeConfigurationDisabled + const RemoteManagementModeConfigurationHTTPSAndHTTPEnabled + const RemoteManagementModeConfigurationHTTPSEnabled + const RemoteManagementModeConfigurationUnknown + func PossibleRemoteManagementModeConfigurationValues() []RemoteManagementModeConfiguration + type RemoteManagementSettings struct + RemoteManagementCertificate *string + RemoteManagementMode RemoteManagementModeConfiguration + type RemoteManagementSettingsPatch struct + RemoteManagementMode RemoteManagementModeConfiguration + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ScheduleRecurrence struct + RecurrenceType RecurrenceType + RecurrenceValue *int32 + WeeklyDaysList *[]DayOfWeek + type ScheduleStatus string + const ScheduleStatusDisabled + const ScheduleStatusEnabled + func PossibleScheduleStatusValues() []ScheduleStatus + type ScheduledBackupStatus string + const ScheduledBackupStatusDisabled + const ScheduledBackupStatusEnabled + func PossibleScheduledBackupStatusValues() []ScheduledBackupStatus + type SecondaryDNSSettings struct + SecondaryDNSServers *[]string + type SecuritySettings struct + ID *string + Kind Kind + Name *string + Type *string + func (ss *SecuritySettings) UnmarshalJSON(body []byte) error + func (ss SecuritySettings) MarshalJSON() ([]byte, error) + type SecuritySettingsPatch struct + func (ssp *SecuritySettingsPatch) UnmarshalJSON(body []byte) error + func (ssp SecuritySettingsPatch) MarshalJSON() ([]byte, error) + type SecuritySettingsPatchProperties struct + ChapSettings *ChapSettings + CloudApplianceSettings *CloudApplianceSettings + DeviceAdminPassword *AsymmetricEncryptedSecret + RemoteManagementSettings *RemoteManagementSettingsPatch + SnapshotPassword *AsymmetricEncryptedSecret + type SecuritySettingsProperties struct + ChapSettings *ChapSettings + RemoteManagementSettings *RemoteManagementSettings + type SendTestAlertEmailRequest struct + EmailList *[]string + type SslStatus string + const SslStatusDisabled + const SslStatusEnabled + func PossibleSslStatusValues() []SslStatus + type StorageAccountCredential struct + ID *string + Kind Kind + Name *string + Type *string + func (sac *StorageAccountCredential) UnmarshalJSON(body []byte) error + func (sac StorageAccountCredential) MarshalJSON() ([]byte, error) + type StorageAccountCredentialList struct + Value *[]StorageAccountCredential + type StorageAccountCredentialProperties struct + AccessKey *AsymmetricEncryptedSecret + EndPoint *string + SslStatus SslStatus + VolumesCount *int32 + type StorageAccountCredentialsClient struct + func NewStorageAccountCredentialsClient(subscriptionID string) StorageAccountCredentialsClient + func NewStorageAccountCredentialsClientWithBaseURI(baseURI string, subscriptionID string) StorageAccountCredentialsClient + func (client StorageAccountCredentialsClient) CreateOrUpdate(ctx context.Context, storageAccountCredentialName string, ...) (result StorageAccountCredentialsCreateOrUpdateFuture, err error) + func (client StorageAccountCredentialsClient) CreateOrUpdatePreparer(ctx context.Context, storageAccountCredentialName string, ...) (*http.Request, error) + func (client StorageAccountCredentialsClient) CreateOrUpdateResponder(resp *http.Response) (result StorageAccountCredential, err error) + func (client StorageAccountCredentialsClient) CreateOrUpdateSender(req *http.Request) (future StorageAccountCredentialsCreateOrUpdateFuture, err error) + func (client StorageAccountCredentialsClient) Delete(ctx context.Context, storageAccountCredentialName string, ...) (result StorageAccountCredentialsDeleteFuture, err error) + func (client StorageAccountCredentialsClient) DeletePreparer(ctx context.Context, storageAccountCredentialName string, ...) (*http.Request, error) + func (client StorageAccountCredentialsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StorageAccountCredentialsClient) DeleteSender(req *http.Request) (future StorageAccountCredentialsDeleteFuture, err error) + func (client StorageAccountCredentialsClient) Get(ctx context.Context, storageAccountCredentialName string, ...) (result StorageAccountCredential, err error) + func (client StorageAccountCredentialsClient) GetPreparer(ctx context.Context, storageAccountCredentialName string, ...) (*http.Request, error) + func (client StorageAccountCredentialsClient) GetResponder(resp *http.Response) (result StorageAccountCredential, err error) + func (client StorageAccountCredentialsClient) GetSender(req *http.Request) (*http.Response, error) + func (client StorageAccountCredentialsClient) ListByManager(ctx context.Context, resourceGroupName string, managerName string) (result StorageAccountCredentialList, err error) + func (client StorageAccountCredentialsClient) ListByManagerPreparer(ctx context.Context, resourceGroupName string, managerName string) (*http.Request, error) + func (client StorageAccountCredentialsClient) ListByManagerResponder(resp *http.Response) (result StorageAccountCredentialList, err error) + func (client StorageAccountCredentialsClient) ListByManagerSender(req *http.Request) (*http.Response, error) + type StorageAccountCredentialsCreateOrUpdateFuture struct + func (future *StorageAccountCredentialsCreateOrUpdateFuture) Result(client StorageAccountCredentialsClient) (sac StorageAccountCredential, err error) + type StorageAccountCredentialsDeleteFuture struct + func (future *StorageAccountCredentialsDeleteFuture) Result(client StorageAccountCredentialsClient) (ar autorest.Response, err error) + type SymmetricEncryptedSecret struct + EncryptionAlgorithm EncryptionAlgorithm + Value *string + ValueCertificateThumbprint *string + type TargetEligibilityErrorMessage struct + Message *string + Resolution *string + ResultCode TargetEligibilityResultCode + type TargetEligibilityResult struct + EligibilityStatus TargetEligibilityStatus + Messages *[]TargetEligibilityErrorMessage + type TargetEligibilityResultCode string + const LocalToTieredVolumesConversionWarning + const TargetAndSourceCannotBeSameError + const TargetInsufficientCapacityError + const TargetInsufficientLocalVolumeMemoryError + const TargetInsufficientTieredVolumeMemoryError + const TargetIsNotOnlineError + const TargetSourceIncompatibleVersionError + func PossibleTargetEligibilityResultCodeValues() []TargetEligibilityResultCode + type TargetEligibilityStatus string + const TargetEligibilityStatusEligible + const TargetEligibilityStatusNotEligible + func PossibleTargetEligibilityStatusValues() []TargetEligibilityStatus + type Time struct + Hours *int32 + Minutes *int32 + Seconds *int32 + type TimeSettings struct + ID *string + Kind Kind + Name *string + Type *string + func (ts *TimeSettings) UnmarshalJSON(body []byte) error + func (ts TimeSettings) MarshalJSON() ([]byte, error) + type TimeSettingsProperties struct + PrimaryTimeServer *string + SecondaryTimeServer *[]string + TimeZone *string + type Updates struct + ID *string + Kind Kind + Name *string + Type *string + func (u *Updates) UnmarshalJSON(body []byte) error + func (u Updates) MarshalJSON() ([]byte, error) + type UpdatesProperties struct + IsUpdateInProgress *bool + LastUpdatedTime *date.Time + MaintenanceModeUpdatesAvailable *bool + RegularUpdatesAvailable *bool + type VMImage struct + Name *string + Offer *string + Publisher *string + Sku *string + Version *string + type VirtualMachineAPIType string + const Arm + const Classic + func PossibleVirtualMachineAPITypeValues() []VirtualMachineAPIType + type Volume struct + ID *string + Kind Kind + Name *string + Type *string + func (vVar *Volume) UnmarshalJSON(body []byte) error + func (vVar Volume) MarshalJSON() ([]byte, error) + type VolumeContainer struct + ID *string + Kind Kind + Name *string + Type *string + func (vc *VolumeContainer) UnmarshalJSON(body []byte) error + func (vc VolumeContainer) MarshalJSON() ([]byte, error) + type VolumeContainerFailoverMetadata struct + VolumeContainerID *string + Volumes *[]VolumeFailoverMetadata + type VolumeContainerList struct + Value *[]VolumeContainer + type VolumeContainerProperties struct + BandWidthRateInMbps *int32 + BandwidthSettingID *string + EncryptionKey *AsymmetricEncryptedSecret + EncryptionStatus EncryptionStatus + OwnerShipStatus OwnerShipStatus + StorageAccountCredentialID *string + TotalCloudStorageUsageInBytes *int64 + VolumeCount *int32 + type VolumeContainersClient struct + func NewVolumeContainersClient(subscriptionID string) VolumeContainersClient + func NewVolumeContainersClientWithBaseURI(baseURI string, subscriptionID string) VolumeContainersClient + func (client VolumeContainersClient) CreateOrUpdate(ctx context.Context, deviceName string, volumeContainerName string, ...) (result VolumeContainersCreateOrUpdateFuture, err error) + func (client VolumeContainersClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumeContainersClient) CreateOrUpdateResponder(resp *http.Response) (result VolumeContainer, err error) + func (client VolumeContainersClient) CreateOrUpdateSender(req *http.Request) (future VolumeContainersCreateOrUpdateFuture, err error) + func (client VolumeContainersClient) Delete(ctx context.Context, deviceName string, volumeContainerName string, ...) (result VolumeContainersDeleteFuture, err error) + func (client VolumeContainersClient) DeletePreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumeContainersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VolumeContainersClient) DeleteSender(req *http.Request) (future VolumeContainersDeleteFuture, err error) + func (client VolumeContainersClient) Get(ctx context.Context, deviceName string, volumeContainerName string, ...) (result VolumeContainer, err error) + func (client VolumeContainersClient) GetPreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumeContainersClient) GetResponder(resp *http.Response) (result VolumeContainer, err error) + func (client VolumeContainersClient) GetSender(req *http.Request) (*http.Response, error) + func (client VolumeContainersClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result VolumeContainerList, err error) + func (client VolumeContainersClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client VolumeContainersClient) ListByDeviceResponder(resp *http.Response) (result VolumeContainerList, err error) + func (client VolumeContainersClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client VolumeContainersClient) ListMetricDefinition(ctx context.Context, deviceName string, volumeContainerName string, ...) (result MetricDefinitionList, err error) + func (client VolumeContainersClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumeContainersClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client VolumeContainersClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client VolumeContainersClient) ListMetrics(ctx context.Context, deviceName string, volumeContainerName string, ...) (result MetricList, err error) + func (client VolumeContainersClient) ListMetricsPreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumeContainersClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client VolumeContainersClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type VolumeContainersCreateOrUpdateFuture struct + func (future *VolumeContainersCreateOrUpdateFuture) Result(client VolumeContainersClient) (vc VolumeContainer, err error) + type VolumeContainersDeleteFuture struct + func (future *VolumeContainersDeleteFuture) Result(client VolumeContainersClient) (ar autorest.Response, err error) + type VolumeFailoverMetadata struct + BackupCreatedDate *date.Time + BackupElementID *string + BackupID *string + BackupPolicyID *string + SizeInBytes *int64 + VolumeID *string + VolumeType VolumeType + type VolumeList struct + Value *[]Volume + type VolumeProperties struct + AccessControlRecordIds *[]string + BackupPolicyIds *[]string + BackupStatus BackupStatus + MonitoringStatus MonitoringStatus + OperationStatus OperationStatus + SizeInBytes *int64 + VolumeContainerID *string + VolumeStatus VolumeStatus + VolumeType VolumeType + type VolumeStatus string + const VolumeStatusOffline + const VolumeStatusOnline + func PossibleVolumeStatusValues() []VolumeStatus + type VolumeType string + const Archival + const LocallyPinned + const Tiered + func PossibleVolumeTypeValues() []VolumeType + type VolumesClient struct + func NewVolumesClient(subscriptionID string) VolumesClient + func NewVolumesClientWithBaseURI(baseURI string, subscriptionID string) VolumesClient + func (client VolumesClient) CreateOrUpdate(ctx context.Context, deviceName string, volumeContainerName string, ...) (result VolumesCreateOrUpdateFuture, err error) + func (client VolumesClient) CreateOrUpdatePreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumesClient) CreateOrUpdateResponder(resp *http.Response) (result Volume, err error) + func (client VolumesClient) CreateOrUpdateSender(req *http.Request) (future VolumesCreateOrUpdateFuture, err error) + func (client VolumesClient) Delete(ctx context.Context, deviceName string, volumeContainerName string, ...) (result VolumesDeleteFuture, err error) + func (client VolumesClient) DeletePreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VolumesClient) DeleteSender(req *http.Request) (future VolumesDeleteFuture, err error) + func (client VolumesClient) Get(ctx context.Context, deviceName string, volumeContainerName string, ...) (result Volume, err error) + func (client VolumesClient) GetPreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumesClient) GetResponder(resp *http.Response) (result Volume, err error) + func (client VolumesClient) GetSender(req *http.Request) (*http.Response, error) + func (client VolumesClient) ListByDevice(ctx context.Context, deviceName string, resourceGroupName string, ...) (result VolumeList, err error) + func (client VolumesClient) ListByDevicePreparer(ctx context.Context, deviceName string, resourceGroupName string, ...) (*http.Request, error) + func (client VolumesClient) ListByDeviceResponder(resp *http.Response) (result VolumeList, err error) + func (client VolumesClient) ListByDeviceSender(req *http.Request) (*http.Response, error) + func (client VolumesClient) ListByVolumeContainer(ctx context.Context, deviceName string, volumeContainerName string, ...) (result VolumeList, err error) + func (client VolumesClient) ListByVolumeContainerPreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumesClient) ListByVolumeContainerResponder(resp *http.Response) (result VolumeList, err error) + func (client VolumesClient) ListByVolumeContainerSender(req *http.Request) (*http.Response, error) + func (client VolumesClient) ListMetricDefinition(ctx context.Context, deviceName string, volumeContainerName string, ...) (result MetricDefinitionList, err error) + func (client VolumesClient) ListMetricDefinitionPreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumesClient) ListMetricDefinitionResponder(resp *http.Response) (result MetricDefinitionList, err error) + func (client VolumesClient) ListMetricDefinitionSender(req *http.Request) (*http.Response, error) + func (client VolumesClient) ListMetrics(ctx context.Context, deviceName string, volumeContainerName string, ...) (result MetricList, err error) + func (client VolumesClient) ListMetricsPreparer(ctx context.Context, deviceName string, volumeContainerName string, ...) (*http.Request, error) + func (client VolumesClient) ListMetricsResponder(resp *http.Response) (result MetricList, err error) + func (client VolumesClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type VolumesCreateOrUpdateFuture struct + func (future *VolumesCreateOrUpdateFuture) Result(client VolumesClient) (vVar Volume, err error) + type VolumesDeleteFuture struct + func (future *VolumesDeleteFuture) Result(client VolumesClient) (ar autorest.Response, err error) + type WebproxySettings struct + Authentication AuthenticationType + ConnectionURI *string + Username *string Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v15 gopkg.in/azure/azure-sdk-for-go.v16 gopkg.in/azure/azure-sdk-for-go.v17 gopkg.in/azure/azure-sdk-for-go.v18 gopkg.in/azure/azure-sdk-for-go.v19 gopkg.in/azure/azure-sdk-for-go.v20 gopkg.in/azure/azure-sdk-for-go.v21 gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49