Show / Hide Table of Contents

Class ImportContract

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

Inheritance
object
ImportContract
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class ImportContract

Properties

ImportContractProp

Declaration
[JsonProperty(PropertyName = "importContract")]
public List<ResourceTypeImportContract> ImportContractProp { get; set; }
Property Value
Type Description
List<ResourceTypeImportContract>

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

In this article
Back to top