C# Class Cohesity.Model.DagApplicationServerInfo

Inheritance: IEquatable
Datei anzeigen Open project: cohesity/cohesity-powershell-module

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

DagApplicationServerInfo() public method

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

Equals() public method

Returns true if DagApplicationServerInfo instances are equal
public Equals ( input ) : bool
input Instance of DagApplicationServerInfo to be compared
return bool

Equals() public method

Returns true if objects are equal
public Equals ( object input ) : bool
input object Object to be compared
return bool

GetHashCode() public method

Gets the hash code
public GetHashCode ( ) : int
return int

ToJson() public method

Returns the JSON string presentation of the object
public ToJson ( ) : string
return string

ToString() public method

Returns the string presentation of the object
public ToString ( ) : string
return string