oci.OsManagementHub.ManagedInstanceGroupRebootManagement
Explore with Pulumi AI
This resource provides the Managed Instance Group Reboot Management resource in Oracle Cloud Infrastructure Os Management Hub service.
Reboots all managed instances in the specified group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedInstanceGroupRebootManagement = new oci.osmanagementhub.ManagedInstanceGroupRebootManagement("test_managed_instance_group_reboot_management", {
managedInstanceGroupId: testManagedInstanceGroup.id,
rebootTimeoutInMins: managedInstanceGroupRebootManagementRebootTimeoutInMins,
workRequestDetails: {
description: managedInstanceGroupRebootManagementWorkRequestDetailsDescription,
displayName: managedInstanceGroupRebootManagementWorkRequestDetailsDisplayName,
},
});
import pulumi
import pulumi_oci as oci
test_managed_instance_group_reboot_management = oci.os_management_hub.ManagedInstanceGroupRebootManagement("test_managed_instance_group_reboot_management",
managed_instance_group_id=test_managed_instance_group["id"],
reboot_timeout_in_mins=managed_instance_group_reboot_management_reboot_timeout_in_mins,
work_request_details={
"description": managed_instance_group_reboot_management_work_request_details_description,
"display_name": managed_instance_group_reboot_management_work_request_details_display_name,
})
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/osmanagementhub"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := osmanagementhub.NewManagedInstanceGroupRebootManagement(ctx, "test_managed_instance_group_reboot_management", &osmanagementhub.ManagedInstanceGroupRebootManagementArgs{
ManagedInstanceGroupId: pulumi.Any(testManagedInstanceGroup.Id),
RebootTimeoutInMins: pulumi.Any(managedInstanceGroupRebootManagementRebootTimeoutInMins),
WorkRequestDetails: &osmanagementhub.ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs{
Description: pulumi.Any(managedInstanceGroupRebootManagementWorkRequestDetailsDescription),
DisplayName: pulumi.Any(managedInstanceGroupRebootManagementWorkRequestDetailsDisplayName),
},
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testManagedInstanceGroupRebootManagement = new Oci.OsManagementHub.ManagedInstanceGroupRebootManagement("test_managed_instance_group_reboot_management", new()
{
ManagedInstanceGroupId = testManagedInstanceGroup.Id,
RebootTimeoutInMins = managedInstanceGroupRebootManagementRebootTimeoutInMins,
WorkRequestDetails = new Oci.OsManagementHub.Inputs.ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs
{
Description = managedInstanceGroupRebootManagementWorkRequestDetailsDescription,
DisplayName = managedInstanceGroupRebootManagementWorkRequestDetailsDisplayName,
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OsManagementHub.ManagedInstanceGroupRebootManagement;
import com.pulumi.oci.OsManagementHub.ManagedInstanceGroupRebootManagementArgs;
import com.pulumi.oci.OsManagementHub.inputs.ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var testManagedInstanceGroupRebootManagement = new ManagedInstanceGroupRebootManagement("testManagedInstanceGroupRebootManagement", ManagedInstanceGroupRebootManagementArgs.builder()
.managedInstanceGroupId(testManagedInstanceGroup.id())
.rebootTimeoutInMins(managedInstanceGroupRebootManagementRebootTimeoutInMins)
.workRequestDetails(ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs.builder()
.description(managedInstanceGroupRebootManagementWorkRequestDetailsDescription)
.displayName(managedInstanceGroupRebootManagementWorkRequestDetailsDisplayName)
.build())
.build());
}
}
resources:
testManagedInstanceGroupRebootManagement:
type: oci:OsManagementHub:ManagedInstanceGroupRebootManagement
name: test_managed_instance_group_reboot_management
properties:
managedInstanceGroupId: ${testManagedInstanceGroup.id}
rebootTimeoutInMins: ${managedInstanceGroupRebootManagementRebootTimeoutInMins}
workRequestDetails:
description: ${managedInstanceGroupRebootManagementWorkRequestDetailsDescription}
displayName: ${managedInstanceGroupRebootManagementWorkRequestDetailsDisplayName}
Create ManagedInstanceGroupRebootManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagedInstanceGroupRebootManagement(name: string, args: ManagedInstanceGroupRebootManagementArgs, opts?: CustomResourceOptions);
@overload
def ManagedInstanceGroupRebootManagement(resource_name: str,
args: ManagedInstanceGroupRebootManagementArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagedInstanceGroupRebootManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
managed_instance_group_id: Optional[str] = None,
reboot_timeout_in_mins: Optional[int] = None,
work_request_details: Optional[_osmanagementhub.ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs] = None)
func NewManagedInstanceGroupRebootManagement(ctx *Context, name string, args ManagedInstanceGroupRebootManagementArgs, opts ...ResourceOption) (*ManagedInstanceGroupRebootManagement, error)
public ManagedInstanceGroupRebootManagement(string name, ManagedInstanceGroupRebootManagementArgs args, CustomResourceOptions? opts = null)
public ManagedInstanceGroupRebootManagement(String name, ManagedInstanceGroupRebootManagementArgs args)
public ManagedInstanceGroupRebootManagement(String name, ManagedInstanceGroupRebootManagementArgs args, CustomResourceOptions options)
type: oci:OsManagementHub:ManagedInstanceGroupRebootManagement
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagedInstanceGroupRebootManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagedInstanceGroupRebootManagementArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagedInstanceGroupRebootManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedInstanceGroupRebootManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedInstanceGroupRebootManagementArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managedInstanceGroupRebootManagementResource = new Oci.OsManagementHub.ManagedInstanceGroupRebootManagement("managedInstanceGroupRebootManagementResource", new()
{
ManagedInstanceGroupId = "string",
RebootTimeoutInMins = 0,
WorkRequestDetails = new Oci.OsManagementHub.Inputs.ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs
{
Description = "string",
DisplayName = "string",
},
});
example, err := OsManagementHub.NewManagedInstanceGroupRebootManagement(ctx, "managedInstanceGroupRebootManagementResource", &OsManagementHub.ManagedInstanceGroupRebootManagementArgs{
ManagedInstanceGroupId: pulumi.String("string"),
RebootTimeoutInMins: pulumi.Int(0),
WorkRequestDetails: &osmanagementhub.ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs{
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
},
})
var managedInstanceGroupRebootManagementResource = new ManagedInstanceGroupRebootManagement("managedInstanceGroupRebootManagementResource", ManagedInstanceGroupRebootManagementArgs.builder()
.managedInstanceGroupId("string")
.rebootTimeoutInMins(0)
.workRequestDetails(ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs.builder()
.description("string")
.displayName("string")
.build())
.build());
managed_instance_group_reboot_management_resource = oci.os_management_hub.ManagedInstanceGroupRebootManagement("managedInstanceGroupRebootManagementResource",
managed_instance_group_id="string",
reboot_timeout_in_mins=0,
work_request_details={
"description": "string",
"display_name": "string",
})
const managedInstanceGroupRebootManagementResource = new oci.osmanagementhub.ManagedInstanceGroupRebootManagement("managedInstanceGroupRebootManagementResource", {
managedInstanceGroupId: "string",
rebootTimeoutInMins: 0,
workRequestDetails: {
description: "string",
displayName: "string",
},
});
type: oci:OsManagementHub:ManagedInstanceGroupRebootManagement
properties:
managedInstanceGroupId: string
rebootTimeoutInMins: 0
workRequestDetails:
description: string
displayName: string
ManagedInstanceGroupRebootManagement Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ManagedInstanceGroupRebootManagement resource accepts the following input properties:
- Managed
Instance stringGroup Id - The OCID of the managed instance group.
- Reboot
Timeout intIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- Work
Request ManagedDetails Instance Group Reboot Management Work Request Details - Provides the name and description of the job.
- Managed
Instance stringGroup Id - The OCID of the managed instance group.
- Reboot
Timeout intIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- Work
Request ManagedDetails Instance Group Reboot Management Work Request Details Args - Provides the name and description of the job.
- managed
Instance StringGroup Id - The OCID of the managed instance group.
- reboot
Timeout IntegerIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work
Request ManagedDetails Instance Group Reboot Management Work Request Details - Provides the name and description of the job.
- managed
Instance stringGroup Id - The OCID of the managed instance group.
- reboot
Timeout numberIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work
Request ManagedDetails Instance Group Reboot Management Work Request Details - Provides the name and description of the job.
- managed_
instance_ strgroup_ id - The OCID of the managed instance group.
- reboot_
timeout_ intin_ mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work_
request_ osmanagementhub.details Managed Instance Group Reboot Management Work Request Details Args - Provides the name and description of the job.
- managed
Instance StringGroup Id - The OCID of the managed instance group.
- reboot
Timeout NumberIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work
Request Property MapDetails - Provides the name and description of the job.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedInstanceGroupRebootManagement resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ManagedInstanceGroupRebootManagement Resource
Get an existing ManagedInstanceGroupRebootManagement resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagedInstanceGroupRebootManagementState, opts?: CustomResourceOptions): ManagedInstanceGroupRebootManagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
managed_instance_group_id: Optional[str] = None,
reboot_timeout_in_mins: Optional[int] = None,
work_request_details: Optional[_osmanagementhub.ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs] = None) -> ManagedInstanceGroupRebootManagement
func GetManagedInstanceGroupRebootManagement(ctx *Context, name string, id IDInput, state *ManagedInstanceGroupRebootManagementState, opts ...ResourceOption) (*ManagedInstanceGroupRebootManagement, error)
public static ManagedInstanceGroupRebootManagement Get(string name, Input<string> id, ManagedInstanceGroupRebootManagementState? state, CustomResourceOptions? opts = null)
public static ManagedInstanceGroupRebootManagement get(String name, Output<String> id, ManagedInstanceGroupRebootManagementState state, CustomResourceOptions options)
resources: _: type: oci:OsManagementHub:ManagedInstanceGroupRebootManagement get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Managed
Instance stringGroup Id - The OCID of the managed instance group.
- Reboot
Timeout intIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- Work
Request ManagedDetails Instance Group Reboot Management Work Request Details - Provides the name and description of the job.
- Managed
Instance stringGroup Id - The OCID of the managed instance group.
- Reboot
Timeout intIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- Work
Request ManagedDetails Instance Group Reboot Management Work Request Details Args - Provides the name and description of the job.
- managed
Instance StringGroup Id - The OCID of the managed instance group.
- reboot
Timeout IntegerIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work
Request ManagedDetails Instance Group Reboot Management Work Request Details - Provides the name and description of the job.
- managed
Instance stringGroup Id - The OCID of the managed instance group.
- reboot
Timeout numberIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work
Request ManagedDetails Instance Group Reboot Management Work Request Details - Provides the name and description of the job.
- managed_
instance_ strgroup_ id - The OCID of the managed instance group.
- reboot_
timeout_ intin_ mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work_
request_ osmanagementhub.details Managed Instance Group Reboot Management Work Request Details Args - Provides the name and description of the job.
- managed
Instance StringGroup Id - The OCID of the managed instance group.
- reboot
Timeout NumberIn Mins - The number of minutes the service waits for the reboot to complete. If the instances in the group don't reboot within this time, the reboot job status is set to failed.
- work
Request Property MapDetails - Provides the name and description of the job.
Supporting Types
ManagedInstanceGroupRebootManagementWorkRequestDetails, ManagedInstanceGroupRebootManagementWorkRequestDetailsArgs
- Description string
- User-specified information about the job. Avoid entering confidential information.
- Display
Name string A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Description string
- User-specified information about the job. Avoid entering confidential information.
- Display
Name string A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- description String
- User-specified information about the job. Avoid entering confidential information.
- display
Name String A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- description string
- User-specified information about the job. Avoid entering confidential information.
- display
Name string A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- description str
- User-specified information about the job. Avoid entering confidential information.
- display_
name str A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- description String
- User-specified information about the job. Avoid entering confidential information.
- display
Name String A user-friendly name for the job. The name does not have to be unique. Avoid entering confidential information.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Import
ManagedInstanceGroupRebootManagement can be imported using the id
, e.g.
$ pulumi import oci:OsManagementHub/managedInstanceGroupRebootManagement:ManagedInstanceGroupRebootManagement test_managed_instance_group_reboot_management "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.