C# 클래스 Cohesity.Model.DagApplicationServerInfo

상속: IEquatable
파일 보기 프로젝트 열기: cohesity/cohesity-powershell-module

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