nutanix.SelfServiceAppProvision
Explore with Pulumi AI
Create SelfServiceAppProvision Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SelfServiceAppProvision(name: string, args: SelfServiceAppProvisionArgs, opts?: CustomResourceOptions);
@overload
def SelfServiceAppProvision(resource_name: str,
args: SelfServiceAppProvisionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SelfServiceAppProvision(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_name: Optional[str] = None,
action: Optional[str] = None,
app_description: Optional[str] = None,
bp_name: Optional[str] = None,
bp_uuid: Optional[str] = None,
runtime_editables: Optional[Sequence[SelfServiceAppProvisionRuntimeEditableArgs]] = None,
soft_delete: Optional[bool] = None)
func NewSelfServiceAppProvision(ctx *Context, name string, args SelfServiceAppProvisionArgs, opts ...ResourceOption) (*SelfServiceAppProvision, error)
public SelfServiceAppProvision(string name, SelfServiceAppProvisionArgs args, CustomResourceOptions? opts = null)
public SelfServiceAppProvision(String name, SelfServiceAppProvisionArgs args)
public SelfServiceAppProvision(String name, SelfServiceAppProvisionArgs args, CustomResourceOptions options)
type: nutanix:SelfServiceAppProvision
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 SelfServiceAppProvisionArgs
- 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 SelfServiceAppProvisionArgs
- 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 SelfServiceAppProvisionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SelfServiceAppProvisionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SelfServiceAppProvisionArgs
- 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 selfServiceAppProvisionResource = new Nutanix.SelfServiceAppProvision("selfServiceAppProvisionResource", new()
{
AppName = "string",
Action = "string",
AppDescription = "string",
BpName = "string",
BpUuid = "string",
RuntimeEditables = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableArgs
{
ActionLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableActionListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
AppProfile = new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableAppProfileArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
CredentialLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableCredentialListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
DeploymentLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableDeploymentListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
PackageLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditablePackageListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
RestoreConfigLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableRestoreConfigListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
ServiceLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableServiceListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
SnapshotConfigLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableSnapshotConfigListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
SubstrateLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableSubstrateListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
TaskLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableTaskListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
VariableLists = new[]
{
new Nutanix.Inputs.SelfServiceAppProvisionRuntimeEditableVariableListArgs
{
Context = "string",
Description = "string",
Name = "string",
Type = "string",
Uuid = "string",
Value = "string",
},
},
},
},
SoftDelete = false,
});
example, err := nutanix.NewSelfServiceAppProvision(ctx, "selfServiceAppProvisionResource", &nutanix.SelfServiceAppProvisionArgs{
AppName: pulumi.String("string"),
Action: pulumi.String("string"),
AppDescription: pulumi.String("string"),
BpName: pulumi.String("string"),
BpUuid: pulumi.String("string"),
RuntimeEditables: nutanix.SelfServiceAppProvisionRuntimeEditableArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableArgs{
ActionLists: nutanix.SelfServiceAppProvisionRuntimeEditableActionListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableActionListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
AppProfile: &nutanix.SelfServiceAppProvisionRuntimeEditableAppProfileArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
CredentialLists: nutanix.SelfServiceAppProvisionRuntimeEditableCredentialListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableCredentialListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
DeploymentLists: nutanix.SelfServiceAppProvisionRuntimeEditableDeploymentListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableDeploymentListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
PackageLists: nutanix.SelfServiceAppProvisionRuntimeEditablePackageListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditablePackageListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
RestoreConfigLists: nutanix.SelfServiceAppProvisionRuntimeEditableRestoreConfigListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableRestoreConfigListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ServiceLists: nutanix.SelfServiceAppProvisionRuntimeEditableServiceListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableServiceListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
SnapshotConfigLists: nutanix.SelfServiceAppProvisionRuntimeEditableSnapshotConfigListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableSnapshotConfigListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
SubstrateLists: nutanix.SelfServiceAppProvisionRuntimeEditableSubstrateListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableSubstrateListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TaskLists: nutanix.SelfServiceAppProvisionRuntimeEditableTaskListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableTaskListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
VariableLists: nutanix.SelfServiceAppProvisionRuntimeEditableVariableListArray{
&nutanix.SelfServiceAppProvisionRuntimeEditableVariableListArgs{
Context: pulumi.String("string"),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
SoftDelete: pulumi.Bool(false),
})
var selfServiceAppProvisionResource = new SelfServiceAppProvision("selfServiceAppProvisionResource", SelfServiceAppProvisionArgs.builder()
.appName("string")
.action("string")
.appDescription("string")
.bpName("string")
.bpUuid("string")
.runtimeEditables(SelfServiceAppProvisionRuntimeEditableArgs.builder()
.actionLists(SelfServiceAppProvisionRuntimeEditableActionListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.appProfile(SelfServiceAppProvisionRuntimeEditableAppProfileArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.credentialLists(SelfServiceAppProvisionRuntimeEditableCredentialListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.deploymentLists(SelfServiceAppProvisionRuntimeEditableDeploymentListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.packageLists(SelfServiceAppProvisionRuntimeEditablePackageListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.restoreConfigLists(SelfServiceAppProvisionRuntimeEditableRestoreConfigListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.serviceLists(SelfServiceAppProvisionRuntimeEditableServiceListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.snapshotConfigLists(SelfServiceAppProvisionRuntimeEditableSnapshotConfigListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.substrateLists(SelfServiceAppProvisionRuntimeEditableSubstrateListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.taskLists(SelfServiceAppProvisionRuntimeEditableTaskListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.variableLists(SelfServiceAppProvisionRuntimeEditableVariableListArgs.builder()
.context("string")
.description("string")
.name("string")
.type("string")
.uuid("string")
.value("string")
.build())
.build())
.softDelete(false)
.build());
self_service_app_provision_resource = nutanix.SelfServiceAppProvision("selfServiceAppProvisionResource",
app_name="string",
action="string",
app_description="string",
bp_name="string",
bp_uuid="string",
runtime_editables=[{
"action_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"app_profile": {
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
},
"credential_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"deployment_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"package_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"restore_config_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"service_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"snapshot_config_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"substrate_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"task_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
"variable_lists": [{
"context": "string",
"description": "string",
"name": "string",
"type": "string",
"uuid": "string",
"value": "string",
}],
}],
soft_delete=False)
const selfServiceAppProvisionResource = new nutanix.SelfServiceAppProvision("selfServiceAppProvisionResource", {
appName: "string",
action: "string",
appDescription: "string",
bpName: "string",
bpUuid: "string",
runtimeEditables: [{
actionLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
appProfile: {
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
},
credentialLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
deploymentLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
packageLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
restoreConfigLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
serviceLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
snapshotConfigLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
substrateLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
taskLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
variableLists: [{
context: "string",
description: "string",
name: "string",
type: "string",
uuid: "string",
value: "string",
}],
}],
softDelete: false,
});
type: nutanix:SelfServiceAppProvision
properties:
action: string
appDescription: string
appName: string
bpName: string
bpUuid: string
runtimeEditables:
- actionLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
appProfile:
context: string
description: string
name: string
type: string
uuid: string
value: string
credentialLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
deploymentLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
packageLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
restoreConfigLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
serviceLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
snapshotConfigLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
substrateLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
taskLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
variableLists:
- context: string
description: string
name: string
type: string
uuid: string
value: string
softDelete: false
SelfServiceAppProvision 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 SelfServiceAppProvision resource accepts the following input properties:
- App
Name string - (Required) The name of the application you want to set.
- Action string
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- App
Description string - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- Bp
Name string - (Optional) The name of the blueprint to launch.
- Bp
Uuid string - (Optional) The UUID of the blueprint to launch.
- Runtime
Editables List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable> - Soft
Delete bool - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- App
Name string - (Required) The name of the application you want to set.
- Action string
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- App
Description string - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- Bp
Name string - (Optional) The name of the blueprint to launch.
- Bp
Uuid string - (Optional) The UUID of the blueprint to launch.
- Runtime
Editables []SelfService App Provision Runtime Editable Args - Soft
Delete bool - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- app
Name String - (Required) The name of the application you want to set.
- action String
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- app
Description String - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- bp
Name String - (Optional) The name of the blueprint to launch.
- bp
Uuid String - (Optional) The UUID of the blueprint to launch.
- runtime
Editables List<SelfService App Provision Runtime Editable> - soft
Delete Boolean - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- app
Name string - (Required) The name of the application you want to set.
- action string
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- app
Description string - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- bp
Name string - (Optional) The name of the blueprint to launch.
- bp
Uuid string - (Optional) The UUID of the blueprint to launch.
- runtime
Editables SelfService App Provision Runtime Editable[] - soft
Delete boolean - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- app_
name str - (Required) The name of the application you want to set.
- action str
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- app_
description str - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- bp_
name str - (Optional) The name of the blueprint to launch.
- bp_
uuid str - (Optional) The UUID of the blueprint to launch.
- runtime_
editables Sequence[SelfService App Provision Runtime Editable Args] - soft_
delete bool - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- app
Name String - (Required) The name of the application you want to set.
- action String
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- app
Description String - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- bp
Name String - (Optional) The name of the blueprint to launch.
- bp
Uuid String - (Optional) The UUID of the blueprint to launch.
- runtime
Editables List<Property Map> - soft
Delete Boolean - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
Outputs
All input properties are implicitly available as output properties. Additionally, the SelfServiceAppProvision resource produces the following output properties:
- Actions
List<Piers
Karsenbarg. Nutanix. Outputs. Self Service App Provision Action> - Api
Version string - (Computed) API version used.
- App
Summaries List<PiersKarsenbarg. Nutanix. Outputs. Self Service App Provision App Summary> - Id string
- The provider-assigned unique ID for this managed resource.
- Spec string
- (Computed) Application specification (JSON string).
- State string
- (Computed) state of the application (e.g. running, stopped)
- Status string
- (Computed) Application status coming as response from server.
- Vms
List<Piers
Karsenbarg. Nutanix. Outputs. Self Service App Provision Vm>
- Actions
[]Self
Service App Provision Action - Api
Version string - (Computed) API version used.
- App
Summaries []SelfService App Provision App Summary - Id string
- The provider-assigned unique ID for this managed resource.
- Spec string
- (Computed) Application specification (JSON string).
- State string
- (Computed) state of the application (e.g. running, stopped)
- Status string
- (Computed) Application status coming as response from server.
- Vms
[]Self
Service App Provision Vm
- actions
List<Self
Service App Provision Action> - api
Version String - (Computed) API version used.
- app
Summaries List<SelfService App Provision App Summary> - id String
- The provider-assigned unique ID for this managed resource.
- spec String
- (Computed) Application specification (JSON string).
- state String
- (Computed) state of the application (e.g. running, stopped)
- status String
- (Computed) Application status coming as response from server.
- vms
List<Self
Service App Provision Vm>
- actions
Self
Service App Provision Action[] - api
Version string - (Computed) API version used.
- app
Summaries SelfService App Provision App Summary[] - id string
- The provider-assigned unique ID for this managed resource.
- spec string
- (Computed) Application specification (JSON string).
- state string
- (Computed) state of the application (e.g. running, stopped)
- status string
- (Computed) Application status coming as response from server.
- vms
Self
Service App Provision Vm[]
- actions
Sequence[Self
Service App Provision Action] - api_
version str - (Computed) API version used.
- app_
summaries Sequence[SelfService App Provision App Summary] - id str
- The provider-assigned unique ID for this managed resource.
- spec str
- (Computed) Application specification (JSON string).
- state str
- (Computed) state of the application (e.g. running, stopped)
- status str
- (Computed) Application status coming as response from server.
- vms
Sequence[Self
Service App Provision Vm]
- actions List<Property Map>
- api
Version String - (Computed) API version used.
- app
Summaries List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
- spec String
- (Computed) Application specification (JSON string).
- state String
- (Computed) state of the application (e.g. running, stopped)
- status String
- (Computed) Application status coming as response from server.
- vms List<Property Map>
Look up Existing SelfServiceAppProvision Resource
Get an existing SelfServiceAppProvision 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?: SelfServiceAppProvisionState, opts?: CustomResourceOptions): SelfServiceAppProvision
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
actions: Optional[Sequence[SelfServiceAppProvisionActionArgs]] = None,
api_version: Optional[str] = None,
app_description: Optional[str] = None,
app_name: Optional[str] = None,
app_summaries: Optional[Sequence[SelfServiceAppProvisionAppSummaryArgs]] = None,
bp_name: Optional[str] = None,
bp_uuid: Optional[str] = None,
runtime_editables: Optional[Sequence[SelfServiceAppProvisionRuntimeEditableArgs]] = None,
soft_delete: Optional[bool] = None,
spec: Optional[str] = None,
state: Optional[str] = None,
status: Optional[str] = None,
vms: Optional[Sequence[SelfServiceAppProvisionVmArgs]] = None) -> SelfServiceAppProvision
func GetSelfServiceAppProvision(ctx *Context, name string, id IDInput, state *SelfServiceAppProvisionState, opts ...ResourceOption) (*SelfServiceAppProvision, error)
public static SelfServiceAppProvision Get(string name, Input<string> id, SelfServiceAppProvisionState? state, CustomResourceOptions? opts = null)
public static SelfServiceAppProvision get(String name, Output<String> id, SelfServiceAppProvisionState state, CustomResourceOptions options)
resources: _: type: nutanix:SelfServiceAppProvision 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.
- Action string
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- Actions
List<Piers
Karsenbarg. Nutanix. Inputs. Self Service App Provision Action> - Api
Version string - (Computed) API version used.
- App
Description string - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- App
Name string - (Required) The name of the application you want to set.
- App
Summaries List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision App Summary> - Bp
Name string - (Optional) The name of the blueprint to launch.
- Bp
Uuid string - (Optional) The UUID of the blueprint to launch.
- Runtime
Editables List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable> - Soft
Delete bool - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- Spec string
- (Computed) Application specification (JSON string).
- State string
- (Computed) state of the application (e.g. running, stopped)
- Status string
- (Computed) Application status coming as response from server.
- Vms
List<Piers
Karsenbarg. Nutanix. Inputs. Self Service App Provision Vm>
- Action string
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- Actions
[]Self
Service App Provision Action Args - Api
Version string - (Computed) API version used.
- App
Description string - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- App
Name string - (Required) The name of the application you want to set.
- App
Summaries []SelfService App Provision App Summary Args - Bp
Name string - (Optional) The name of the blueprint to launch.
- Bp
Uuid string - (Optional) The UUID of the blueprint to launch.
- Runtime
Editables []SelfService App Provision Runtime Editable Args - Soft
Delete bool - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- Spec string
- (Computed) Application specification (JSON string).
- State string
- (Computed) state of the application (e.g. running, stopped)
- Status string
- (Computed) Application status coming as response from server.
- Vms
[]Self
Service App Provision Vm Args
- action String
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- actions
List<Self
Service App Provision Action> - api
Version String - (Computed) API version used.
- app
Description String - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- app
Name String - (Required) The name of the application you want to set.
- app
Summaries List<SelfService App Provision App Summary> - bp
Name String - (Optional) The name of the blueprint to launch.
- bp
Uuid String - (Optional) The UUID of the blueprint to launch.
- runtime
Editables List<SelfService App Provision Runtime Editable> - soft
Delete Boolean - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- spec String
- (Computed) Application specification (JSON string).
- state String
- (Computed) state of the application (e.g. running, stopped)
- status String
- (Computed) Application status coming as response from server.
- vms
List<Self
Service App Provision Vm>
- action string
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- actions
Self
Service App Provision Action[] - api
Version string - (Computed) API version used.
- app
Description string - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- app
Name string - (Required) The name of the application you want to set.
- app
Summaries SelfService App Provision App Summary[] - bp
Name string - (Optional) The name of the blueprint to launch.
- bp
Uuid string - (Optional) The UUID of the blueprint to launch.
- runtime
Editables SelfService App Provision Runtime Editable[] - soft
Delete boolean - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- spec string
- (Computed) Application specification (JSON string).
- state string
- (Computed) state of the application (e.g. running, stopped)
- status string
- (Computed) Application status coming as response from server.
- vms
Self
Service App Provision Vm[]
- action str
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- actions
Sequence[Self
Service App Provision Action Args] - api_
version str - (Computed) API version used.
- app_
description str - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- app_
name str - (Required) The name of the application you want to set.
- app_
summaries Sequence[SelfService App Provision App Summary Args] - bp_
name str - (Optional) The name of the blueprint to launch.
- bp_
uuid str - (Optional) The UUID of the blueprint to launch.
- runtime_
editables Sequence[SelfService App Provision Runtime Editable Args] - soft_
delete bool - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- spec str
- (Computed) Application specification (JSON string).
- state str
- (Computed) state of the application (e.g. running, stopped)
- status str
- (Computed) Application status coming as response from server.
- vms
Sequence[Self
Service App Provision Vm Args]
- action String
- (Optional) System action to trigger after provisioning. Valid values: ["start", "stop", "restart"]
- actions List<Property Map>
- api
Version String - (Computed) API version used.
- app
Description String - (Optional) The description of application.
Both are
bp_name
andbp_uuid
are optional but atleast one of them to be provided for this resource to work.- app
Name String - (Required) The name of the application you want to set.
- app
Summaries List<Property Map> - bp
Name String - (Optional) The name of the blueprint to launch.
- bp
Uuid String - (Optional) The UUID of the blueprint to launch.
- runtime
Editables List<Property Map> - soft
Delete Boolean - (Optional, Default: false) If true, the application is soft-deleted when the resource is destroyed.
- spec String
- (Computed) Application specification (JSON string).
- state String
- (Computed) state of the application (e.g. running, stopped)
- status String
- (Computed) Application status coming as response from server.
- vms List<Property Map>
Supporting Types
SelfServiceAppProvisionAction, SelfServiceAppProvisionActionArgs
- Description string
- description of the action
- Name string
- name of action.
- Uuid string
- UUID of the action.
- Description string
- description of the action
- Name string
- name of action.
- Uuid string
- UUID of the action.
- description String
- description of the action
- name String
- name of action.
- uuid String
- UUID of the action.
- description string
- description of the action
- name string
- name of action.
- uuid string
- UUID of the action.
- description str
- description of the action
- name str
- name of action.
- uuid str
- UUID of the action.
- description String
- description of the action
- name String
- name of action.
- uuid String
- UUID of the action.
SelfServiceAppProvisionAppSummary, SelfServiceAppProvisionAppSummaryArgs
- Application
Profile string - The profile assigned to the application.
- Application
Uuid string - The UUID of the application.
- Blueprint string
- The blueprint associated with the application.
- Created
On string - The timestamp when the application was created.
- Last
Updated stringOn - The timestamp when the application was last updated.
- Owner string
- The owner of the application.
- Project string
- The project associated with the application.
- Application
Profile string - The profile assigned to the application.
- Application
Uuid string - The UUID of the application.
- Blueprint string
- The blueprint associated with the application.
- Created
On string - The timestamp when the application was created.
- Last
Updated stringOn - The timestamp when the application was last updated.
- Owner string
- The owner of the application.
- Project string
- The project associated with the application.
- application
Profile String - The profile assigned to the application.
- application
Uuid String - The UUID of the application.
- blueprint String
- The blueprint associated with the application.
- created
On String - The timestamp when the application was created.
- last
Updated StringOn - The timestamp when the application was last updated.
- owner String
- The owner of the application.
- project String
- The project associated with the application.
- application
Profile string - The profile assigned to the application.
- application
Uuid string - The UUID of the application.
- blueprint string
- The blueprint associated with the application.
- created
On string - The timestamp when the application was created.
- last
Updated stringOn - The timestamp when the application was last updated.
- owner string
- The owner of the application.
- project string
- The project associated with the application.
- application_
profile str - The profile assigned to the application.
- application_
uuid str - The UUID of the application.
- blueprint str
- The blueprint associated with the application.
- created_
on str - The timestamp when the application was created.
- last_
updated_ stron - The timestamp when the application was last updated.
- owner str
- The owner of the application.
- project str
- The project associated with the application.
- application
Profile String - The profile assigned to the application.
- application
Uuid String - The UUID of the application.
- blueprint String
- The blueprint associated with the application.
- created
On String - The timestamp when the application was created.
- last
Updated StringOn - The timestamp when the application was last updated.
- owner String
- The owner of the application.
- project String
- The project associated with the application.
SelfServiceAppProvisionRuntimeEditable, SelfServiceAppProvisionRuntimeEditableArgs
- Action
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Action List> - A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpec).
- App
Profile PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable App Profile - A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpec).
- Credential
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Credential List> - A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpec).
- Deployment
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Deployment List> - A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpec).
- Package
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Package List> - A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpec).
- Restore
Config List<PiersLists Karsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Restore Config List> - A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpec).
- Service
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Service List> - A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpec).
- Snapshot
Config List<PiersLists Karsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Snapshot Config List> - A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpec).
- Substrate
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Substrate List> - A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpec).
- Task
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Task List> - A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpec).
- Variable
Lists List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Runtime Editable Variable List> - A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpec).
- Action
Lists []SelfService App Provision Runtime Editable Action List - A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpec).
- App
Profile SelfService App Provision Runtime Editable App Profile - A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpec).
- Credential
Lists []SelfService App Provision Runtime Editable Credential List - A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpec).
- Deployment
Lists []SelfService App Provision Runtime Editable Deployment List - A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpec).
- Package
Lists []SelfService App Provision Runtime Editable Package List - A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpec).
- Restore
Config []SelfLists Service App Provision Runtime Editable Restore Config List - A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpec).
- Service
Lists []SelfService App Provision Runtime Editable Service List - A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpec).
- Snapshot
Config []SelfLists Service App Provision Runtime Editable Snapshot Config List - A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpec).
- Substrate
Lists []SelfService App Provision Runtime Editable Substrate List - A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpec).
- Task
Lists []SelfService App Provision Runtime Editable Task List - A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpec).
- Variable
Lists []SelfService App Provision Runtime Editable Variable List - A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpec).
- action
Lists List<SelfService App Provision Runtime Editable Action List> - A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpec).
- app
Profile SelfService App Provision Runtime Editable App Profile - A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpec).
- credential
Lists List<SelfService App Provision Runtime Editable Credential List> - A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpec).
- deployment
Lists List<SelfService App Provision Runtime Editable Deployment List> - A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpec).
- package
Lists List<SelfService App Provision Runtime Editable Package List> - A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpec).
- restore
Config List<SelfLists Service App Provision Runtime Editable Restore Config List> - A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpec).
- service
Lists List<SelfService App Provision Runtime Editable Service List> - A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpec).
- snapshot
Config List<SelfLists Service App Provision Runtime Editable Snapshot Config List> - A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpec).
- substrate
Lists List<SelfService App Provision Runtime Editable Substrate List> - A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpec).
- task
Lists List<SelfService App Provision Runtime Editable Task List> - A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpec).
- variable
Lists List<SelfService App Provision Runtime Editable Variable List> - A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpec).
- action
Lists SelfService App Provision Runtime Editable Action List[] - A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpec).
- app
Profile SelfService App Provision Runtime Editable App Profile - A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpec).
- credential
Lists SelfService App Provision Runtime Editable Credential List[] - A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpec).
- deployment
Lists SelfService App Provision Runtime Editable Deployment List[] - A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpec).
- package
Lists SelfService App Provision Runtime Editable Package List[] - A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpec).
- restore
Config SelfLists Service App Provision Runtime Editable Restore Config List[] - A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpec).
- service
Lists SelfService App Provision Runtime Editable Service List[] - A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpec).
- snapshot
Config SelfLists Service App Provision Runtime Editable Snapshot Config List[] - A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpec).
- substrate
Lists SelfService App Provision Runtime Editable Substrate List[] - A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpec).
- task
Lists SelfService App Provision Runtime Editable Task List[] - A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpec).
- variable
Lists SelfService App Provision Runtime Editable Variable List[] - A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpec).
- action_
lists Sequence[SelfService App Provision Runtime Editable Action List] - A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpec).
- app_
profile SelfService App Provision Runtime Editable App Profile - A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpec).
- credential_
lists Sequence[SelfService App Provision Runtime Editable Credential List] - A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpec).
- deployment_
lists Sequence[SelfService App Provision Runtime Editable Deployment List] - A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpec).
- package_
lists Sequence[SelfService App Provision Runtime Editable Package List] - A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpec).
- restore_
config_ Sequence[Selflists Service App Provision Runtime Editable Restore Config List] - A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpec).
- service_
lists Sequence[SelfService App Provision Runtime Editable Service List] - A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpec).
- snapshot_
config_ Sequence[Selflists Service App Provision Runtime Editable Snapshot Config List] - A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpec).
- substrate_
lists Sequence[SelfService App Provision Runtime Editable Substrate List] - A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpec).
- task_
lists Sequence[SelfService App Provision Runtime Editable Task List] - A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpec).
- variable_
lists Sequence[SelfService App Provision Runtime Editable Variable List] - A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpec).
- action
Lists List<Property Map> - A list of actions associated with the blueprint. Each action contains runtime specifications (defined in RuntimeSpec).
- app
Profile Property Map - A list of application profiles associated with the blueprint. Each application profile contains runtime specifications (defined in RuntimeSpec).
- credential
Lists List<Property Map> - A list of credentials associated with the blueprint. Each credential contains runtime specifications (defined in RuntimeSpec).
- deployment
Lists List<Property Map> - A list of deployments associated with the blueprint. Each deployment contains runtime specifications (defined in RuntimeSpec).
- package
Lists List<Property Map> - A list of packages associated with the blueprint. Each package contains runtime specifications (defined in RuntimeSpec).
- restore
Config List<Property Map>Lists - A list of restore configurations associated with the blueprint. Each restore configuration contains runtime specifications (defined in RuntimeSpec).
- service
Lists List<Property Map> - A list of services associated with the blueprint. Each service contains runtime specifications (defined in RuntimeSpec).
- snapshot
Config List<Property Map>Lists - A list of snapshot configurations associated with the blueprint. Each snapshot configuration contains runtime specifications (defined in RuntimeSpec).
- substrate
Lists List<Property Map> - A list of substrates associated with the blueprint. Each substrate contains runtime specifications (defined in RuntimeSpec).
- task
Lists List<Property Map> - A list of tasks associated with the blueprint. Each task contains runtime specifications (defined in RuntimeSpec).
- variable
Lists List<Property Map> - A list of variables associated with the blueprint. Each variable contains runtime specifications (defined in RuntimeSpec).
SelfServiceAppProvisionRuntimeEditableActionList, SelfServiceAppProvisionRuntimeEditableActionListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableAppProfile, SelfServiceAppProvisionRuntimeEditableAppProfileArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableCredentialList, SelfServiceAppProvisionRuntimeEditableCredentialListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableDeploymentList, SelfServiceAppProvisionRuntimeEditableDeploymentListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditablePackageList, SelfServiceAppProvisionRuntimeEditablePackageListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableRestoreConfigList, SelfServiceAppProvisionRuntimeEditableRestoreConfigListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableServiceList, SelfServiceAppProvisionRuntimeEditableServiceListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableSnapshotConfigList, SelfServiceAppProvisionRuntimeEditableSnapshotConfigListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableSubstrateList, SelfServiceAppProvisionRuntimeEditableSubstrateListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableTaskList, SelfServiceAppProvisionRuntimeEditableTaskListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionRuntimeEditableVariableList, SelfServiceAppProvisionRuntimeEditableVariableListArgs
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- Context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- Description string
- description of the action
- Name string
- name of action.
- Type string
- The type of network interface.
- Uuid string
- UUID of the action.
- Value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context string
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description string
- description of the action
- name string
- name of action.
- type string
- The type of network interface.
- uuid string
- UUID of the action.
- value string
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context str
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description str
- description of the action
- name str
- name of action.
- type str
- The type of network interface.
- uuid str
- UUID of the action.
- value str
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
- context String
- (Optional, Computed) The context in which the runtime specification is applied. It is full address of where the entity in target is present.
- description String
- description of the action
- name String
- name of action.
- type String
- The type of network interface.
- uuid String
- UUID of the action.
- value String
- (Optional, Computed) The value associated with the runtime specification. This can be a string value representing a configuration or setting.
SelfServiceAppProvisionVm, SelfServiceAppProvisionVmArgs
- Categories Dictionary<string, string>
- A map of categories applied to the VM. Each key is a category name, and the value is the category value.
- Cluster
Infos List<PiersKarsenbarg. Nutanix. Inputs. Self Service App Provision Vm Cluster Info> - Cluster-related information for the VM.
- Configurations
List<Piers
Karsenbarg. Nutanix. Inputs. Self Service App Provision Vm Configuration> - Configuration details for the VM.
- Nics
List<Piers
Karsenbarg. Nutanix. Inputs. Self Service App Provision Vm Nic> - A list of network interfaces attached to the VM.
- Categories map[string]string
- A map of categories applied to the VM. Each key is a category name, and the value is the category value.
- Cluster
Infos []SelfService App Provision Vm Cluster Info - Cluster-related information for the VM.
- Configurations
[]Self
Service App Provision Vm Configuration - Configuration details for the VM.
- Nics
[]Self
Service App Provision Vm Nic - A list of network interfaces attached to the VM.
- categories Map<String,String>
- A map of categories applied to the VM. Each key is a category name, and the value is the category value.
- cluster
Infos List<SelfService App Provision Vm Cluster Info> - Cluster-related information for the VM.
- configurations
List<Self
Service App Provision Vm Configuration> - Configuration details for the VM.
- nics
List<Self
Service App Provision Vm Nic> - A list of network interfaces attached to the VM.
- categories {[key: string]: string}
- A map of categories applied to the VM. Each key is a category name, and the value is the category value.
- cluster
Infos SelfService App Provision Vm Cluster Info[] - Cluster-related information for the VM.
- configurations
Self
Service App Provision Vm Configuration[] - Configuration details for the VM.
- nics
Self
Service App Provision Vm Nic[] - A list of network interfaces attached to the VM.
- categories Mapping[str, str]
- A map of categories applied to the VM. Each key is a category name, and the value is the category value.
- cluster_
infos Sequence[SelfService App Provision Vm Cluster Info] - Cluster-related information for the VM.
- configurations
Sequence[Self
Service App Provision Vm Configuration] - Configuration details for the VM.
- nics
Sequence[Self
Service App Provision Vm Nic] - A list of network interfaces attached to the VM.
- categories Map<String>
- A map of categories applied to the VM. Each key is a category name, and the value is the category value.
- cluster
Infos List<Property Map> - Cluster-related information for the VM.
- configurations List<Property Map>
- Configuration details for the VM.
- nics List<Property Map>
- A list of network interfaces attached to the VM.
SelfServiceAppProvisionVmClusterInfo, SelfServiceAppProvisionVmClusterInfoArgs
- Cluster
Name string - The name of the cluster.
- Cluster
Uuid string - The UUID of the cluster.
- Cluster
Name string - The name of the cluster.
- Cluster
Uuid string - The UUID of the cluster.
- cluster
Name String - The name of the cluster.
- cluster
Uuid String - The UUID of the cluster.
- cluster
Name string - The name of the cluster.
- cluster
Uuid string - The UUID of the cluster.
- cluster_
name str - The name of the cluster.
- cluster_
uuid str - The UUID of the cluster.
- cluster
Name String - The name of the cluster.
- cluster
Uuid String - The UUID of the cluster.
SelfServiceAppProvisionVmConfiguration, SelfServiceAppProvisionVmConfigurationArgs
SelfServiceAppProvisionVmNic, SelfServiceAppProvisionVmNicArgs
- Mac
Address string - The MAC address of the VM's network interface.
- Subnet string
- The subnet the VM's network interface is attached to.
- Type string
- The type of network interface.
- Mac
Address string - The MAC address of the VM's network interface.
- Subnet string
- The subnet the VM's network interface is attached to.
- Type string
- The type of network interface.
- mac
Address String - The MAC address of the VM's network interface.
- subnet String
- The subnet the VM's network interface is attached to.
- type String
- The type of network interface.
- mac
Address string - The MAC address of the VM's network interface.
- subnet string
- The subnet the VM's network interface is attached to.
- type string
- The type of network interface.
- mac_
address str - The MAC address of the VM's network interface.
- subnet str
- The subnet the VM's network interface is attached to.
- type str
- The type of network interface.
- mac
Address String - The MAC address of the VM's network interface.
- subnet String
- The subnet the VM's network interface is attached to.
- type String
- The type of network interface.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.