Show / Hide Table of Contents

Class CpeDeviceShapeSummary

A summary of information about a particular CPE device type. Compare with {@link CpeDeviceShapeDetail}.

Inheritance
object
CpeDeviceShapeSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.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.

In this article
Back to top