Show / Hide Table of Contents

Class RemoveResourceLockDetails

Used to remove a resource lock. Resource locks are used to prevent certain APIs from being called for the resource. A full lock prevents both updating the resource and deleting the resource. A delete lock prevents deleting the resource.

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

Properties

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(StringEnumConverter))]
public RemoveResourceLockDetails.TypeEnum? Type { get; set; }
Property Value
Type Description
RemoveResourceLockDetails.TypeEnum?

Type of the lock.

Remarks

Required

In this article
Back to top