Class: Google::Apis::NetappV1::ReverseReplicationDirectionRequest
- Inherits:
-
Object
- Object
- Google::Apis::NetappV1::ReverseReplicationDirectionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/netapp_v1/classes.rb,
lib/google/apis/netapp_v1/representations.rb,
lib/google/apis/netapp_v1/representations.rb
Overview
ReverseReplicationDirectionRequest reverses direction of replication. Source becomes destination and destination becomes source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReverseReplicationDirectionRequest
constructor
A new instance of ReverseReplicationDirectionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReverseReplicationDirectionRequest
Returns a new instance of ReverseReplicationDirectionRequest.
1409 1410 1411 |
# File 'lib/google/apis/netapp_v1/classes.rb', line 1409 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1414 1415 |
# File 'lib/google/apis/netapp_v1/classes.rb', line 1414 def update!(**args) end |