Show / Hide Table of Contents

Class ModuleSpecDetails

Details about a specific appstream module.

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

Properties

Name

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

Name of the module.

Remarks

Required

Profile

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

The module profile to be used.

Stream

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

The stream of the module.

In this article
Back to top