Property | Type | Description | |
---|---|---|---|
DomainPhysicalInterface | System |
Method | 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
|
Method | Description | |
---|---|---|
DomainPhysicalInterface ( ) : System |
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. |
return | System |
public Equals ( other ) : bool | ||
other | Instance of DomainPhysicalInterface to be compared | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | Object to be compared |
return | bool |