Class CpeDeviceInfo
Basic information about a particular CPE device type.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class CpeDeviceInfo
  Properties
PlatformSoftwareVersion
Declaration
[JsonProperty(PropertyName = "platformSoftwareVersion")]
public string PlatformSoftwareVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The platform or software version of the CPE device.  | 
      
Vendor
Declaration
[JsonProperty(PropertyName = "vendor")]
public string Vendor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The vendor that makes the CPE device.  |