ibm.getIsImages
Explore with Pulumi AI
Retrieve information of an existing IBM Cloud Infrastructure images as a read-only data source. For more information, about IBM Cloud infrastructure images, see Images.
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 dsImages = ibm.getIsImages({
visibility: "public",
});
import pulumi
import pulumi_ibm as ibm
ds_images = ibm.get_is_images(visibility="public")
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.GetIsImages(ctx, &ibm.GetIsImagesArgs{
Visibility: pulumi.StringRef("public"),
}, 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 dsImages = Ibm.GetIsImages.Invoke(new()
{
Visibility = "public",
});
});
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.GetIsImagesArgs;
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 dsImages = IbmFunctions.getIsImages(GetIsImagesArgs.builder()
.visibility("public")
.build());
}
}
variables:
dsImages:
fn::invoke:
function: ibm:getIsImages
arguments:
visibility: public
Using getIsImages
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 getIsImages(args: GetIsImagesArgs, opts?: InvokeOptions): Promise<GetIsImagesResult>
function getIsImagesOutput(args: GetIsImagesOutputArgs, opts?: InvokeOptions): Output<GetIsImagesResult>
def get_is_images(catalog_managed: Optional[bool] = None,
id: Optional[str] = None,
name: Optional[str] = None,
resource_group: Optional[str] = None,
status: Optional[str] = None,
user_data_formats: Optional[Sequence[str]] = None,
visibility: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsImagesResult
def get_is_images_output(catalog_managed: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
resource_group: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
user_data_formats: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
visibility: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsImagesResult]
func GetIsImages(ctx *Context, args *GetIsImagesArgs, opts ...InvokeOption) (*GetIsImagesResult, error)
func GetIsImagesOutput(ctx *Context, args *GetIsImagesOutputArgs, opts ...InvokeOption) GetIsImagesResultOutput
> Note: This function is named GetIsImages
in the Go SDK.
public static class GetIsImages
{
public static Task<GetIsImagesResult> InvokeAsync(GetIsImagesArgs args, InvokeOptions? opts = null)
public static Output<GetIsImagesResult> Invoke(GetIsImagesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIsImagesResult> getIsImages(GetIsImagesArgs args, InvokeOptions options)
public static Output<GetIsImagesResult> getIsImages(GetIsImagesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsImages:getIsImages
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Managed bool - Lists only those images which are managed as part of a catalog offering.
- Id string
- (String) The unique identifier for this resource group.
- Name string
- The name of the image.
- Resource
Group string - The id of the resource group.
- Status string
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- User
Data List<string>Formats The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- Visibility string
- Visibility of the image. Accepted values : private, public
- Catalog
Managed bool - Lists only those images which are managed as part of a catalog offering.
- Id string
- (String) The unique identifier for this resource group.
- Name string
- The name of the image.
- Resource
Group string - The id of the resource group.
- Status string
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- User
Data []stringFormats The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- Visibility string
- Visibility of the image. Accepted values : private, public
- catalog
Managed Boolean - Lists only those images which are managed as part of a catalog offering.
- id String
- (String) The unique identifier for this resource group.
- name String
- The name of the image.
- resource
Group String - The id of the resource group.
- status String
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- user
Data List<String>Formats The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility String
- Visibility of the image. Accepted values : private, public
- catalog
Managed boolean - Lists only those images which are managed as part of a catalog offering.
- id string
- (String) The unique identifier for this resource group.
- name string
- The name of the image.
- resource
Group string - The id of the resource group.
- status string
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- user
Data string[]Formats The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility string
- Visibility of the image. Accepted values : private, public
- catalog_
managed bool - Lists only those images which are managed as part of a catalog offering.
- id str
- (String) The unique identifier for this resource group.
- name str
- The name of the image.
- resource_
group str - The id of the resource group.
- status str
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- user_
data_ Sequence[str]formats The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility str
- Visibility of the image. Accepted values : private, public
- catalog
Managed Boolean - Lists only those images which are managed as part of a catalog offering.
- id String
- (String) The unique identifier for this resource group.
- name String
- The name of the image.
- resource
Group String - The id of the resource group.
- status String
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- user
Data List<String>Formats The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility String
- Visibility of the image. Accepted values : private, public
getIsImages Result
The following output properties are available:
- Id string
- (String) The unique identifier for this resource group.
- Images
List<Get
Is Images Image> - (List) List of all images in the IBM Cloud Infrastructure.
- Catalog
Managed bool - Name string
- (String) The user-defined name for this resource group.
- Resource
Group string - (List) The resource group object, for this image.
Nested scheme for
resource_group
: - Status string
- (String) The status of this image.
- User
Data List<string>Formats - (String) The user data format for this image.
- Visibility string
- (String) The visibility of the image public or private.
- Id string
- (String) The unique identifier for this resource group.
- Images
[]Get
Is Images Image - (List) List of all images in the IBM Cloud Infrastructure.
- Catalog
Managed bool - Name string
- (String) The user-defined name for this resource group.
- Resource
Group string - (List) The resource group object, for this image.
Nested scheme for
resource_group
: - Status string
- (String) The status of this image.
- User
Data []stringFormats - (String) The user data format for this image.
- Visibility string
- (String) The visibility of the image public or private.
- id String
- (String) The unique identifier for this resource group.
- images
List<Get
Is Images Image> - (List) List of all images in the IBM Cloud Infrastructure.
- catalog
Managed Boolean - name String
- (String) The user-defined name for this resource group.
- resource
Group String - (List) The resource group object, for this image.
Nested scheme for
resource_group
: - status String
- (String) The status of this image.
- user
Data List<String>Formats - (String) The user data format for this image.
- visibility String
- (String) The visibility of the image public or private.
- id string
- (String) The unique identifier for this resource group.
- images
Get
Is Images Image[] - (List) List of all images in the IBM Cloud Infrastructure.
- catalog
Managed boolean - name string
- (String) The user-defined name for this resource group.
- resource
Group string - (List) The resource group object, for this image.
Nested scheme for
resource_group
: - status string
- (String) The status of this image.
- user
Data string[]Formats - (String) The user data format for this image.
- visibility string
- (String) The visibility of the image public or private.
- id str
- (String) The unique identifier for this resource group.
- images
Sequence[Get
Is Images Image] - (List) List of all images in the IBM Cloud Infrastructure.
- catalog_
managed bool - name str
- (String) The user-defined name for this resource group.
- resource_
group str - (List) The resource group object, for this image.
Nested scheme for
resource_group
: - status str
- (String) The status of this image.
- user_
data_ Sequence[str]formats - (String) The user data format for this image.
- visibility str
- (String) The visibility of the image public or private.
- id String
- (String) The unique identifier for this resource group.
- images List<Property Map>
- (List) List of all images in the IBM Cloud Infrastructure.
- catalog
Managed Boolean - name String
- (String) The user-defined name for this resource group.
- resource
Group String - (List) The resource group object, for this image.
Nested scheme for
resource_group
: - status String
- (String) The status of this image.
- user
Data List<String>Formats - (String) The user data format for this image.
- visibility String
- (String) The visibility of the image public or private.
Supporting Types
GetIsImagesImage
- List<string>
- (List) Access management tags associated for image.
- Architecture string
- (String) The operating system architecture.
- Catalog
Offerings List<GetIs Images Image Catalog Offering> - (List) The catalog offering for this image.
- Checksum string
- (String) TThe SHA256 checksum for this image.
- Crn string
- (String) The CRN for this version of a catalog offering
- Encryption string
- (String) The type of encryption used on the image.
- Encryption
Key string - (String) The CRN of the Key Protect Root Key or Hyper Protect Crypto Service Root Key for this resource.
- Id string
- (String) The unique identifier for this resource group.
- Name string
- The name of the image.
- Operating
Systems List<GetIs Images Image Operating System> - (List) The operating system details.
- Os string
- (String) The name of the Operating System.
- Resource
Groups List<GetIs Images Image Resource Group> - The id of the resource group.
- Source
Volume string - The source volume id of the image.
- Status string
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- Status
Reasons List<GetIs Images Image Status Reason> - (List) The reasons for the current status (if any).
- User
Data stringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- Visibility string
- Visibility of the image. Accepted values : private, public
- []string
- (List) Access management tags associated for image.
- Architecture string
- (String) The operating system architecture.
- Catalog
Offerings []GetIs Images Image Catalog Offering - (List) The catalog offering for this image.
- Checksum string
- (String) TThe SHA256 checksum for this image.
- Crn string
- (String) The CRN for this version of a catalog offering
- Encryption string
- (String) The type of encryption used on the image.
- Encryption
Key string - (String) The CRN of the Key Protect Root Key or Hyper Protect Crypto Service Root Key for this resource.
- Id string
- (String) The unique identifier for this resource group.
- Name string
- The name of the image.
- Operating
Systems []GetIs Images Image Operating System - (List) The operating system details.
- Os string
- (String) The name of the Operating System.
- Resource
Groups []GetIs Images Image Resource Group - The id of the resource group.
- Source
Volume string - The source volume id of the image.
- Status string
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- Status
Reasons []GetIs Images Image Status Reason - (List) The reasons for the current status (if any).
- User
Data stringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- Visibility string
- Visibility of the image. Accepted values : private, public
- List<String>
- (List) Access management tags associated for image.
- architecture String
- (String) The operating system architecture.
- catalog
Offerings List<GetIs Images Image Catalog Offering> - (List) The catalog offering for this image.
- checksum String
- (String) TThe SHA256 checksum for this image.
- crn String
- (String) The CRN for this version of a catalog offering
- encryption String
- (String) The type of encryption used on the image.
- encryption
Key String - (String) The CRN of the Key Protect Root Key or Hyper Protect Crypto Service Root Key for this resource.
- id String
- (String) The unique identifier for this resource group.
- name String
- The name of the image.
- operating
Systems List<GetIs Images Image Operating System> - (List) The operating system details.
- os String
- (String) The name of the Operating System.
- resource
Groups List<GetIs Images Image Resource Group> - The id of the resource group.
- source
Volume String - The source volume id of the image.
- status String
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- status
Reasons List<GetIs Images Image Status Reason> - (List) The reasons for the current status (if any).
- user
Data StringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility String
- Visibility of the image. Accepted values : private, public
- string[]
- (List) Access management tags associated for image.
- architecture string
- (String) The operating system architecture.
- catalog
Offerings GetIs Images Image Catalog Offering[] - (List) The catalog offering for this image.
- checksum string
- (String) TThe SHA256 checksum for this image.
- crn string
- (String) The CRN for this version of a catalog offering
- encryption string
- (String) The type of encryption used on the image.
- encryption
Key string - (String) The CRN of the Key Protect Root Key or Hyper Protect Crypto Service Root Key for this resource.
- id string
- (String) The unique identifier for this resource group.
- name string
- The name of the image.
- operating
Systems GetIs Images Image Operating System[] - (List) The operating system details.
- os string
- (String) The name of the Operating System.
- resource
Groups GetIs Images Image Resource Group[] - The id of the resource group.
- source
Volume string - The source volume id of the image.
- status string
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- status
Reasons GetIs Images Image Status Reason[] - (List) The reasons for the current status (if any).
- user
Data stringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility string
- Visibility of the image. Accepted values : private, public
- Sequence[str]
- (List) Access management tags associated for image.
- architecture str
- (String) The operating system architecture.
- catalog_
offerings Sequence[GetIs Images Image Catalog Offering] - (List) The catalog offering for this image.
- checksum str
- (String) TThe SHA256 checksum for this image.
- crn str
- (String) The CRN for this version of a catalog offering
- encryption str
- (String) The type of encryption used on the image.
- encryption_
key str - (String) The CRN of the Key Protect Root Key or Hyper Protect Crypto Service Root Key for this resource.
- id str
- (String) The unique identifier for this resource group.
- name str
- The name of the image.
- operating_
systems Sequence[GetIs Images Image Operating System] - (List) The operating system details.
- os str
- (String) The name of the Operating System.
- resource_
groups Sequence[GetIs Images Image Resource Group] - The id of the resource group.
- source_
volume str - The source volume id of the image.
- status str
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- status_
reasons Sequence[GetIs Images Image Status Reason] - (List) The reasons for the current status (if any).
- user_
data_ strformat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility str
- Visibility of the image. Accepted values : private, public
- List<String>
- (List) Access management tags associated for image.
- architecture String
- (String) The operating system architecture.
- catalog
Offerings List<Property Map> - (List) The catalog offering for this image.
- checksum String
- (String) TThe SHA256 checksum for this image.
- crn String
- (String) The CRN for this version of a catalog offering
- encryption String
- (String) The type of encryption used on the image.
- encryption
Key String - (String) The CRN of the Key Protect Root Key or Hyper Protect Crypto Service Root Key for this resource.
- id String
- (String) The unique identifier for this resource group.
- name String
- The name of the image.
- operating
Systems List<Property Map> - (List) The operating system details.
- os String
- (String) The name of the Operating System.
- resource
Groups List<Property Map> - The id of the resource group.
- source
Volume String - The source volume id of the image.
- status String
- Status of the image. Accepted value : available, deleting, deprecated, failed, obsolete, pending, unusable
- status
Reasons List<Property Map> - (List) The reasons for the current status (if any).
- user
Data StringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- visibility String
- Visibility of the image. Accepted values : private, public
GetIsImagesImageCatalogOffering
- Managed bool
- (Bool) Indicates whether this image is managed as part of a catalog offering. If an image is managed, accounts in the same enterprise with access to that catalog can specify the image's catalog offering version CRN to provision virtual server instances using the image.
- Versions
List<Get
Is Images Image Catalog Offering Version> - (String) The major release version of this operating system.
- Managed bool
- (Bool) Indicates whether this image is managed as part of a catalog offering. If an image is managed, accounts in the same enterprise with access to that catalog can specify the image's catalog offering version CRN to provision virtual server instances using the image.
- Versions
[]Get
Is Images Image Catalog Offering Version - (String) The major release version of this operating system.
- managed Boolean
- (Bool) Indicates whether this image is managed as part of a catalog offering. If an image is managed, accounts in the same enterprise with access to that catalog can specify the image's catalog offering version CRN to provision virtual server instances using the image.
- versions
List<Get
Is Images Image Catalog Offering Version> - (String) The major release version of this operating system.
- managed boolean
- (Bool) Indicates whether this image is managed as part of a catalog offering. If an image is managed, accounts in the same enterprise with access to that catalog can specify the image's catalog offering version CRN to provision virtual server instances using the image.
- versions
Get
Is Images Image Catalog Offering Version[] - (String) The major release version of this operating system.
- managed bool
- (Bool) Indicates whether this image is managed as part of a catalog offering. If an image is managed, accounts in the same enterprise with access to that catalog can specify the image's catalog offering version CRN to provision virtual server instances using the image.
- versions
Sequence[Get
Is Images Image Catalog Offering Version] - (String) The major release version of this operating system.
- managed Boolean
- (Bool) Indicates whether this image is managed as part of a catalog offering. If an image is managed, accounts in the same enterprise with access to that catalog can specify the image's catalog offering version CRN to provision virtual server instances using the image.
- versions List<Property Map>
- (String) The major release version of this operating system.
GetIsImagesImageCatalogOfferingVersion
- Crn string
- (String) The CRN for this version of a catalog offering
- Deleteds
List<Get
Is Images Image Catalog Offering Version Deleted>
- Crn string
- (String) The CRN for this version of a catalog offering
- Deleteds
[]Get
Is Images Image Catalog Offering Version Deleted
- crn String
- (String) The CRN for this version of a catalog offering
- deleteds
List<Get
Is Images Image Catalog Offering Version Deleted>
- crn string
- (String) The CRN for this version of a catalog offering
- deleteds
Get
Is Images Image Catalog Offering Version Deleted[]
- crn str
- (String) The CRN for this version of a catalog offering
- deleteds
Sequence[Get
Is Images Image Catalog Offering Version Deleted]
- crn String
- (String) The CRN for this version of a catalog offering
- deleteds List<Property Map>
GetIsImagesImageCatalogOfferingVersionDeleted
- More
Info string - (String) Link to documentation about this status reason
- More
Info string - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
- more
Info string - (String) Link to documentation about this status reason
- more_
info str - (String) Link to documentation about this status reason
- more
Info String - (String) Link to documentation about this status reason
GetIsImagesImageOperatingSystem
- Allow
User boolImage Creation - (String) Users may create new images with this operating system.
- Architecture string
- (String) The operating system architecture.
- Dedicated
Host boolOnly - (Bool) Images with this operating system can only be used on dedicated hosts or dedicated host groups.
- Display
Name string - (String) A unique, display-friendly name for the operating system.
- Family string
- (String) The software family for this operating system.
- Href string
- (String) The URL for this resource group.
- Name string
- The name of the image.
- User
Data stringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- Vendor string
- (String) The vendor of the operating system.
- Version string
- (String) The major release version of this operating system.
- Allow
User boolImage Creation - (String) Users may create new images with this operating system.
- Architecture string
- (String) The operating system architecture.
- Dedicated
Host boolOnly - (Bool) Images with this operating system can only be used on dedicated hosts or dedicated host groups.
- Display
Name string - (String) A unique, display-friendly name for the operating system.
- Family string
- (String) The software family for this operating system.
- Href string
- (String) The URL for this resource group.
- Name string
- The name of the image.
- User
Data stringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- Vendor string
- (String) The vendor of the operating system.
- Version string
- (String) The major release version of this operating system.
- allow
User BooleanImage Creation - (String) Users may create new images with this operating system.
- architecture String
- (String) The operating system architecture.
- dedicated
Host BooleanOnly - (Bool) Images with this operating system can only be used on dedicated hosts or dedicated host groups.
- display
Name String - (String) A unique, display-friendly name for the operating system.
- family String
- (String) The software family for this operating system.
- href String
- (String) The URL for this resource group.
- name String
- The name of the image.
- user
Data StringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- vendor String
- (String) The vendor of the operating system.
- version String
- (String) The major release version of this operating system.
- allow
User booleanImage Creation - (String) Users may create new images with this operating system.
- architecture string
- (String) The operating system architecture.
- dedicated
Host booleanOnly - (Bool) Images with this operating system can only be used on dedicated hosts or dedicated host groups.
- display
Name string - (String) A unique, display-friendly name for the operating system.
- family string
- (String) The software family for this operating system.
- href string
- (String) The URL for this resource group.
- name string
- The name of the image.
- user
Data stringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- vendor string
- (String) The vendor of the operating system.
- version string
- (String) The major release version of this operating system.
- allow_
user_ boolimage_ creation - (String) Users may create new images with this operating system.
- architecture str
- (String) The operating system architecture.
- dedicated_
host_ boolonly - (Bool) Images with this operating system can only be used on dedicated hosts or dedicated host groups.
- display_
name str - (String) A unique, display-friendly name for the operating system.
- family str
- (String) The software family for this operating system.
- href str
- (String) The URL for this resource group.
- name str
- The name of the image.
- user_
data_ strformat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- vendor str
- (String) The vendor of the operating system.
- version str
- (String) The major release version of this operating system.
- allow
User BooleanImage Creation - (String) Users may create new images with this operating system.
- architecture String
- (String) The operating system architecture.
- dedicated
Host BooleanOnly - (Bool) Images with this operating system can only be used on dedicated hosts or dedicated host groups.
- display
Name String - (String) A unique, display-friendly name for the operating system.
- family String
- (String) The software family for this operating system.
- href String
- (String) The URL for this resource group.
- name String
- The name of the image.
- user
Data StringFormat The user data format for this image.
Note: Allowed values are : •
cloud_init
: user_data will be interpreted according to the cloud-init standard. •esxi_kickstart
: user_data will be interpreted as a VMware ESXi installation script. •ipxe
: user_data will be interpreted as a single URL to an iPXE script or as the text of an iPXE script.- vendor String
- (String) The vendor of the operating system.
- version String
- (String) The major release version of this operating system.
GetIsImagesImageResourceGroup
GetIsImagesImageStatusReason
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.