intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getOsBulkInstallInfo
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
This MO models the CSV file content which the user uploaded for OS installation. As part of the handler, necessary filed in the model can be populated along with respective validation.
Using getOsBulkInstallInfo
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 getOsBulkInstallInfo(args: GetOsBulkInstallInfoArgs, opts?: InvokeOptions): Promise<GetOsBulkInstallInfoResult>
function getOsBulkInstallInfoOutput(args: GetOsBulkInstallInfoOutputArgs, opts?: InvokeOptions): Output<GetOsBulkInstallInfoResult>
def get_os_bulk_install_info(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetOsBulkInstallInfoAncestor]] = None,
class_id: Optional[str] = None,
configuration_file: Optional[GetOsBulkInstallInfoConfigurationFile] = None,
create_time: Optional[str] = None,
domain_group_moid: Optional[str] = None,
file_content: Optional[str] = None,
global_config: Optional[GetOsBulkInstallInfoGlobalConfig] = None,
id: Optional[str] = None,
is_file_content_set: Optional[bool] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
name: Optional[str] = None,
object_type: Optional[str] = None,
oper_state: Optional[str] = None,
organization: Optional[GetOsBulkInstallInfoOrganization] = None,
os_image: Optional[GetOsBulkInstallInfoOsImage] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetOsBulkInstallInfoParent] = None,
permission_resources: Optional[Sequence[GetOsBulkInstallInfoPermissionResource]] = None,
scu_image: Optional[GetOsBulkInstallInfoScuImage] = None,
server_configs: Optional[Sequence[GetOsBulkInstallInfoServerConfig]] = None,
servers: Optional[Sequence[GetOsBulkInstallInfoServer]] = None,
shared_scope: Optional[str] = None,
tags: Optional[Sequence[GetOsBulkInstallInfoTag]] = None,
validation_infos: Optional[Sequence[GetOsBulkInstallInfoValidationInfo]] = None,
version_context: Optional[GetOsBulkInstallInfoVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetOsBulkInstallInfoResult
def get_os_bulk_install_info_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsBulkInstallInfoAncestorArgs]]]] = None,
class_id: Optional[pulumi.Input[str]] = None,
configuration_file: Optional[pulumi.Input[GetOsBulkInstallInfoConfigurationFileArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
file_content: Optional[pulumi.Input[str]] = None,
global_config: Optional[pulumi.Input[GetOsBulkInstallInfoGlobalConfigArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
is_file_content_set: Optional[pulumi.Input[bool]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
oper_state: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[GetOsBulkInstallInfoOrganizationArgs]] = None,
os_image: Optional[pulumi.Input[GetOsBulkInstallInfoOsImageArgs]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetOsBulkInstallInfoParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsBulkInstallInfoPermissionResourceArgs]]]] = None,
scu_image: Optional[pulumi.Input[GetOsBulkInstallInfoScuImageArgs]] = None,
server_configs: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsBulkInstallInfoServerConfigArgs]]]] = None,
servers: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsBulkInstallInfoServerArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsBulkInstallInfoTagArgs]]]] = None,
validation_infos: Optional[pulumi.Input[Sequence[pulumi.Input[GetOsBulkInstallInfoValidationInfoArgs]]]] = None,
version_context: Optional[pulumi.Input[GetOsBulkInstallInfoVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOsBulkInstallInfoResult]
func LookupOsBulkInstallInfo(ctx *Context, args *LookupOsBulkInstallInfoArgs, opts ...InvokeOption) (*LookupOsBulkInstallInfoResult, error)
func LookupOsBulkInstallInfoOutput(ctx *Context, args *LookupOsBulkInstallInfoOutputArgs, opts ...InvokeOption) LookupOsBulkInstallInfoResultOutput
> Note: This function is named LookupOsBulkInstallInfo
in the Go SDK.
public static class GetOsBulkInstallInfo
{
public static Task<GetOsBulkInstallInfoResult> InvokeAsync(GetOsBulkInstallInfoArgs args, InvokeOptions? opts = null)
public static Output<GetOsBulkInstallInfoResult> Invoke(GetOsBulkInstallInfoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOsBulkInstallInfoResult> getOsBulkInstallInfo(GetOsBulkInstallInfoArgs args, InvokeOptions options)
public static Output<GetOsBulkInstallInfoResult> getOsBulkInstallInfo(GetOsBulkInstallInfoArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getOsBulkInstallInfo:getOsBulkInstallInfo
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Os Bulk Install Info Ancestor> - Class
Id string - Configuration
File GetOs Bulk Install Info Configuration File - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Content string - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- Global
Config GetOs Bulk Install Info Global Config - Id string
- Is
File boolContent Set - Indicates whether the value of the 'fileContent' property has been set.
- Mod
Time string - 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 CSV file, which holds the OS install parameters.
- Object
Type string - Oper
State string - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Organization
Get
Os Bulk Install Info Organization - Os
Image GetOs Bulk Install Info Os Image - Owners List<string>
- Parent
Get
Os Bulk Install Info Parent - Permission
Resources List<GetOs Bulk Install Info Permission Resource> - Scu
Image GetOs Bulk Install Info Scu Image - Server
Configs List<GetOs Bulk Install Info Server Config> - Servers
List<Get
Os Bulk Install Info Server> - 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.
- List<Get
Os Bulk Install Info Tag> - Validation
Infos List<GetOs Bulk Install Info Validation Info> - Version
Context GetOs Bulk Install Info Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Os Bulk Install Info Ancestor - Class
Id string - Configuration
File GetOs Bulk Install Info Configuration File - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Content string - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- Global
Config GetOs Bulk Install Info Global Config - Id string
- Is
File boolContent Set - Indicates whether the value of the 'fileContent' property has been set.
- Mod
Time string - 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 CSV file, which holds the OS install parameters.
- Object
Type string - Oper
State string - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Organization
Get
Os Bulk Install Info Organization - Os
Image GetOs Bulk Install Info Os Image - Owners []string
- Parent
Get
Os Bulk Install Info Parent - Permission
Resources []GetOs Bulk Install Info Permission Resource - Scu
Image GetOs Bulk Install Info Scu Image - Server
Configs []GetOs Bulk Install Info Server Config - Servers
[]Get
Os Bulk Install Info Server - 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.
- []Get
Os Bulk Install Info Tag - Validation
Infos []GetOs Bulk Install Info Validation Info - Version
Context GetOs Bulk Install Info Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Os Bulk Install Info Ancestor> - class
Id String - configuration
File GetOs Bulk Install Info Configuration File - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Content String - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global
Config GetOs Bulk Install Info Global Config - id String
- is
File BooleanContent Set - Indicates whether the value of the 'fileContent' property has been set.
- mod
Time String - 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 CSV file, which holds the OS install parameters.
- object
Type String - oper
State String - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organization
Get
Os Bulk Install Info Organization - os
Image GetOs Bulk Install Info Os Image - owners List<String>
- parent
Get
Os Bulk Install Info Parent - permission
Resources List<GetOs Bulk Install Info Permission Resource> - scu
Image GetOs Bulk Install Info Scu Image - server
Configs List<GetOs Bulk Install Info Server Config> - servers
List<Get
Os Bulk Install Info Server> - 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.
- List<Get
Os Bulk Install Info Tag> - validation
Infos List<GetOs Bulk Install Info Validation Info> - version
Context GetOs Bulk Install Info Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Os Bulk Install Info Ancestor[] - class
Id string - configuration
File GetOs Bulk Install Info Configuration File - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
Content string - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global
Config GetOs Bulk Install Info Global Config - id string
- is
File booleanContent Set - Indicates whether the value of the 'fileContent' property has been set.
- mod
Time string - 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 CSV file, which holds the OS install parameters.
- object
Type string - oper
State string - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organization
Get
Os Bulk Install Info Organization - os
Image GetOs Bulk Install Info Os Image - owners string[]
- parent
Get
Os Bulk Install Info Parent - permission
Resources GetOs Bulk Install Info Permission Resource[] - scu
Image GetOs Bulk Install Info Scu Image - server
Configs GetOs Bulk Install Info Server Config[] - servers
Get
Os Bulk Install Info Server[] - 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.
- Get
Os Bulk Install Info Tag[] - validation
Infos GetOs Bulk Install Info Validation Info[] - version
Context GetOs Bulk Install Info Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Os Bulk Install Info Ancestor] - class_
id str - configuration_
file GetOs Bulk Install Info Configuration File - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
content str - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global_
config GetOs Bulk Install Info Global Config - id str
- is_
file_ boolcontent_ set - Indicates whether the value of the 'fileContent' property has been set.
- mod_
time str - 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 CSV file, which holds the OS install parameters.
- object_
type str - oper_
state str - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organization
Get
Os Bulk Install Info Organization - os_
image GetOs Bulk Install Info Os Image - owners Sequence[str]
- parent
Get
Os Bulk Install Info Parent - permission_
resources Sequence[GetOs Bulk Install Info Permission Resource] - scu_
image GetOs Bulk Install Info Scu Image - server_
configs Sequence[GetOs Bulk Install Info Server Config] - servers
Sequence[Get
Os Bulk Install Info Server] - 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.
- Sequence[Get
Os Bulk Install Info Tag] - validation_
infos Sequence[GetOs Bulk Install Info Validation Info] - version_
context GetOs Bulk Install Info Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - configuration
File Property Map - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Content String - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global
Config Property Map - id String
- is
File BooleanContent Set - Indicates whether the value of the 'fileContent' property has been set.
- mod
Time String - 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 CSV file, which holds the OS install parameters.
- object
Type String - oper
State String - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organization Property Map
- os
Image Property Map - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - scu
Image Property Map - server
Configs List<Property Map> - servers 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.
- List<Property Map>
- validation
Infos List<Property Map> - version
Context Property Map
getOsBulkInstallInfo Result
The following output properties are available:
- Id string
- Results
List<Get
Os Bulk Install Info Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Os Bulk Install Info Ancestor> - Class
Id string - Configuration
File GetOs Bulk Install Info Configuration File - Create
Time string - Domain
Group stringMoid - File
Content string - Global
Config GetOs Bulk Install Info Global Config - Is
File boolContent Set - Mod
Time string - Moid string
- Name string
- Object
Type string - Oper
State string - Organization
Get
Os Bulk Install Info Organization - Os
Image GetOs Bulk Install Info Os Image - Owners List<string>
- Parent
Get
Os Bulk Install Info Parent - Permission
Resources List<GetOs Bulk Install Info Permission Resource> - Scu
Image GetOs Bulk Install Info Scu Image - Server
Configs List<GetOs Bulk Install Info Server Config> - Servers
List<Get
Os Bulk Install Info Server> - string
- List<Get
Os Bulk Install Info Tag> - Validation
Infos List<GetOs Bulk Install Info Validation Info> - Version
Context GetOs Bulk Install Info Version Context
- Id string
- Results
[]Get
Os Bulk Install Info Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Os Bulk Install Info Ancestor - Class
Id string - Configuration
File GetOs Bulk Install Info Configuration File - Create
Time string - Domain
Group stringMoid - File
Content string - Global
Config GetOs Bulk Install Info Global Config - Is
File boolContent Set - Mod
Time string - Moid string
- Name string
- Object
Type string - Oper
State string - Organization
Get
Os Bulk Install Info Organization - Os
Image GetOs Bulk Install Info Os Image - Owners []string
- Parent
Get
Os Bulk Install Info Parent - Permission
Resources []GetOs Bulk Install Info Permission Resource - Scu
Image GetOs Bulk Install Info Scu Image - Server
Configs []GetOs Bulk Install Info Server Config - Servers
[]Get
Os Bulk Install Info Server - string
- []Get
Os Bulk Install Info Tag - Validation
Infos []GetOs Bulk Install Info Validation Info - Version
Context GetOs Bulk Install Info Version Context
- id String
- results
List<Get
Os Bulk Install Info Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Os Bulk Install Info Ancestor> - class
Id String - configuration
File GetOs Bulk Install Info Configuration File - create
Time String - domain
Group StringMoid - file
Content String - global
Config GetOs Bulk Install Info Global Config - is
File BooleanContent Set - mod
Time String - moid String
- name String
- object
Type String - oper
State String - organization
Get
Os Bulk Install Info Organization - os
Image GetOs Bulk Install Info Os Image - owners List<String>
- parent
Get
Os Bulk Install Info Parent - permission
Resources List<GetOs Bulk Install Info Permission Resource> - scu
Image GetOs Bulk Install Info Scu Image - server
Configs List<GetOs Bulk Install Info Server Config> - servers
List<Get
Os Bulk Install Info Server> - String
- List<Get
Os Bulk Install Info Tag> - validation
Infos List<GetOs Bulk Install Info Validation Info> - version
Context GetOs Bulk Install Info Version Context
- id string
- results
Get
Os Bulk Install Info Result[] - account
Moid string - additional
Properties string - ancestors
Get
Os Bulk Install Info Ancestor[] - class
Id string - configuration
File GetOs Bulk Install Info Configuration File - create
Time string - domain
Group stringMoid - file
Content string - global
Config GetOs Bulk Install Info Global Config - is
File booleanContent Set - mod
Time string - moid string
- name string
- object
Type string - oper
State string - organization
Get
Os Bulk Install Info Organization - os
Image GetOs Bulk Install Info Os Image - owners string[]
- parent
Get
Os Bulk Install Info Parent - permission
Resources GetOs Bulk Install Info Permission Resource[] - scu
Image GetOs Bulk Install Info Scu Image - server
Configs GetOs Bulk Install Info Server Config[] - servers
Get
Os Bulk Install Info Server[] - string
- Get
Os Bulk Install Info Tag[] - validation
Infos GetOs Bulk Install Info Validation Info[] - version
Context GetOs Bulk Install Info Version Context
- id str
- results
Sequence[Get
Os Bulk Install Info Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Os Bulk Install Info Ancestor] - class_
id str - configuration_
file GetOs Bulk Install Info Configuration File - create_
time str - domain_
group_ strmoid - file_
content str - global_
config GetOs Bulk Install Info Global Config - is_
file_ boolcontent_ set - mod_
time str - moid str
- name str
- object_
type str - oper_
state str - organization
Get
Os Bulk Install Info Organization - os_
image GetOs Bulk Install Info Os Image - owners Sequence[str]
- parent
Get
Os Bulk Install Info Parent - permission_
resources Sequence[GetOs Bulk Install Info Permission Resource] - scu_
image GetOs Bulk Install Info Scu Image - server_
configs Sequence[GetOs Bulk Install Info Server Config] - servers
Sequence[Get
Os Bulk Install Info Server] - str
- Sequence[Get
Os Bulk Install Info Tag] - validation_
infos Sequence[GetOs Bulk Install Info Validation Info] - version_
context GetOs Bulk Install Info Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- class
Id String - configuration
File Property Map - create
Time String - domain
Group StringMoid - file
Content String - global
Config Property Map - is
File BooleanContent Set - mod
Time String - moid String
- name String
- object
Type String - oper
State String - organization Property Map
- os
Image Property Map - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - scu
Image Property Map - server
Configs List<Property Map> - servers List<Property Map>
- String
- List<Property Map>
- validation
Infos List<Property Map> - version
Context Property Map
Supporting Types
GetOsBulkInstallInfoAncestor
- 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'.
GetOsBulkInstallInfoConfigurationFile
- 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'.
GetOsBulkInstallInfoGlobalConfig
- 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.
- Configuration
File stringName - Name of the Configuration file.
- Configuration
Source string - Configuration source for the OS Installation.
- Install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.
- Install
Target stringType - The Prefill install Target Name.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operating
System GetParameters Os Bulk Install Info Global Config Operating System Parameters - Parameters specific to selected OS.
- Os
Image stringName - The Operating System Image name.
- Override
Secure boolBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- Scu
Image stringName - The name of the Server Configuration Utilities Image.
- Windows
Edition string - The Windows OS edition, this property required only for Windows server.
- 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.
- Configuration
File stringName - Name of the Configuration file.
- Configuration
Source string - Configuration source for the OS Installation.
- Install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.
- Install
Target stringType - The Prefill install Target Name.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operating
System GetParameters Os Bulk Install Info Global Config Operating System Parameters - Parameters specific to selected OS.
- Os
Image stringName - The Operating System Image name.
- Override
Secure boolBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- Scu
Image stringName - The name of the Server Configuration Utilities Image.
- Windows
Edition string - The Windows OS edition, this property required only for Windows server.
- 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.
- configuration
File StringName - Name of the Configuration file.
- configuration
Source String - Configuration source for the OS Installation.
- install
Method String - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.
- install
Target StringType - The Prefill install Target Name.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating
System GetParameters Os Bulk Install Info Global Config Operating System Parameters - Parameters specific to selected OS.
- os
Image StringName - The Operating System Image name.
- override
Secure BooleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- scu
Image StringName - The name of the Server Configuration Utilities Image.
- windows
Edition String - The Windows OS edition, this property required only for Windows server.
- 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.
- configuration
File stringName - Name of the Configuration file.
- configuration
Source string - Configuration source for the OS Installation.
- install
Method string - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.
- install
Target stringType - The Prefill install Target Name.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating
System GetParameters Os Bulk Install Info Global Config Operating System Parameters - Parameters specific to selected OS.
- os
Image stringName - The Operating System Image name.
- override
Secure booleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- scu
Image stringName - The name of the Server Configuration Utilities Image.
- windows
Edition string - The Windows OS edition, this property required only for Windows server.
- 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.
- configuration_
file_ strname - Name of the Configuration file.
- configuration_
source str - Configuration source for the OS Installation.
- install_
method str - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.
- install_
target_ strtype - The Prefill install Target Name.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating_
system_ Getparameters Os Bulk Install Info Global Config Operating System Parameters - Parameters specific to selected OS.
- os_
image_ strname - The Operating System Image name.
- override_
secure_ boolboot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- scu_
image_ strname - The name of the Server Configuration Utilities Image.
- windows_
edition str - The Windows OS edition, this property required only for Windows server.
- 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.
- configuration
File StringName - Name of the Configuration file.
- configuration
Source String - Configuration source for the OS Installation.
- install
Method String - The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now.
- install
Target StringType - The Prefill install Target Name.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating
System Property MapParameters - Parameters specific to selected OS.
- os
Image StringName - The Operating System Image name.
- override
Secure BooleanBoot - ESXi Secure Boot installation is currently not supported. As a workaround, Secure Boot will be disabled before installation and restored after installation is complete. Enable to Override Secure Boot Configuration.
- scu
Image StringName - The name of the Server Configuration Utilities Image.
- windows
Edition String - The Windows OS edition, this property required only for Windows server.
GetOsBulkInstallInfoGlobalConfigOperatingSystemParameters
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
GetOsBulkInstallInfoOrganization
- 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'.
GetOsBulkInstallInfoOsImage
- 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'.
GetOsBulkInstallInfoParent
- 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'.
GetOsBulkInstallInfoPermissionResource
- 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'.
GetOsBulkInstallInfoResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Os Bulk Install Info Result Ancestor> - Class
Id string - Configuration
Files List<GetOs Bulk Install Info Result Configuration File> - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Content string - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- Global
Configs List<GetOs Bulk Install Info Result Global Config> - Is
File boolContent Set - Indicates whether the value of the 'fileContent' property has been set.
- Mod
Time string - 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 CSV file, which holds the OS install parameters.
- Object
Type string - Oper
State string - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Organizations
List<Get
Os Bulk Install Info Result Organization> - Os
Images List<GetOs Bulk Install Info Result Os Image> - Owners List<string>
- Parents
List<Get
Os Bulk Install Info Result Parent> - Permission
Resources List<GetOs Bulk Install Info Result Permission Resource> - Scu
Images List<GetOs Bulk Install Info Result Scu Image> - Server
Configs List<GetOs Bulk Install Info Result Server Config> - Servers
List<Get
Os Bulk Install Info Result Server> - 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.
- List<Get
Os Bulk Install Info Result Tag> - Validation
Infos List<GetOs Bulk Install Info Result Validation Info> - Version
Contexts List<GetOs Bulk Install Info Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Os Bulk Install Info Result Ancestor - Class
Id string - Configuration
Files []GetOs Bulk Install Info Result Configuration File - Create
Time string - The time when this managed object was created.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- File
Content string - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- Global
Configs []GetOs Bulk Install Info Result Global Config - Is
File boolContent Set - Indicates whether the value of the 'fileContent' property has been set.
- Mod
Time string - 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 CSV file, which holds the OS install parameters.
- Object
Type string - Oper
State string - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - Organizations
[]Get
Os Bulk Install Info Result Organization - Os
Images []GetOs Bulk Install Info Result Os Image - Owners []string
- Parents
[]Get
Os Bulk Install Info Result Parent - Permission
Resources []GetOs Bulk Install Info Result Permission Resource - Scu
Images []GetOs Bulk Install Info Result Scu Image - Server
Configs []GetOs Bulk Install Info Result Server Config - Servers
[]Get
Os Bulk Install Info Result Server - 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.
- []Get
Os Bulk Install Info Result Tag - Validation
Infos []GetOs Bulk Install Info Result Validation Info - Version
Contexts []GetOs Bulk Install Info Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Os Bulk Install Info Result Ancestor> - class
Id String - configuration
Files List<GetOs Bulk Install Info Result Configuration File> - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Content String - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global
Configs List<GetOs Bulk Install Info Result Global Config> - is
File BooleanContent Set - Indicates whether the value of the 'fileContent' property has been set.
- mod
Time String - 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 CSV file, which holds the OS install parameters.
- object
Type String - oper
State String - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organizations
List<Get
Os Bulk Install Info Result Organization> - os
Images List<GetOs Bulk Install Info Result Os Image> - owners List<String>
- parents
List<Get
Os Bulk Install Info Result Parent> - permission
Resources List<GetOs Bulk Install Info Result Permission Resource> - scu
Images List<GetOs Bulk Install Info Result Scu Image> - server
Configs List<GetOs Bulk Install Info Result Server Config> - servers
List<Get
Os Bulk Install Info Result Server> - 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.
- List<Get
Os Bulk Install Info Result Tag> - validation
Infos List<GetOs Bulk Install Info Result Validation Info> - version
Contexts List<GetOs Bulk Install Info Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Os Bulk Install Info Result Ancestor[] - class
Id string - configuration
Files GetOs Bulk Install Info Result Configuration File[] - create
Time string - The time when this managed object was created.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- file
Content string - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global
Configs GetOs Bulk Install Info Result Global Config[] - is
File booleanContent Set - Indicates whether the value of the 'fileContent' property has been set.
- mod
Time string - 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 CSV file, which holds the OS install parameters.
- object
Type string - oper
State string - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organizations
Get
Os Bulk Install Info Result Organization[] - os
Images GetOs Bulk Install Info Result Os Image[] - owners string[]
- parents
Get
Os Bulk Install Info Result Parent[] - permission
Resources GetOs Bulk Install Info Result Permission Resource[] - scu
Images GetOs Bulk Install Info Result Scu Image[] - server
Configs GetOs Bulk Install Info Result Server Config[] - servers
Get
Os Bulk Install Info Result Server[] - 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.
- Get
Os Bulk Install Info Result Tag[] - validation
Infos GetOs Bulk Install Info Result Validation Info[] - version
Contexts GetOs Bulk Install Info Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Os Bulk Install Info Result Ancestor] - class_
id str - configuration_
files Sequence[GetOs Bulk Install Info Result Configuration File] - create_
time str - The time when this managed object was created.
- domain_
group_ strmoid - The DomainGroup ID for this managed object.
- file_
content str - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global_
configs Sequence[GetOs Bulk Install Info Result Global Config] - is_
file_ boolcontent_ set - Indicates whether the value of the 'fileContent' property has been set.
- mod_
time str - 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 CSV file, which holds the OS install parameters.
- object_
type str - oper_
state str - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organizations
Sequence[Get
Os Bulk Install Info Result Organization] - os_
images Sequence[GetOs Bulk Install Info Result Os Image] - owners Sequence[str]
- parents
Sequence[Get
Os Bulk Install Info Result Parent] - permission_
resources Sequence[GetOs Bulk Install Info Result Permission Resource] - scu_
images Sequence[GetOs Bulk Install Info Result Scu Image] - server_
configs Sequence[GetOs Bulk Install Info Result Server Config] - servers
Sequence[Get
Os Bulk Install Info Result Server] - 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.
- Sequence[Get
Os Bulk Install Info Result Tag] - validation_
infos Sequence[GetOs Bulk Install Info Result Validation Info] - version_
contexts Sequence[GetOs Bulk Install Info Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- class
Id String - configuration
Files List<Property Map> - create
Time String - The time when this managed object was created.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- file
Content String - The content of the entire CSV file is stored as value. The content can hold complete OS install parameters in two sections.The first section holds generic information about the OS Install like OS Image, SCU Image etc. The second section holdsparameters which are specific to each server level data.
- global
Configs List<Property Map> - is
File BooleanContent Set - Indicates whether the value of the 'fileContent' property has been set.
- mod
Time String - 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 CSV file, which holds the OS install parameters.
- object
Type String - oper
State String - Denotes if the operating is pending, in_progress, completed_ok, completed_error.*
Pending
- The initial value of the OperStatus.*InProgress
- The OperStatus value will be InProgress during execution.*CompletedOk
- The API is successful with operation then OperStatus will be marked as CompletedOk.*CompletedError
- The API is failed with operation then OperStatus will be marked as CompletedError.*CompletedWarning
- The API is completed with some warning then OperStatus will be CompletedWarning. - organizations List<Property Map>
- os
Images List<Property Map> - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - scu
Images List<Property Map> - server
Configs List<Property Map> - servers 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.
- List<Property Map>
- validation
Infos List<Property Map> - version
Contexts List<Property Map>
GetOsBulkInstallInfoResultAncestor
- 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
GetOsBulkInstallInfoResultConfigurationFile
- 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
GetOsBulkInstallInfoResultGlobalConfig
- Additional
Properties string - Class
Id string - Configuration
File stringName - Configuration
Source string - Install
Method string - Install
Target stringType - Object
Type string - Operating
System List<GetParameters Os Bulk Install Info Result Global Config Operating System Parameter> - Os
Image stringName - Override
Secure boolBoot - Scu
Image stringName - Windows
Edition string
- Additional
Properties string - Class
Id string - Configuration
File stringName - Configuration
Source string - Install
Method string - Install
Target stringType - Object
Type string - Operating
System []GetParameters Os Bulk Install Info Result Global Config Operating System Parameter - Os
Image stringName - Override
Secure boolBoot - Scu
Image stringName - Windows
Edition string
- additional
Properties String - class
Id String - configuration
File StringName - configuration
Source String - install
Method String - install
Target StringType - object
Type String - operating
System List<GetParameters Os Bulk Install Info Result Global Config Operating System Parameter> - os
Image StringName - override
Secure BooleanBoot - scu
Image StringName - windows
Edition String
- additional
Properties string - class
Id string - configuration
File stringName - configuration
Source string - install
Method string - install
Target stringType - object
Type string - operating
System GetParameters Os Bulk Install Info Result Global Config Operating System Parameter[] - os
Image stringName - override
Secure booleanBoot - scu
Image stringName - windows
Edition string
- additional_
properties str - class_
id str - configuration_
file_ strname - configuration_
source str - install_
method str - install_
target_ strtype - object_
type str - operating_
system_ Sequence[Getparameters Os Bulk Install Info Result Global Config Operating System Parameter] - os_
image_ strname - override_
secure_ boolboot - scu_
image_ strname - windows_
edition str
- additional
Properties String - class
Id String - configuration
File StringName - configuration
Source String - install
Method String - install
Target StringType - object
Type String - operating
System List<Property Map>Parameters - os
Image StringName - override
Secure BooleanBoot - scu
Image StringName - windows
Edition String
GetOsBulkInstallInfoResultGlobalConfigOperatingSystemParameter
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetOsBulkInstallInfoResultOrganization
- 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
GetOsBulkInstallInfoResultOsImage
- 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
GetOsBulkInstallInfoResultParent
- 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
GetOsBulkInstallInfoResultPermissionResource
- 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
GetOsBulkInstallInfoResultScuImage
- 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
GetOsBulkInstallInfoResultServer
- 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
GetOsBulkInstallInfoResultServerConfig
- Additional
Parameters List<GetOs Bulk Install Info Result Server Config Additional Parameter> - Additional
Properties string - Answers
List<Get
Os Bulk Install Info Result Server Config Answer> - Class
Id string - Error
Msgs List<string> - Initiator
Wwpn string - Install
Target string - Lun
Id double - Object
Type string - Operating
System List<GetParameters Os Bulk Install Info Result Server Config Operating System Parameter> - Processed
Install List<GetTargets Os Bulk Install Info Result Server Config Processed Install Target> - Serial
Number string - Target
Iqn string - Target
Wwpn string - Vnic
Mac string
- Additional
Parameters []GetOs Bulk Install Info Result Server Config Additional Parameter - Additional
Properties string - Answers
[]Get
Os Bulk Install Info Result Server Config Answer - Class
Id string - Error
Msgs []string - Initiator
Wwpn string - Install
Target string - Lun
Id float64 - Object
Type string - Operating
System []GetParameters Os Bulk Install Info Result Server Config Operating System Parameter - Processed
Install []GetTargets Os Bulk Install Info Result Server Config Processed Install Target - Serial
Number string - Target
Iqn string - Target
Wwpn string - Vnic
Mac string
- additional
Parameters List<GetOs Bulk Install Info Result Server Config Additional Parameter> - additional
Properties String - answers
List<Get
Os Bulk Install Info Result Server Config Answer> - class
Id String - error
Msgs List<String> - initiator
Wwpn String - install
Target String - lun
Id Double - object
Type String - operating
System List<GetParameters Os Bulk Install Info Result Server Config Operating System Parameter> - processed
Install List<GetTargets Os Bulk Install Info Result Server Config Processed Install Target> - serial
Number String - target
Iqn String - target
Wwpn String - vnic
Mac String
- additional
Parameters GetOs Bulk Install Info Result Server Config Additional Parameter[] - additional
Properties string - answers
Get
Os Bulk Install Info Result Server Config Answer[] - class
Id string - error
Msgs string[] - initiator
Wwpn string - install
Target string - lun
Id number - object
Type string - operating
System GetParameters Os Bulk Install Info Result Server Config Operating System Parameter[] - processed
Install GetTargets Os Bulk Install Info Result Server Config Processed Install Target[] - serial
Number string - target
Iqn string - target
Wwpn string - vnic
Mac string
- additional_
parameters Sequence[GetOs Bulk Install Info Result Server Config Additional Parameter] - additional_
properties str - answers
Sequence[Get
Os Bulk Install Info Result Server Config Answer] - class_
id str - error_
msgs Sequence[str] - initiator_
wwpn str - install_
target str - lun_
id float - object_
type str - operating_
system_ Sequence[Getparameters Os Bulk Install Info Result Server Config Operating System Parameter] - processed_
install_ Sequence[Gettargets Os Bulk Install Info Result Server Config Processed Install Target] - serial_
number str - target_
iqn str - target_
wwpn str - vnic_
mac str
- additional
Parameters List<Property Map> - additional
Properties String - answers List<Property Map>
- class
Id String - error
Msgs List<String> - initiator
Wwpn String - install
Target String - lun
Id Number - object
Type String - operating
System List<Property Map>Parameters - processed
Install List<Property Map>Targets - serial
Number String - target
Iqn String - target
Wwpn String - vnic
Mac String
GetOsBulkInstallInfoResultServerConfigAdditionalParameter
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Type string
- Value string
- Additional
Properties string - Class
Id string - Is
Value boolSet - Object
Type string - Type string
- Value string
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - type String
- value String
- additional
Properties string - class
Id string - is
Value booleanSet - object
Type string - type string
- value string
- additional_
properties str - class_
id str - is_
value_ boolset - object_
type str - type str
- value str
- additional
Properties String - class
Id String - is
Value BooleanSet - object
Type String - type String
- value String
GetOsBulkInstallInfoResultServerConfigAnswer
- Additional
Properties string - Alternate
Name List<string>Servers - Answer
File string - Class
Id string - Hostname string
- Ip
Config stringType - Ip
Configurations List<GetOs Bulk Install Info Result Server Config Answer Ip Configuration> - Is
Answer boolFile Set - Is
Root boolPassword Crypted - Is
Root boolPassword Set - Nameserver string
- Network
Device string - Nr
Source string - Object
Type string - Product
Key string - Root
Password string
- Additional
Properties string - Alternate
Name []stringServers - Answer
File string - Class
Id string - Hostname string
- Ip
Config stringType - Ip
Configurations []GetOs Bulk Install Info Result Server Config Answer Ip Configuration - Is
Answer boolFile Set - Is
Root boolPassword Crypted - Is
Root boolPassword Set - Nameserver string
- Network
Device string - Nr
Source string - Object
Type string - Product
Key string - Root
Password string
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - class
Id String - hostname String
- ip
Config StringType - ip
Configurations List<GetOs Bulk Install Info Result Server Config Answer Ip Configuration> - is
Answer BooleanFile Set - is
Root BooleanPassword Crypted - is
Root BooleanPassword Set - nameserver String
- network
Device String - nr
Source String - object
Type String - product
Key String - root
Password String
- additional
Properties string - alternate
Name string[]Servers - answer
File string - class
Id string - hostname string
- ip
Config stringType - ip
Configurations GetOs Bulk Install Info Result Server Config Answer Ip Configuration[] - is
Answer booleanFile Set - is
Root booleanPassword Crypted - is
Root booleanPassword Set - nameserver string
- network
Device string - nr
Source string - object
Type string - product
Key string - root
Password string
- additional_
properties str - alternate_
name_ Sequence[str]servers - answer_
file str - class_
id str - hostname str
- ip_
config_ strtype - ip_
configurations Sequence[GetOs Bulk Install Info Result Server Config Answer Ip Configuration] - is_
answer_ boolfile_ set - is_
root_ boolpassword_ crypted - is_
root_ boolpassword_ set - nameserver str
- network_
device str - nr_
source str - object_
type str - product_
key str - root_
password str
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - class
Id String - hostname String
- ip
Config StringType - ip
Configurations List<Property Map> - is
Answer BooleanFile Set - is
Root BooleanPassword Crypted - is
Root BooleanPassword Set - nameserver String
- network
Device String - nr
Source String - object
Type String - product
Key String - root
Password String
GetOsBulkInstallInfoResultServerConfigAnswerIpConfiguration
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetOsBulkInstallInfoResultServerConfigOperatingSystemParameter
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetOsBulkInstallInfoResultServerConfigProcessedInstallTarget
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetOsBulkInstallInfoResultTag
- 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
GetOsBulkInstallInfoResultValidationInfo
- Additional
Properties string - Class
Id string - Error
Msg string - Object
Type string - Status string
- Step
Name string
- Additional
Properties string - Class
Id string - Error
Msg string - Object
Type string - Status string
- Step
Name string
- additional
Properties String - class
Id String - error
Msg String - object
Type String - status String
- step
Name String
- additional
Properties string - class
Id string - error
Msg string - object
Type string - status string
- step
Name string
- additional_
properties str - class_
id str - error_
msg str - object_
type str - status str
- step_
name str
- additional
Properties String - class
Id String - error
Msg String - object
Type String - status String
- step
Name String
GetOsBulkInstallInfoResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetOs Bulk Install Info Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetOs Bulk Install Info 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
GetOsBulkInstallInfoResultVersionContextInterestedMo
- 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
GetOsBulkInstallInfoResultVersionContextRefMo
- 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
GetOsBulkInstallInfoScuImage
- 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'.
GetOsBulkInstallInfoServer
- 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'.
GetOsBulkInstallInfoServerConfig
- Additional
Parameters List<GetOs Bulk Install Info Server Config Additional Parameter> - Additional
Properties string - Answers
Get
Os Bulk Install Info Server Config Answers - Answers provided by user for the unattended OS installation.
- 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.
- Error
Msgs List<string> - Initiator
Wwpn string - The WWPN Address of the underlying fibre channel interface at the host side used for SAN accesss. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 20:00:D4:C9:3C:35:02:01.
- Install
Target string - The target in which OS installation triggered, the value represented is StorageControllerID follwed by PhysicalDisk SerialNumber in case of Physcial disk or VirtualDriveId for virtual drive.
- Lun
Id double - The Logical Unit Number (LUN) of the install target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operating
System GetParameters Os Bulk Install Info Server Config Operating System Parameters - Parameters specific to selected OS.
- Processed
Install GetTarget Os Bulk Install Info Server Config Processed Install Target - The target in which OS installation triggered, this is populated after processing the given data.
- Serial
Number string - The Serial Number of the server.
- Target
Iqn string - IQN (iSCSI qualified name) of Storage iSCSI target. Can be up to 255 characters long and has the following format, iqn.yyyy-mm.naming-authority:unique_name.
- Target
Wwpn string - The WWPN Address of the underlying fibre channel interface at the target used by the storage. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 51:4F:0C:50:14:1F:AF:01.
- Vnic
Mac string - MAC address of the VNIC used as iSCSI initiator interface.
- Additional
Parameters []GetOs Bulk Install Info Server Config Additional Parameter - Additional
Properties string - Answers
Get
Os Bulk Install Info Server Config Answers - Answers provided by user for the unattended OS installation.
- 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.
- Error
Msgs []string - Initiator
Wwpn string - The WWPN Address of the underlying fibre channel interface at the host side used for SAN accesss. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 20:00:D4:C9:3C:35:02:01.
- Install
Target string - The target in which OS installation triggered, the value represented is StorageControllerID follwed by PhysicalDisk SerialNumber in case of Physcial disk or VirtualDriveId for virtual drive.
- Lun
Id float64 - The Logical Unit Number (LUN) of the install target.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Operating
System GetParameters Os Bulk Install Info Server Config Operating System Parameters - Parameters specific to selected OS.
- Processed
Install GetTarget Os Bulk Install Info Server Config Processed Install Target - The target in which OS installation triggered, this is populated after processing the given data.
- Serial
Number string - The Serial Number of the server.
- Target
Iqn string - IQN (iSCSI qualified name) of Storage iSCSI target. Can be up to 255 characters long and has the following format, iqn.yyyy-mm.naming-authority:unique_name.
- Target
Wwpn string - The WWPN Address of the underlying fibre channel interface at the target used by the storage. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 51:4F:0C:50:14:1F:AF:01.
- Vnic
Mac string - MAC address of the VNIC used as iSCSI initiator interface.
- additional
Parameters List<GetOs Bulk Install Info Server Config Additional Parameter> - additional
Properties String - answers
Get
Os Bulk Install Info Server Config Answers - Answers provided by user for the unattended OS installation.
- 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.
- error
Msgs List<String> - initiator
Wwpn String - The WWPN Address of the underlying fibre channel interface at the host side used for SAN accesss. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 20:00:D4:C9:3C:35:02:01.
- install
Target String - The target in which OS installation triggered, the value represented is StorageControllerID follwed by PhysicalDisk SerialNumber in case of Physcial disk or VirtualDriveId for virtual drive.
- lun
Id Double - The Logical Unit Number (LUN) of the install target.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating
System GetParameters Os Bulk Install Info Server Config Operating System Parameters - Parameters specific to selected OS.
- processed
Install GetTarget Os Bulk Install Info Server Config Processed Install Target - The target in which OS installation triggered, this is populated after processing the given data.
- serial
Number String - The Serial Number of the server.
- target
Iqn String - IQN (iSCSI qualified name) of Storage iSCSI target. Can be up to 255 characters long and has the following format, iqn.yyyy-mm.naming-authority:unique_name.
- target
Wwpn String - The WWPN Address of the underlying fibre channel interface at the target used by the storage. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 51:4F:0C:50:14:1F:AF:01.
- vnic
Mac String - MAC address of the VNIC used as iSCSI initiator interface.
- additional
Parameters GetOs Bulk Install Info Server Config Additional Parameter[] - additional
Properties string - answers
Get
Os Bulk Install Info Server Config Answers - Answers provided by user for the unattended OS installation.
- 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.
- error
Msgs string[] - initiator
Wwpn string - The WWPN Address of the underlying fibre channel interface at the host side used for SAN accesss. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 20:00:D4:C9:3C:35:02:01.
- install
Target string - The target in which OS installation triggered, the value represented is StorageControllerID follwed by PhysicalDisk SerialNumber in case of Physcial disk or VirtualDriveId for virtual drive.
- lun
Id number - The Logical Unit Number (LUN) of the install target.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating
System GetParameters Os Bulk Install Info Server Config Operating System Parameters - Parameters specific to selected OS.
- processed
Install GetTarget Os Bulk Install Info Server Config Processed Install Target - The target in which OS installation triggered, this is populated after processing the given data.
- serial
Number string - The Serial Number of the server.
- target
Iqn string - IQN (iSCSI qualified name) of Storage iSCSI target. Can be up to 255 characters long and has the following format, iqn.yyyy-mm.naming-authority:unique_name.
- target
Wwpn string - The WWPN Address of the underlying fibre channel interface at the target used by the storage. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 51:4F:0C:50:14:1F:AF:01.
- vnic
Mac string - MAC address of the VNIC used as iSCSI initiator interface.
- additional_
parameters Sequence[GetOs Bulk Install Info Server Config Additional Parameter] - additional_
properties str - answers
Get
Os Bulk Install Info Server Config Answers - Answers provided by user for the unattended OS installation.
- 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.
- error_
msgs Sequence[str] - initiator_
wwpn str - The WWPN Address of the underlying fibre channel interface at the host side used for SAN accesss. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 20:00:D4:C9:3C:35:02:01.
- install_
target str - The target in which OS installation triggered, the value represented is StorageControllerID follwed by PhysicalDisk SerialNumber in case of Physcial disk or VirtualDriveId for virtual drive.
- lun_
id float - The Logical Unit Number (LUN) of the install target.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating_
system_ Getparameters Os Bulk Install Info Server Config Operating System Parameters - Parameters specific to selected OS.
- processed_
install_ Gettarget Os Bulk Install Info Server Config Processed Install Target - The target in which OS installation triggered, this is populated after processing the given data.
- serial_
number str - The Serial Number of the server.
- target_
iqn str - IQN (iSCSI qualified name) of Storage iSCSI target. Can be up to 255 characters long and has the following format, iqn.yyyy-mm.naming-authority:unique_name.
- target_
wwpn str - The WWPN Address of the underlying fibre channel interface at the target used by the storage. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 51:4F:0C:50:14:1F:AF:01.
- vnic_
mac str - MAC address of the VNIC used as iSCSI initiator interface.
- additional
Parameters List<Property Map> - additional
Properties String - answers Property Map
- Answers provided by user for the unattended OS installation.
- 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.
- error
Msgs List<String> - initiator
Wwpn String - The WWPN Address of the underlying fibre channel interface at the host side used for SAN accesss. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 20:00:D4:C9:3C:35:02:01.
- install
Target String - The target in which OS installation triggered, the value represented is StorageControllerID follwed by PhysicalDisk SerialNumber in case of Physcial disk or VirtualDriveId for virtual drive.
- lun
Id Number - The Logical Unit Number (LUN) of the install target.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- operating
System Property MapParameters - Parameters specific to selected OS.
- processed
Install Property MapTarget - The target in which OS installation triggered, this is populated after processing the given data.
- serial
Number String - The Serial Number of the server.
- target
Iqn String - IQN (iSCSI qualified name) of Storage iSCSI target. Can be up to 255 characters long and has the following format, iqn.yyyy-mm.naming-authority:unique_name.
- target
Wwpn String - The WWPN Address of the underlying fibre channel interface at the target used by the storage. Value must be in hexadecimal format xx:xx:xx:xx:xx:xx:xx:xx. For example, 51:4F:0C:50:14:1F:AF:01.
- vnic
Mac String - MAC address of the VNIC used as iSCSI initiator interface.
GetOsBulkInstallInfoServerConfigAdditionalParameter
- 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.
- Is
Value boolSet - Flag to indicate if value is set. Value will be used to check if any edit.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Definition of place holder.
- Value string
- Value for placeholder provided by user.
- 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.
- Is
Value boolSet - Flag to indicate if value is set. Value will be used to check if any edit.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Type string
- Definition of place holder.
- Value string
- Value for placeholder provided by user.
- 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.
- is
Value BooleanSet - Flag to indicate if value is set. Value will be used to check if any edit.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Definition of place holder.
- value String
- Value for placeholder provided by user.
- 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.
- is
Value booleanSet - Flag to indicate if value is set. Value will be used to check if any edit.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type string
- Definition of place holder.
- value string
- Value for placeholder provided by user.
- 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.
- is_
value_ boolset - Flag to indicate if value is set. Value will be used to check if any edit.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type str
- Definition of place holder.
- value str
- Value for placeholder provided by user.
- 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.
- is
Value BooleanSet - Flag to indicate if value is set. Value will be used to check if any edit.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- type String
- Definition of place holder.
- value String
- Value for placeholder provided by user.
GetOsBulkInstallInfoServerConfigAnswers
- Additional
Properties string - Alternate
Name List<string>Servers - Answer
File string - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- Hostname string
- Hostname to be configured for the server in the OS.
- Ip
Config stringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- Ip
Configuration GetOs Bulk Install Info Server Config Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- Is
Answer boolFile Set - Indicates whether the value of the 'answerFile' property has been set.
- Is
Root boolPassword Crypted - Enable to indicate Root Password provided is encrypted.
- Is
Root boolPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- Nameserver string
- IP address of the name server to be configured in the OS.
- Network
Device string - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- Nr
Source string - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Key string - The product key to be used for a specific version of Windows installation.
- Root
Password string - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- Additional
Properties string - Alternate
Name []stringServers - Answer
File string - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- Hostname string
- Hostname to be configured for the server in the OS.
- Ip
Config stringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- Ip
Configuration GetOs Bulk Install Info Server Config Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- Is
Answer boolFile Set - Indicates whether the value of the 'answerFile' property has been set.
- Is
Root boolPassword Crypted - Enable to indicate Root Password provided is encrypted.
- Is
Root boolPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- Nameserver string
- IP address of the name server to be configured in the OS.
- Network
Device string - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- Nr
Source string - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Key string - The product key to be used for a specific version of Windows installation.
- Root
Password string - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname String
- Hostname to be configured for the server in the OS.
- ip
Config StringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip
Configuration GetOs Bulk Install Info Server Config Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is
Answer BooleanFile Set - Indicates whether the value of the 'answerFile' property has been set.
- is
Root BooleanPassword Crypted - Enable to indicate Root Password provided is encrypted.
- is
Root BooleanPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver String
- IP address of the name server to be configured in the OS.
- network
Device String - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr
Source String - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Key String - The product key to be used for a specific version of Windows installation.
- root
Password String - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional
Properties string - alternate
Name string[]Servers - answer
File string - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname string
- Hostname to be configured for the server in the OS.
- ip
Config stringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip
Configuration GetOs Bulk Install Info Server Config Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is
Answer booleanFile Set - Indicates whether the value of the 'answerFile' property has been set.
- is
Root booleanPassword Crypted - Enable to indicate Root Password provided is encrypted.
- is
Root booleanPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver string
- IP address of the name server to be configured in the OS.
- network
Device string - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr
Source string - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Key string - The product key to be used for a specific version of Windows installation.
- root
Password string - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional_
properties str - alternate_
name_ Sequence[str]servers - answer_
file str - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname str
- Hostname to be configured for the server in the OS.
- ip_
config_ strtype - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip_
configuration GetOs Bulk Install Info Server Config Answers Ip Configuration - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is_
answer_ boolfile_ set - Indicates whether the value of the 'answerFile' property has been set.
- is_
root_ boolpassword_ crypted - Enable to indicate Root Password provided is encrypted.
- is_
root_ boolpassword_ set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver str
- IP address of the name server to be configured in the OS.
- network_
device str - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr_
source str - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product_
key str - The product key to be used for a specific version of Windows installation.
- root_
password str - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
- additional
Properties String - alternate
Name List<String>Servers - answer
File String - If the source of the answers is a static file, the content of the file is stored as value in this property. The value is mandatory only when the 'Source' property has been set to 'File'.
- 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.
- hostname String
- Hostname to be configured for the server in the OS.
- ip
Config StringType - IP configuration type. Values are Static or Dynamic configuration of IP.
In case of static IP configuration, IP address, gateway and other details need
to be populated. In case of dynamic the IP configuration is obtained dynamically
from DHCP.
static
- In case of static IP configuraton, provide the details such as IP address, netmask, and gateway.DHCP
- In case of dynamic IP configuration, the IP address, netmask and gateway detailsare obtained from DHCP.
- ip
Configuration Property Map - In case of static IP configuration, IP address, netmask and gateway details are provided.
- is
Answer BooleanFile Set - Indicates whether the value of the 'answerFile' property has been set.
- is
Root BooleanPassword Crypted - Enable to indicate Root Password provided is encrypted.
- is
Root BooleanPassword Set - Indicates whether the value of the 'rootPassword' property has been set.
- nameserver String
- IP address of the name server to be configured in the OS.
- network
Device String - Network Device where the IP address must be configured. Network Interface names and MAC address are supported. For SUSE Linux Enterprise Server, Network Interface name is a required input and if provided as a MAC address, A persistent interface name is binded to the MAC address and the interface name will be used for network configuration. Refer https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-configuration-installation-options.html#CreateProfile-Network-names.
- nr
Source String - Answer values can be provided from three sources - Embedded in OS image, static file,
or as placeholder values for an answer file template.
Source of the answers is given as value, Embedded/File/Template.
'Embedded' option indicates that the answer file is embedded within the OS Image. 'File'
option indicates that the answers are provided as a file. 'Template' indicates that the
placeholders in the selected os.ConfigurationFile MO are replaced with values provided
as os.Answers MO.
None
- Indicates that answers is not sent and values must be populated from Install Template.Embedded
- Indicates that the answer file is embedded within OS image.File
- Indicates that the answer file is a static content that has all thevalues populated.Template
- Indicates that the given answers are used to populate the answer filetemplate. The template allows the users to refer some server specificanswers as fields/placeholders and replace these placeholders with theactual values for each Server during OS installation using 'Answers' and'AdditionalParameters' properties in os.Install MO.The answer file templates can be created by users as os.ConfigurationFile objects.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Key String - The product key to be used for a specific version of Windows installation.
- root
Password String - Password configured for the root / administrator user in the OS. You can enter a plain text or an encrypted password. Intersight encrypts the plaintext password. Enable the Encrypted Password option to provide an encrypted password. For more details on encrypting passwords, see Help Center.
GetOsBulkInstallInfoServerConfigAnswersIpConfiguration
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
GetOsBulkInstallInfoServerConfigOperatingSystemParameters
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
GetOsBulkInstallInfoServerConfigProcessedInstallTarget
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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 - 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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.
GetOsBulkInstallInfoTag
- 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.
GetOsBulkInstallInfoValidationInfo
- 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.
- Error
Msg string - Validation error message.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- The status of the validation step.
NotValidated
- The validation not started.Valid
- The step status marked as valid when respective step validation condition is successful.Invalid
- The step status marked as invalid when respective step validation condition is failed.InProgress
- The validation is in progress.
- Step
Name string - The validation step name.
OS Install Schema Validation
- The step to validate the CSV file schema.OS Image Validation
- The Operating System Image parameter validation step.SCU Image Validation
- The SCU Image parameter validation step.Configuration source and file validation
- The Configuration Source and Configuration file validation step.Server level data validation
- The server level parameters validation.
- 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.
- Error
Msg string - Validation error message.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status string
- The status of the validation step.
NotValidated
- The validation not started.Valid
- The step status marked as valid when respective step validation condition is successful.Invalid
- The step status marked as invalid when respective step validation condition is failed.InProgress
- The validation is in progress.
- Step
Name string - The validation step name.
OS Install Schema Validation
- The step to validate the CSV file schema.OS Image Validation
- The Operating System Image parameter validation step.SCU Image Validation
- The SCU Image parameter validation step.Configuration source and file validation
- The Configuration Source and Configuration file validation step.Server level data validation
- The server level parameters validation.
- 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.
- error
Msg String - Validation error message.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- The status of the validation step.
NotValidated
- The validation not started.Valid
- The step status marked as valid when respective step validation condition is successful.Invalid
- The step status marked as invalid when respective step validation condition is failed.InProgress
- The validation is in progress.
- step
Name String - The validation step name.
OS Install Schema Validation
- The step to validate the CSV file schema.OS Image Validation
- The Operating System Image parameter validation step.SCU Image Validation
- The SCU Image parameter validation step.Configuration source and file validation
- The Configuration Source and Configuration file validation step.Server level data validation
- The server level parameters validation.
- 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.
- error
Msg string - Validation error message.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status string
- The status of the validation step.
NotValidated
- The validation not started.Valid
- The step status marked as valid when respective step validation condition is successful.Invalid
- The step status marked as invalid when respective step validation condition is failed.InProgress
- The validation is in progress.
- step
Name string - The validation step name.
OS Install Schema Validation
- The step to validate the CSV file schema.OS Image Validation
- The Operating System Image parameter validation step.SCU Image Validation
- The SCU Image parameter validation step.Configuration source and file validation
- The Configuration Source and Configuration file validation step.Server level data validation
- The server level parameters validation.
- 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.
- error_
msg str - Validation error message.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status str
- The status of the validation step.
NotValidated
- The validation not started.Valid
- The step status marked as valid when respective step validation condition is successful.Invalid
- The step status marked as invalid when respective step validation condition is failed.InProgress
- The validation is in progress.
- step_
name str - The validation step name.
OS Install Schema Validation
- The step to validate the CSV file schema.OS Image Validation
- The Operating System Image parameter validation step.SCU Image Validation
- The SCU Image parameter validation step.Configuration source and file validation
- The Configuration Source and Configuration file validation step.Server level data validation
- The server level parameters validation.
- 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.
- error
Msg String - Validation error message.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status String
- The status of the validation step.
NotValidated
- The validation not started.Valid
- The step status marked as valid when respective step validation condition is successful.Invalid
- The step status marked as invalid when respective step validation condition is failed.InProgress
- The validation is in progress.
- step
Name String - The validation step name.
OS Install Schema Validation
- The step to validate the CSV file schema.OS Image Validation
- The Operating System Image parameter validation step.SCU Image Validation
- The SCU Image parameter validation step.Configuration source and file validation
- The Configuration Source and Configuration file validation step.Server level data validation
- The server level parameters validation.
GetOsBulkInstallInfoVersionContext
- 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<GetOs Bulk Install Info 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 GetOs Bulk Install Info 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 []GetOs Bulk Install Info 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 GetOs Bulk Install Info 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<GetOs Bulk Install Info 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 GetOs Bulk Install Info 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 GetOs Bulk Install Info 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 GetOs Bulk Install Info 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[GetOs Bulk Install Info 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 GetOs Bulk Install Info 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.
GetOsBulkInstallInfoVersionContextInterestedMo
- 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'.
GetOsBulkInstallInfoVersionContextRefMo
- 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