intersight.PartnerintegrationFile
Explore with Pulumi AI
A partner integration artifact which will be files containing development code uploaded by our partners to get the build for dc/microservice.
Create PartnerintegrationFile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PartnerintegrationFile(name: string, args?: PartnerintegrationFileArgs, opts?: CustomResourceOptions);
@overload
def PartnerintegrationFile(resource_name: str,
args: Optional[PartnerintegrationFileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def PartnerintegrationFile(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[PartnerintegrationFileAncestorArgs]] = None,
catalogs: Optional[Sequence[PartnerintegrationFileCatalogArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
download_count: Optional[float] = None,
feature_source: Optional[str] = None,
file_path: Optional[str] = None,
file_type: Optional[str] = None,
import_action: Optional[str] = None,
import_state: Optional[str] = None,
imported_time: Optional[str] = None,
last_access_time: Optional[str] = None,
md5e_tag: Optional[str] = None,
md5sum: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_sources: Optional[Sequence[PartnerintegrationFileNrSourceArgs]] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[PartnerintegrationFileParentArgs]] = None,
partnerintegration_file_id: Optional[str] = None,
permission_resources: Optional[Sequence[PartnerintegrationFilePermissionResourceArgs]] = None,
release_date: Optional[str] = None,
sha512sum: Optional[str] = None,
shared_scope: Optional[str] = None,
size: Optional[float] = None,
software_advisory_url: Optional[str] = None,
tags: Optional[Sequence[PartnerintegrationFileTagArgs]] = None,
version_contexts: Optional[Sequence[PartnerintegrationFileVersionContextArgs]] = None,
workspace_name: Optional[str] = None)
func NewPartnerintegrationFile(ctx *Context, name string, args *PartnerintegrationFileArgs, opts ...ResourceOption) (*PartnerintegrationFile, error)
public PartnerintegrationFile(string name, PartnerintegrationFileArgs? args = null, CustomResourceOptions? opts = null)
public PartnerintegrationFile(String name, PartnerintegrationFileArgs args)
public PartnerintegrationFile(String name, PartnerintegrationFileArgs args, CustomResourceOptions options)
type: intersight:PartnerintegrationFile
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 PartnerintegrationFileArgs
- 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 PartnerintegrationFileArgs
- 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 PartnerintegrationFileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PartnerintegrationFileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PartnerintegrationFileArgs
- 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 partnerintegrationFileResource = new Intersight.PartnerintegrationFile("partnerintegrationFileResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.PartnerintegrationFileAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Catalogs = new[]
{
new Intersight.Inputs.PartnerintegrationFileCatalogArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
Description = "string",
DomainGroupMoid = "string",
DownloadCount = 0,
FeatureSource = "string",
FilePath = "string",
FileType = "string",
ImportAction = "string",
ImportState = "string",
ImportedTime = "string",
LastAccessTime = "string",
Md5eTag = "string",
Md5sum = "string",
ModTime = "string",
Moid = "string",
Name = "string",
NrSources = new[]
{
new Intersight.Inputs.PartnerintegrationFileNrSourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
},
},
NrVersion = "string",
ObjectType = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.PartnerintegrationFileParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PartnerintegrationFileId = "string",
PermissionResources = new[]
{
new Intersight.Inputs.PartnerintegrationFilePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ReleaseDate = "string",
Sha512sum = "string",
SharedScope = "string",
Size = 0,
SoftwareAdvisoryUrl = "string",
Tags = new[]
{
new Intersight.Inputs.PartnerintegrationFileTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
VersionContexts = new[]
{
new Intersight.Inputs.PartnerintegrationFileVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.PartnerintegrationFileVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.PartnerintegrationFileVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
WorkspaceName = "string",
});
example, err := intersight.NewPartnerintegrationFile(ctx, "partnerintegrationFileResource", &intersight.PartnerintegrationFileArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.PartnerintegrationFileAncestorArray{
&intersight.PartnerintegrationFileAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Catalogs: intersight.PartnerintegrationFileCatalogArray{
&intersight.PartnerintegrationFileCatalogArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
Description: pulumi.String("string"),
DomainGroupMoid: pulumi.String("string"),
DownloadCount: pulumi.Float64(0),
FeatureSource: pulumi.String("string"),
FilePath: pulumi.String("string"),
FileType: pulumi.String("string"),
ImportAction: pulumi.String("string"),
ImportState: pulumi.String("string"),
ImportedTime: pulumi.String("string"),
LastAccessTime: pulumi.String("string"),
Md5eTag: pulumi.String("string"),
Md5sum: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
Name: pulumi.String("string"),
NrSources: intersight.PartnerintegrationFileNrSourceArray{
&intersight.PartnerintegrationFileNrSourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.PartnerintegrationFileParentArray{
&intersight.PartnerintegrationFileParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PartnerintegrationFileId: pulumi.String("string"),
PermissionResources: intersight.PartnerintegrationFilePermissionResourceArray{
&intersight.PartnerintegrationFilePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ReleaseDate: pulumi.String("string"),
Sha512sum: pulumi.String("string"),
SharedScope: pulumi.String("string"),
Size: pulumi.Float64(0),
SoftwareAdvisoryUrl: pulumi.String("string"),
Tags: intersight.PartnerintegrationFileTagArray{
&intersight.PartnerintegrationFileTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
VersionContexts: intersight.PartnerintegrationFileVersionContextArray{
&intersight.PartnerintegrationFileVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.PartnerintegrationFileVersionContextInterestedMoArray{
&intersight.PartnerintegrationFileVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.PartnerintegrationFileVersionContextRefMoArray{
&intersight.PartnerintegrationFileVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
WorkspaceName: pulumi.String("string"),
})
var partnerintegrationFileResource = new PartnerintegrationFile("partnerintegrationFileResource", PartnerintegrationFileArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.ancestors(PartnerintegrationFileAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.catalogs(PartnerintegrationFileCatalogArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.description("string")
.domainGroupMoid("string")
.downloadCount(0)
.featureSource("string")
.filePath("string")
.fileType("string")
.importAction("string")
.importState("string")
.importedTime("string")
.lastAccessTime("string")
.md5eTag("string")
.md5sum("string")
.modTime("string")
.moid("string")
.name("string")
.nrSources(PartnerintegrationFileNrSourceArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.build())
.nrVersion("string")
.objectType("string")
.owners("string")
.parents(PartnerintegrationFileParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.partnerintegrationFileId("string")
.permissionResources(PartnerintegrationFilePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.releaseDate("string")
.sha512sum("string")
.sharedScope("string")
.size(0)
.softwareAdvisoryUrl("string")
.tags(PartnerintegrationFileTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.versionContexts(PartnerintegrationFileVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(PartnerintegrationFileVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(PartnerintegrationFileVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.workspaceName("string")
.build());
partnerintegration_file_resource = intersight.PartnerintegrationFile("partnerintegrationFileResource",
account_moid="string",
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
catalogs=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
description="string",
domain_group_moid="string",
download_count=0,
feature_source="string",
file_path="string",
file_type="string",
import_action="string",
import_state="string",
imported_time="string",
last_access_time="string",
md5e_tag="string",
md5sum="string",
mod_time="string",
moid="string",
name="string",
nr_sources=[{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
}],
nr_version="string",
object_type="string",
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
partnerintegration_file_id="string",
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
release_date="string",
sha512sum="string",
shared_scope="string",
size=0,
software_advisory_url="string",
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}],
workspace_name="string")
const partnerintegrationFileResource = new intersight.PartnerintegrationFile("partnerintegrationFileResource", {
accountMoid: "string",
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
catalogs: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
description: "string",
domainGroupMoid: "string",
downloadCount: 0,
featureSource: "string",
filePath: "string",
fileType: "string",
importAction: "string",
importState: "string",
importedTime: "string",
lastAccessTime: "string",
md5eTag: "string",
md5sum: "string",
modTime: "string",
moid: "string",
name: "string",
nrSources: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
}],
nrVersion: "string",
objectType: "string",
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
partnerintegrationFileId: "string",
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
releaseDate: "string",
sha512sum: "string",
sharedScope: "string",
size: 0,
softwareAdvisoryUrl: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
workspaceName: "string",
});
type: intersight:PartnerintegrationFile
properties:
accountMoid: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
catalogs:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
description: string
domainGroupMoid: string
downloadCount: 0
featureSource: string
filePath: string
fileType: string
importAction: string
importState: string
importedTime: string
lastAccessTime: string
md5eTag: string
md5sum: string
modTime: string
moid: string
name: string
nrSources:
- additionalProperties: string
classId: string
objectType: string
nrVersion: string
objectType: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
partnerintegrationFileId: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
releaseDate: string
sha512sum: string
sharedScope: string
size: 0
softwareAdvisoryUrl: string
tags:
- additionalProperties: string
key: string
value: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
workspaceName: string
PartnerintegrationFile 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 PartnerintegrationFile resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Partnerintegration
File Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalogs
List<Partnerintegration
File Catalog> - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Download
Count double - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source string - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Path string - (ReadOnly) Path of the file being uploaded.
- File
Type string - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - Import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State string - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time string - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access stringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- Nr
Sources List<PartnerintegrationFile Nr Source> - Location of the file in an external repository. This complex property has following sub-properties:
- Nr
Version string - Vendor provided version for the file.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Partnerintegration
File Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Partnerintegration
File stringId - Permission
Resources List<PartnerintegrationFile Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Release
Date string - (ReadOnly) The date on which the file was released or distributed by its vendor.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- List<Partnerintegration
File Tag> - This complex property has following sub-properties:
- Version
Contexts List<PartnerintegrationFile Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workspace
Name string - (ReadOnly) The partner integration workspace to use to upload the File.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Partnerintegration
File Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalogs
[]Partnerintegration
File Catalog Args - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Download
Count float64 - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source string - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Path string - (ReadOnly) Path of the file being uploaded.
- File
Type string - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - Import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State string - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time string - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access stringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- Nr
Sources []PartnerintegrationFile Nr Source Args - Location of the file in an external repository. This complex property has following sub-properties:
- Nr
Version string - Vendor provided version for the file.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Partnerintegration
File Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Partnerintegration
File stringId - Permission
Resources []PartnerintegrationFile Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Release
Date string - (ReadOnly) The date on which the file was released or distributed by its vendor.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size float64
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- []Partnerintegration
File Tag Args - This complex property has following sub-properties:
- Version
Contexts []PartnerintegrationFile Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workspace
Name string - (ReadOnly) The partner integration workspace to use to upload the File.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Partnerintegration
File Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs
List<Partnerintegration
File Catalog> - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- download
Count Double - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source String - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Path String - (ReadOnly) Path of the file being uploaded.
- file
Type String - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import
Action String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State String - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time String - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access StringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nr
Sources List<PartnerintegrationFile Nr Source> - Location of the file in an external repository. This complex property has following sub-properties:
- nr
Version String - Vendor provided version for the file.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Partnerintegration
File Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration
File StringId - permission
Resources List<PartnerintegrationFile Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release
Date String - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory StringUrl - The software advisory, if any, provided by the vendor for this file.
- List<Partnerintegration
File Tag> - This complex property has following sub-properties:
- version
Contexts List<PartnerintegrationFile Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace
Name String - (ReadOnly) The partner integration workspace to use to upload the File.
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Partnerintegration
File Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs
Partnerintegration
File Catalog[] - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- download
Count number - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source string - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Path string - (ReadOnly) Path of the file being uploaded.
- file
Type string - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State string - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time string - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access stringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the file. It is populated as part of the image import operation.
- nr
Sources PartnerintegrationFile Nr Source[] - Location of the file in an external repository. This complex property has following sub-properties:
- nr
Version string - Vendor provided version for the file.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Partnerintegration
File Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration
File stringId - permission
Resources PartnerintegrationFile Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release
Date string - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- Partnerintegration
File Tag[] - This complex property has following sub-properties:
- version
Contexts PartnerintegrationFile Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace
Name string - (ReadOnly) The partner integration workspace to use to upload the File.
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Partnerintegration
File Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs
Sequence[Partnerintegration
File Catalog Args] - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time str - (ReadOnly) The time when this managed object was created.
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- download_
count float - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature_
source str - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file_
path str - (ReadOnly) Path of the file being uploaded.
- file_
type str - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import_
action str - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import_
state str - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported_
time str - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last_
access_ strtime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e_
tag str - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum str
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the file. It is populated as part of the image import operation.
- nr_
sources Sequence[PartnerintegrationFile Nr Source Args] - Location of the file in an external repository. This complex property has following sub-properties:
- nr_
version str - Vendor provided version for the file.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Partnerintegration
File Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration_
file_ strid - permission_
resources Sequence[PartnerintegrationFile Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release_
date str - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum str
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size float
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software_
advisory_ strurl - The software advisory, if any, provided by the vendor for this file.
- Sequence[Partnerintegration
File Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[PartnerintegrationFile Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace_
name str - (ReadOnly) The partner integration workspace to use to upload the File.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs List<Property Map>
- A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- download
Count Number - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source String - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Path String - (ReadOnly) Path of the file being uploaded.
- file
Type String - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import
Action String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State String - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time String - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access StringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nr
Sources List<Property Map> - Location of the file in an external repository. This complex property has following sub-properties:
- nr
Version String - Vendor provided version for the file.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration
File StringId - permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release
Date String - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory StringUrl - The software advisory, if any, provided by the vendor for this file.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace
Name String - (ReadOnly) The partner integration workspace to use to upload the File.
Outputs
All input properties are implicitly available as output properties. Additionally, the PartnerintegrationFile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing PartnerintegrationFile Resource
Get an existing PartnerintegrationFile 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?: PartnerintegrationFileState, opts?: CustomResourceOptions): PartnerintegrationFile
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[PartnerintegrationFileAncestorArgs]] = None,
catalogs: Optional[Sequence[PartnerintegrationFileCatalogArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
download_count: Optional[float] = None,
feature_source: Optional[str] = None,
file_path: Optional[str] = None,
file_type: Optional[str] = None,
import_action: Optional[str] = None,
import_state: Optional[str] = None,
imported_time: Optional[str] = None,
last_access_time: Optional[str] = None,
md5e_tag: Optional[str] = None,
md5sum: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
nr_sources: Optional[Sequence[PartnerintegrationFileNrSourceArgs]] = None,
nr_version: Optional[str] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[PartnerintegrationFileParentArgs]] = None,
partnerintegration_file_id: Optional[str] = None,
permission_resources: Optional[Sequence[PartnerintegrationFilePermissionResourceArgs]] = None,
release_date: Optional[str] = None,
sha512sum: Optional[str] = None,
shared_scope: Optional[str] = None,
size: Optional[float] = None,
software_advisory_url: Optional[str] = None,
tags: Optional[Sequence[PartnerintegrationFileTagArgs]] = None,
version_contexts: Optional[Sequence[PartnerintegrationFileVersionContextArgs]] = None,
workspace_name: Optional[str] = None) -> PartnerintegrationFile
func GetPartnerintegrationFile(ctx *Context, name string, id IDInput, state *PartnerintegrationFileState, opts ...ResourceOption) (*PartnerintegrationFile, error)
public static PartnerintegrationFile Get(string name, Input<string> id, PartnerintegrationFileState? state, CustomResourceOptions? opts = null)
public static PartnerintegrationFile get(String name, Output<String> id, PartnerintegrationFileState state, CustomResourceOptions options)
resources: _: type: intersight:PartnerintegrationFile 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.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Partnerintegration
File Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalogs
List<Partnerintegration
File Catalog> - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Download
Count double - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source string - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Path string - (ReadOnly) Path of the file being uploaded.
- File
Type string - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - Import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State string - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time string - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access stringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- Nr
Sources List<PartnerintegrationFile Nr Source> - Location of the file in an external repository. This complex property has following sub-properties:
- Nr
Version string - Vendor provided version for the file.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Partnerintegration
File Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Partnerintegration
File stringId - Permission
Resources List<PartnerintegrationFile Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Release
Date string - (ReadOnly) The date on which the file was released or distributed by its vendor.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- List<Partnerintegration
File Tag> - This complex property has following sub-properties:
- Version
Contexts List<PartnerintegrationFile Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workspace
Name string - (ReadOnly) The partner integration workspace to use to upload the File.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Partnerintegration
File Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Catalogs
[]Partnerintegration
File Catalog Args - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Download
Count float64 - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Feature
Source string - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - File
Path string - (ReadOnly) Path of the file being uploaded.
- File
Type string - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - Import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - Import
State string - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - Imported
Time string - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- Last
Access stringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- Md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- Md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the file. It is populated as part of the image import operation.
- Nr
Sources []PartnerintegrationFile Nr Source Args - Location of the file in an external repository. This complex property has following sub-properties:
- Nr
Version string - Vendor provided version for the file.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Partnerintegration
File Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Partnerintegration
File stringId - Permission
Resources []PartnerintegrationFile Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Release
Date string - (ReadOnly) The date on which the file was released or distributed by its vendor.
- Sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Size float64
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- Software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- []Partnerintegration
File Tag Args - This complex property has following sub-properties:
- Version
Contexts []PartnerintegrationFile Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Workspace
Name string - (ReadOnly) The partner integration workspace to use to upload the File.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Partnerintegration
File Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs
List<Partnerintegration
File Catalog> - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- download
Count Double - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source String - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Path String - (ReadOnly) Path of the file being uploaded.
- file
Type String - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import
Action String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State String - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time String - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access StringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nr
Sources List<PartnerintegrationFile Nr Source> - Location of the file in an external repository. This complex property has following sub-properties:
- nr
Version String - Vendor provided version for the file.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Partnerintegration
File Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration
File StringId - permission
Resources List<PartnerintegrationFile Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release
Date String - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Double
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory StringUrl - The software advisory, if any, provided by the vendor for this file.
- List<Partnerintegration
File Tag> - This complex property has following sub-properties:
- version
Contexts List<PartnerintegrationFile Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace
Name String - (ReadOnly) The partner integration workspace to use to upload the File.
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Partnerintegration
File Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs
Partnerintegration
File Catalog[] - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- description string
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- download
Count number - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source string - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Path string - (ReadOnly) Path of the file being uploaded.
- file
Type string - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import
Action string - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State string - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time string - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access stringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag string - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum string
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the file. It is populated as part of the image import operation.
- nr
Sources PartnerintegrationFile Nr Source[] - Location of the file in an external repository. This complex property has following sub-properties:
- nr
Version string - Vendor provided version for the file.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Partnerintegration
File Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration
File stringId - permission
Resources PartnerintegrationFile Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release
Date string - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum string
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory stringUrl - The software advisory, if any, provided by the vendor for this file.
- Partnerintegration
File Tag[] - This complex property has following sub-properties:
- version
Contexts PartnerintegrationFile Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace
Name string - (ReadOnly) The partner integration workspace to use to upload the File.
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Partnerintegration
File Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs
Sequence[Partnerintegration
File Catalog Args] - A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time str - (ReadOnly) The time when this managed object was created.
- description str
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- download_
count float - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature_
source str - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file_
path str - (ReadOnly) Path of the file being uploaded.
- file_
type str - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import_
action str - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import_
state str - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported_
time str - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last_
access_ strtime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e_
tag str - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum str
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the file. It is populated as part of the image import operation.
- nr_
sources Sequence[PartnerintegrationFile Nr Source Args] - Location of the file in an external repository. This complex property has following sub-properties:
- nr_
version str - Vendor provided version for the file.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Partnerintegration
File Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration_
file_ strid - permission_
resources Sequence[PartnerintegrationFile Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release_
date str - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum str
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size float
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software_
advisory_ strurl - The software advisory, if any, provided by the vendor for this file.
- Sequence[Partnerintegration
File Tag Args] - This complex property has following sub-properties:
- version_
contexts Sequence[PartnerintegrationFile Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace_
name str - (ReadOnly) The partner integration workspace to use to upload the File.
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- catalogs List<Property Map>
- A reference to a softwarerepositoryCatalog resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- description String
- User provided description about the file. Cisco provided description for image inventoried from a Cisco repository.
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- download
Count Number - (ReadOnly) The number of times this file has been downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- feature
Source String - (ReadOnly) The name of the feature to which the uploaded file belongs.*
System
- This indicates system initiated file uploads.*OpenAPIImport
- This indicates an OpenAPI file upload.*PartnerIntegrationImport
- This indicates a Partner-Integration Appliance user file uploads. - file
Path String - (ReadOnly) Path of the file being uploaded.
- file
Type String - Type of the file being uploaded.*
None
- Invalid file type for partnerIntegration appliance.*Model
- Model file of Generic Device.*Etl
- ETL file of Generic Device.*Ui
- UI file of Generic Device.*DeviceConnector
- Generic Device Connector file. - import
Action String - The action to be performed on the imported file. If 'PreCache' is set, the image will be cached in Appliance. Applicable in Intersight appliance deployment. If 'Evict' is set, the cached file will be removed. Applicable in Intersight appliance deployment. If 'GeneratePreSignedUploadUrl' is set, generates pre signed URL (s) for the file to be imported into the repository. Applicable for local machine source. The URL (s) will be populated under LocalMachine file server. If 'CompleteImportProcess' is set, the ImportState is marked as 'Imported'. Applicable for local machine source. If 'Cancel' is set, the ImportState is marked as 'Failed'. Applicable for local machine source.*
None
- No action should be taken on the imported file.*GeneratePreSignedUploadUrl
- Generate pre signed URL of file for importing into the repository.*GeneratePreSignedDownloadUrl
- Generate pre signed URL of file in the repository to download.*CompleteImportProcess
- Mark that the import process of the file into the repository is complete.*MarkImportFailed
- Mark to indicate that the import process of the file into the repository failed.*PreCache
- Cache the file into the Intersight Appliance.*Cancel
- The cancel import process for the file into the repository.*Extract
- The action to extract the file in the external repository.*Evict
- Evict the cached file from the Intersight Appliance. - import
State String - (ReadOnly) The state of this file in the repository or Appliance. The importState is updated during the import operation and as part of the repository monitoring process.*
ReadyForImport
- The image is ready to be imported into the repository.*Importing
- The image is being imported into the repository.*Imported
- The image has been extracted and imported into the repository.*PendingExtraction
- Indicates that the image has been imported but not extracted in the repository.*Extracting
- Indicates that the image is being extracted into the repository.*Extracted
- Indicates that the image has been extracted into the repository.*Failed
- The image import from an external source to the repository has failed.*MetaOnly
- The image is present in an external repository.*ReadyForCache
- The image is ready to be cached into the Intersight Appliance.*Caching
- Indicates that the image is being cached into the Intersight Appliance or endpoint cache.*Cached
- Indicates that the image has been cached into the Intersight Appliance or endpoint cache.*CachingFailed
- Indicates that the image caching into the Intersight Appliance failed or endpoint cache.*Corrupted
- Indicates that the image in the local repository (or endpoint cache) has been corrupted after it was cached.*Evicted
- Indicates that the image has been evicted from the Intersight Appliance (or endpoint cache) to reclaim storage space.*Invalid
- Indicates that the corresponding distributable MO has been removed from the backend. This can be due to unpublishing of an image. - imported
Time String - (ReadOnly) The time at which this image or file was imported/cached into the repositry. if the 'ImportState' is 'Imported', the time at which this image or file was imported. if the 'ImportState' is 'Cached', the time at which this image or file was cached.
- last
Access StringTime - (ReadOnly) The time at which this file was last downloaded from the local repository. It is used by the repository monitoring process to determine the files that are to be evicted from the cache.
- md5e
Tag String - The MD5 ETag for a file that is stored in Intersight repository or in the appliance cache. Warning - MD5 is currently broken and this will be migrated to SHA shortly.
- md5sum String
- The md5sum checksum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the file. It is populated as part of the image import operation.
- nr
Sources List<Property Map> - Location of the file in an external repository. This complex property has following sub-properties:
- nr
Version String - Vendor provided version for the file.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- partnerintegration
File StringId - permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- release
Date String - (ReadOnly) The date on which the file was released or distributed by its vendor.
- sha512sum String
- The sha512sum of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Number
- The size (in bytes) of the file. This information is available for all Cisco distributed images and files imported to the local repository.
- software
Advisory StringUrl - The software advisory, if any, provided by the vendor for this file.
- List<Property Map>
- This complex property has following sub-properties:
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- workspace
Name String - (ReadOnly) The partner integration workspace to use to upload the File.
Supporting Types
PartnerintegrationFileAncestor, PartnerintegrationFileAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
PartnerintegrationFileCatalog, PartnerintegrationFileCatalogArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
PartnerintegrationFileNrSource, PartnerintegrationFileNrSourceArgs
- Additional
Properties string - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Additional
Properties string - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties string - class
Id string - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_
properties str - class_
id str - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
PartnerintegrationFileParent, PartnerintegrationFileParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
PartnerintegrationFilePermissionResource, PartnerintegrationFilePermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
PartnerintegrationFileTag, PartnerintegrationFileTagArgs
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
PartnerintegrationFileVersionContext, PartnerintegrationFileVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<PartnerintegrationFile Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<PartnerintegrationFile Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - Interested
Mos []PartnerintegrationFile Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []PartnerintegrationFile Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<PartnerintegrationFile Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<PartnerintegrationFile Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - interested
Mos PartnerintegrationFile Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos PartnerintegrationFile Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - interested_
mos Sequence[PartnerintegrationFile Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[PartnerintegrationFile Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
PartnerintegrationFileVersionContextInterestedMo, PartnerintegrationFileVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
PartnerintegrationFileVersionContextRefMo, PartnerintegrationFileVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_partnerintegration_file
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/partnerintegrationFile:PartnerintegrationFile example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.