Skip to content
166 changes: 166 additions & 0 deletions packages/google-cloud-backupdr/google/cloud/backupdr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,94 @@
WorkforceIdentityBasedManagementURI,
WorkforceIdentityBasedOAuth2ClientID,
)
from google.cloud.backupdr_v1.types.backupplan import (
BackupPlan,
BackupRule,
BackupWindow,
CreateBackupPlanRequest,
DeleteBackupPlanRequest,
GetBackupPlanRequest,
ListBackupPlansRequest,
ListBackupPlansResponse,
StandardSchedule,
WeekDayOfMonth,
)
from google.cloud.backupdr_v1.types.backupplanassociation import (
BackupPlanAssociation,
CreateBackupPlanAssociationRequest,
DeleteBackupPlanAssociationRequest,
GetBackupPlanAssociationRequest,
ListBackupPlanAssociationsRequest,
ListBackupPlanAssociationsResponse,
RuleConfigInfo,
TriggerBackupRequest,
)
from google.cloud.backupdr_v1.types.backupvault import (
Backup,
BackupApplianceBackupConfig,
BackupApplianceLockInfo,
BackupConfigInfo,
BackupConfigState,
BackupLock,
BackupVault,
BackupVaultView,
BackupView,
CreateBackupVaultRequest,
DataSource,
DataSourceBackupApplianceApplication,
DataSourceGcpResource,
DeleteBackupRequest,
DeleteBackupVaultRequest,
FetchUsableBackupVaultsRequest,
FetchUsableBackupVaultsResponse,
GcpBackupConfig,
GcpResource,
GetBackupRequest,
GetBackupVaultRequest,
GetDataSourceRequest,
ListBackupsRequest,
ListBackupsResponse,
ListBackupVaultsRequest,
ListBackupVaultsResponse,
ListDataSourcesRequest,
ListDataSourcesResponse,
RestoreBackupRequest,
RestoreBackupResponse,
ServiceLockInfo,
TargetResource,
UpdateBackupRequest,
UpdateBackupVaultRequest,
UpdateDataSourceRequest,
)
from google.cloud.backupdr_v1.types.backupvault_ba import (
BackupApplianceBackupProperties,
)
from google.cloud.backupdr_v1.types.backupvault_gce import (
AcceleratorConfig,
AccessConfig,
AdvancedMachineFeatures,
AliasIpRange,
AllocationAffinity,
AttachedDisk,
ComputeInstanceBackupProperties,
ComputeInstanceDataSourceProperties,
ComputeInstanceRestoreProperties,
ComputeInstanceTargetEnvironment,
ConfidentialInstanceConfig,
CustomerEncryptionKey,
DisplayDevice,
Entry,
GuestOsFeature,
InstanceParams,
KeyRevocationActionType,
Metadata,
NetworkInterface,
NetworkPerformanceConfig,
Scheduling,
SchedulingDuration,
ServiceAccount,
Tags,
)

__all__ = (
"BackupDRClient",
Expand All @@ -48,4 +136,82 @@
"OperationMetadata",
"WorkforceIdentityBasedManagementURI",
"WorkforceIdentityBasedOAuth2ClientID",
"BackupPlan",
"BackupRule",
"BackupWindow",
"CreateBackupPlanRequest",
"DeleteBackupPlanRequest",
"GetBackupPlanRequest",
"ListBackupPlansRequest",
"ListBackupPlansResponse",
"StandardSchedule",
"WeekDayOfMonth",
"BackupPlanAssociation",
"CreateBackupPlanAssociationRequest",
"DeleteBackupPlanAssociationRequest",
"GetBackupPlanAssociationRequest",
"ListBackupPlanAssociationsRequest",
"ListBackupPlanAssociationsResponse",
"RuleConfigInfo",
"TriggerBackupRequest",
"Backup",
"BackupApplianceBackupConfig",
"BackupApplianceLockInfo",
"BackupConfigInfo",
"BackupLock",
"BackupVault",
"CreateBackupVaultRequest",
"DataSource",
"DataSourceBackupApplianceApplication",
"DataSourceGcpResource",
"DeleteBackupRequest",
"DeleteBackupVaultRequest",
"FetchUsableBackupVaultsRequest",
"FetchUsableBackupVaultsResponse",
"GcpBackupConfig",
"GcpResource",
"GetBackupRequest",
"GetBackupVaultRequest",
"GetDataSourceRequest",
"ListBackupsRequest",
"ListBackupsResponse",
"ListBackupVaultsRequest",
"ListBackupVaultsResponse",
"ListDataSourcesRequest",
"ListDataSourcesResponse",
"RestoreBackupRequest",
"RestoreBackupResponse",
"ServiceLockInfo",
"TargetResource",
"UpdateBackupRequest",
"UpdateBackupVaultRequest",
"UpdateDataSourceRequest",
"BackupConfigState",
"BackupVaultView",
"BackupView",
"BackupApplianceBackupProperties",
"AcceleratorConfig",
"AccessConfig",
"AdvancedMachineFeatures",
"AliasIpRange",
"AllocationAffinity",
"AttachedDisk",
"ComputeInstanceBackupProperties",
"ComputeInstanceDataSourceProperties",
"ComputeInstanceRestoreProperties",
"ComputeInstanceTargetEnvironment",
"ConfidentialInstanceConfig",
"CustomerEncryptionKey",
"DisplayDevice",
"Entry",
"GuestOsFeature",
"InstanceParams",
"Metadata",
"NetworkInterface",
"NetworkPerformanceConfig",
"Scheduling",
"SchedulingDuration",
"ServiceAccount",
"Tags",
"KeyRevocationActionType",
)
164 changes: 164 additions & 0 deletions packages/google-cloud-backupdr/google/cloud/backupdr_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,183 @@
WorkforceIdentityBasedManagementURI,
WorkforceIdentityBasedOAuth2ClientID,
)
from .types.backupplan import (
BackupPlan,
BackupRule,
BackupWindow,
CreateBackupPlanRequest,
DeleteBackupPlanRequest,
GetBackupPlanRequest,
ListBackupPlansRequest,
ListBackupPlansResponse,
StandardSchedule,
WeekDayOfMonth,
)
from .types.backupplanassociation import (
BackupPlanAssociation,
CreateBackupPlanAssociationRequest,
DeleteBackupPlanAssociationRequest,
GetBackupPlanAssociationRequest,
ListBackupPlanAssociationsRequest,
ListBackupPlanAssociationsResponse,
RuleConfigInfo,
TriggerBackupRequest,
)
from .types.backupvault import (
Backup,
BackupApplianceBackupConfig,
BackupApplianceLockInfo,
BackupConfigInfo,
BackupConfigState,
BackupLock,
BackupVault,
BackupVaultView,
BackupView,
CreateBackupVaultRequest,
DataSource,
DataSourceBackupApplianceApplication,
DataSourceGcpResource,
DeleteBackupRequest,
DeleteBackupVaultRequest,
FetchUsableBackupVaultsRequest,
FetchUsableBackupVaultsResponse,
GcpBackupConfig,
GcpResource,
GetBackupRequest,
GetBackupVaultRequest,
GetDataSourceRequest,
ListBackupsRequest,
ListBackupsResponse,
ListBackupVaultsRequest,
ListBackupVaultsResponse,
ListDataSourcesRequest,
ListDataSourcesResponse,
RestoreBackupRequest,
RestoreBackupResponse,
ServiceLockInfo,
TargetResource,
UpdateBackupRequest,
UpdateBackupVaultRequest,
UpdateDataSourceRequest,
)
from .types.backupvault_ba import BackupApplianceBackupProperties
from .types.backupvault_gce import (
AcceleratorConfig,
AccessConfig,
AdvancedMachineFeatures,
AliasIpRange,
AllocationAffinity,
AttachedDisk,
ComputeInstanceBackupProperties,
ComputeInstanceDataSourceProperties,
ComputeInstanceRestoreProperties,
ComputeInstanceTargetEnvironment,
ConfidentialInstanceConfig,
CustomerEncryptionKey,
DisplayDevice,
Entry,
GuestOsFeature,
InstanceParams,
KeyRevocationActionType,
Metadata,
NetworkInterface,
NetworkPerformanceConfig,
Scheduling,
SchedulingDuration,
ServiceAccount,
Tags,
)

__all__ = (
"BackupDRAsyncClient",
"AcceleratorConfig",
"AccessConfig",
"AdvancedMachineFeatures",
"AliasIpRange",
"AllocationAffinity",
"AttachedDisk",
"Backup",
"BackupApplianceBackupConfig",
"BackupApplianceBackupProperties",
"BackupApplianceLockInfo",
"BackupConfigInfo",
"BackupConfigState",
"BackupDRClient",
"BackupLock",
"BackupPlan",
"BackupPlanAssociation",
"BackupRule",
"BackupVault",
"BackupVaultView",
"BackupView",
"BackupWindow",
"ComputeInstanceBackupProperties",
"ComputeInstanceDataSourceProperties",
"ComputeInstanceRestoreProperties",
"ComputeInstanceTargetEnvironment",
"ConfidentialInstanceConfig",
"CreateBackupPlanAssociationRequest",
"CreateBackupPlanRequest",
"CreateBackupVaultRequest",
"CreateManagementServerRequest",
"CustomerEncryptionKey",
"DataSource",
"DataSourceBackupApplianceApplication",
"DataSourceGcpResource",
"DeleteBackupPlanAssociationRequest",
"DeleteBackupPlanRequest",
"DeleteBackupRequest",
"DeleteBackupVaultRequest",
"DeleteManagementServerRequest",
"DisplayDevice",
"Entry",
"FetchUsableBackupVaultsRequest",
"FetchUsableBackupVaultsResponse",
"GcpBackupConfig",
"GcpResource",
"GetBackupPlanAssociationRequest",
"GetBackupPlanRequest",
"GetBackupRequest",
"GetBackupVaultRequest",
"GetDataSourceRequest",
"GetManagementServerRequest",
"GuestOsFeature",
"InstanceParams",
"KeyRevocationActionType",
"ListBackupPlanAssociationsRequest",
"ListBackupPlanAssociationsResponse",
"ListBackupPlansRequest",
"ListBackupPlansResponse",
"ListBackupVaultsRequest",
"ListBackupVaultsResponse",
"ListBackupsRequest",
"ListBackupsResponse",
"ListDataSourcesRequest",
"ListDataSourcesResponse",
"ListManagementServersRequest",
"ListManagementServersResponse",
"ManagementServer",
"ManagementURI",
"Metadata",
"NetworkConfig",
"NetworkInterface",
"NetworkPerformanceConfig",
"OperationMetadata",
"RestoreBackupRequest",
"RestoreBackupResponse",
"RuleConfigInfo",
"Scheduling",
"SchedulingDuration",
"ServiceAccount",
"ServiceLockInfo",
"StandardSchedule",
"Tags",
"TargetResource",
"TriggerBackupRequest",
"UpdateBackupRequest",
"UpdateBackupVaultRequest",
"UpdateDataSourceRequest",
"WeekDayOfMonth",
"WorkforceIdentityBasedManagementURI",
"WorkforceIdentityBasedOAuth2ClientID",
)
Loading
Loading