Show / Hide Table of Contents

Class ConditionMetadataType

The metadata definition of the requested condition type.

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

Properties

Locks

Declaration
[JsonProperty(PropertyName = "locks")]
public List<ResourceLock> Locks { get; set; }
Property Value
Type Description
List<ResourceLock>

Locks associated with this resource.

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name used to identify the condition metadata type

Remarks

Required

ServiceTypes

Declaration
[Required(ErrorMessage = "ServiceTypes is required.")]
[JsonProperty(PropertyName = "serviceTypes")]
public List<ServiceTypeSummary> ServiceTypes { get; set; }
Property Value
Type Description
List<ServiceTypeSummary>

Collection of ServiceTypeSummary resources

Remarks

Required

In this article
Back to top