vcd.CatalogItem
Explore with Pulumi AI
Create CatalogItem Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CatalogItem(name: string, args: CatalogItemArgs, opts?: CustomResourceOptions);
@overload
def CatalogItem(resource_name: str,
args: CatalogItemArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CatalogItem(resource_name: str,
opts: Optional[ResourceOptions] = None,
catalog: Optional[str] = None,
catalog_item_id: Optional[str] = None,
catalog_item_metadata: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
metadata: Optional[Mapping[str, str]] = None,
metadata_entries: Optional[Sequence[CatalogItemMetadataEntryArgs]] = None,
name: Optional[str] = None,
org: Optional[str] = None,
ova_path: Optional[str] = None,
ovf_url: Optional[str] = None,
show_upload_progress: Optional[bool] = None,
upload_piece_size: Optional[float] = None)
func NewCatalogItem(ctx *Context, name string, args CatalogItemArgs, opts ...ResourceOption) (*CatalogItem, error)
public CatalogItem(string name, CatalogItemArgs args, CustomResourceOptions? opts = null)
public CatalogItem(String name, CatalogItemArgs args)
public CatalogItem(String name, CatalogItemArgs args, CustomResourceOptions options)
type: vcd:CatalogItem
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 CatalogItemArgs
- 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 CatalogItemArgs
- 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 CatalogItemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CatalogItemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CatalogItemArgs
- 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 catalogItemResource = new Vcd.CatalogItem("catalogItemResource", new()
{
Catalog = "string",
CatalogItemId = "string",
Description = "string",
Metadata =
{
{ "string", "string" },
},
MetadataEntries = new[]
{
new Vcd.Inputs.CatalogItemMetadataEntryArgs
{
IsSystem = false,
Key = "string",
Type = "string",
UserAccess = "string",
Value = "string",
},
},
Name = "string",
Org = "string",
OvaPath = "string",
OvfUrl = "string",
ShowUploadProgress = false,
UploadPieceSize = 0,
});
example, err := vcd.NewCatalogItem(ctx, "catalogItemResource", &vcd.CatalogItemArgs{
Catalog: pulumi.String("string"),
CatalogItemId: pulumi.String("string"),
Description: pulumi.String("string"),
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
MetadataEntries: vcd.CatalogItemMetadataEntryArray{
&vcd.CatalogItemMetadataEntryArgs{
IsSystem: pulumi.Bool(false),
Key: pulumi.String("string"),
Type: pulumi.String("string"),
UserAccess: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Org: pulumi.String("string"),
OvaPath: pulumi.String("string"),
OvfUrl: pulumi.String("string"),
ShowUploadProgress: pulumi.Bool(false),
UploadPieceSize: pulumi.Float64(0),
})
var catalogItemResource = new CatalogItem("catalogItemResource", CatalogItemArgs.builder()
.catalog("string")
.catalogItemId("string")
.description("string")
.metadata(Map.of("string", "string"))
.metadataEntries(CatalogItemMetadataEntryArgs.builder()
.isSystem(false)
.key("string")
.type("string")
.userAccess("string")
.value("string")
.build())
.name("string")
.org("string")
.ovaPath("string")
.ovfUrl("string")
.showUploadProgress(false)
.uploadPieceSize(0)
.build());
catalog_item_resource = vcd.CatalogItem("catalogItemResource",
catalog="string",
catalog_item_id="string",
description="string",
metadata={
"string": "string",
},
metadata_entries=[{
"is_system": False,
"key": "string",
"type": "string",
"user_access": "string",
"value": "string",
}],
name="string",
org="string",
ova_path="string",
ovf_url="string",
show_upload_progress=False,
upload_piece_size=0)
const catalogItemResource = new vcd.CatalogItem("catalogItemResource", {
catalog: "string",
catalogItemId: "string",
description: "string",
metadata: {
string: "string",
},
metadataEntries: [{
isSystem: false,
key: "string",
type: "string",
userAccess: "string",
value: "string",
}],
name: "string",
org: "string",
ovaPath: "string",
ovfUrl: "string",
showUploadProgress: false,
uploadPieceSize: 0,
});
type: vcd:CatalogItem
properties:
catalog: string
catalogItemId: string
description: string
metadata:
string: string
metadataEntries:
- isSystem: false
key: string
type: string
userAccess: string
value: string
name: string
org: string
ovaPath: string
ovfUrl: string
showUploadProgress: false
uploadPieceSize: 0
CatalogItem 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 CatalogItem resource accepts the following input properties:
- Catalog string
- The name of the catalog where to upload OVA file
- Catalog
Item stringId - Catalog
Item Dictionary<string, string>Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- Description string
- Description of item
- Metadata Dictionary<string, string>
- Key value map of metadata to assign to the associated vApp Template
- Metadata
Entries List<CatalogItem Metadata Entry> - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- Name string
- Item name in catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Show
Upload boolProgress - Default false. Allows seeing upload progress. (See note below)
- Upload
Piece doubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- Catalog string
- The name of the catalog where to upload OVA file
- Catalog
Item stringId - Catalog
Item map[string]stringMetadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- Description string
- Description of item
- Metadata map[string]string
- Key value map of metadata to assign to the associated vApp Template
- Metadata
Entries []CatalogItem Metadata Entry Args - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- Name string
- Item name in catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Show
Upload boolProgress - Default false. Allows seeing upload progress. (See note below)
- Upload
Piece float64Size - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog String
- The name of the catalog where to upload OVA file
- catalog
Item StringId - catalog
Item Map<String,String>Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- description String
- Description of item
- metadata Map<String,String>
- Key value map of metadata to assign to the associated vApp Template
- metadata
Entries List<CatalogItem Metadata Entry> - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name String
- Item name in catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show
Upload BooleanProgress - Default false. Allows seeing upload progress. (See note below)
- upload
Piece DoubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog string
- The name of the catalog where to upload OVA file
- catalog
Item stringId - catalog
Item {[key: string]: string}Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- description string
- Description of item
- metadata {[key: string]: string}
- Key value map of metadata to assign to the associated vApp Template
- metadata
Entries CatalogItem Metadata Entry[] - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name string
- Item name in catalog
- org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path string - Absolute or relative path to file to upload
- ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show
Upload booleanProgress - Default false. Allows seeing upload progress. (See note below)
- upload
Piece numberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog str
- The name of the catalog where to upload OVA file
- catalog_
item_ strid - catalog_
item_ Mapping[str, str]metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- description str
- Description of item
- metadata Mapping[str, str]
- Key value map of metadata to assign to the associated vApp Template
- metadata_
entries Sequence[CatalogItem Metadata Entry Args] - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name str
- Item name in catalog
- org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova_
path str - Absolute or relative path to file to upload
- ovf_
url str - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show_
upload_ boolprogress - Default false. Allows seeing upload progress. (See note below)
- upload_
piece_ floatsize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog String
- The name of the catalog where to upload OVA file
- catalog
Item StringId - catalog
Item Map<String>Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- description String
- Description of item
- metadata Map<String>
- Key value map of metadata to assign to the associated vApp Template
- metadata
Entries List<Property Map> - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name String
- Item name in catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show
Upload BooleanProgress - Default false. Allows seeing upload progress. (See note below)
- upload
Piece NumberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
Outputs
All input properties are implicitly available as output properties. Additionally, the CatalogItem resource produces the following output properties:
Look up Existing CatalogItem Resource
Get an existing CatalogItem 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?: CatalogItemState, opts?: CustomResourceOptions): CatalogItem
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
catalog: Optional[str] = None,
catalog_item_id: Optional[str] = None,
catalog_item_metadata: Optional[Mapping[str, str]] = None,
created: Optional[str] = None,
description: Optional[str] = None,
metadata: Optional[Mapping[str, str]] = None,
metadata_entries: Optional[Sequence[CatalogItemMetadataEntryArgs]] = None,
name: Optional[str] = None,
org: Optional[str] = None,
ova_path: Optional[str] = None,
ovf_url: Optional[str] = None,
show_upload_progress: Optional[bool] = None,
upload_piece_size: Optional[float] = None) -> CatalogItem
func GetCatalogItem(ctx *Context, name string, id IDInput, state *CatalogItemState, opts ...ResourceOption) (*CatalogItem, error)
public static CatalogItem Get(string name, Input<string> id, CatalogItemState? state, CustomResourceOptions? opts = null)
public static CatalogItem get(String name, Output<String> id, CatalogItemState state, CustomResourceOptions options)
resources: _: type: vcd:CatalogItem 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.
- Catalog string
- The name of the catalog where to upload OVA file
- Catalog
Item stringId - Catalog
Item Dictionary<string, string>Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- Created string
- Time stamp of when the item was created
- Description string
- Description of item
- Metadata Dictionary<string, string>
- Key value map of metadata to assign to the associated vApp Template
- Metadata
Entries List<CatalogItem Metadata Entry> - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- Name string
- Item name in catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Show
Upload boolProgress - Default false. Allows seeing upload progress. (See note below)
- Upload
Piece doubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- Catalog string
- The name of the catalog where to upload OVA file
- Catalog
Item stringId - Catalog
Item map[string]stringMetadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- Created string
- Time stamp of when the item was created
- Description string
- Description of item
- Metadata map[string]string
- Key value map of metadata to assign to the associated vApp Template
- Metadata
Entries []CatalogItem Metadata Entry Args - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- Name string
- Item name in catalog
- Org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- Ova
Path string - Absolute or relative path to file to upload
- Ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- Show
Upload boolProgress - Default false. Allows seeing upload progress. (See note below)
- Upload
Piece float64Size - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog String
- The name of the catalog where to upload OVA file
- catalog
Item StringId - catalog
Item Map<String,String>Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- created String
- Time stamp of when the item was created
- description String
- Description of item
- metadata Map<String,String>
- Key value map of metadata to assign to the associated vApp Template
- metadata
Entries List<CatalogItem Metadata Entry> - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name String
- Item name in catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show
Upload BooleanProgress - Default false. Allows seeing upload progress. (See note below)
- upload
Piece DoubleSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog string
- The name of the catalog where to upload OVA file
- catalog
Item stringId - catalog
Item {[key: string]: string}Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- created string
- Time stamp of when the item was created
- description string
- Description of item
- metadata {[key: string]: string}
- Key value map of metadata to assign to the associated vApp Template
- metadata
Entries CatalogItem Metadata Entry[] - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name string
- Item name in catalog
- org string
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path string - Absolute or relative path to file to upload
- ovf
Url string - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show
Upload booleanProgress - Default false. Allows seeing upload progress. (See note below)
- upload
Piece numberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog str
- The name of the catalog where to upload OVA file
- catalog_
item_ strid - catalog_
item_ Mapping[str, str]metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- created str
- Time stamp of when the item was created
- description str
- Description of item
- metadata Mapping[str, str]
- Key value map of metadata to assign to the associated vApp Template
- metadata_
entries Sequence[CatalogItem Metadata Entry Args] - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name str
- Item name in catalog
- org str
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova_
path str - Absolute or relative path to file to upload
- ovf_
url str - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show_
upload_ boolprogress - Default false. Allows seeing upload progress. (See note below)
- upload_
piece_ floatsize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
- catalog String
- The name of the catalog where to upload OVA file
- catalog
Item StringId - catalog
Item Map<String>Metadata Use
metadata_entry
instead. Key value map of metadata to assign to the Catalog ItemThis resource handles metadata in the following way:
metadata
attribute assigns metadata to the associated vApp Template.metadata_entry
attribute assigns metadata to the Catalog Item.catalog_item_metadata
is deprecated and should not be used.- created String
- Time stamp of when the item was created
- description String
- Description of item
- metadata Map<String>
- Key value map of metadata to assign to the associated vApp Template
- metadata
Entries List<Property Map> - A set of metadata entries to assign to the Catalog Item. See Metadata section for details.
- name String
- Item name in catalog
- org String
- The name of organization to use, optional if defined at provider level. Useful when connected as sysadmin working across different organisations
- ova
Path String - Absolute or relative path to file to upload
- ovf
Url String - URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL
- show
Upload BooleanProgress - Default false. Allows seeing upload progress. (See note below)
- upload
Piece NumberSize - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB.
Supporting Types
CatalogItemMetadataEntry, CatalogItemMetadataEntryArgs
- Is
System bool - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- Key string
- Key of this metadata entry. Required if the metadata entry is not empty
- Type string
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- User
Access string - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- Value string
- Value of this metadata entry. Required if the metadata entry is not empty
- Is
System bool - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- Key string
- Key of this metadata entry. Required if the metadata entry is not empty
- Type string
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- User
Access string - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- Value string
- Value of this metadata entry. Required if the metadata entry is not empty
- is
System Boolean - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key String
- Key of this metadata entry. Required if the metadata entry is not empty
- type String
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user
Access String - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value String
- Value of this metadata entry. Required if the metadata entry is not empty
- is
System boolean - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key string
- Key of this metadata entry. Required if the metadata entry is not empty
- type string
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user
Access string - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value string
- Value of this metadata entry. Required if the metadata entry is not empty
- is_
system bool - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key str
- Key of this metadata entry. Required if the metadata entry is not empty
- type str
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user_
access str - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value str
- Value of this metadata entry. Required if the metadata entry is not empty
- is
System Boolean - Domain for this metadata entry. true, if it belongs to SYSTEM. false, if it belongs to GENERAL
- key String
- Key of this metadata entry. Required if the metadata entry is not empty
- type String
- Type of this metadata entry. One of: 'MetadataStringValue', 'MetadataNumberValue', 'MetadataBooleanValue', 'MetadataDateTimeValue'
- user
Access String - User access level for this metadata entry. One of: 'READWRITE', 'READONLY', 'PRIVATE'
- value String
- Value of this metadata entry. Required if the metadata entry is not empty
Package Details
- Repository
- vcd vmware/terraform-provider-vcd
- License
- Notes
- This Pulumi package is based on the
vcd
Terraform Provider.