Class RunObjectStoreScriptUserDefinedStep
Run Object Store Script step details.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class RunObjectStoreScriptUserDefinedStep : DrPlanUserDefinedStep
Properties
ObjectStorageScriptLocation
Declaration
[Required(ErrorMessage = "ObjectStorageScriptLocation is required.")]
[JsonProperty(PropertyName = "objectStorageScriptLocation")]
public ObjectStorageScriptLocation ObjectStorageScriptLocation { get; set; }
Property Value
Type | Description |
---|---|
ObjectStorageScriptLocation |
Remarks
Required
RunOnInstanceId
Declaration
[Required(ErrorMessage = "RunOnInstanceId is required.")]
[JsonProperty(PropertyName = "runOnInstanceId")]
public string RunOnInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the instance on which this script or command should be executed. |
Remarks
Required
RunOnInstanceRegion
Declaration
[Required(ErrorMessage = "RunOnInstanceRegion is required.")]
[JsonProperty(PropertyName = "runOnInstanceRegion")]
public string RunOnInstanceRegion { get; set; }
Property Value
Type | Description |
---|---|
string | The region of the instance where this script or command should be executed.
|
Remarks
Required