InlineFabricModule1
InlineFabricModule1
JSON Example
{
"deployment_specs": [
{
"versioned_deployment_specs": [
{
"service_vm_ovf_url": [
"string"
],
"package_stores": [
{
"package_url": "string",
"bulletin_ids": [
"string"
]
}
],
"host_type": "string",
"host_version": "string"
}
],
"fabric_module_version": "string"
}
],
"current_version": "string",
"fabric_module_name": "string",
"source_authentication_mode": "string",
"custom_data": [
{
"value": "string",
"key": "string"
}
]
}
string
current_version
Required
current version on for the host prep fabric module.
string
fabric_module_name
Required
Name of the fabric module
string
source_authentication_mode
Optional
This enum specifies the authentication supported at source i.e. for downloading VM. If this attribute is not provided, then NO_AUTHENTICATION will be considered.
Possible values are : NO_AUTHENTICATION, BASIC_AUTHENTICATION, MARKET_PLACE,
array of StringMapEntry
custom_data
Optional
Slot for storing consumer data (fabric module's specific data common across all the realizations of the fabric module)