Class RemoveModuleStreamProfileFromManagedInstanceDetails
Provides the information used to remove a module stream profile on a managed instance.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class RemoveModuleStreamProfileFromManagedInstanceDetailsProperties
ModuleName
Declaration
[Required(ErrorMessage = "ModuleName is required.")]
[JsonProperty(PropertyName = "moduleName")]
public string ModuleName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of a module. | 
Remarks
Required
ProfileName
Declaration
[JsonProperty(PropertyName = "profileName")]
public string ProfileName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of a profile of the specified module stream. | 
StreamName
Declaration
[JsonProperty(PropertyName = "streamName")]
public string StreamName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of a stream of the specified module. | 
WorkRequestDetails
Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| WorkRequestDetails |