Interface ClusterPeerCommandResponse


public interface ClusterPeerCommandResponse
An immutable client-side representation of ClusterPeerCommandResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.netapp.fluent.models.ClusterPeerCommandResponseInner object.
    Gets the peerAcceptCommand property: A command that needs to be run on the external ONTAP to accept cluster peering.
  • Method Details

    • peerAcceptCommand

      String peerAcceptCommand()
      Gets the peerAcceptCommand property: A command that needs to be run on the external ONTAP to accept cluster peering. Will only be present if <code>clusterPeeringStatus</code> is <code>pending</code>.
      Returns:
      the peerAcceptCommand value.
    • innerModel

      Gets the inner com.azure.resourcemanager.netapp.fluent.models.ClusterPeerCommandResponseInner object.
      Returns:
      the inner object.