Show / Hide Table of Contents

Class ResourceAdditionalDetails

Optional details of a resource

Inheritance
object
ResourceAdditionalDetails
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 ResourceAdditionalDetails

Properties

OsInfo

Declaration
[JsonProperty(PropertyName = "osInfo")]
public string OsInfo { get; set; }
Property Value
Type Description
string

Type of OS present in the resource

In this article
Back to top