intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getFunctionsUpload
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
The managed object which has info about uploaded file.
Using getFunctionsUpload
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFunctionsUpload(args: GetFunctionsUploadArgs, opts?: InvokeOptions): Promise<GetFunctionsUploadResult>
function getFunctionsUploadOutput(args: GetFunctionsUploadOutputArgs, opts?: InvokeOptions): Output<GetFunctionsUploadResult>
def get_functions_upload(account_moid: Optional[str] = None,
action: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetFunctionsUploadAncestor]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
create_user: Optional[str] = None,
description: Optional[str] = None,
domain_group_moid: Optional[str] = None,
file_name: Optional[str] = None,
file_size: Optional[float] = None,
id: Optional[str] = None,
mod_time: Optional[str] = None,
mod_user: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
organization: Optional[GetFunctionsUploadOrganization] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetFunctionsUploadParent] = None,
part_size: Optional[float] = None,
permission_resources: Optional[Sequence[GetFunctionsUploadPermissionResource]] = None,
shared_scope: Optional[str] = None,
state: Optional[str] = None,
tags: Optional[Sequence[GetFunctionsUploadTag]] = None,
upload_urls: Optional[Sequence[str]] = None,
version_context: Optional[GetFunctionsUploadVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetFunctionsUploadResult
def get_functions_upload_output(account_moid: Optional[pulumi.Input[str]] = None,
action: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFunctionsUploadAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
create_time: Optional[pulumi.Input[str]] = None,
create_user: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
file_name: Optional[pulumi.Input[str]] = None,
file_size: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
mod_user: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[GetFunctionsUploadOrganizationArgs]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetFunctionsUploadParentArgs]] = None,
part_size: Optional[pulumi.Input[float]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFunctionsUploadPermissionResourceArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFunctionsUploadTagArgs]]]] = None,
upload_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
version_context: Optional[pulumi.Input[GetFunctionsUploadVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFunctionsUploadResult]
func LookupFunctionsUpload(ctx *Context, args *LookupFunctionsUploadArgs, opts ...InvokeOption) (*LookupFunctionsUploadResult, error)
func LookupFunctionsUploadOutput(ctx *Context, args *LookupFunctionsUploadOutputArgs, opts ...InvokeOption) LookupFunctionsUploadResultOutput
> Note: This function is named LookupFunctionsUpload
in the Go SDK.
public static class GetFunctionsUpload
{
public static Task<GetFunctionsUploadResult> InvokeAsync(GetFunctionsUploadArgs args, InvokeOptions? opts = null)
public static Output<GetFunctionsUploadResult> Invoke(GetFunctionsUploadInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFunctionsUploadResult> getFunctionsUpload(GetFunctionsUploadArgs args, InvokeOptions options)
public static Output<GetFunctionsUploadResult> getFunctionsUpload(GetFunctionsUploadArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getFunctionsUpload:getFunctionsUpload
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - Additional
Properties string - Ancestors
List<Get
Functions Upload Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Create
User string - The user identifier who created the Upload.
- Description string
- Description of the Upload.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Name string - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- File
Size double - The size (in bytes) of the file.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Mod
User string - The user identifier who last updated the Upload.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Object
Type string - Organization
Get
Functions Upload Organization - Owners List<string>
- Parent
Get
Functions Upload Parent - Part
Size double - The chunk size (in bytes) for each part of the file to be uploaded.
- Permission
Resources List<GetFunctions Upload Permission Resource> - string
- 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.
- State string
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - List<Get
Functions Upload Tag> - Upload
Urls List<string> - Version
Context GetFunctions Upload Version Context
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - Additional
Properties string - Ancestors
[]Get
Functions Upload Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Create
User string - The user identifier who created the Upload.
- Description string
- Description of the Upload.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Name string - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- File
Size float64 - The size (in bytes) of the file.
- Id string
- Mod
Time string - The time when this managed object was last modified.
- Mod
User string - The user identifier who last updated the Upload.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Object
Type string - Organization
Get
Functions Upload Organization - Owners []string
- Parent
Get
Functions Upload Parent - Part
Size float64 - The chunk size (in bytes) for each part of the file to be uploaded.
- Permission
Resources []GetFunctions Upload Permission Resource - string
- 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.
- State string
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - []Get
Functions Upload Tag - Upload
Urls []string - Version
Context GetFunctions Upload Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional
Properties String - ancestors
List<Get
Functions Upload Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- create
User String - The user identifier who created the Upload.
- description String
- Description of the Upload.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Name String - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file
Size Double - The size (in bytes) of the file.
- id String
- mod
Time String - The time when this managed object was last modified.
- mod
User String - The user identifier who last updated the Upload.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object
Type String - organization
Get
Functions Upload Organization - owners List<String>
- parent
Get
Functions Upload Parent - part
Size Double - The chunk size (in bytes) for each part of the file to be uploaded.
- permission
Resources List<GetFunctions Upload Permission Resource> - String
- 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.
- state String
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - List<Get
Functions Upload Tag> - upload
Urls List<String> - version
Context GetFunctions Upload Version Context
- account
Moid string - The Account ID for this managed object.
- action string
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional
Properties string - ancestors
Get
Functions Upload Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- create
User string - The user identifier who created the Upload.
- description string
- Description of the Upload.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
Name string - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file
Size number - The size (in bytes) of the file.
- id string
- mod
Time string - The time when this managed object was last modified.
- mod
User string - The user identifier who last updated the Upload.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object
Type string - organization
Get
Functions Upload Organization - owners string[]
- parent
Get
Functions Upload Parent - part
Size number - The chunk size (in bytes) for each part of the file to be uploaded.
- permission
Resources GetFunctions Upload Permission Resource[] - string
- 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.
- state string
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - Get
Functions Upload Tag[] - upload
Urls string[] - version
Context GetFunctions Upload Version Context
- account_
moid str - The Account ID for this managed object.
- action str
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional_
properties str - ancestors
Sequence[Get
Functions Upload Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- create_
user str - The user identifier who created the Upload.
- description str
- Description of the Upload.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
name str - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file_
size float - The size (in bytes) of the file.
- id str
- mod_
time str - The time when this managed object was last modified.
- mod_
user str - The user identifier who last updated the Upload.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_
type str - organization
Get
Functions Upload Organization - owners Sequence[str]
- parent
Get
Functions Upload Parent - part_
size float - The chunk size (in bytes) for each part of the file to be uploaded.
- permission_
resources Sequence[GetFunctions Upload Permission Resource] - str
- 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.
- state str
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - Sequence[Get
Functions Upload Tag] - upload_
urls Sequence[str] - version_
context GetFunctions Upload Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- create
User String - The user identifier who created the Upload.
- description String
- Description of the Upload.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Name String - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file
Size Number - The size (in bytes) of the file.
- id String
- mod
Time String - The time when this managed object was last modified.
- mod
User String - The user identifier who last updated the Upload.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- part
Size Number - The chunk size (in bytes) for each part of the file to be uploaded.
- permission
Resources List<Property Map> - String
- 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.
- state String
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - List<Property Map>
- upload
Urls List<String> - version
Context Property Map
getFunctionsUpload Result
The following output properties are available:
- Id string
- Results
List<Get
Functions Upload Result> - Account
Moid string - Action string
- Additional
Properties string - Ancestors
List<Get
Functions Upload Ancestor> - Class
Id string - Create
Time string - Create
User string - Description string
- Domain
Group stringMoid - File
Name string - File
Size double - Mod
Time string - Mod
User string - Moid string
- Name string
- Object
Type string - Organization
Get
Functions Upload Organization - Owners List<string>
- Parent
Get
Functions Upload Parent - Part
Size double - Permission
Resources List<GetFunctions Upload Permission Resource> - string
- State string
- List<Get
Functions Upload Tag> - Upload
Urls List<string> - Version
Context GetFunctions Upload Version Context
- Id string
- Results
[]Get
Functions Upload Result - Account
Moid string - Action string
- Additional
Properties string - Ancestors
[]Get
Functions Upload Ancestor - Class
Id string - Create
Time string - Create
User string - Description string
- Domain
Group stringMoid - File
Name string - File
Size float64 - Mod
Time string - Mod
User string - Moid string
- Name string
- Object
Type string - Organization
Get
Functions Upload Organization - Owners []string
- Parent
Get
Functions Upload Parent - Part
Size float64 - Permission
Resources []GetFunctions Upload Permission Resource - string
- State string
- []Get
Functions Upload Tag - Upload
Urls []string - Version
Context GetFunctions Upload Version Context
- id String
- results
List<Get
Functions Upload Result> - account
Moid String - action String
- additional
Properties String - ancestors
List<Get
Functions Upload Ancestor> - class
Id String - create
Time String - create
User String - description String
- domain
Group StringMoid - file
Name String - file
Size Double - mod
Time String - mod
User String - moid String
- name String
- object
Type String - organization
Get
Functions Upload Organization - owners List<String>
- parent
Get
Functions Upload Parent - part
Size Double - permission
Resources List<GetFunctions Upload Permission Resource> - String
- state String
- List<Get
Functions Upload Tag> - upload
Urls List<String> - version
Context GetFunctions Upload Version Context
- id string
- results
Get
Functions Upload Result[] - account
Moid string - action string
- additional
Properties string - ancestors
Get
Functions Upload Ancestor[] - class
Id string - create
Time string - create
User string - description string
- domain
Group stringMoid - file
Name string - file
Size number - mod
Time string - mod
User string - moid string
- name string
- object
Type string - organization
Get
Functions Upload Organization - owners string[]
- parent
Get
Functions Upload Parent - part
Size number - permission
Resources GetFunctions Upload Permission Resource[] - string
- state string
- Get
Functions Upload Tag[] - upload
Urls string[] - version
Context GetFunctions Upload Version Context
- id str
- results
Sequence[Get
Functions Upload Result] - account_
moid str - action str
- additional_
properties str - ancestors
Sequence[Get
Functions Upload Ancestor] - class_
id str - create_
time str - create_
user str - description str
- domain_
group_ strmoid - file_
name str - file_
size float - mod_
time str - mod_
user str - moid str
- name str
- object_
type str - organization
Get
Functions Upload Organization - owners Sequence[str]
- parent
Get
Functions Upload Parent - part_
size float - permission_
resources Sequence[GetFunctions Upload Permission Resource] - str
- state str
- Sequence[Get
Functions Upload Tag] - upload_
urls Sequence[str] - version_
context GetFunctions Upload Version Context
- id String
- results List<Property Map>
- account
Moid String - action String
- additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - create
User String - description String
- domain
Group StringMoid - file
Name String - file
Size Number - mod
Time String - mod
User String - moid String
- name String
- object
Type String - organization Property Map
- owners List<String>
- parent Property Map
- part
Size Number - permission
Resources List<Property Map> - String
- state String
- List<Property Map>
- upload
Urls List<String> - version
Context Property Map
Supporting Types
GetFunctionsUploadAncestor
- Additional
Properties string - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
GetFunctionsUploadOrganization
- Additional
Properties string - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
GetFunctionsUploadParent
- Additional
Properties string - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
GetFunctionsUploadPermissionResource
- Additional
Properties string - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
GetFunctionsUploadResult
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - Additional
Properties string - Ancestors
List<Get
Functions Upload Result Ancestor> - Class
Id string - Create
Time string - The time when this managed object was created.
- Create
User string - The user identifier who created the Upload.
- Description string
- Description of the Upload.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Name string - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- File
Size double - The size (in bytes) of the file.
- Mod
Time string - The time when this managed object was last modified.
- Mod
User string - The user identifier who last updated the Upload.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Object
Type string - Organizations
List<Get
Functions Upload Result Organization> - Owners List<string>
- Parents
List<Get
Functions Upload Result Parent> - Part
Size double - The chunk size (in bytes) for each part of the file to be uploaded.
- Permission
Resources List<GetFunctions Upload Result Permission Resource> - string
- 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.
- State string
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - List<Get
Functions Upload Result Tag> - Upload
Urls List<string> - Version
Contexts List<GetFunctions Upload Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Action string
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - Additional
Properties string - Ancestors
[]Get
Functions Upload Result Ancestor - Class
Id string - Create
Time string - The time when this managed object was created.
- Create
User string - The user identifier who created the Upload.
- Description string
- Description of the Upload.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Name string - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- File
Size float64 - The size (in bytes) of the file.
- Mod
Time string - The time when this managed object was last modified.
- Mod
User string - The user identifier who last updated the Upload.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- Object
Type string - Organizations
[]Get
Functions Upload Result Organization - Owners []string
- Parents
[]Get
Functions Upload Result Parent - Part
Size float64 - The chunk size (in bytes) for each part of the file to be uploaded.
- Permission
Resources []GetFunctions Upload Result Permission Resource - string
- 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.
- State string
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - []Get
Functions Upload Result Tag - Upload
Urls []string - Version
Contexts []GetFunctions Upload Result Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional
Properties String - ancestors
List<Get
Functions Upload Result Ancestor> - class
Id String - create
Time String - The time when this managed object was created.
- create
User String - The user identifier who created the Upload.
- description String
- Description of the Upload.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Name String - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file
Size Double - The size (in bytes) of the file.
- mod
Time String - The time when this managed object was last modified.
- mod
User String - The user identifier who last updated the Upload.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object
Type String - organizations
List<Get
Functions Upload Result Organization> - owners List<String>
- parents
List<Get
Functions Upload Result Parent> - part
Size Double - The chunk size (in bytes) for each part of the file to be uploaded.
- permission
Resources List<GetFunctions Upload Result Permission Resource> - String
- 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.
- state String
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - List<Get
Functions Upload Result Tag> - upload
Urls List<String> - version
Contexts List<GetFunctions Upload Result Version Context>
- account
Moid string - The Account ID for this managed object.
- action string
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional
Properties string - ancestors
Get
Functions Upload Result Ancestor[] - class
Id string - create
Time string - The time when this managed object was created.
- create
User string - The user identifier who created the Upload.
- description string
- Description of the Upload.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
Name string - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file
Size number - The size (in bytes) of the file.
- mod
Time string - The time when this managed object was last modified.
- mod
User string - The user identifier who last updated the Upload.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object
Type string - organizations
Get
Functions Upload Result Organization[] - owners string[]
- parents
Get
Functions Upload Result Parent[] - part
Size number - The chunk size (in bytes) for each part of the file to be uploaded.
- permission
Resources GetFunctions Upload Result Permission Resource[] - string
- 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.
- state string
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - Get
Functions Upload Result Tag[] - upload
Urls string[] - version
Contexts GetFunctions Upload Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- action str
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional_
properties str - ancestors
Sequence[Get
Functions Upload Result Ancestor] - class_
id str - create_
time str - The time when this managed object was created.
- create_
user str - The user identifier who created the Upload.
- description str
- Description of the Upload.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
name str - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file_
size float - The size (in bytes) of the file.
- mod_
time str - The time when this managed object was last modified.
- mod_
user str - The user identifier who last updated the Upload.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object_
type str - organizations
Sequence[Get
Functions Upload Result Organization] - owners Sequence[str]
- parents
Sequence[Get
Functions Upload Result Parent] - part_
size float - The chunk size (in bytes) for each part of the file to be uploaded.
- permission_
resources Sequence[GetFunctions Upload Result Permission Resource] - str
- 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.
- state str
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - Sequence[Get
Functions Upload Result Tag] - upload_
urls Sequence[str] - version_
contexts Sequence[GetFunctions Upload Result Version Context]
- account
Moid String - The Account ID for this managed object.
- action String
- Action against the Upload.*
None
- No action is set, this is the default value for action field.*CompleteUploading
- Mark the instance of a Upload as uploaded. - additional
Properties String - ancestors List<Property Map>
- class
Id String - create
Time String - The time when this managed object was created.
- create
User String - The user identifier who created the Upload.
- description String
- Description of the Upload.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Name String - The file name of the Upload. File name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- file
Size Number - The size (in bytes) of the file.
- mod
Time String - The time when this managed object was last modified.
- mod
User String - The user identifier who last updated the Upload.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- The name of the Upload. Name can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.) or an underscore (_).
- object
Type String - organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- part
Size Number - The chunk size (in bytes) for each part of the file to be uploaded.
- permission
Resources List<Property Map> - String
- 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.
- state String
- Current representation of the state of Upload.*
Uploading
- File uploading is in progress.*Uploaded
- File uploading is completed.*Failed
- File uploading is failed. - List<Property Map>
- upload
Urls List<String> - version
Contexts List<Property Map>
GetFunctionsUploadResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFunctionsUploadResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFunctionsUploadResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFunctionsUploadResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFunctionsUploadResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetFunctionsUploadResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<GetFunctions Upload Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetFunctions Upload Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetFunctions Upload Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetFunctions Upload Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetFunctionsUploadResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFunctionsUploadResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFunctionsUploadTag
- 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.
GetFunctionsUploadVersionContext
- Additional
Properties string - 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.
- Interested
Mos List<GetFunctions Upload Version Context Interested Mo> - Marked
For boolDeletion - 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 - 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
Mo GetFunctions Upload Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - 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 intended
to 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 - 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.
- Interested
Mos []GetFunctions Upload Version Context Interested Mo - Marked
For boolDeletion - 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 - 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
Mo GetFunctions Upload Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - 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 intended
to 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 - 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.
- interested
Mos List<GetFunctions Upload Version Context Interested Mo> - marked
For BooleanDeletion - 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 - 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
Mo GetFunctions Upload Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - 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 intended
to 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 - 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.
- interested
Mos GetFunctions Upload Version Context Interested Mo[] - marked
For booleanDeletion - 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 - 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
Mo GetFunctions Upload Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - 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 intended
to 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 - 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.
- interested_
mos Sequence[GetFunctions Upload Version Context Interested Mo] - marked_
for_ booldeletion - 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 - 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_
mo GetFunctions Upload Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - 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 intended
to 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 - 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - 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 - 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
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - 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 intended
to 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.
GetFunctionsUploadVersionContextInterestedMo
- Additional
Properties string - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
GetFunctionsUploadVersionContextRefMo
- Additional
Properties string - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- Moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid string
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid str
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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 - 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.
- moid String
- The unique identifier of this Managed Object instance.
- 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 may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance 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'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet