1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. CvmProgramFpgaImage
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

tencentcloud.CvmProgramFpgaImage

Explore with Pulumi AI

Create CvmProgramFpgaImage Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new CvmProgramFpgaImage(name: string, args: CvmProgramFpgaImageArgs, opts?: CustomResourceOptions);
@overload
def CvmProgramFpgaImage(resource_name: str,
                        args: CvmProgramFpgaImageArgs,
                        opts: Optional[ResourceOptions] = None)

@overload
def CvmProgramFpgaImage(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        fpga_url: Optional[str] = None,
                        instance_id: Optional[str] = None,
                        cvm_program_fpga_image_id: Optional[str] = None,
                        dbd_fs: Optional[Sequence[str]] = None,
                        dry_run: Optional[bool] = None)
func NewCvmProgramFpgaImage(ctx *Context, name string, args CvmProgramFpgaImageArgs, opts ...ResourceOption) (*CvmProgramFpgaImage, error)
public CvmProgramFpgaImage(string name, CvmProgramFpgaImageArgs args, CustomResourceOptions? opts = null)
public CvmProgramFpgaImage(String name, CvmProgramFpgaImageArgs args)
public CvmProgramFpgaImage(String name, CvmProgramFpgaImageArgs args, CustomResourceOptions options)
type: tencentcloud:CvmProgramFpgaImage
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. CvmProgramFpgaImageArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. CvmProgramFpgaImageArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. CvmProgramFpgaImageArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. CvmProgramFpgaImageArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. CvmProgramFpgaImageArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

CvmProgramFpgaImage Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The CvmProgramFpgaImage resource accepts the following input properties:

FpgaUrl This property is required. string
COS URL address of the FPGA image file.
InstanceId This property is required. string
The ID information of the instance.
CvmProgramFpgaImageId string
DbdFs List<string>
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
DryRun bool
Trial run, will not perform the actual burning action, the default is False.
FpgaUrl This property is required. string
COS URL address of the FPGA image file.
InstanceId This property is required. string
The ID information of the instance.
CvmProgramFpgaImageId string
DbdFs []string
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
DryRun bool
Trial run, will not perform the actual burning action, the default is False.
fpgaUrl This property is required. String
COS URL address of the FPGA image file.
instanceId This property is required. String
The ID information of the instance.
cvmProgramFpgaImageId String
dbdFs List<String>
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dryRun Boolean
Trial run, will not perform the actual burning action, the default is False.
fpgaUrl This property is required. string
COS URL address of the FPGA image file.
instanceId This property is required. string
The ID information of the instance.
cvmProgramFpgaImageId string
dbdFs string[]
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dryRun boolean
Trial run, will not perform the actual burning action, the default is False.
fpga_url This property is required. str
COS URL address of the FPGA image file.
instance_id This property is required. str
The ID information of the instance.
cvm_program_fpga_image_id str
dbd_fs Sequence[str]
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dry_run bool
Trial run, will not perform the actual burning action, the default is False.
fpgaUrl This property is required. String
COS URL address of the FPGA image file.
instanceId This property is required. String
The ID information of the instance.
cvmProgramFpgaImageId String
dbdFs List<String>
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dryRun Boolean
Trial run, will not perform the actual burning action, the default is False.

Outputs

All input properties are implicitly available as output properties. Additionally, the CvmProgramFpgaImage resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing CvmProgramFpgaImage Resource

Get an existing CvmProgramFpgaImage resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: CvmProgramFpgaImageState, opts?: CustomResourceOptions): CvmProgramFpgaImage
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cvm_program_fpga_image_id: Optional[str] = None,
        dbd_fs: Optional[Sequence[str]] = None,
        dry_run: Optional[bool] = None,
        fpga_url: Optional[str] = None,
        instance_id: Optional[str] = None) -> CvmProgramFpgaImage
func GetCvmProgramFpgaImage(ctx *Context, name string, id IDInput, state *CvmProgramFpgaImageState, opts ...ResourceOption) (*CvmProgramFpgaImage, error)
public static CvmProgramFpgaImage Get(string name, Input<string> id, CvmProgramFpgaImageState? state, CustomResourceOptions? opts = null)
public static CvmProgramFpgaImage get(String name, Output<String> id, CvmProgramFpgaImageState state, CustomResourceOptions options)
resources:  _:    type: tencentcloud:CvmProgramFpgaImage    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
CvmProgramFpgaImageId string
DbdFs List<string>
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
DryRun bool
Trial run, will not perform the actual burning action, the default is False.
FpgaUrl string
COS URL address of the FPGA image file.
InstanceId string
The ID information of the instance.
CvmProgramFpgaImageId string
DbdFs []string
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
DryRun bool
Trial run, will not perform the actual burning action, the default is False.
FpgaUrl string
COS URL address of the FPGA image file.
InstanceId string
The ID information of the instance.
cvmProgramFpgaImageId String
dbdFs List<String>
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dryRun Boolean
Trial run, will not perform the actual burning action, the default is False.
fpgaUrl String
COS URL address of the FPGA image file.
instanceId String
The ID information of the instance.
cvmProgramFpgaImageId string
dbdFs string[]
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dryRun boolean
Trial run, will not perform the actual burning action, the default is False.
fpgaUrl string
COS URL address of the FPGA image file.
instanceId string
The ID information of the instance.
cvm_program_fpga_image_id str
dbd_fs Sequence[str]
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dry_run bool
Trial run, will not perform the actual burning action, the default is False.
fpga_url str
COS URL address of the FPGA image file.
instance_id str
The ID information of the instance.
cvmProgramFpgaImageId String
dbdFs List<String>
The DBDF number of the FPGA card on the instance, if left blank, the FPGA image will be burned to all FPGA cards owned by the instance by default.
dryRun Boolean
Trial run, will not perform the actual burning action, the default is False.
fpgaUrl String
COS URL address of the FPGA image file.
instanceId String
The ID information of the instance.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.