Class CpeDeviceShapeSummary
A summary of information about a particular CPE device type. Compare with {@link CpeDeviceShapeDetail}.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class CpeDeviceShapeSummary
Properties
CpeDeviceInfo
Declaration
[JsonProperty(PropertyName = "cpeDeviceInfo")]
public CpeDeviceInfo CpeDeviceInfo { get; set; }
Property Value
Type | Description |
---|---|
CpeDeviceInfo |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the CPE device shape. This value uniquely identifies the type of CPE device. |