ImportContract

class oci.oda.models.ImportContract(**kwargs)

Bases: object

The contract guiding the import experience for the consumer and behavior of the resource providers for all resource types in a package.

Methods

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

Attributes

import_contract Gets the import_contract of this ImportContract.
__init__(**kwargs)

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

Parameters:import_contract (list[oci.oda.models.ResourceTypeImportContract]) – The value to assign to the import_contract property of this ImportContract.
import_contract

Gets the import_contract of this ImportContract. A list of resource type specific import contracts, one for each resource type listed in the package definition.

Returns:The import_contract of this ImportContract.
Return type:list[oci.oda.models.ResourceTypeImportContract]