lib/purecloudplatformclientv2/models/edge.rb in purecloudplatformclientv2-17.0.0 vs lib/purecloudplatformclientv2/models/edge.rb in purecloudplatformclientv2-18.0.0

- old
+ new

@@ -22,28 +22,35 @@ attr_accessor :id # The name of the entity. attr_accessor :name + # The resource's description. attr_accessor :description + # The current version of the resource. attr_accessor :version - # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ attr_accessor :date_created - # Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ + # 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.SSSZ attr_accessor :date_modified + # The ID of the user that last modified the resource. attr_accessor :modified_by + # The ID of the user that created the resource. attr_accessor :created_by + # Indicates if the resource is active, inactive, or deleted. attr_accessor :state + # The application that last modified the resource. attr_accessor :modified_by_app + # The application that created the resource. attr_accessor :created_by_app # The list of interfaces for the edge. (Deprecated) Replaced by configuring trunks/ip info on the logical interface instead attr_accessor :interfaces @@ -74,9 +81,10 @@ attr_accessor :staged_version attr_accessor :patch + # The current status of the Edge. attr_accessor :status_code attr_accessor :edge_group # The Site to which the Edge is assigned.