Class: Google::Cloud::NetApp::V1::HybridPeeringDetails
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::HybridPeeringDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/replication.rb
Overview
HybridPeeringDetails contains details about the hybrid peering.
Instance Attribute Summary collapse
-
#command ⇒ ::String
readonly
Output only.
-
#command_expiry_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#passphrase ⇒ ::String
readonly
Output only.
-
#peer_cluster_name ⇒ ::String
readonly
Output only.
-
#peer_svm_name ⇒ ::String
readonly
Output only.
-
#peer_volume_name ⇒ ::String
readonly
Output only.
-
#subnet_ip ⇒ ::String
readonly
Output only.
Instance Attribute Details
#command ⇒ ::String (readonly)
Returns Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
281 282 283 284 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 281 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#command_expiry_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Expiration time for the peering command to be executed on user's ONTAP.
281 282 283 284 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 281 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#passphrase ⇒ ::String (readonly)
Returns Output only. Temporary passphrase generated to accept cluster peering command.
281 282 283 284 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 281 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_cluster_name ⇒ ::String (readonly)
Returns Output only. Name of the user's local source cluster to be peered with the destination cluster.
281 282 283 284 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 281 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_svm_name ⇒ ::String (readonly)
Returns Output only. Name of the user's local source vserver svm to be peered with the destination vserver svm.
281 282 283 284 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 281 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#peer_volume_name ⇒ ::String (readonly)
Returns Output only. Name of the user's local source volume to be peered with the destination volume.
281 282 283 284 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 281 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnet_ip ⇒ ::String (readonly)
Returns Output only. IP address of the subnet.
281 282 283 284 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 281 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |