Interface ClusterPeerCommandResponse
public interface ClusterPeerCommandResponse
An immutable client-side representation of ClusterPeerCommandResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets 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
ClusterPeerCommandResponseInner innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.ClusterPeerCommandResponseInner object.- Returns:
- the inner object.
-