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
Optional.
-
#command_expiry_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#passphrase ⇒ ::String
Optional.
-
#subnet_ip ⇒ ::String
Optional.
Instance Attribute Details
#command ⇒ ::String
Returns Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.
243 244 245 246 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 243 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#command_expiry_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. Expiration time for the peering command to be executed on user's ONTAP.
243 244 245 246 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 243 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#passphrase ⇒ ::String
Returns Optional. Temporary passphrase generated to accept cluster peering command.
243 244 245 246 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 243 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnet_ip ⇒ ::String
Returns Optional. IP address of the subnet.
243 244 245 246 |
# File 'proto_docs/google/cloud/netapp/v1/replication.rb', line 243 class HybridPeeringDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |