Class: Google::Cloud::NetApp::V1::SwitchActiveReplicaZoneRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::SwitchActiveReplicaZoneRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/storage_pool.rb
Overview
SwitchActiveReplicaZoneRequest switch the active/replica zone for a regional storagePool.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the storage pool.
119 120 121 122 |
# File 'proto_docs/google/cloud/netapp/v1/storage_pool.rb', line 119 class SwitchActiveReplicaZoneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |