Show / Hide Table of Contents

Class CpeDeviceInfo

Basic information about a particular CPE device type.

Inheritance
object
CpeDeviceInfo
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 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.

In this article
Back to top