public sealed class SwitchActiveReplicaZoneRequest : IMessage<SwitchActiveReplicaZoneRequest>, IEquatable<SwitchActiveReplicaZoneRequest>, IDeepCloneable<SwitchActiveReplicaZoneRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class SwitchActiveReplicaZoneRequest.
SwitchActiveReplicaZoneRequest switch the active/replica zone for a regional
storagePool.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `SwitchActiveReplicaZoneRequest` class within the Google Cloud NetApp V1 API, specifically version 1.6.0."],["`SwitchActiveReplicaZoneRequest` is used to switch the active/replica zone for a regional storage pool, and it inherits from the base object and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, one default and another that takes another `SwitchActiveReplicaZoneRequest` object as a parameter, allowing for the creation of new instances of this class."],["It contains two properties, `Name`, which is a string representing the required name of the storage pool, and `StoragePoolName`, which provides a typed view over the `Name` property."],["The documentation also lists previous versions of the API, from 1.0.0 to the latest version 1.8.0, accessible through separate links."]]],[]]