Show / Hide Table of Contents

Class InstanceSecurityServiceConfiguration

Instance Security service configuration.

Inheritance
object
ServiceConfiguration
InstanceSecurityServiceConfiguration
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 InstanceSecurityServiceConfiguration : ServiceConfiguration

Properties

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ConfigurationLifecycleState? Status { get; set; }
Property Value
Type Description
ConfigurationLifecycleState?

Partner service status

In this article
Back to top