Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Core.getBootVolumes
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Boot Volumes in Oracle Cloud Infrastructure Core service.
Lists the boot volumes in the specified compartment and availability domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBootVolumes = oci.Core.getBootVolumes({
availabilityDomain: bootVolumeAvailabilityDomain,
compartmentId: compartmentId,
volumeGroupId: testVolumeGroup.id,
});
import pulumi
import pulumi_oci as oci
test_boot_volumes = oci.Core.get_boot_volumes(availability_domain=boot_volume_availability_domain,
compartment_id=compartment_id,
volume_group_id=test_volume_group["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetBootVolumes(ctx, &core.GetBootVolumesArgs{
AvailabilityDomain: pulumi.StringRef(bootVolumeAvailabilityDomain),
CompartmentId: pulumi.StringRef(compartmentId),
VolumeGroupId: pulumi.StringRef(testVolumeGroup.Id),
}, nil)
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 testBootVolumes = Oci.Core.GetBootVolumes.Invoke(new()
{
AvailabilityDomain = bootVolumeAvailabilityDomain,
CompartmentId = compartmentId,
VolumeGroupId = testVolumeGroup.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetBootVolumesArgs;
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) {
final var testBootVolumes = CoreFunctions.getBootVolumes(GetBootVolumesArgs.builder()
.availabilityDomain(bootVolumeAvailabilityDomain)
.compartmentId(compartmentId)
.volumeGroupId(testVolumeGroup.id())
.build());
}
}
variables:
testBootVolumes:
fn::invoke:
Function: oci:Core:getBootVolumes
Arguments:
availabilityDomain: ${bootVolumeAvailabilityDomain}
compartmentId: ${compartmentId}
volumeGroupId: ${testVolumeGroup.id}
Using getBootVolumes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBootVolumes(args: GetBootVolumesArgs, opts?: InvokeOptions): Promise<GetBootVolumesResult>
function getBootVolumesOutput(args: GetBootVolumesOutputArgs, opts?: InvokeOptions): Output<GetBootVolumesResult>
def get_boot_volumes(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
filters: Optional[Sequence[_core.GetBootVolumesFilter]] = None,
volume_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBootVolumesResult
def get_boot_volumes_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetBootVolumesFilterArgs]]]] = None,
volume_group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBootVolumesResult]
func GetBootVolumes(ctx *Context, args *GetBootVolumesArgs, opts ...InvokeOption) (*GetBootVolumesResult, error)
func GetBootVolumesOutput(ctx *Context, args *GetBootVolumesOutputArgs, opts ...InvokeOption) GetBootVolumesResultOutput
> Note: This function is named GetBootVolumes
in the Go SDK.
public static class GetBootVolumes
{
public static Task<GetBootVolumesResult> InvokeAsync(GetBootVolumesArgs args, InvokeOptions? opts = null)
public static Output<GetBootVolumesResult> Invoke(GetBootVolumesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBootVolumesResult> getBootVolumes(GetBootVolumesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getBootVolumes:getBootVolumes
arguments:
# arguments dictionary
The following arguments are supported:
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment.
- Filters
List<Get
Boot Volumes Filter> - Volume
Group stringId - The OCID of the volume group.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment.
- Filters
[]Get
Boot Volumes Filter - Volume
Group stringId - The OCID of the volume group.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment.
- filters
List<Get
Boot Volumes Filter> - volume
Group StringId - The OCID of the volume group.
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id string - The OCID of the compartment.
- filters
Get
Boot Volumes Filter[] - volume
Group stringId - The OCID of the volume group.
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment_
id str - The OCID of the compartment.
- filters
Sequence[core.
Get Boot Volumes Filter] - volume_
group_ strid - The OCID of the volume group.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment.
- filters List<Property Map>
- volume
Group StringId - The OCID of the volume group.
getBootVolumes Result
The following output properties are available:
- Boot
Volumes List<GetBoot Volumes Boot Volume> - The list of boot_volumes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - The availability domain of the boot volume replica. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment that contains the boot volume.
- Filters
List<Get
Boot Volumes Filter> - Volume
Group stringId - The OCID of the source volume group.
- Boot
Volumes []GetBoot Volumes Boot Volume - The list of boot_volumes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - The availability domain of the boot volume replica. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment that contains the boot volume.
- Filters
[]Get
Boot Volumes Filter - Volume
Group stringId - The OCID of the source volume group.
- boot
Volumes List<GetBoot Volumes Boot Volume> - The list of boot_volumes.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - The availability domain of the boot volume replica. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment that contains the boot volume.
- filters
List<Get
Boot Volumes Filter> - volume
Group StringId - The OCID of the source volume group.
- boot
Volumes GetBoot Volumes Boot Volume[] - The list of boot_volumes.
- id string
- The provider-assigned unique ID for this managed resource.
- availability
Domain string - The availability domain of the boot volume replica. Example:
Uocm:PHX-AD-1
- compartment
Id string - The OCID of the compartment that contains the boot volume.
- filters
Get
Boot Volumes Filter[] - volume
Group stringId - The OCID of the source volume group.
- boot_
volumes Sequence[core.Get Boot Volumes Boot Volume] - The list of boot_volumes.
- id str
- The provider-assigned unique ID for this managed resource.
- availability_
domain str - The availability domain of the boot volume replica. Example:
Uocm:PHX-AD-1
- compartment_
id str - The OCID of the compartment that contains the boot volume.
- filters
Sequence[core.
Get Boot Volumes Filter] - volume_
group_ strid - The OCID of the source volume group.
- boot
Volumes List<Property Map> - The list of boot_volumes.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - The availability domain of the boot volume replica. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment that contains the boot volume.
- filters List<Property Map>
- volume
Group StringId - The OCID of the source volume group.
Supporting Types
GetBootVolumesBootVolume
- Auto
Tuned stringVpus Per Gb - The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- Autotune
Policies List<GetBoot Volumes Boot Volume Autotune Policy> - The list of autotune policies enabled for this volume.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Backup
Policy stringId - Boot
Volume List<GetReplicas Boot Volumes Boot Volume Boot Volume Replica> - The list of boot volume replicas of this boot volume
- Boot
Volume boolReplicas Deletion - Cluster
Placement stringGroup Id - The clusterPlacementGroup Id of the volume for volume placement.
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the boot volume replica.
- Image
Id string - The image OCID used to create the boot volume.
- Is
Auto boolTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
DetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Is
Hydrated bool - Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
- Kms
Key stringId - The OCID of the Vault service master encryption key assigned to the boot volume.
- Size
In stringGbs - The size of the boot volume in GBs.
- Size
In stringMbs - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use
size_in_gbs
. - Source
Details List<GetBoot Volumes Boot Volume Source Detail> - State string
- The current state of a boot volume.
- Dictionary<string, object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Time
Created string - The date and time the boot volume was created. Format defined by RFC3339.
- Volume
Group stringId - The OCID of the volume group.
- Vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- Auto
Tuned stringVpus Per Gb - The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- Autotune
Policies []GetBoot Volumes Boot Volume Autotune Policy - The list of autotune policies enabled for this volume.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Backup
Policy stringId - Boot
Volume []GetReplicas Boot Volumes Boot Volume Boot Volume Replica - The list of boot volume replicas of this boot volume
- Boot
Volume boolReplicas Deletion - Cluster
Placement stringGroup Id - The clusterPlacementGroup Id of the volume for volume placement.
- Compartment
Id string - The OCID of the compartment.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]interface{}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the boot volume replica.
- Image
Id string - The image OCID used to create the boot volume.
- Is
Auto boolTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
DetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - Is
Hydrated bool - Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
- Kms
Key stringId - The OCID of the Vault service master encryption key assigned to the boot volume.
- Size
In stringGbs - The size of the boot volume in GBs.
- Size
In stringMbs - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use
size_in_gbs
. - Source
Details []GetBoot Volumes Boot Volume Source Detail - State string
- The current state of a boot volume.
- map[string]interface{}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Time
Created string - The date and time the boot volume was created. Format defined by RFC3339.
- Volume
Group stringId - The OCID of the volume group.
- Vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- auto
Tuned StringVpus Per Gb - The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- autotune
Policies List<GetBoot Volumes Boot Volume Autotune Policy> - The list of autotune policies enabled for this volume.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- backup
Policy StringId - boot
Volume List<GetReplicas Boot Volumes Boot Volume Boot Volume Replica> - The list of boot volume replicas of this boot volume
- boot
Volume BooleanReplicas Deletion - cluster
Placement StringGroup Id - The clusterPlacementGroup Id of the volume for volume placement.
- compartment
Id String - The OCID of the compartment.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,Object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the boot volume replica.
- image
Id String - The image OCID used to create the boot volume.
- is
Auto BooleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
DetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - is
Hydrated Boolean - Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
- kms
Key StringId - The OCID of the Vault service master encryption key assigned to the boot volume.
- size
In StringGbs - The size of the boot volume in GBs.
- size
In StringMbs - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use
size_in_gbs
. - source
Details List<GetBoot Volumes Boot Volume Source Detail> - state String
- The current state of a boot volume.
- Map<String,Object>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- time
Created String - The date and time the boot volume was created. Format defined by RFC3339.
- volume
Group StringId - The OCID of the volume group.
- vpus
Per StringGb - The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- auto
Tuned stringVpus Per Gb - The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- autotune
Policies GetBoot Volumes Boot Volume Autotune Policy[] - The list of autotune policies enabled for this volume.
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- backup
Policy stringId - boot
Volume GetReplicas Boot Volumes Boot Volume Boot Volume Replica[] - The list of boot volume replicas of this boot volume
- boot
Volume booleanReplicas Deletion - cluster
Placement stringGroup Id - The clusterPlacementGroup Id of the volume for volume placement.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: any}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the boot volume replica.
- image
Id string - The image OCID used to create the boot volume.
- is
Auto booleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
DetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - is
Hydrated boolean - Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
- kms
Key stringId - The OCID of the Vault service master encryption key assigned to the boot volume.
- size
In stringGbs - The size of the boot volume in GBs.
- size
In stringMbs - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use
size_in_gbs
. - source
Details GetBoot Volumes Boot Volume Source Detail[] - state string
- The current state of a boot volume.
- {[key: string]: any}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- time
Created string - The date and time the boot volume was created. Format defined by RFC3339.
- volume
Group stringId - The OCID of the volume group.
- vpus
Per stringGb - The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- auto_
tuned_ strvpus_ per_ gb - The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- autotune_
policies Sequence[core.Get Boot Volumes Boot Volume Autotune Policy] - The list of autotune policies enabled for this volume.
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- backup_
policy_ strid - boot_
volume_ Sequence[core.replicas Get Boot Volumes Boot Volume Boot Volume Replica] - The list of boot volume replicas of this boot volume
- boot_
volume_ boolreplicas_ deletion - cluster_
placement_ strgroup_ id - The clusterPlacementGroup Id of the volume for volume placement.
- compartment_
id str - The OCID of the compartment.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, Any]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the boot volume replica.
- image_
id str - The image OCID used to create the boot volume.
- is_
auto_ booltune_ enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
DetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - is_
hydrated bool - Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
- kms_
key_ strid - The OCID of the Vault service master encryption key assigned to the boot volume.
- size_
in_ strgbs - The size of the boot volume in GBs.
- size_
in_ strmbs - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use
size_in_gbs
. - source_
details Sequence[core.Get Boot Volumes Boot Volume Source Detail] - state str
- The current state of a boot volume.
- Mapping[str, Any]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- time_
created str - The date and time the boot volume was created. Format defined by RFC3339.
- volume_
group_ strid - The OCID of the volume group.
- vpus_
per_ strgb - The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
- auto
Tuned StringVpus Per Gb - The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
- autotune
Policies List<Property Map> - The list of autotune policies enabled for this volume.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- backup
Policy StringId - boot
Volume List<Property Map>Replicas - The list of boot volume replicas of this boot volume
- boot
Volume BooleanReplicas Deletion - cluster
Placement StringGroup Id - The clusterPlacementGroup Id of the volume for volume placement.
- compartment
Id String - The OCID of the compartment.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<Any>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the boot volume replica.
- image
Id String - The image OCID used to create the boot volume.
- is
Auto BooleanTune Enabled - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the
DetachedVolumeAutotunePolicy
instead to enable the volume for detached autotune. - is
Hydrated Boolean - Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
- kms
Key StringId - The OCID of the Vault service master encryption key assigned to the boot volume.
- size
In StringGbs - The size of the boot volume in GBs.
- size
In StringMbs - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use
size_in_gbs
. - source
Details List<Property Map> - state String
- The current state of a boot volume.
- Map<Any>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- time
Created String - The date and time the boot volume was created. Format defined by RFC3339.
- volume
Group StringId - The OCID of the volume group.
- vpus
Per StringGb - The number of volume performance units (VPUs) that will be applied to this boot volume per GB, representing the Block Volume service's elastic performance options. See Block Volume Performance Levels for more information.
GetBootVolumesBootVolumeAutotunePolicy
- Autotune
Type string - This specifies the type of autotunes supported by OCI.
- Max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- Autotune
Type string - This specifies the type of autotunes supported by OCI.
- Max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type String - This specifies the type of autotunes supported by OCI.
- max
Vpus StringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type string - This specifies the type of autotunes supported by OCI.
- max
Vpus stringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune_
type str - This specifies the type of autotunes supported by OCI.
- max_
vpus_ strper_ gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
- autotune
Type String - This specifies the type of autotunes supported by OCI.
- max
Vpus StringPer Gb - This will be the maximum VPUs/GB performance level that the volume will be auto-tuned temporarily based on performance monitoring.
GetBootVolumesBootVolumeBootVolumeReplica
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Boot
Volume stringReplica Id - The boot volume replica's Oracle ID (OCID).
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Boot
Volume stringReplica Id - The boot volume replica's Oracle ID (OCID).
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- boot
Volume StringReplica Id - The boot volume replica's Oracle ID (OCID).
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- boot
Volume stringReplica Id - The boot volume replica's Oracle ID (OCID).
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- boot_
volume_ strreplica_ id - The boot volume replica's Oracle ID (OCID).
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- boot
Volume StringReplica Id - The boot volume replica's Oracle ID (OCID).
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
GetBootVolumesBootVolumeSourceDetail
GetBootVolumesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi