C# Class PureCloudPlatform.Client.V2.Model.DomainPhysicalInterface

Inheritance: IEquatable
Afficher le fichier Open project: MyPureCloud/platform-client-sdk-dotnet

Private Properties

Свойство Type Description
DomainPhysicalInterface System

Méthodes publiques

Méthode Description
DomainPhysicalInterface ( string Name = null, PureCloudPlatform.Client.V2.Model.Division Division = null, string Description = null, int? Version = null, DateTime? DateCreated = null, DateTime? DateModified = null, string ModifiedBy = null, string CreatedBy = null, string ModifiedByApp = null, string CreatedByApp = null, string EdgeUri = null, string FriendlyName = null, string HardwareAddress = null, string PortLabel = null, PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities = null ) : System

Initializes a new instance of the DomainPhysicalInterface class.

Equals ( other ) : bool

Returns true if DomainPhysicalInterface instances are equal

Equals ( object obj ) : 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

Private Methods

Méthode Description
DomainPhysicalInterface ( ) : System

Method Details

DomainPhysicalInterface() public méthode

Initializes a new instance of the DomainPhysicalInterface class.
public DomainPhysicalInterface ( string Name = null, PureCloudPlatform.Client.V2.Model.Division Division = null, string Description = null, int? Version = null, DateTime? DateCreated = null, DateTime? DateModified = null, string ModifiedBy = null, string CreatedBy = null, string ModifiedByApp = null, string CreatedByApp = null, string EdgeUri = null, string FriendlyName = null, string HardwareAddress = null, string PortLabel = null, PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities = null ) : System
Name string The name of the entity. (required).
Division PureCloudPlatform.Client.V2.Model.Division The division to which this entity belongs..
Description string The resource's description..
Version int? The current version of the resource..
DateCreated DateTime? The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z.
DateModified DateTime? The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z.
ModifiedBy string The ID of the user that last modified the resource..
CreatedBy string The ID of the user that created the resource..
ModifiedByApp string The application that last modified the resource..
CreatedByApp string The application that created the resource..
EdgeUri string EdgeUri.
FriendlyName string FriendlyName.
HardwareAddress string HardwareAddress.
PortLabel string PortLabel.
PhysicalCapabilities PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities.
Résultat System

Equals() public méthode

Returns true if DomainPhysicalInterface instances are equal
public Equals ( other ) : bool
other Instance of DomainPhysicalInterface to be compared
Résultat bool

Equals() public méthode

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
Résultat bool

GetHashCode() public méthode

Gets the hash code
public GetHashCode ( ) : int
Résultat int

ToJson() public méthode

Returns the JSON string presentation of the object
public ToJson ( ) : string
Résultat string

ToString() public méthode

Returns the string presentation of the object
public ToString ( ) : string
Résultat string