Class: Google::Cloud::NetApp::V1::HybridPeeringDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#command::String

Returns Optional. Copy-paste-able commands to be used on user's ONTAP to accept peering requests.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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