azure-native-v2.avs.Datastore
Explore with Pulumi AI
A datastore resource Azure REST API version: 2022-05-01. Prior API version in Azure Native 1.x: 2021-01-01-preview.
Other available API versions: 2023-03-01, 2023-09-01.
Create Datastore Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Datastore(name: string, args: DatastoreArgs, opts?: CustomResourceOptions);
@overload
def Datastore(resource_name: str,
args: DatastoreArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Datastore(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_name: Optional[str] = None,
private_cloud_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
datastore_name: Optional[str] = None,
disk_pool_volume: Optional[DiskPoolVolumeArgs] = None,
net_app_volume: Optional[NetAppVolumeArgs] = None)
func NewDatastore(ctx *Context, name string, args DatastoreArgs, opts ...ResourceOption) (*Datastore, error)
public Datastore(string name, DatastoreArgs args, CustomResourceOptions? opts = null)
public Datastore(String name, DatastoreArgs args)
public Datastore(String name, DatastoreArgs args, CustomResourceOptions options)
type: azure-native:avs:Datastore
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. DatastoreArgs - 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. DatastoreArgs - 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. DatastoreArgs - 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. DatastoreArgs - 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. DatastoreArgs - 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 datastoreResource = new AzureNative.Avs.Datastore("datastoreResource", new()
{
ClusterName = "string",
PrivateCloudName = "string",
ResourceGroupName = "string",
DatastoreName = "string",
DiskPoolVolume =
{
{ "lunName", "string" },
{ "targetId", "string" },
{ "mountOption", "string" },
},
NetAppVolume =
{
{ "id", "string" },
},
});
example, err := avs.NewDatastore(ctx, "datastoreResource", &avs.DatastoreArgs{
ClusterName: "string",
PrivateCloudName: "string",
ResourceGroupName: "string",
DatastoreName: "string",
DiskPoolVolume: map[string]interface{}{
"lunName": "string",
"targetId": "string",
"mountOption": "string",
},
NetAppVolume: map[string]interface{}{
"id": "string",
},
})
var datastoreResource = new Datastore("datastoreResource", DatastoreArgs.builder()
.clusterName("string")
.privateCloudName("string")
.resourceGroupName("string")
.datastoreName("string")
.diskPoolVolume(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.netAppVolume(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
datastore_resource = azure_native.avs.Datastore("datastoreResource",
cluster_name=string,
private_cloud_name=string,
resource_group_name=string,
datastore_name=string,
disk_pool_volume={
lunName: string,
targetId: string,
mountOption: string,
},
net_app_volume={
id: string,
})
const datastoreResource = new azure_native.avs.Datastore("datastoreResource", {
clusterName: "string",
privateCloudName: "string",
resourceGroupName: "string",
datastoreName: "string",
diskPoolVolume: {
lunName: "string",
targetId: "string",
mountOption: "string",
},
netAppVolume: {
id: "string",
},
});
type: azure-native:avs:Datastore
properties:
clusterName: string
datastoreName: string
diskPoolVolume:
lunName: string
mountOption: string
targetId: string
netAppVolume:
id: string
privateCloudName: string
resourceGroupName: string
Datastore 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 Datastore resource accepts the following input properties:
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- Name of the cluster in the private cloud
- Private
Cloud Name This property is required. Changes to this property will trigger replacement.
- Name of the private cloud
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Datastore
Name Changes to this property will trigger replacement.
- Name of the datastore in the private cloud cluster
- Disk
Pool Pulumi.Volume Azure Native. AVS. Inputs. Disk Pool Volume - An iSCSI volume
- Net
App Pulumi.Volume Azure Native. AVS. Inputs. Net App Volume - An Azure NetApp Files volume
- Cluster
Name This property is required. Changes to this property will trigger replacement.
- Name of the cluster in the private cloud
- Private
Cloud Name This property is required. Changes to this property will trigger replacement.
- Name of the private cloud
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Datastore
Name Changes to this property will trigger replacement.
- Name of the datastore in the private cloud cluster
- Disk
Pool DiskVolume Pool Volume Args - An iSCSI volume
- Net
App NetVolume App Volume Args - An Azure NetApp Files volume
- cluster
Name This property is required. Changes to this property will trigger replacement.
- Name of the cluster in the private cloud
- private
Cloud Name This property is required. Changes to this property will trigger replacement.
- Name of the private cloud
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- datastore
Name Changes to this property will trigger replacement.
- Name of the datastore in the private cloud cluster
- disk
Pool DiskVolume Pool Volume - An iSCSI volume
- net
App NetVolume App Volume - An Azure NetApp Files volume
- cluster
Name This property is required. Changes to this property will trigger replacement.
- Name of the cluster in the private cloud
- private
Cloud Name This property is required. Changes to this property will trigger replacement.
- Name of the private cloud
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- datastore
Name Changes to this property will trigger replacement.
- Name of the datastore in the private cloud cluster
- disk
Pool DiskVolume Pool Volume - An iSCSI volume
- net
App NetVolume App Volume - An Azure NetApp Files volume
- cluster_
name This property is required. Changes to this property will trigger replacement.
- Name of the cluster in the private cloud
- private_
cloud_ name This property is required. Changes to this property will trigger replacement.
- Name of the private cloud
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- datastore_
name Changes to this property will trigger replacement.
- Name of the datastore in the private cloud cluster
- disk_
pool_ Diskvolume Pool Volume Args - An iSCSI volume
- net_
app_ Netvolume App Volume Args - An Azure NetApp Files volume
- cluster
Name This property is required. Changes to this property will trigger replacement.
- Name of the cluster in the private cloud
- private
Cloud Name This property is required. Changes to this property will trigger replacement.
- Name of the private cloud
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- datastore
Name Changes to this property will trigger replacement.
- Name of the datastore in the private cloud cluster
- disk
Pool Property MapVolume - An iSCSI volume
- net
App Property MapVolume - An Azure NetApp Files volume
Outputs
All input properties are implicitly available as output properties. Additionally, the Datastore resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Provisioning
State string - The state of the datastore provisioning
- Status string
- The operational status of the datastore
- Type string
- Resource type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Provisioning
State string - The state of the datastore provisioning
- Status string
- The operational status of the datastore
- Type string
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- provisioning
State String - The state of the datastore provisioning
- status String
- The operational status of the datastore
- type String
- Resource type.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource name.
- provisioning
State string - The state of the datastore provisioning
- status string
- The operational status of the datastore
- type string
- Resource type.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource name.
- provisioning_
state str - The state of the datastore provisioning
- status str
- The operational status of the datastore
- type str
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- provisioning
State String - The state of the datastore provisioning
- status String
- The operational status of the datastore
- type String
- Resource type.
Supporting Types
DiskPoolVolume, DiskPoolVolumeArgs
- Lun
Name This property is required. string - Name of the LUN to be used for datastore
- Target
Id This property is required. string - Azure resource ID of the iSCSI target
- Mount
Option string | Pulumi.Azure Native. AVS. Mount Option Enum - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- Lun
Name This property is required. string - Name of the LUN to be used for datastore
- Target
Id This property is required. string - Azure resource ID of the iSCSI target
- Mount
Option string | MountOption Enum - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun
Name This property is required. String - Name of the LUN to be used for datastore
- target
Id This property is required. String - Azure resource ID of the iSCSI target
- mount
Option String | MountOption Enum - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun
Name This property is required. string - Name of the LUN to be used for datastore
- target
Id This property is required. string - Azure resource ID of the iSCSI target
- mount
Option string | MountOption Enum - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun_
name This property is required. str - Name of the LUN to be used for datastore
- target_
id This property is required. str - Azure resource ID of the iSCSI target
- mount_
option str | MountOption Enum - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun
Name This property is required. String - Name of the LUN to be used for datastore
- target
Id This property is required. String - Azure resource ID of the iSCSI target
- mount
Option String | "MOUNT" | "ATTACH" - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
DiskPoolVolumeResponse, DiskPoolVolumeResponseArgs
- Lun
Name This property is required. string - Name of the LUN to be used for datastore
- Path
This property is required. string - Device path
- Target
Id This property is required. string - Azure resource ID of the iSCSI target
- Mount
Option string - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- Lun
Name This property is required. string - Name of the LUN to be used for datastore
- Path
This property is required. string - Device path
- Target
Id This property is required. string - Azure resource ID of the iSCSI target
- Mount
Option string - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun
Name This property is required. String - Name of the LUN to be used for datastore
- path
This property is required. String - Device path
- target
Id This property is required. String - Azure resource ID of the iSCSI target
- mount
Option String - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun
Name This property is required. string - Name of the LUN to be used for datastore
- path
This property is required. string - Device path
- target
Id This property is required. string - Azure resource ID of the iSCSI target
- mount
Option string - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun_
name This property is required. str - Name of the LUN to be used for datastore
- path
This property is required. str - Device path
- target_
id This property is required. str - Azure resource ID of the iSCSI target
- mount_
option str - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
- lun
Name This property is required. String - Name of the LUN to be used for datastore
- path
This property is required. String - Device path
- target
Id This property is required. String - Azure resource ID of the iSCSI target
- mount
Option String - Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN
MountOptionEnum, MountOptionEnumArgs
- MOUNT
- MOUNT
- ATTACH
- ATTACH
- Mount
Option Enum MOUNT - MOUNT
- Mount
Option Enum ATTACH - ATTACH
- MOUNT
- MOUNT
- ATTACH
- ATTACH
- MOUNT
- MOUNT
- ATTACH
- ATTACH
- MOUNT
- MOUNT
- ATTACH
- ATTACH
- "MOUNT"
- MOUNT
- "ATTACH"
- ATTACH
NetAppVolume, NetAppVolumeArgs
- Id
This property is required. string - Azure resource ID of the NetApp volume
- Id
This property is required. string - Azure resource ID of the NetApp volume
- id
This property is required. String - Azure resource ID of the NetApp volume
- id
This property is required. string - Azure resource ID of the NetApp volume
- id
This property is required. str - Azure resource ID of the NetApp volume
- id
This property is required. String - Azure resource ID of the NetApp volume
NetAppVolumeResponse, NetAppVolumeResponseArgs
- Id
This property is required. string - Azure resource ID of the NetApp volume
- Id
This property is required. string - Azure resource ID of the NetApp volume
- id
This property is required. String - Azure resource ID of the NetApp volume
- id
This property is required. string - Azure resource ID of the NetApp volume
- id
This property is required. str - Azure resource ID of the NetApp volume
- id
This property is required. String - Azure resource ID of the NetApp volume
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:avs:Datastore datastore1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0