C# Класс Cohesity.Model.DagApplicationServerInfo

Наследование: IEquatable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
DagApplicationServerInfo ( string fqdn = default(string), string guid = default(string), long? id = default(long?), string name = default(string), long? ownerId = default(long?), StatusEnum? status = default(StatusEnum?), long? totalSizeBytes = default(long?) ) : System

Initializes a new instance of the DagApplicationServerInfo class.

Equals ( input ) : bool

Returns true if DagApplicationServerInfo instances are equal

Equals ( object input ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Описание методов

DagApplicationServerInfo() публичный Метод

Initializes a new instance of the DagApplicationServerInfo class.
public DagApplicationServerInfo ( string fqdn = default(string), string guid = default(string), long? id = default(long?), string name = default(string), long? ownerId = default(long?), StatusEnum? status = default(StatusEnum?), long? totalSizeBytes = default(long?) ) : System
fqdn string Specifies the fully qualified domain name of the Exchange Server..
guid string Specifies the Guid of the Exchange Application Server..
id long? Specifies the entity id of the Exchange Application server..
name string Specifies the display name of the Exchange Application Server..
ownerId long? Specifies the entity id of the owner entity of the Exchange Application Server..
status StatusEnum? Specifies the status of the registration of the Exchange Application Server. Specifies the status of registration of Exchange Application Server. 'kUnknown' indicates the status is not known. 'kHealthy' indicates the status is healty and is registered as Exchange Server. 'kUnHealthy' indicates the exchange application is registered on the physical server but it is unreachable now. 'kUnregistered' indicates the server is not registered as physical source. 'kUnreachable' indicates the server is not reachable from the cohesity cluster or the cohesity protection server is not installed on the exchange server. 'kDetached' indicates the server is removed from the ExchangeDAG..
totalSizeBytes long? Specifies the total size of all Exchange database copies in all the Exchange Application Servers that are part of the DAG..
Результат System

Equals() публичный Метод

Returns true if DagApplicationServerInfo instances are equal
public Equals ( input ) : bool
input Instance of DagApplicationServerInfo to be compared
Результат bool

Equals() публичный Метод

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
Результат bool

GetHashCode() публичный Метод

Gets the hash code
public GetHashCode ( ) : int
Результат int

ToJson() публичный Метод

Returns the JSON string presentation of the object
public ToJson ( ) : string
Результат string

ToString() публичный Метод

Returns the string presentation of the object
public ToString ( ) : string
Результат string