CpeDeviceInfo¶
-
class
oci.core.models.
CpeDeviceInfo
(**kwargs)¶ Bases:
object
Basic information about a particular CPE device type.
Methods
__init__
(**kwargs)Initializes a new CpeDeviceInfo object with values from keyword arguments. Attributes
platform_software_version
Gets the platform_software_version of this CpeDeviceInfo. vendor
Gets the vendor of this CpeDeviceInfo. -
__init__
(**kwargs)¶ Initializes a new CpeDeviceInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vendor (str) – The value to assign to the vendor property of this CpeDeviceInfo.
- platform_software_version (str) – The value to assign to the platform_software_version property of this CpeDeviceInfo.
-
platform_software_version
¶ Gets the platform_software_version of this CpeDeviceInfo. The platform or software version of the CPE device.
Returns: The platform_software_version of this CpeDeviceInfo. Return type: str
-
vendor
¶ Gets the vendor of this CpeDeviceInfo. The vendor that makes the CPE device.
Returns: The vendor of this CpeDeviceInfo. Return type: str
-