Share via


ClusterPeerCommandResult Class

Definition

Information about cluster peering process.

public class ClusterPeerCommandResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.ClusterPeerCommandResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.ClusterPeerCommandResult>
type ClusterPeerCommandResult = class
    interface IJsonModel<ClusterPeerCommandResult>
    interface IPersistableModel<ClusterPeerCommandResult>
Public Class ClusterPeerCommandResult
Implements IJsonModel(Of ClusterPeerCommandResult), IPersistableModel(Of ClusterPeerCommandResult)
Inheritance
ClusterPeerCommandResult
Implements

Properties

PeerAcceptCommand

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>.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ClusterPeerCommandResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ClusterPeerCommandResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterPeerCommandResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterPeerCommandResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ClusterPeerCommandResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to