OlvmDomain

class oci.cloud_migrations.models.OlvmDomain(**kwargs)

Bases: object

This type represents a directory service domain

Methods

__init__(**kwargs) Initializes a new OlvmDomain object with values from keyword arguments.

Attributes

comment Gets the comment of this OlvmDomain.
description Gets the description of this OlvmDomain.
id Gets the id of this OlvmDomain.
name Gets the name of this OlvmDomain.
__init__(**kwargs)

Initializes a new OlvmDomain 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 OlvmDomain.
  • description (str) – The value to assign to the description property of this OlvmDomain.
  • id (str) – The value to assign to the id property of this OlvmDomain.
  • name (str) – The value to assign to the name property of this OlvmDomain.
comment

Gets the comment of this OlvmDomain. Free text containing comments about this object.

Returns:The comment of this OlvmDomain.
Return type:str
description

Gets the description of this OlvmDomain. A human-readable description in plain text.

Returns:The description of this OlvmDomain.
Return type:str
id

Gets the id of this OlvmDomain. A unique identifier.

Returns:The id of this OlvmDomain.
Return type:str
name

Gets the name of this OlvmDomain. Name of the property.

Returns:The name of this OlvmDomain.
Return type:str