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 (readonly)

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

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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