Resources

class oci.dbmulticloud.models.Resources(**kwargs)

Bases: object

Discovered Resources.

Methods

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

Attributes

id Gets the id of this Resources.
location Gets the location of this Resources.
name Gets the name of this Resources.
properties Gets the properties of this Resources.
resource_group Gets the resource_group of this Resources.
type Gets the type of this Resources.
__init__(**kwargs)

Initializes a new Resources object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this Resources.
  • name (str) – The value to assign to the name property of this Resources.
  • resource_group (str) – The value to assign to the resource_group property of this Resources.
  • type (str) – The value to assign to the type property of this Resources.
  • location (str) – The value to assign to the location property of this Resources.
  • properties (dict(str, str)) – The value to assign to the properties property of this Resources.
id

Gets the id of this Resources. The OCID of the Discovered Resource.

Returns:The id of this Resources.
Return type:str
location

Gets the location of this Resources. Discovered Resource Location.

Returns:The location of this Resources.
Return type:str
name

Gets the name of this Resources. Discovered Resource Name.

Returns:The name of this Resources.
Return type:str
properties

Gets the properties of this Resources. Discovered Resource’s properties.

Returns:The properties of this Resources.
Return type:dict(str, str)
resource_group

Gets the resource_group of this Resources. Discovered Resource Group Name.

Returns:The resource_group of this Resources.
Return type:str
type

Gets the type of this Resources. Discovered Resource Type.

Returns:The type of this Resources.
Return type:str