ibm.getIsDedicatedHostProfiles
Explore with Pulumi AI
Retrieve an information about the dedicated host profiles. For more information, about dedicated host profiles, see dedicated host profiles.
Note:
VPC infrastructure services are a regional specific based endpoint, by default targets to us-south
. Please make sure to target right region in the provider block as shown in the provider.tf
file, if VPC service is created in region other than us-south
.
provider.tf
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
}
}
{}
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsDedicatedHostProfiles({});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_dedicated_host_profiles()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetIsDedicatedHostProfiles(ctx, &ibm.GetIsDedicatedHostProfilesArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var example = Ibm.GetIsDedicatedHostProfiles.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsDedicatedHostProfilesArgs;
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 example = IbmFunctions.getIsDedicatedHostProfiles();
}
}
variables:
example:
fn::invoke:
function: ibm:getIsDedicatedHostProfiles
arguments: {}
Using getIsDedicatedHostProfiles
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 getIsDedicatedHostProfiles(args: GetIsDedicatedHostProfilesArgs, opts?: InvokeOptions): Promise<GetIsDedicatedHostProfilesResult>
function getIsDedicatedHostProfilesOutput(args: GetIsDedicatedHostProfilesOutputArgs, opts?: InvokeOptions): Output<GetIsDedicatedHostProfilesResult>
def get_is_dedicated_host_profiles(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsDedicatedHostProfilesResult
def get_is_dedicated_host_profiles_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsDedicatedHostProfilesResult]
func GetIsDedicatedHostProfiles(ctx *Context, args *GetIsDedicatedHostProfilesArgs, opts ...InvokeOption) (*GetIsDedicatedHostProfilesResult, error)
func GetIsDedicatedHostProfilesOutput(ctx *Context, args *GetIsDedicatedHostProfilesOutputArgs, opts ...InvokeOption) GetIsDedicatedHostProfilesResultOutput
> Note: This function is named GetIsDedicatedHostProfiles
in the Go SDK.
public static class GetIsDedicatedHostProfiles
{
public static Task<GetIsDedicatedHostProfilesResult> InvokeAsync(GetIsDedicatedHostProfilesArgs args, InvokeOptions? opts = null)
public static Output<GetIsDedicatedHostProfilesResult> Invoke(GetIsDedicatedHostProfilesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsDedicatedHostProfilesResult> getIsDedicatedHostProfiles(GetIsDedicatedHostProfilesArgs args, InvokeOptions options)
public static Output<GetIsDedicatedHostProfilesResult> getIsDedicatedHostProfiles(GetIsDedicatedHostProfilesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsDedicatedHostProfiles:getIsDedicatedHostProfiles
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The unique identifier of the dedicated host profiles.
- Id string
- The unique identifier of the dedicated host profiles.
- id String
- The unique identifier of the dedicated host profiles.
- id string
- The unique identifier of the dedicated host profiles.
- id str
- The unique identifier of the dedicated host profiles.
- id String
- The unique identifier of the dedicated host profiles.
getIsDedicatedHostProfiles Result
The following output properties are available:
- Id string
- Profiles
List<Get
Is Dedicated Host Profiles Profile> - Total
Count double
- Id string
- Profiles
[]Get
Is Dedicated Host Profiles Profile - Total
Count float64
- id String
- profiles
List<Get
Is Dedicated Host Profiles Profile> - total
Count Double
- id string
- profiles
Get
Is Dedicated Host Profiles Profile[] - total
Count number
- id String
- profiles List<Property Map>
- total
Count Number
Supporting Types
GetIsDedicatedHostProfilesProfile
- Class
This property is required. string - The product class this dedicated host profile belongs to.
- Disks
This property is required. List<GetIs Dedicated Host Profiles Profile Disk> Collection of the dedicated host profile's disks. Nested
disks
blocks have the following structure:Nested scheme for
disks
:- Family
This property is required. string - The product family this dedicated host profile belongs toThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
- Href
This property is required. string - The URL for this dedicated host.
- Memories
This property is required. List<GetIs Dedicated Host Profiles Profile Memory> Nested
memory
blocks have the following structure:Nested scheme for
memory
:- Name
This property is required. string - The global unique name for this dedicated host profile.
- Socket
Counts This property is required. List<GetIs Dedicated Host Profiles Profile Socket Count> Nested
socket_count
blocks have the following structure:Nested scheme for
socket_count
:- Status
This property is required. string - The status of the dedicated host profile. Values coule be,
previous
: This dedicated host profile is an older revision, but remains provisionable and usable.current
: This profile is the latest revision. - Supported
Instance Profiles This property is required. List<GetIs Dedicated Host Profiles Profile Supported Instance Profile> Array of instance profiles that can be used by instances placed on dedicated hosts with this profile.
Nested scheme for
supported_instance_profiles
:- Vcpu
Architectures This property is required. List<GetIs Dedicated Host Profiles Profile Vcpu Architecture> Nested
vcpu_architecture
blocks have the following structure:Nested scheme for
vcpu_architecture
:- Vcpu
Counts This property is required. List<GetIs Dedicated Host Profiles Profile Vcpu Count> Nested
vcpu_count
blocks have the following structure:Nested scheme for
vcpu_count
:- Vcpu
Manufacturers This property is required. List<GetIs Dedicated Host Profiles Profile Vcpu Manufacturer> Nested
vcpu_manufacturer
blocks have the following structure:Nested scheme for
vcpu_manufacturer
:
- Class
This property is required. string - The product class this dedicated host profile belongs to.
- Disks
This property is required. []GetIs Dedicated Host Profiles Profile Disk Collection of the dedicated host profile's disks. Nested
disks
blocks have the following structure:Nested scheme for
disks
:- Family
This property is required. string - The product family this dedicated host profile belongs toThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
- Href
This property is required. string - The URL for this dedicated host.
- Memories
This property is required. []GetIs Dedicated Host Profiles Profile Memory Nested
memory
blocks have the following structure:Nested scheme for
memory
:- Name
This property is required. string - The global unique name for this dedicated host profile.
- Socket
Counts This property is required. []GetIs Dedicated Host Profiles Profile Socket Count Nested
socket_count
blocks have the following structure:Nested scheme for
socket_count
:- Status
This property is required. string - The status of the dedicated host profile. Values coule be,
previous
: This dedicated host profile is an older revision, but remains provisionable and usable.current
: This profile is the latest revision. - Supported
Instance Profiles This property is required. []GetIs Dedicated Host Profiles Profile Supported Instance Profile Array of instance profiles that can be used by instances placed on dedicated hosts with this profile.
Nested scheme for
supported_instance_profiles
:- Vcpu
Architectures This property is required. []GetIs Dedicated Host Profiles Profile Vcpu Architecture Nested
vcpu_architecture
blocks have the following structure:Nested scheme for
vcpu_architecture
:- Vcpu
Counts This property is required. []GetIs Dedicated Host Profiles Profile Vcpu Count Nested
vcpu_count
blocks have the following structure:Nested scheme for
vcpu_count
:- Vcpu
Manufacturers This property is required. []GetIs Dedicated Host Profiles Profile Vcpu Manufacturer Nested
vcpu_manufacturer
blocks have the following structure:Nested scheme for
vcpu_manufacturer
:
- class_
This property is required. String - The product class this dedicated host profile belongs to.
- disks
This property is required. List<GetIs Dedicated Host Profiles Profile Disk> Collection of the dedicated host profile's disks. Nested
disks
blocks have the following structure:Nested scheme for
disks
:- family
This property is required. String - The product family this dedicated host profile belongs toThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
- href
This property is required. String - The URL for this dedicated host.
- memories
This property is required. List<GetIs Dedicated Host Profiles Profile Memory> Nested
memory
blocks have the following structure:Nested scheme for
memory
:- name
This property is required. String - The global unique name for this dedicated host profile.
- socket
Counts This property is required. List<GetIs Dedicated Host Profiles Profile Socket Count> Nested
socket_count
blocks have the following structure:Nested scheme for
socket_count
:- status
This property is required. String - The status of the dedicated host profile. Values coule be,
previous
: This dedicated host profile is an older revision, but remains provisionable and usable.current
: This profile is the latest revision. - supported
Instance Profiles This property is required. List<GetIs Dedicated Host Profiles Profile Supported Instance Profile> Array of instance profiles that can be used by instances placed on dedicated hosts with this profile.
Nested scheme for
supported_instance_profiles
:- vcpu
Architectures This property is required. List<GetIs Dedicated Host Profiles Profile Vcpu Architecture> Nested
vcpu_architecture
blocks have the following structure:Nested scheme for
vcpu_architecture
:- vcpu
Counts This property is required. List<GetIs Dedicated Host Profiles Profile Vcpu Count> Nested
vcpu_count
blocks have the following structure:Nested scheme for
vcpu_count
:- vcpu
Manufacturers This property is required. List<GetIs Dedicated Host Profiles Profile Vcpu Manufacturer> Nested
vcpu_manufacturer
blocks have the following structure:Nested scheme for
vcpu_manufacturer
:
- class
This property is required. string - The product class this dedicated host profile belongs to.
- disks
This property is required. GetIs Dedicated Host Profiles Profile Disk[] Collection of the dedicated host profile's disks. Nested
disks
blocks have the following structure:Nested scheme for
disks
:- family
This property is required. string - The product family this dedicated host profile belongs toThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
- href
This property is required. string - The URL for this dedicated host.
- memories
This property is required. GetIs Dedicated Host Profiles Profile Memory[] Nested
memory
blocks have the following structure:Nested scheme for
memory
:- name
This property is required. string - The global unique name for this dedicated host profile.
- socket
Counts This property is required. GetIs Dedicated Host Profiles Profile Socket Count[] Nested
socket_count
blocks have the following structure:Nested scheme for
socket_count
:- status
This property is required. string - The status of the dedicated host profile. Values coule be,
previous
: This dedicated host profile is an older revision, but remains provisionable and usable.current
: This profile is the latest revision. - supported
Instance Profiles This property is required. GetIs Dedicated Host Profiles Profile Supported Instance Profile[] Array of instance profiles that can be used by instances placed on dedicated hosts with this profile.
Nested scheme for
supported_instance_profiles
:- vcpu
Architectures This property is required. GetIs Dedicated Host Profiles Profile Vcpu Architecture[] Nested
vcpu_architecture
blocks have the following structure:Nested scheme for
vcpu_architecture
:- vcpu
Counts This property is required. GetIs Dedicated Host Profiles Profile Vcpu Count[] Nested
vcpu_count
blocks have the following structure:Nested scheme for
vcpu_count
:- vcpu
Manufacturers This property is required. GetIs Dedicated Host Profiles Profile Vcpu Manufacturer[] Nested
vcpu_manufacturer
blocks have the following structure:Nested scheme for
vcpu_manufacturer
:
- class_
This property is required. str - The product class this dedicated host profile belongs to.
- disks
This property is required. Sequence[GetIs Dedicated Host Profiles Profile Disk] Collection of the dedicated host profile's disks. Nested
disks
blocks have the following structure:Nested scheme for
disks
:- family
This property is required. str - The product family this dedicated host profile belongs toThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
- href
This property is required. str - The URL for this dedicated host.
- memories
This property is required. Sequence[GetIs Dedicated Host Profiles Profile Memory] Nested
memory
blocks have the following structure:Nested scheme for
memory
:- name
This property is required. str - The global unique name for this dedicated host profile.
- socket_
counts This property is required. Sequence[GetIs Dedicated Host Profiles Profile Socket Count] Nested
socket_count
blocks have the following structure:Nested scheme for
socket_count
:- status
This property is required. str - The status of the dedicated host profile. Values coule be,
previous
: This dedicated host profile is an older revision, but remains provisionable and usable.current
: This profile is the latest revision. - supported_
instance_ profiles This property is required. Sequence[GetIs Dedicated Host Profiles Profile Supported Instance Profile] Array of instance profiles that can be used by instances placed on dedicated hosts with this profile.
Nested scheme for
supported_instance_profiles
:- vcpu_
architectures This property is required. Sequence[GetIs Dedicated Host Profiles Profile Vcpu Architecture] Nested
vcpu_architecture
blocks have the following structure:Nested scheme for
vcpu_architecture
:- vcpu_
counts This property is required. Sequence[GetIs Dedicated Host Profiles Profile Vcpu Count] Nested
vcpu_count
blocks have the following structure:Nested scheme for
vcpu_count
:- vcpu_
manufacturers This property is required. Sequence[GetIs Dedicated Host Profiles Profile Vcpu Manufacturer] Nested
vcpu_manufacturer
blocks have the following structure:Nested scheme for
vcpu_manufacturer
:
- class
This property is required. String - The product class this dedicated host profile belongs to.
- disks
This property is required. List<Property Map> Collection of the dedicated host profile's disks. Nested
disks
blocks have the following structure:Nested scheme for
disks
:- family
This property is required. String - The product family this dedicated host profile belongs toThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.
- href
This property is required. String - The URL for this dedicated host.
- memories
This property is required. List<Property Map> Nested
memory
blocks have the following structure:Nested scheme for
memory
:- name
This property is required. String - The global unique name for this dedicated host profile.
- socket
Counts This property is required. List<Property Map> Nested
socket_count
blocks have the following structure:Nested scheme for
socket_count
:- status
This property is required. String - The status of the dedicated host profile. Values coule be,
previous
: This dedicated host profile is an older revision, but remains provisionable and usable.current
: This profile is the latest revision. - supported
Instance Profiles This property is required. List<Property Map> Array of instance profiles that can be used by instances placed on dedicated hosts with this profile.
Nested scheme for
supported_instance_profiles
:- vcpu
Architectures This property is required. List<Property Map> Nested
vcpu_architecture
blocks have the following structure:Nested scheme for
vcpu_architecture
:- vcpu
Counts This property is required. List<Property Map> Nested
vcpu_count
blocks have the following structure:Nested scheme for
vcpu_count
:- vcpu
Manufacturers This property is required. List<Property Map> Nested
vcpu_manufacturer
blocks have the following structure:Nested scheme for
vcpu_manufacturer
:
GetIsDedicatedHostProfilesProfileDisk
- Interface
Types This property is required. List<GetIs Dedicated Host Profiles Profile Disk Interface Type> Nested
interface_type
blocks have the following structure:Nested scheme for
interface_type
:- Quantities
This property is required. List<GetIs Dedicated Host Profiles Profile Disk Quantity> The number of disks of this type for a dedicated host with this profile. Nested
quantity
blocks have the following structure:Nested scheme for
quantity
:- Sizes
This property is required. List<GetIs Dedicated Host Profiles Profile Disk Size> - The size of the disk in GB (gigabytes). Nested
size
blocks have the following structure: Nested scheme forsize
: - Supported
Instance Interface Types This property is required. List<GetIs Dedicated Host Profiles Profile Disk Supported Instance Interface Type> Nested
supported_instance_interface_types
blocks have the following structure:Nested scheme for
supported_instance_interface_types
:
- Interface
Types This property is required. []GetIs Dedicated Host Profiles Profile Disk Interface Type Nested
interface_type
blocks have the following structure:Nested scheme for
interface_type
:- Quantities
This property is required. []GetIs Dedicated Host Profiles Profile Disk Quantity The number of disks of this type for a dedicated host with this profile. Nested
quantity
blocks have the following structure:Nested scheme for
quantity
:- Sizes
This property is required. []GetIs Dedicated Host Profiles Profile Disk Size - The size of the disk in GB (gigabytes). Nested
size
blocks have the following structure: Nested scheme forsize
: - Supported
Instance Interface Types This property is required. []GetIs Dedicated Host Profiles Profile Disk Supported Instance Interface Type Nested
supported_instance_interface_types
blocks have the following structure:Nested scheme for
supported_instance_interface_types
:
- interface
Types This property is required. List<GetIs Dedicated Host Profiles Profile Disk Interface Type> Nested
interface_type
blocks have the following structure:Nested scheme for
interface_type
:- quantities
This property is required. List<GetIs Dedicated Host Profiles Profile Disk Quantity> The number of disks of this type for a dedicated host with this profile. Nested
quantity
blocks have the following structure:Nested scheme for
quantity
:- sizes
This property is required. List<GetIs Dedicated Host Profiles Profile Disk Size> - The size of the disk in GB (gigabytes). Nested
size
blocks have the following structure: Nested scheme forsize
: - supported
Instance Interface Types This property is required. List<GetIs Dedicated Host Profiles Profile Disk Supported Instance Interface Type> Nested
supported_instance_interface_types
blocks have the following structure:Nested scheme for
supported_instance_interface_types
:
- interface
Types This property is required. GetIs Dedicated Host Profiles Profile Disk Interface Type[] Nested
interface_type
blocks have the following structure:Nested scheme for
interface_type
:- quantities
This property is required. GetIs Dedicated Host Profiles Profile Disk Quantity[] The number of disks of this type for a dedicated host with this profile. Nested
quantity
blocks have the following structure:Nested scheme for
quantity
:- sizes
This property is required. GetIs Dedicated Host Profiles Profile Disk Size[] - The size of the disk in GB (gigabytes). Nested
size
blocks have the following structure: Nested scheme forsize
: - supported
Instance Interface Types This property is required. GetIs Dedicated Host Profiles Profile Disk Supported Instance Interface Type[] Nested
supported_instance_interface_types
blocks have the following structure:Nested scheme for
supported_instance_interface_types
:
- interface_
types This property is required. Sequence[GetIs Dedicated Host Profiles Profile Disk Interface Type] Nested
interface_type
blocks have the following structure:Nested scheme for
interface_type
:- quantities
This property is required. Sequence[GetIs Dedicated Host Profiles Profile Disk Quantity] The number of disks of this type for a dedicated host with this profile. Nested
quantity
blocks have the following structure:Nested scheme for
quantity
:- sizes
This property is required. Sequence[GetIs Dedicated Host Profiles Profile Disk Size] - The size of the disk in GB (gigabytes). Nested
size
blocks have the following structure: Nested scheme forsize
: - supported_
instance_ interface_ types This property is required. Sequence[GetIs Dedicated Host Profiles Profile Disk Supported Instance Interface Type] Nested
supported_instance_interface_types
blocks have the following structure:Nested scheme for
supported_instance_interface_types
:
- interface
Types This property is required. List<Property Map> Nested
interface_type
blocks have the following structure:Nested scheme for
interface_type
:- quantities
This property is required. List<Property Map> The number of disks of this type for a dedicated host with this profile. Nested
quantity
blocks have the following structure:Nested scheme for
quantity
:- sizes
This property is required. List<Property Map> - The size of the disk in GB (gigabytes). Nested
size
blocks have the following structure: Nested scheme forsize
: - supported
Instance Interface Types This property is required. List<Property Map> Nested
supported_instance_interface_types
blocks have the following structure:Nested scheme for
supported_instance_interface_types
:
GetIsDedicatedHostProfilesProfileDiskInterfaceType
GetIsDedicatedHostProfilesProfileDiskQuantity
GetIsDedicatedHostProfilesProfileDiskSize
GetIsDedicatedHostProfilesProfileDiskSupportedInstanceInterfaceType
GetIsDedicatedHostProfilesProfileMemory
- Default
This property is required. double - The default value for this profile field.
- Max
This property is required. double - The maximum value for this profile field.
- Min
This property is required. double - The minimum value for this profile field.
- Step
This property is required. double - The increment step value for this profile field.
- Type
This property is required. string - The type for this profile field.
- Value
This property is required. double - The value for this profile field.
- Values
This property is required. List<double> - The permitted values for this profile field.
- Default
This property is required. float64 - The default value for this profile field.
- Max
This property is required. float64 - The maximum value for this profile field.
- Min
This property is required. float64 - The minimum value for this profile field.
- Step
This property is required. float64 - The increment step value for this profile field.
- Type
This property is required. string - The type for this profile field.
- Value
This property is required. float64 - The value for this profile field.
- Values
This property is required. []float64 - The permitted values for this profile field.
- default_
This property is required. Double - The default value for this profile field.
- max
This property is required. Double - The maximum value for this profile field.
- min
This property is required. Double - The minimum value for this profile field.
- step
This property is required. Double - The increment step value for this profile field.
- type
This property is required. String - The type for this profile field.
- value
This property is required. Double - The value for this profile field.
- values
This property is required. List<Double> - The permitted values for this profile field.
- default
This property is required. number - The default value for this profile field.
- max
This property is required. number - The maximum value for this profile field.
- min
This property is required. number - The minimum value for this profile field.
- step
This property is required. number - The increment step value for this profile field.
- type
This property is required. string - The type for this profile field.
- value
This property is required. number - The value for this profile field.
- values
This property is required. number[] - The permitted values for this profile field.
- default
This property is required. float - The default value for this profile field.
- max
This property is required. float - The maximum value for this profile field.
- min
This property is required. float - The minimum value for this profile field.
- step
This property is required. float - The increment step value for this profile field.
- type
This property is required. str - The type for this profile field.
- value
This property is required. float - The value for this profile field.
- values
This property is required. Sequence[float] - The permitted values for this profile field.
- default
This property is required. Number - The default value for this profile field.
- max
This property is required. Number - The maximum value for this profile field.
- min
This property is required. Number - The minimum value for this profile field.
- step
This property is required. Number - The increment step value for this profile field.
- type
This property is required. String - The type for this profile field.
- value
This property is required. Number - The value for this profile field.
- values
This property is required. List<Number> - The permitted values for this profile field.
GetIsDedicatedHostProfilesProfileSocketCount
- Default
This property is required. double - The default value for this profile field.
- Max
This property is required. double - The maximum value for this profile field.
- Min
This property is required. double - The minimum value for this profile field.
- Step
This property is required. double - The increment step value for this profile field.
- Type
This property is required. string - The type for this profile field.
- Value
This property is required. double - The value for this profile field.
- Values
This property is required. List<double> - The permitted values for this profile field.
- Default
This property is required. float64 - The default value for this profile field.
- Max
This property is required. float64 - The maximum value for this profile field.
- Min
This property is required. float64 - The minimum value for this profile field.
- Step
This property is required. float64 - The increment step value for this profile field.
- Type
This property is required. string - The type for this profile field.
- Value
This property is required. float64 - The value for this profile field.
- Values
This property is required. []float64 - The permitted values for this profile field.
- default_
This property is required. Double - The default value for this profile field.
- max
This property is required. Double - The maximum value for this profile field.
- min
This property is required. Double - The minimum value for this profile field.
- step
This property is required. Double - The increment step value for this profile field.
- type
This property is required. String - The type for this profile field.
- value
This property is required. Double - The value for this profile field.
- values
This property is required. List<Double> - The permitted values for this profile field.
- default
This property is required. number - The default value for this profile field.
- max
This property is required. number - The maximum value for this profile field.
- min
This property is required. number - The minimum value for this profile field.
- step
This property is required. number - The increment step value for this profile field.
- type
This property is required. string - The type for this profile field.
- value
This property is required. number - The value for this profile field.
- values
This property is required. number[] - The permitted values for this profile field.
- default
This property is required. float - The default value for this profile field.
- max
This property is required. float - The maximum value for this profile field.
- min
This property is required. float - The minimum value for this profile field.
- step
This property is required. float - The increment step value for this profile field.
- type
This property is required. str - The type for this profile field.
- value
This property is required. float - The value for this profile field.
- values
This property is required. Sequence[float] - The permitted values for this profile field.
- default
This property is required. Number - The default value for this profile field.
- max
This property is required. Number - The maximum value for this profile field.
- min
This property is required. Number - The minimum value for this profile field.
- step
This property is required. Number - The increment step value for this profile field.
- type
This property is required. String - The type for this profile field.
- value
This property is required. Number - The value for this profile field.
- values
This property is required. List<Number> - The permitted values for this profile field.
GetIsDedicatedHostProfilesProfileSupportedInstanceProfile
GetIsDedicatedHostProfilesProfileVcpuArchitecture
GetIsDedicatedHostProfilesProfileVcpuCount
- Default
This property is required. double - The default value for this profile field.
- Max
This property is required. double - The maximum value for this profile field.
- Min
This property is required. double - The minimum value for this profile field.
- Step
This property is required. double - The increment step value for this profile field.
- Type
This property is required. string - The type for this profile field.
- Value
This property is required. double - The value for this profile field.
- Values
This property is required. List<double> - The permitted values for this profile field.
- Default
This property is required. float64 - The default value for this profile field.
- Max
This property is required. float64 - The maximum value for this profile field.
- Min
This property is required. float64 - The minimum value for this profile field.
- Step
This property is required. float64 - The increment step value for this profile field.
- Type
This property is required. string - The type for this profile field.
- Value
This property is required. float64 - The value for this profile field.
- Values
This property is required. []float64 - The permitted values for this profile field.
- default_
This property is required. Double - The default value for this profile field.
- max
This property is required. Double - The maximum value for this profile field.
- min
This property is required. Double - The minimum value for this profile field.
- step
This property is required. Double - The increment step value for this profile field.
- type
This property is required. String - The type for this profile field.
- value
This property is required. Double - The value for this profile field.
- values
This property is required. List<Double> - The permitted values for this profile field.
- default
This property is required. number - The default value for this profile field.
- max
This property is required. number - The maximum value for this profile field.
- min
This property is required. number - The minimum value for this profile field.
- step
This property is required. number - The increment step value for this profile field.
- type
This property is required. string - The type for this profile field.
- value
This property is required. number - The value for this profile field.
- values
This property is required. number[] - The permitted values for this profile field.
- default
This property is required. float - The default value for this profile field.
- max
This property is required. float - The maximum value for this profile field.
- min
This property is required. float - The minimum value for this profile field.
- step
This property is required. float - The increment step value for this profile field.
- type
This property is required. str - The type for this profile field.
- value
This property is required. float - The value for this profile field.
- values
This property is required. Sequence[float] - The permitted values for this profile field.
- default
This property is required. Number - The default value for this profile field.
- max
This property is required. Number - The maximum value for this profile field.
- min
This property is required. Number - The minimum value for this profile field.
- step
This property is required. Number - The increment step value for this profile field.
- type
This property is required. String - The type for this profile field.
- value
This property is required. Number - The value for this profile field.
- values
This property is required. List<Number> - The permitted values for this profile field.
GetIsDedicatedHostProfilesProfileVcpuManufacturer
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.