Class ModuleStreamProfileSummary
Summary information pertaining to a module stream profile provided by a software source
Inherited Members
Namespace: Oci.OsmanagementService.Models
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class ModuleStreamProfileSummary
Properties
ModuleName
Declaration
[Required(ErrorMessage = "ModuleName is required.")]
[JsonProperty(PropertyName = "moduleName")]
public string ModuleName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the module that contains the stream profile |
Remarks
Required
ProfileName
Declaration
[Required(ErrorMessage = "ProfileName is required.")]
[JsonProperty(PropertyName = "profileName")]
public string ProfileName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the profile |
Remarks
Required
StreamName
Declaration
[Required(ErrorMessage = "StreamName is required.")]
[JsonProperty(PropertyName = "streamName")]
public string StreamName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the stream that contains the profile |
Remarks
Required