libvirt.CloudinitDisk
Explore with Pulumi AI
Create CloudinitDisk Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CloudinitDisk(name: string, args?: CloudinitDiskArgs, opts?: CustomResourceOptions);
@overload
def CloudinitDisk(resource_name: str,
args: Optional[CloudinitDiskArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def CloudinitDisk(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloudinit_disk_id: Optional[str] = None,
meta_data: Optional[str] = None,
name: Optional[str] = None,
network_config: Optional[str] = None,
pool: Optional[str] = None,
user_data: Optional[str] = None)
func NewCloudinitDisk(ctx *Context, name string, args *CloudinitDiskArgs, opts ...ResourceOption) (*CloudinitDisk, error)
public CloudinitDisk(string name, CloudinitDiskArgs? args = null, CustomResourceOptions? opts = null)
public CloudinitDisk(String name, CloudinitDiskArgs args)
public CloudinitDisk(String name, CloudinitDiskArgs args, CustomResourceOptions options)
type: libvirt:CloudinitDisk
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CloudinitDiskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CloudinitDiskArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CloudinitDiskArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudinitDiskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudinitDiskArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var cloudinitDiskResource = new Libvirt.CloudinitDisk("cloudinitDiskResource", new()
{
CloudinitDiskId = "string",
MetaData = "string",
Name = "string",
NetworkConfig = "string",
Pool = "string",
UserData = "string",
});
example, err := libvirt.NewCloudinitDisk(ctx, "cloudinitDiskResource", &libvirt.CloudinitDiskArgs{
CloudinitDiskId: pulumi.String("string"),
MetaData: pulumi.String("string"),
Name: pulumi.String("string"),
NetworkConfig: pulumi.String("string"),
Pool: pulumi.String("string"),
UserData: pulumi.String("string"),
})
var cloudinitDiskResource = new CloudinitDisk("cloudinitDiskResource", CloudinitDiskArgs.builder()
.cloudinitDiskId("string")
.metaData("string")
.name("string")
.networkConfig("string")
.pool("string")
.userData("string")
.build());
cloudinit_disk_resource = libvirt.CloudinitDisk("cloudinitDiskResource",
cloudinit_disk_id="string",
meta_data="string",
name="string",
network_config="string",
pool="string",
user_data="string")
const cloudinitDiskResource = new libvirt.CloudinitDisk("cloudinitDiskResource", {
cloudinitDiskId: "string",
metaData: "string",
name: "string",
networkConfig: "string",
pool: "string",
userData: "string",
});
type: libvirt:CloudinitDisk
properties:
cloudinitDiskId: string
metaData: string
name: string
networkConfig: string
pool: string
userData: string
CloudinitDisk 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 CloudinitDisk resource accepts the following input properties:
- Cloudinit
Disk stringId - Meta
Data string - Name string
- Network
Config string - Pool string
- User
Data string
- Cloudinit
Disk stringId - Meta
Data string - Name string
- Network
Config string - Pool string
- User
Data string
- cloudinit
Disk StringId - meta
Data String - name String
- network
Config String - pool String
- user
Data String
- cloudinit
Disk stringId - meta
Data string - name string
- network
Config string - pool string
- user
Data string
- cloudinit_
disk_ strid - meta_
data str - name str
- network_
config str - pool str
- user_
data str
- cloudinit
Disk StringId - meta
Data String - name String
- network
Config String - pool String
- user
Data String
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudinitDisk 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 CloudinitDisk Resource
Get an existing CloudinitDisk 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?: CloudinitDiskState, opts?: CustomResourceOptions): CloudinitDisk
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cloudinit_disk_id: Optional[str] = None,
meta_data: Optional[str] = None,
name: Optional[str] = None,
network_config: Optional[str] = None,
pool: Optional[str] = None,
user_data: Optional[str] = None) -> CloudinitDisk
func GetCloudinitDisk(ctx *Context, name string, id IDInput, state *CloudinitDiskState, opts ...ResourceOption) (*CloudinitDisk, error)
public static CloudinitDisk Get(string name, Input<string> id, CloudinitDiskState? state, CustomResourceOptions? opts = null)
public static CloudinitDisk get(String name, Output<String> id, CloudinitDiskState state, CustomResourceOptions options)
resources: _: type: libvirt:CloudinitDisk get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Cloudinit
Disk stringId - Meta
Data string - Name string
- Network
Config string - Pool string
- User
Data string
- Cloudinit
Disk stringId - Meta
Data string - Name string
- Network
Config string - Pool string
- User
Data string
- cloudinit
Disk StringId - meta
Data String - name String
- network
Config String - pool String
- user
Data String
- cloudinit
Disk stringId - meta
Data string - name string
- network
Config string - pool string
- user
Data string
- cloudinit_
disk_ strid - meta_
data str - name str
- network_
config str - pool str
- user_
data str
- cloudinit
Disk StringId - meta
Data String - name String
- network
Config String - pool String
- user
Data String
Package Details
- Repository
- libvirt dmacvicar/terraform-provider-libvirt
- License
- Notes
- This Pulumi package is based on the
libvirt
Terraform Provider.