Skip to content

Commit

Permalink
feat: [google-cloud-netapp] Enable creation of Onprem Migration in Cr…
Browse files Browse the repository at this point in the history
…eateVolume (#13295)

BEGIN_COMMIT_OVERRIDE
feat: Enable creation of Onprem Migration in CreateVolume
feat: Add EstablishPeering API for Onprem Migration 
feat: Add Sync API for Replications
feat: Add new Active Directory state for AD Diagnostics support
docs: Docs now do not allow underscore in IDs of various Resources
END_COMMIT_OVERRIDE


- [ ] Regenerate this pull request now.

feat: Add EstablishPeering API for Onprem Migration
feat: Add Sync API for Replications
feat: Add new Active Directory state for AD Diagnostics support
docs: Docs now do not allow underscore in IDs of various Resources

PiperOrigin-RevId: 699033921

Source-Link:
googleapis/googleapis@005b0fd

Source-Link:
googleapis/googleapis-gen@a47d42c
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldGFwcC8uT3dsQm90LnlhbWwiLCJoIjoiYTQ3ZDQyY2VlNGE5NmQ4NGMwZjlkODMxN2ZjNTFlYWE1ZGJlZDRhZiJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 25, 2024
1 parent 6ccd49f commit 2b05355
Show file tree
Hide file tree
Showing 29 changed files with 7,364 additions and 4,366 deletions.
8 changes: 8 additions & 0 deletions packages/google-cloud-netapp/google/cloud/netapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,16 @@
CreateReplicationRequest,
DeleteReplicationRequest,
DestinationVolumeParameters,
EstablishPeeringRequest,
GetReplicationRequest,
HybridPeeringDetails,
ListReplicationsRequest,
ListReplicationsResponse,
Replication,
ResumeReplicationRequest,
ReverseReplicationDirectionRequest,
StopReplicationRequest,
SyncReplicationRequest,
TransferStats,
UpdateReplicationRequest,
)
Expand Down Expand Up @@ -116,6 +119,7 @@
ExportPolicy,
GetVolumeRequest,
HourlySchedule,
HybridReplicationParameters,
ListVolumesRequest,
ListVolumesResponse,
MonthlySchedule,
Expand Down Expand Up @@ -182,13 +186,16 @@
"CreateReplicationRequest",
"DeleteReplicationRequest",
"DestinationVolumeParameters",
"EstablishPeeringRequest",
"GetReplicationRequest",
"HybridPeeringDetails",
"ListReplicationsRequest",
"ListReplicationsResponse",
"Replication",
"ResumeReplicationRequest",
"ReverseReplicationDirectionRequest",
"StopReplicationRequest",
"SyncReplicationRequest",
"TransferStats",
"UpdateReplicationRequest",
"CreateSnapshotRequest",
Expand All @@ -213,6 +220,7 @@
"ExportPolicy",
"GetVolumeRequest",
"HourlySchedule",
"HybridReplicationParameters",
"ListVolumesRequest",
"ListVolumesResponse",
"MonthlySchedule",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.3.16" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,16 @@
CreateReplicationRequest,
DeleteReplicationRequest,
DestinationVolumeParameters,
EstablishPeeringRequest,
GetReplicationRequest,
HybridPeeringDetails,
ListReplicationsRequest,
ListReplicationsResponse,
Replication,
ResumeReplicationRequest,
ReverseReplicationDirectionRequest,
StopReplicationRequest,
SyncReplicationRequest,
TransferStats,
UpdateReplicationRequest,
)
Expand Down Expand Up @@ -111,6 +114,7 @@
ExportPolicy,
GetVolumeRequest,
HourlySchedule,
HybridReplicationParameters,
ListVolumesRequest,
ListVolumesResponse,
MonthlySchedule,
Expand Down Expand Up @@ -159,6 +163,7 @@
"DestinationVolumeParameters",
"EncryptVolumesRequest",
"EncryptionType",
"EstablishPeeringRequest",
"ExportPolicy",
"GetActiveDirectoryRequest",
"GetBackupPolicyRequest",
Expand All @@ -170,6 +175,8 @@
"GetStoragePoolRequest",
"GetVolumeRequest",
"HourlySchedule",
"HybridPeeringDetails",
"HybridReplicationParameters",
"KmsConfig",
"ListActiveDirectoriesRequest",
"ListActiveDirectoriesResponse",
Expand Down Expand Up @@ -210,6 +217,7 @@
"StopReplicationRequest",
"StoragePool",
"SwitchActiveReplicaZoneRequest",
"SyncReplicationRequest",
"TieringPolicy",
"TransferStats",
"UpdateActiveDirectoryRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
"encrypt_volumes"
]
},
"EstablishPeering": {
"methods": [
"establish_peering"
]
},
"GetActiveDirectory": {
"methods": [
"get_active_directory"
Expand Down Expand Up @@ -220,6 +225,11 @@
"switch_active_replica_zone"
]
},
"SyncReplication": {
"methods": [
"sync_replication"
]
},
"UpdateActiveDirectory": {
"methods": [
"update_active_directory"
Expand Down Expand Up @@ -370,6 +380,11 @@
"encrypt_volumes"
]
},
"EstablishPeering": {
"methods": [
"establish_peering"
]
},
"GetActiveDirectory": {
"methods": [
"get_active_directory"
Expand Down Expand Up @@ -485,6 +500,11 @@
"switch_active_replica_zone"
]
},
"SyncReplication": {
"methods": [
"sync_replication"
]
},
"UpdateActiveDirectory": {
"methods": [
"update_active_directory"
Expand Down Expand Up @@ -635,6 +655,11 @@
"encrypt_volumes"
]
},
"EstablishPeering": {
"methods": [
"establish_peering"
]
},
"GetActiveDirectory": {
"methods": [
"get_active_directory"
Expand Down Expand Up @@ -750,6 +775,11 @@
"switch_active_replica_zone"
]
},
"SyncReplication": {
"methods": [
"sync_replication"
]
},
"UpdateActiveDirectory": {
"methods": [
"update_active_directory"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.3.16" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit 2b05355

Please sign in to comment.