oci.Desktops.getDesktopPools
Explore with Pulumi AI
This data source provides the list of Desktop Pools in Oracle Cloud Infrastructure Desktops service.
Returns a list of desktop pools within the given compartment. You can limit the results to an availability domain, pool name, or pool state. You can limit the number of results returned, sort the results by time or name, and sort in ascending or descending order.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDesktopPools = oci.Desktops.getDesktopPools({
    compartmentId: compartmentId,
    availabilityDomain: desktopPoolAvailabilityDomain,
    displayName: desktopPoolDisplayName,
    id: desktopPoolId,
    state: desktopPoolState,
});
import pulumi
import pulumi_oci as oci
test_desktop_pools = oci.Desktops.get_desktop_pools(compartment_id=compartment_id,
    availability_domain=desktop_pool_availability_domain,
    display_name=desktop_pool_display_name,
    id=desktop_pool_id,
    state=desktop_pool_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/desktops"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := desktops.GetDesktopPools(ctx, &desktops.GetDesktopPoolsArgs{
			CompartmentId:      compartmentId,
			AvailabilityDomain: pulumi.StringRef(desktopPoolAvailabilityDomain),
			DisplayName:        pulumi.StringRef(desktopPoolDisplayName),
			Id:                 pulumi.StringRef(desktopPoolId),
			State:              pulumi.StringRef(desktopPoolState),
		}, 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 testDesktopPools = Oci.Desktops.GetDesktopPools.Invoke(new()
    {
        CompartmentId = compartmentId,
        AvailabilityDomain = desktopPoolAvailabilityDomain,
        DisplayName = desktopPoolDisplayName,
        Id = desktopPoolId,
        State = desktopPoolState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Desktops.DesktopsFunctions;
import com.pulumi.oci.Desktops.inputs.GetDesktopPoolsArgs;
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 testDesktopPools = DesktopsFunctions.getDesktopPools(GetDesktopPoolsArgs.builder()
            .compartmentId(compartmentId)
            .availabilityDomain(desktopPoolAvailabilityDomain)
            .displayName(desktopPoolDisplayName)
            .id(desktopPoolId)
            .state(desktopPoolState)
            .build());
    }
}
variables:
  testDesktopPools:
    fn::invoke:
      function: oci:Desktops:getDesktopPools
      arguments:
        compartmentId: ${compartmentId}
        availabilityDomain: ${desktopPoolAvailabilityDomain}
        displayName: ${desktopPoolDisplayName}
        id: ${desktopPoolId}
        state: ${desktopPoolState}
Using getDesktopPools
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 getDesktopPools(args: GetDesktopPoolsArgs, opts?: InvokeOptions): Promise<GetDesktopPoolsResult>
function getDesktopPoolsOutput(args: GetDesktopPoolsOutputArgs, opts?: InvokeOptions): Output<GetDesktopPoolsResult>def get_desktop_pools(availability_domain: Optional[str] = None,
                      compartment_id: Optional[str] = None,
                      display_name: Optional[str] = None,
                      filters: Optional[Sequence[_desktops.GetDesktopPoolsFilter]] = None,
                      id: Optional[str] = None,
                      state: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetDesktopPoolsResult
def get_desktop_pools_output(availability_domain: Optional[pulumi.Input[str]] = None,
                      compartment_id: Optional[pulumi.Input[str]] = None,
                      display_name: Optional[pulumi.Input[str]] = None,
                      filters: Optional[pulumi.Input[Sequence[pulumi.Input[_desktops.GetDesktopPoolsFilterArgs]]]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      state: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetDesktopPoolsResult]func GetDesktopPools(ctx *Context, args *GetDesktopPoolsArgs, opts ...InvokeOption) (*GetDesktopPoolsResult, error)
func GetDesktopPoolsOutput(ctx *Context, args *GetDesktopPoolsOutputArgs, opts ...InvokeOption) GetDesktopPoolsResultOutput> Note: This function is named GetDesktopPools in the Go SDK.
public static class GetDesktopPools 
{
    public static Task<GetDesktopPoolsResult> InvokeAsync(GetDesktopPoolsArgs args, InvokeOptions? opts = null)
    public static Output<GetDesktopPoolsResult> Invoke(GetDesktopPoolsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDesktopPoolsResult> getDesktopPools(GetDesktopPoolsArgs args, InvokeOptions options)
public static Output<GetDesktopPoolsResult> getDesktopPools(GetDesktopPoolsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Desktops/getDesktopPools:getDesktopPools
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment of the desktop pool.
- AvailabilityDomain string
- The name of the availability domain.
- DisplayName string
- A filter to return only results with the given displayName.
- Filters
List<GetDesktop Pools Filter> 
- Id string
- A filter to return only results with the given OCID.
- State string
- A filter to return only results with the given lifecycleState.
- CompartmentId string
- The OCID of the compartment of the desktop pool.
- AvailabilityDomain string
- The name of the availability domain.
- DisplayName string
- A filter to return only results with the given displayName.
- Filters
[]GetDesktop Pools Filter 
- Id string
- A filter to return only results with the given OCID.
- State string
- A filter to return only results with the given lifecycleState.
- compartmentId String
- The OCID of the compartment of the desktop pool.
- availabilityDomain String
- The name of the availability domain.
- displayName String
- A filter to return only results with the given displayName.
- filters
List<GetDesktop Pools Filter> 
- id String
- A filter to return only results with the given OCID.
- state String
- A filter to return only results with the given lifecycleState.
- compartmentId string
- The OCID of the compartment of the desktop pool.
- availabilityDomain string
- The name of the availability domain.
- displayName string
- A filter to return only results with the given displayName.
- filters
GetDesktop Pools Filter[] 
- id string
- A filter to return only results with the given OCID.
- state string
- A filter to return only results with the given lifecycleState.
- compartment_id str
- The OCID of the compartment of the desktop pool.
- availability_domain str
- The name of the availability domain.
- display_name str
- A filter to return only results with the given displayName.
- filters
Sequence[desktops.Get Desktop Pools Filter] 
- id str
- A filter to return only results with the given OCID.
- state str
- A filter to return only results with the given lifecycleState.
- compartmentId String
- The OCID of the compartment of the desktop pool.
- availabilityDomain String
- The name of the availability domain.
- displayName String
- A filter to return only results with the given displayName.
- filters List<Property Map>
- id String
- A filter to return only results with the given OCID.
- state String
- A filter to return only results with the given lifecycleState.
getDesktopPools Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment of the desktop pool.
- DesktopPool List<GetCollections Desktop Pools Desktop Pool Collection> 
- The list of desktop_pool_collection.
- AvailabilityDomain string
- The availability domain of the desktop pool.
- DisplayName string
- A user friendly display name. Avoid entering confidential information.
- Filters
List<GetDesktop Pools Filter> 
- Id string
- The OCID of the desktop pool.
- State string
- The current state of the desktop pool.
- CompartmentId string
- The OCID of the compartment of the desktop pool.
- DesktopPool []GetCollections Desktop Pools Desktop Pool Collection 
- The list of desktop_pool_collection.
- AvailabilityDomain string
- The availability domain of the desktop pool.
- DisplayName string
- A user friendly display name. Avoid entering confidential information.
- Filters
[]GetDesktop Pools Filter 
- Id string
- The OCID of the desktop pool.
- State string
- The current state of the desktop pool.
- compartmentId String
- The OCID of the compartment of the desktop pool.
- desktopPool List<GetCollections Desktop Pools Desktop Pool Collection> 
- The list of desktop_pool_collection.
- availabilityDomain String
- The availability domain of the desktop pool.
- displayName String
- A user friendly display name. Avoid entering confidential information.
- filters
List<GetDesktop Pools Filter> 
- id String
- The OCID of the desktop pool.
- state String
- The current state of the desktop pool.
- compartmentId string
- The OCID of the compartment of the desktop pool.
- desktopPool GetCollections Desktop Pools Desktop Pool Collection[] 
- The list of desktop_pool_collection.
- availabilityDomain string
- The availability domain of the desktop pool.
- displayName string
- A user friendly display name. Avoid entering confidential information.
- filters
GetDesktop Pools Filter[] 
- id string
- The OCID of the desktop pool.
- state string
- The current state of the desktop pool.
- compartment_id str
- The OCID of the compartment of the desktop pool.
- desktop_pool_ Sequence[desktops.collections Get Desktop Pools Desktop Pool Collection] 
- The list of desktop_pool_collection.
- availability_domain str
- The availability domain of the desktop pool.
- display_name str
- A user friendly display name. Avoid entering confidential information.
- filters
Sequence[desktops.Get Desktop Pools Filter] 
- id str
- The OCID of the desktop pool.
- state str
- The current state of the desktop pool.
- compartmentId String
- The OCID of the compartment of the desktop pool.
- desktopPool List<Property Map>Collections 
- The list of desktop_pool_collection.
- availabilityDomain String
- The availability domain of the desktop pool.
- displayName String
- A user friendly display name. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The OCID of the desktop pool.
- state String
- The current state of the desktop pool.
Supporting Types
GetDesktopPoolsDesktopPoolCollection     
GetDesktopPoolsDesktopPoolCollectionItem      
- ActiveDesktops int
- The number of active desktops in the desktop pool.
- ArePrivileged boolUsers 
- Indicates whether desktop pool users have administrative privileges on their desktop.
- AreVolumes boolPreserved 
- AvailabilityDomain string
- The name of the availability domain.
- AvailabilityPolicies List<GetDesktop Pools Desktop Pool Collection Item Availability Policy> 
- Provides the start and stop schedule information for desktop availability of the desktop pool.
- CompartmentId string
- The OCID of the compartment of the desktop pool.
- ContactDetails string
- Contact information of the desktop pool administrator. Avoid entering confidential information.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- A user friendly description providing additional information about the resource. Avoid entering confidential information.
- DevicePolicies List<GetDesktop Pools Desktop Pool Collection Item Device Policy> 
- Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.
- DisplayName string
- A filter to return only results with the given displayName.
- Dictionary<string, string>
- 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
- A filter to return only results with the given OCID.
- Images
List<GetDesktop Pools Desktop Pool Collection Item Image> 
- Provides information about the desktop image.
- IsStorage boolEnabled 
- Indicates whether storage is enabled for the desktop pool.
- MaximumSize int
- The maximum number of desktops permitted in the desktop pool.
- NetworkConfigurations List<GetDesktop Pools Desktop Pool Collection Item Network Configuration> 
- Provides information about the network configuration of the desktop pool.
- NsgIds List<string>
- A list of network security groups for the private access.
- PrivateAccess List<GetDetails Desktop Pools Desktop Pool Collection Item Private Access Detail> 
- The details of the desktop's private access network connectivity that were used to create the pool.
- SessionLifecycle List<GetActions Desktop Pools Desktop Pool Collection Item Session Lifecycle Action> 
- Action to be triggered on inactivity or disconnect
- ShapeConfigs List<GetDesktop Pools Desktop Pool Collection Item Shape Config> 
- The shape configuration used for each desktop compute instance in the desktop pool.
- ShapeName string
- The shape of the desktop pool.
- StandbySize int
- The maximum number of standby desktops available in the desktop pool.
- State string
- A filter to return only results with the given lifecycleState.
- StorageBackup stringPolicy Id 
- The backup policy OCID of the storage.
- StorageSize intIn Gbs 
- The size in GBs of the storage for the desktop pool.
- TimeCreated string
- The date and time the resource was created.
- TimeStart stringScheduled 
- The start time of the desktop pool.
- TimeStop stringScheduled 
- The stop time of the desktop pool.
- UseDedicated stringVm Host 
- Indicates whether the desktop pool uses dedicated virtual machine hosts.
- ActiveDesktops int
- The number of active desktops in the desktop pool.
- ArePrivileged boolUsers 
- Indicates whether desktop pool users have administrative privileges on their desktop.
- AreVolumes boolPreserved 
- AvailabilityDomain string
- The name of the availability domain.
- AvailabilityPolicies []GetDesktop Pools Desktop Pool Collection Item Availability Policy 
- Provides the start and stop schedule information for desktop availability of the desktop pool.
- CompartmentId string
- The OCID of the compartment of the desktop pool.
- ContactDetails string
- Contact information of the desktop pool administrator. Avoid entering confidential information.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- A user friendly description providing additional information about the resource. Avoid entering confidential information.
- DevicePolicies []GetDesktop Pools Desktop Pool Collection Item Device Policy 
- Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.
- DisplayName string
- A filter to return only results with the given displayName.
- map[string]string
- 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
- A filter to return only results with the given OCID.
- Images
[]GetDesktop Pools Desktop Pool Collection Item Image 
- Provides information about the desktop image.
- IsStorage boolEnabled 
- Indicates whether storage is enabled for the desktop pool.
- MaximumSize int
- The maximum number of desktops permitted in the desktop pool.
- NetworkConfigurations []GetDesktop Pools Desktop Pool Collection Item Network Configuration 
- Provides information about the network configuration of the desktop pool.
- NsgIds []string
- A list of network security groups for the private access.
- PrivateAccess []GetDetails Desktop Pools Desktop Pool Collection Item Private Access Detail 
- The details of the desktop's private access network connectivity that were used to create the pool.
- SessionLifecycle []GetActions Desktop Pools Desktop Pool Collection Item Session Lifecycle Action 
- Action to be triggered on inactivity or disconnect
- ShapeConfigs []GetDesktop Pools Desktop Pool Collection Item Shape Config 
- The shape configuration used for each desktop compute instance in the desktop pool.
- ShapeName string
- The shape of the desktop pool.
- StandbySize int
- The maximum number of standby desktops available in the desktop pool.
- State string
- A filter to return only results with the given lifecycleState.
- StorageBackup stringPolicy Id 
- The backup policy OCID of the storage.
- StorageSize intIn Gbs 
- The size in GBs of the storage for the desktop pool.
- TimeCreated string
- The date and time the resource was created.
- TimeStart stringScheduled 
- The start time of the desktop pool.
- TimeStop stringScheduled 
- The stop time of the desktop pool.
- UseDedicated stringVm Host 
- Indicates whether the desktop pool uses dedicated virtual machine hosts.
- activeDesktops Integer
- The number of active desktops in the desktop pool.
- arePrivileged BooleanUsers 
- Indicates whether desktop pool users have administrative privileges on their desktop.
- areVolumes BooleanPreserved 
- availabilityDomain String
- The name of the availability domain.
- availabilityPolicies List<GetDesktop Pools Desktop Pool Collection Item Availability Policy> 
- Provides the start and stop schedule information for desktop availability of the desktop pool.
- compartmentId String
- The OCID of the compartment of the desktop pool.
- contactDetails String
- Contact information of the desktop pool administrator. Avoid entering confidential information.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- A user friendly description providing additional information about the resource. Avoid entering confidential information.
- devicePolicies List<GetDesktop Pools Desktop Pool Collection Item Device Policy> 
- Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.
- displayName String
- A filter to return only results with the given displayName.
- Map<String,String>
- 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
- A filter to return only results with the given OCID.
- images
List<GetDesktop Pools Desktop Pool Collection Item Image> 
- Provides information about the desktop image.
- isStorage BooleanEnabled 
- Indicates whether storage is enabled for the desktop pool.
- maximumSize Integer
- The maximum number of desktops permitted in the desktop pool.
- networkConfigurations List<GetDesktop Pools Desktop Pool Collection Item Network Configuration> 
- Provides information about the network configuration of the desktop pool.
- nsgIds List<String>
- A list of network security groups for the private access.
- privateAccess List<GetDetails Desktop Pools Desktop Pool Collection Item Private Access Detail> 
- The details of the desktop's private access network connectivity that were used to create the pool.
- sessionLifecycle List<GetActions Desktop Pools Desktop Pool Collection Item Session Lifecycle Action> 
- Action to be triggered on inactivity or disconnect
- shapeConfigs List<GetDesktop Pools Desktop Pool Collection Item Shape Config> 
- The shape configuration used for each desktop compute instance in the desktop pool.
- shapeName String
- The shape of the desktop pool.
- standbySize Integer
- The maximum number of standby desktops available in the desktop pool.
- state String
- A filter to return only results with the given lifecycleState.
- storageBackup StringPolicy Id 
- The backup policy OCID of the storage.
- storageSize IntegerIn Gbs 
- The size in GBs of the storage for the desktop pool.
- timeCreated String
- The date and time the resource was created.
- timeStart StringScheduled 
- The start time of the desktop pool.
- timeStop StringScheduled 
- The stop time of the desktop pool.
- useDedicated StringVm Host 
- Indicates whether the desktop pool uses dedicated virtual machine hosts.
- activeDesktops number
- The number of active desktops in the desktop pool.
- arePrivileged booleanUsers 
- Indicates whether desktop pool users have administrative privileges on their desktop.
- areVolumes booleanPreserved 
- availabilityDomain string
- The name of the availability domain.
- availabilityPolicies GetDesktop Pools Desktop Pool Collection Item Availability Policy[] 
- Provides the start and stop schedule information for desktop availability of the desktop pool.
- compartmentId string
- The OCID of the compartment of the desktop pool.
- contactDetails string
- Contact information of the desktop pool administrator. Avoid entering confidential information.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description string
- A user friendly description providing additional information about the resource. Avoid entering confidential information.
- devicePolicies GetDesktop Pools Desktop Pool Collection Item Device Policy[] 
- Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.
- displayName string
- A filter to return only results with the given displayName.
- {[key: string]: string}
- 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
- A filter to return only results with the given OCID.
- images
GetDesktop Pools Desktop Pool Collection Item Image[] 
- Provides information about the desktop image.
- isStorage booleanEnabled 
- Indicates whether storage is enabled for the desktop pool.
- maximumSize number
- The maximum number of desktops permitted in the desktop pool.
- networkConfigurations GetDesktop Pools Desktop Pool Collection Item Network Configuration[] 
- Provides information about the network configuration of the desktop pool.
- nsgIds string[]
- A list of network security groups for the private access.
- privateAccess GetDetails Desktop Pools Desktop Pool Collection Item Private Access Detail[] 
- The details of the desktop's private access network connectivity that were used to create the pool.
- sessionLifecycle GetActions Desktop Pools Desktop Pool Collection Item Session Lifecycle Action[] 
- Action to be triggered on inactivity or disconnect
- shapeConfigs GetDesktop Pools Desktop Pool Collection Item Shape Config[] 
- The shape configuration used for each desktop compute instance in the desktop pool.
- shapeName string
- The shape of the desktop pool.
- standbySize number
- The maximum number of standby desktops available in the desktop pool.
- state string
- A filter to return only results with the given lifecycleState.
- storageBackup stringPolicy Id 
- The backup policy OCID of the storage.
- storageSize numberIn Gbs 
- The size in GBs of the storage for the desktop pool.
- timeCreated string
- The date and time the resource was created.
- timeStart stringScheduled 
- The start time of the desktop pool.
- timeStop stringScheduled 
- The stop time of the desktop pool.
- useDedicated stringVm Host 
- Indicates whether the desktop pool uses dedicated virtual machine hosts.
- active_desktops int
- The number of active desktops in the desktop pool.
- are_privileged_ boolusers 
- Indicates whether desktop pool users have administrative privileges on their desktop.
- are_volumes_ boolpreserved 
- availability_domain str
- The name of the availability domain.
- availability_policies Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Availability Policy] 
- Provides the start and stop schedule information for desktop availability of the desktop pool.
- compartment_id str
- The OCID of the compartment of the desktop pool.
- contact_details str
- Contact information of the desktop pool administrator. Avoid entering confidential information.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description str
- A user friendly description providing additional information about the resource. Avoid entering confidential information.
- device_policies Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Device Policy] 
- Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.
- display_name str
- A filter to return only results with the given displayName.
- Mapping[str, str]
- 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
- A filter to return only results with the given OCID.
- images
Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Image] 
- Provides information about the desktop image.
- is_storage_ boolenabled 
- Indicates whether storage is enabled for the desktop pool.
- maximum_size int
- The maximum number of desktops permitted in the desktop pool.
- network_configurations Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Network Configuration] 
- Provides information about the network configuration of the desktop pool.
- nsg_ids Sequence[str]
- A list of network security groups for the private access.
- private_access_ Sequence[desktops.details Get Desktop Pools Desktop Pool Collection Item Private Access Detail] 
- The details of the desktop's private access network connectivity that were used to create the pool.
- session_lifecycle_ Sequence[desktops.actions Get Desktop Pools Desktop Pool Collection Item Session Lifecycle Action] 
- Action to be triggered on inactivity or disconnect
- shape_configs Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Shape Config] 
- The shape configuration used for each desktop compute instance in the desktop pool.
- shape_name str
- The shape of the desktop pool.
- standby_size int
- The maximum number of standby desktops available in the desktop pool.
- state str
- A filter to return only results with the given lifecycleState.
- storage_backup_ strpolicy_ id 
- The backup policy OCID of the storage.
- storage_size_ intin_ gbs 
- The size in GBs of the storage for the desktop pool.
- time_created str
- The date and time the resource was created.
- time_start_ strscheduled 
- The start time of the desktop pool.
- time_stop_ strscheduled 
- The stop time of the desktop pool.
- use_dedicated_ strvm_ host 
- Indicates whether the desktop pool uses dedicated virtual machine hosts.
- activeDesktops Number
- The number of active desktops in the desktop pool.
- arePrivileged BooleanUsers 
- Indicates whether desktop pool users have administrative privileges on their desktop.
- areVolumes BooleanPreserved 
- availabilityDomain String
- The name of the availability domain.
- availabilityPolicies List<Property Map>
- Provides the start and stop schedule information for desktop availability of the desktop pool.
- compartmentId String
- The OCID of the compartment of the desktop pool.
- contactDetails String
- Contact information of the desktop pool administrator. Avoid entering confidential information.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- A user friendly description providing additional information about the resource. Avoid entering confidential information.
- devicePolicies List<Property Map>
- Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.
- displayName String
- A filter to return only results with the given displayName.
- Map<String>
- 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
- A filter to return only results with the given OCID.
- images List<Property Map>
- Provides information about the desktop image.
- isStorage BooleanEnabled 
- Indicates whether storage is enabled for the desktop pool.
- maximumSize Number
- The maximum number of desktops permitted in the desktop pool.
- networkConfigurations List<Property Map>
- Provides information about the network configuration of the desktop pool.
- nsgIds List<String>
- A list of network security groups for the private access.
- privateAccess List<Property Map>Details 
- The details of the desktop's private access network connectivity that were used to create the pool.
- sessionLifecycle List<Property Map>Actions 
- Action to be triggered on inactivity or disconnect
- shapeConfigs List<Property Map>
- The shape configuration used for each desktop compute instance in the desktop pool.
- shapeName String
- The shape of the desktop pool.
- standbySize Number
- The maximum number of standby desktops available in the desktop pool.
- state String
- A filter to return only results with the given lifecycleState.
- storageBackup StringPolicy Id 
- The backup policy OCID of the storage.
- storageSize NumberIn Gbs 
- The size in GBs of the storage for the desktop pool.
- timeCreated String
- The date and time the resource was created.
- timeStart StringScheduled 
- The start time of the desktop pool.
- timeStop StringScheduled 
- The stop time of the desktop pool.
- useDedicated StringVm Host 
- Indicates whether the desktop pool uses dedicated virtual machine hosts.
GetDesktopPoolsDesktopPoolCollectionItemAvailabilityPolicy        
- StartSchedules List<GetDesktop Pools Desktop Pool Collection Item Availability Policy Start Schedule> 
- Provides the schedule information for a desktop.
- StopSchedules List<GetDesktop Pools Desktop Pool Collection Item Availability Policy Stop Schedule> 
- Provides the schedule information for a desktop.
- StartSchedules []GetDesktop Pools Desktop Pool Collection Item Availability Policy Start Schedule 
- Provides the schedule information for a desktop.
- StopSchedules []GetDesktop Pools Desktop Pool Collection Item Availability Policy Stop Schedule 
- Provides the schedule information for a desktop.
- startSchedules List<GetDesktop Pools Desktop Pool Collection Item Availability Policy Start Schedule> 
- Provides the schedule information for a desktop.
- stopSchedules List<GetDesktop Pools Desktop Pool Collection Item Availability Policy Stop Schedule> 
- Provides the schedule information for a desktop.
- startSchedules GetDesktop Pools Desktop Pool Collection Item Availability Policy Start Schedule[] 
- Provides the schedule information for a desktop.
- stopSchedules GetDesktop Pools Desktop Pool Collection Item Availability Policy Stop Schedule[] 
- Provides the schedule information for a desktop.
- start_schedules Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Availability Policy Start Schedule] 
- Provides the schedule information for a desktop.
- stop_schedules Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Availability Policy Stop Schedule] 
- Provides the schedule information for a desktop.
- startSchedules List<Property Map>
- Provides the schedule information for a desktop.
- stopSchedules List<Property Map>
- Provides the schedule information for a desktop.
GetDesktopPoolsDesktopPoolCollectionItemAvailabilityPolicyStartSchedule          
- CronExpression string
- A cron expression describing the desktop's schedule.
- Timezone string
- The timezone of the desktop's schedule.
- CronExpression string
- A cron expression describing the desktop's schedule.
- Timezone string
- The timezone of the desktop's schedule.
- cronExpression String
- A cron expression describing the desktop's schedule.
- timezone String
- The timezone of the desktop's schedule.
- cronExpression string
- A cron expression describing the desktop's schedule.
- timezone string
- The timezone of the desktop's schedule.
- cron_expression str
- A cron expression describing the desktop's schedule.
- timezone str
- The timezone of the desktop's schedule.
- cronExpression String
- A cron expression describing the desktop's schedule.
- timezone String
- The timezone of the desktop's schedule.
GetDesktopPoolsDesktopPoolCollectionItemAvailabilityPolicyStopSchedule          
- CronExpression string
- A cron expression describing the desktop's schedule.
- Timezone string
- The timezone of the desktop's schedule.
- CronExpression string
- A cron expression describing the desktop's schedule.
- Timezone string
- The timezone of the desktop's schedule.
- cronExpression String
- A cron expression describing the desktop's schedule.
- timezone String
- The timezone of the desktop's schedule.
- cronExpression string
- A cron expression describing the desktop's schedule.
- timezone string
- The timezone of the desktop's schedule.
- cron_expression str
- A cron expression describing the desktop's schedule.
- timezone str
- The timezone of the desktop's schedule.
- cronExpression String
- A cron expression describing the desktop's schedule.
- timezone String
- The timezone of the desktop's schedule.
GetDesktopPoolsDesktopPoolCollectionItemDevicePolicy        
- AudioMode string
- The audio mode. NONE: No access to the local audio devices is permitted. TODESKTOP: The user may record audio on their desktop. FROMDESKTOP: The user may play audio on their desktop. FULL: The user may play and record audio on their desktop.
- CdmMode string
- The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.
- ClipboardMode string
- The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.
- IsDisplay boolEnabled 
- Indicates whether the display is enabled.
- IsKeyboard boolEnabled 
- Indicates whether the keyboard is enabled.
- IsPointer boolEnabled 
- Indicates whether the pointer is enabled.
- IsPrinting boolEnabled 
- Indicates whether printing is enabled.
- AudioMode string
- The audio mode. NONE: No access to the local audio devices is permitted. TODESKTOP: The user may record audio on their desktop. FROMDESKTOP: The user may play audio on their desktop. FULL: The user may play and record audio on their desktop.
- CdmMode string
- The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.
- ClipboardMode string
- The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.
- IsDisplay boolEnabled 
- Indicates whether the display is enabled.
- IsKeyboard boolEnabled 
- Indicates whether the keyboard is enabled.
- IsPointer boolEnabled 
- Indicates whether the pointer is enabled.
- IsPrinting boolEnabled 
- Indicates whether printing is enabled.
- audioMode String
- The audio mode. NONE: No access to the local audio devices is permitted. TODESKTOP: The user may record audio on their desktop. FROMDESKTOP: The user may play audio on their desktop. FULL: The user may play and record audio on their desktop.
- cdmMode String
- The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.
- clipboardMode String
- The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.
- isDisplay BooleanEnabled 
- Indicates whether the display is enabled.
- isKeyboard BooleanEnabled 
- Indicates whether the keyboard is enabled.
- isPointer BooleanEnabled 
- Indicates whether the pointer is enabled.
- isPrinting BooleanEnabled 
- Indicates whether printing is enabled.
- audioMode string
- The audio mode. NONE: No access to the local audio devices is permitted. TODESKTOP: The user may record audio on their desktop. FROMDESKTOP: The user may play audio on their desktop. FULL: The user may play and record audio on their desktop.
- cdmMode string
- The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.
- clipboardMode string
- The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.
- isDisplay booleanEnabled 
- Indicates whether the display is enabled.
- isKeyboard booleanEnabled 
- Indicates whether the keyboard is enabled.
- isPointer booleanEnabled 
- Indicates whether the pointer is enabled.
- isPrinting booleanEnabled 
- Indicates whether printing is enabled.
- audio_mode str
- The audio mode. NONE: No access to the local audio devices is permitted. TODESKTOP: The user may record audio on their desktop. FROMDESKTOP: The user may play audio on their desktop. FULL: The user may play and record audio on their desktop.
- cdm_mode str
- The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.
- clipboard_mode str
- The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.
- is_display_ boolenabled 
- Indicates whether the display is enabled.
- is_keyboard_ boolenabled 
- Indicates whether the keyboard is enabled.
- is_pointer_ boolenabled 
- Indicates whether the pointer is enabled.
- is_printing_ boolenabled 
- Indicates whether printing is enabled.
- audioMode String
- The audio mode. NONE: No access to the local audio devices is permitted. TODESKTOP: The user may record audio on their desktop. FROMDESKTOP: The user may play audio on their desktop. FULL: The user may play and record audio on their desktop.
- cdmMode String
- The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.
- clipboardMode String
- The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.
- isDisplay BooleanEnabled 
- Indicates whether the display is enabled.
- isKeyboard BooleanEnabled 
- Indicates whether the keyboard is enabled.
- isPointer BooleanEnabled 
- Indicates whether the pointer is enabled.
- isPrinting BooleanEnabled 
- Indicates whether printing is enabled.
GetDesktopPoolsDesktopPoolCollectionItemImage       
- ImageId string
- The OCID of the desktop image.
- ImageName string
- The name of the desktop image.
- OperatingSystem string
- The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
- ImageId string
- The OCID of the desktop image.
- ImageName string
- The name of the desktop image.
- OperatingSystem string
- The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
- imageId String
- The OCID of the desktop image.
- imageName String
- The name of the desktop image.
- operatingSystem String
- The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
- imageId string
- The OCID of the desktop image.
- imageName string
- The name of the desktop image.
- operatingSystem string
- The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
- image_id str
- The OCID of the desktop image.
- image_name str
- The name of the desktop image.
- operating_system str
- The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
- imageId String
- The OCID of the desktop image.
- imageName String
- The name of the desktop image.
- operatingSystem String
- The operating system of the desktop image, e.g. "Oracle Linux", "Windows".
GetDesktopPoolsDesktopPoolCollectionItemNetworkConfiguration        
GetDesktopPoolsDesktopPoolCollectionItemPrivateAccessDetail         
- EndpointFqdn string
- The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
- NsgIds List<string>
- A list of network security groups for the private access.
- PrivateIp string
- The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
- SubnetId string
- The OCID of the private subnet in the customer VCN where the connectivity will be established.
- VcnId string
- The OCID of the customer VCN.
- EndpointFqdn string
- The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
- NsgIds []string
- A list of network security groups for the private access.
- PrivateIp string
- The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
- SubnetId string
- The OCID of the private subnet in the customer VCN where the connectivity will be established.
- VcnId string
- The OCID of the customer VCN.
- endpointFqdn String
- The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
- nsgIds List<String>
- A list of network security groups for the private access.
- privateIp String
- The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
- subnetId String
- The OCID of the private subnet in the customer VCN where the connectivity will be established.
- vcnId String
- The OCID of the customer VCN.
- endpointFqdn string
- The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
- nsgIds string[]
- A list of network security groups for the private access.
- privateIp string
- The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
- subnetId string
- The OCID of the private subnet in the customer VCN where the connectivity will be established.
- vcnId string
- The OCID of the customer VCN.
- endpoint_fqdn str
- The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
- nsg_ids Sequence[str]
- A list of network security groups for the private access.
- private_ip str
- The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
- subnet_id str
- The OCID of the private subnet in the customer VCN where the connectivity will be established.
- vcn_id str
- The OCID of the customer VCN.
- endpointFqdn String
- The three-label FQDN to use for the private endpoint. The customer VCN's DNS records are updated with this FQDN. This enables the customer to use the FQDN instead of the private endpoint's private IP address to access the service (for example, xyz.oraclecloud.com).
- nsgIds List<String>
- A list of network security groups for the private access.
- privateIp String
- The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
- subnetId String
- The OCID of the private subnet in the customer VCN where the connectivity will be established.
- vcnId String
- The OCID of the customer VCN.
GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleAction         
- Disconnects
List<GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Disconnect> 
- Action and grace period for disconnect
- Inactivities
List<GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Inactivity> 
- Action and grace period for inactivity
- Disconnects
[]GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Disconnect 
- Action and grace period for disconnect
- Inactivities
[]GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Inactivity 
- Action and grace period for inactivity
- disconnects
List<GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Disconnect> 
- Action and grace period for disconnect
- inactivities
List<GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Inactivity> 
- Action and grace period for inactivity
- disconnects
GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Disconnect[] 
- Action and grace period for disconnect
- inactivities
GetDesktop Pools Desktop Pool Collection Item Session Lifecycle Action Inactivity[] 
- Action and grace period for inactivity
- disconnects
Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Session Lifecycle Action Disconnect] 
- Action and grace period for disconnect
- inactivities
Sequence[desktops.Get Desktop Pools Desktop Pool Collection Item Session Lifecycle Action Inactivity] 
- Action and grace period for inactivity
- disconnects List<Property Map>
- Action and grace period for disconnect
- inactivities List<Property Map>
- Action and grace period for inactivity
GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionDisconnect          
- Action string
- an inactivity action to be triggered
- GracePeriod intIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- Action string
- an inactivity action to be triggered
- GracePeriod intIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action String
- an inactivity action to be triggered
- gracePeriod IntegerIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action string
- an inactivity action to be triggered
- gracePeriod numberIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action str
- an inactivity action to be triggered
- grace_period_ intin_ minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action String
- an inactivity action to be triggered
- gracePeriod NumberIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
GetDesktopPoolsDesktopPoolCollectionItemSessionLifecycleActionInactivity          
- Action string
- an inactivity action to be triggered
- GracePeriod intIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- Action string
- an inactivity action to be triggered
- GracePeriod intIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action String
- an inactivity action to be triggered
- gracePeriod IntegerIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action string
- an inactivity action to be triggered
- gracePeriod numberIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action str
- an inactivity action to be triggered
- grace_period_ intin_ minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
- action String
- an inactivity action to be triggered
- gracePeriod NumberIn Minutes 
- The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
GetDesktopPoolsDesktopPoolCollectionItemShapeConfig        
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1. The following values are supported:- BASELINE_1_8- baseline usage is 1/8 of an OCPU.
- BASELINE_1_2- baseline usage is 1/2 of an OCPU.
- BASELINE_1_1- baseline usage is the entire OCPU. This represents a non-burstable instance.
 
- MemoryIn stringGbs 
- The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
- Ocpus string
- The total number of OCPUs available for each desktop compute instance in the desktop pool.
- BaselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1. The following values are supported:- BASELINE_1_8- baseline usage is 1/8 of an OCPU.
- BASELINE_1_2- baseline usage is 1/2 of an OCPU.
- BASELINE_1_1- baseline usage is the entire OCPU. This represents a non-burstable instance.
 
- MemoryIn stringGbs 
- The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
- Ocpus string
- The total number of OCPUs available for each desktop compute instance in the desktop pool.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1. The following values are supported:- BASELINE_1_8- baseline usage is 1/8 of an OCPU.
- BASELINE_1_2- baseline usage is 1/2 of an OCPU.
- BASELINE_1_1- baseline usage is the entire OCPU. This represents a non-burstable instance.
 
- memoryIn StringGbs 
- The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
- ocpus String
- The total number of OCPUs available for each desktop compute instance in the desktop pool.
- baselineOcpu stringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1. The following values are supported:- BASELINE_1_8- baseline usage is 1/8 of an OCPU.
- BASELINE_1_2- baseline usage is 1/2 of an OCPU.
- BASELINE_1_1- baseline usage is the entire OCPU. This represents a non-burstable instance.
 
- memoryIn stringGbs 
- The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
- ocpus string
- The total number of OCPUs available for each desktop compute instance in the desktop pool.
- baseline_ocpu_ strutilization 
- The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1. The following values are supported:- BASELINE_1_8- baseline usage is 1/8 of an OCPU.
- BASELINE_1_2- baseline usage is 1/2 of an OCPU.
- BASELINE_1_1- baseline usage is the entire OCPU. This represents a non-burstable instance.
 
- memory_in_ strgbs 
- The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
- ocpus str
- The total number of OCPUs available for each desktop compute instance in the desktop pool.
- baselineOcpu StringUtilization 
- The baseline OCPU utilization for a subcore burstable VM instance used for each desktop compute instance in the desktop pool. Leave this attribute blank for a non-burstable instance, or explicitly specify non-burstable with BASELINE_1_1. The following values are supported:- BASELINE_1_8- baseline usage is 1/8 of an OCPU.
- BASELINE_1_2- baseline usage is 1/2 of an OCPU.
- BASELINE_1_1- baseline usage is the entire OCPU. This represents a non-burstable instance.
 
- memoryIn StringGbs 
- The total amount of memory available in gigabytes for each desktop compute instance in the desktop pool.
- ocpus String
- The total number of OCPUs available for each desktop compute instance in the desktop pool.
GetDesktopPoolsFilter   
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.