Interface SvmPeerCommandResponse
public interface SvmPeerCommandResponse
An immutable client-side representation of SvmPeerCommandResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.netapp.fluent.models.SvmPeerCommandResponseInner object.Gets the svmPeeringCommand property: A command that needs to be run on the external ONTAP to accept svm peering.
-
Method Details
-
svmPeeringCommand
String svmPeeringCommand()Gets the svmPeeringCommand property: A command that needs to be run on the external ONTAP to accept svm peering. Will only be present if <code>svmPeeringStatus</code> is <code>pending</code>.- Returns:
- the svmPeeringCommand value.
-
innerModel
SvmPeerCommandResponseInner innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.SvmPeerCommandResponseInner object.- Returns:
- the inner object.
-