Class CreatePatchDetails
Properties used in patch create operations.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CreatePatchDetails
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | Detailed description for the object. |
Identifier
Declaration
[Required(ErrorMessage = "Identifier is required.")]
[JsonProperty(PropertyName = "identifier")]
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
string | Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified. |
Remarks
Required
Key
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string | The object's key. |
ModelVersion
Declaration
[JsonProperty(PropertyName = "modelVersion")]
public string ModelVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The object's model version. |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. |
Remarks
Required
ObjectKeys
Declaration
[Required(ErrorMessage = "ObjectKeys is required.")]
[JsonProperty(PropertyName = "objectKeys")]
public List<string> ObjectKeys { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The array of object keys to publish into application. |
Remarks
Required
ObjectStatus
Declaration
[JsonProperty(PropertyName = "objectStatus")]
public int? ObjectStatus { get; set; }
Property Value
Type | Description |
---|---|
int? | The status of an object that can be set to value 1 for shallow references across objects, other values reserved. |
PatchType
Declaration
[Required(ErrorMessage = "PatchType is required.")]
[JsonProperty(PropertyName = "patchType")]
[JsonConverter(typeof(StringEnumConverter))]
public CreatePatchDetails.PatchTypeEnum? PatchType { get; set; }
Property Value
Type | Description |
---|---|
CreatePatchDetails.PatchTypeEnum? | The type of the patch applied or being applied on the application. |
Remarks
Required
RegistryMetadata
Declaration
[JsonProperty(PropertyName = "registryMetadata")]
public RegistryMetadata RegistryMetadata { get; set; }
Property Value
Type | Description |
---|---|
RegistryMetadata |