ResourceType

class oci.resource_scheduler.models.ResourceType(**kwargs)

Bases: object

This is a resource type supported by resource scheduler.

Methods

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

Attributes

name [Required] Gets the name of this ResourceType.
__init__(**kwargs)

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

Parameters:name (str) – The value to assign to the name property of this ResourceType.
name

[Required] Gets the name of this ResourceType. This is a resource type supported by resource scheduler.

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