OlvmIcon¶
-
class
oci.cloud_migrations.models.OlvmIcon(**kwargs)¶ Bases:
objectIcon of virtual machine or template.
Methods
__init__(**kwargs)Initializes a new OlvmIcon object with values from keyword arguments. Attributes
commentGets the comment of this OlvmIcon. dataGets the data of this OlvmIcon. descriptionGets the description of this OlvmIcon. idGets the id of this OlvmIcon. media_typeGets the media_type of this OlvmIcon. nameGets the name of this OlvmIcon. -
__init__(**kwargs)¶ Initializes a new OlvmIcon object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - comment (str) – The value to assign to the comment property of this OlvmIcon.
- data (str) – The value to assign to the data property of this OlvmIcon.
- description (str) – The value to assign to the description property of this OlvmIcon.
- id (str) – The value to assign to the id property of this OlvmIcon.
- media_type (str) – The value to assign to the media_type property of this OlvmIcon.
- name (str) – The value to assign to the name property of this OlvmIcon.
-
comment¶ Gets the comment of this OlvmIcon. Free text containing comments about this object.
Returns: The comment of this OlvmIcon. Return type: str
-
data¶ Gets the data of this OlvmIcon. Base64 encode content of the icon file.
Returns: The data of this OlvmIcon. Return type: str
-
description¶ Gets the description of this OlvmIcon. A human-readable description in plain text.
Returns: The description of this OlvmIcon. Return type: str
-
id¶ Gets the id of this OlvmIcon. A unique identifier.
Returns: The id of this OlvmIcon. Return type: str
-
media_type¶ Gets the media_type of this OlvmIcon. Format of icon file.
Returns: The media_type of this OlvmIcon. Return type: str
-
name¶ Gets the name of this OlvmIcon. Name of the property.
Returns: The name of this OlvmIcon. Return type: str
-