Class ConditionMetadataType
The metadata definition of the requested condition type.
Inherited Members
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