intersight.FirmwareSwitchUpgrade
Explore with Pulumi AI
Firmware upgrade operation for Fabric Interconnects that downloads the image located at Cisco/appliance/user provided HTTP repository or uses the image from a network share and upgrade. Direct download is used for upgrade that uses the image from a Cisco repository or an appliance repository. Network share is used for upgrade that use the image from a network share from your data center.
Usage Example
Resource Creation
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.intersight.FirmwareSwitchUpgrade;
import com.pulumi.intersight.FirmwareSwitchUpgradeArgs;
import com.pulumi.intersight.inputs.FirmwareSwitchUpgradeDirectDownloadArgs;
import com.pulumi.intersight.inputs.FirmwareSwitchUpgradeNetworkShareArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var firmwareSwitchUpgrade1 = new FirmwareSwitchUpgrade("firmwareSwitchUpgrade1", FirmwareSwitchUpgradeArgs.builder()
.directDownloads(FirmwareSwitchUpgradeDirectDownloadArgs.builder()
.image_source("cisco")
.object_type("firmware.DirectDownload")
.password("ChangeMe")
.upgradeoption("chassis_upgrade_full")
.username("admin1")
.build())
.networkShares(FirmwareSwitchUpgradeNetworkShareArgs.builder()
.cifs_server(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.map_type("cifs")
.object_type("firmware.NetworkShare")
.upgradeoption("nw_upgrade_full")
.username("admin1")
.build())
.skipEstimateImpact(false)
.status("SUCCESSFUL")
.upgradeType("network_upgrade")
.build());
}
}
resources:
firmwareSwitchUpgrade1:
type: intersight:FirmwareSwitchUpgrade
properties:
directDownloads:
- image_source: cisco
object_type: firmware.DirectDownload
password: ChangeMe
upgradeoption: chassis_upgrade_full
username: admin1
networkShares:
- cifs_server:
- fileLocation: 10.1.1.1
mountOptions: none
objectType: firmware.CifsServer
map_type: cifs
object_type: firmware.NetworkShare
upgradeoption: nw_upgrade_full
username: admin1
skipEstimateImpact: false
status: SUCCESSFUL
upgradeType: network_upgrade
Create FirmwareSwitchUpgrade Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new FirmwareSwitchUpgrade(name: string, args?: FirmwareSwitchUpgradeArgs, opts?: CustomResourceOptions);
@overload
def FirmwareSwitchUpgrade(resource_name: str,
args: Optional[FirmwareSwitchUpgradeArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def FirmwareSwitchUpgrade(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[FirmwareSwitchUpgradeAncestorArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
devices: Optional[Sequence[FirmwareSwitchUpgradeDeviceArgs]] = None,
direct_downloads: Optional[Sequence[FirmwareSwitchUpgradeDirectDownloadArgs]] = None,
distributables: Optional[Sequence[FirmwareSwitchUpgradeDistributableArgs]] = None,
domain_group_moid: Optional[str] = None,
enable_fabric_evacuation: Optional[bool] = None,
file_servers: Optional[Sequence[FirmwareSwitchUpgradeFileServerArgs]] = None,
firmware_switch_upgrade_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
network_elements: Optional[Sequence[FirmwareSwitchUpgradeNetworkElementArgs]] = None,
network_shares: Optional[Sequence[FirmwareSwitchUpgradeNetworkShareArgs]] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[FirmwareSwitchUpgradeParentArgs]] = None,
permission_resources: Optional[Sequence[FirmwareSwitchUpgradePermissionResourceArgs]] = None,
releases: Optional[Sequence[FirmwareSwitchUpgradeReleaseArgs]] = None,
shared_scope: Optional[str] = None,
skip_estimate_impact: Optional[bool] = None,
skip_wait_for_io_path_connectivity: Optional[bool] = None,
status: Optional[str] = None,
tags: Optional[Sequence[FirmwareSwitchUpgradeTagArgs]] = None,
upgrade_impacts: Optional[Sequence[FirmwareSwitchUpgradeUpgradeImpactArgs]] = None,
upgrade_statuses: Optional[Sequence[FirmwareSwitchUpgradeUpgradeStatusArgs]] = None,
upgrade_type: Optional[str] = None,
version_contexts: Optional[Sequence[FirmwareSwitchUpgradeVersionContextArgs]] = None)
func NewFirmwareSwitchUpgrade(ctx *Context, name string, args *FirmwareSwitchUpgradeArgs, opts ...ResourceOption) (*FirmwareSwitchUpgrade, error)
public FirmwareSwitchUpgrade(string name, FirmwareSwitchUpgradeArgs? args = null, CustomResourceOptions? opts = null)
public FirmwareSwitchUpgrade(String name, FirmwareSwitchUpgradeArgs args)
public FirmwareSwitchUpgrade(String name, FirmwareSwitchUpgradeArgs args, CustomResourceOptions options)
type: intersight:FirmwareSwitchUpgrade
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FirmwareSwitchUpgradeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FirmwareSwitchUpgradeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FirmwareSwitchUpgradeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FirmwareSwitchUpgradeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FirmwareSwitchUpgradeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var firmwareSwitchUpgradeResource = new Intersight.FirmwareSwitchUpgrade("firmwareSwitchUpgradeResource", new()
{
AccountMoid = "string",
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ClassId = "string",
CreateTime = "string",
Devices = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeDeviceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
DirectDownloads = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeDirectDownloadArgs
{
AdditionalProperties = "string",
ClassId = "string",
HttpServers = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeDirectDownloadHttpServerArgs
{
AdditionalProperties = "string",
ClassId = "string",
LocationLink = "string",
MountOptions = "string",
ObjectType = "string",
},
},
ImageSource = "string",
IsPasswordSet = false,
ObjectType = "string",
Password = "string",
Upgradeoption = "string",
Username = "string",
},
},
Distributables = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeDistributableArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
DomainGroupMoid = "string",
EnableFabricEvacuation = false,
FileServers = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeFileServerArgs
{
AdditionalProperties = "string",
ClassId = "string",
ObjectType = "string",
},
},
FirmwareSwitchUpgradeId = "string",
ModTime = "string",
Moid = "string",
NetworkElements = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeNetworkElementArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
NetworkShares = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeNetworkShareArgs
{
AdditionalProperties = "string",
CifsServers = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeNetworkShareCifsServerArgs
{
AdditionalProperties = "string",
ClassId = "string",
FileLocation = "string",
MountOptions = "string",
ObjectType = "string",
RemoteFile = "string",
RemoteIp = "string",
RemoteShare = "string",
},
},
ClassId = "string",
HttpServers = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeNetworkShareHttpServerArgs
{
AdditionalProperties = "string",
ClassId = "string",
LocationLink = "string",
MountOptions = "string",
ObjectType = "string",
},
},
IsPasswordSet = false,
MapType = "string",
NfsServers = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeNetworkShareNfsServerArgs
{
AdditionalProperties = "string",
ClassId = "string",
FileLocation = "string",
MountOptions = "string",
ObjectType = "string",
RemoteFile = "string",
RemoteIp = "string",
RemoteShare = "string",
},
},
ObjectType = "string",
Password = "string",
Upgradeoption = "string",
Username = "string",
},
},
ObjectType = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Releases = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeReleaseArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
SharedScope = "string",
SkipEstimateImpact = false,
SkipWaitForIoPathConnectivity = false,
Status = "string",
Tags = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
UpgradeImpacts = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeUpgradeImpactArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
UpgradeStatuses = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeUpgradeStatusArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
UpgradeType = "string",
VersionContexts = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.FirmwareSwitchUpgradeVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
});
example, err := intersight.NewFirmwareSwitchUpgrade(ctx, "firmwareSwitchUpgradeResource", &intersight.FirmwareSwitchUpgradeArgs{
AccountMoid: pulumi.String("string"),
AdditionalProperties: pulumi.String("string"),
Ancestors: intersight.FirmwareSwitchUpgradeAncestorArray{
&intersight.FirmwareSwitchUpgradeAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
CreateTime: pulumi.String("string"),
Devices: intersight.FirmwareSwitchUpgradeDeviceArray{
&intersight.FirmwareSwitchUpgradeDeviceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
DirectDownloads: intersight.FirmwareSwitchUpgradeDirectDownloadArray{
&intersight.FirmwareSwitchUpgradeDirectDownloadArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
HttpServers: intersight.FirmwareSwitchUpgradeDirectDownloadHttpServerArray{
&intersight.FirmwareSwitchUpgradeDirectDownloadHttpServerArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
LocationLink: pulumi.String("string"),
MountOptions: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
ImageSource: pulumi.String("string"),
IsPasswordSet: pulumi.Bool(false),
ObjectType: pulumi.String("string"),
Password: pulumi.String("string"),
Upgradeoption: pulumi.String("string"),
Username: pulumi.String("string"),
},
},
Distributables: intersight.FirmwareSwitchUpgradeDistributableArray{
&intersight.FirmwareSwitchUpgradeDistributableArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
DomainGroupMoid: pulumi.String("string"),
EnableFabricEvacuation: pulumi.Bool(false),
FileServers: intersight.FirmwareSwitchUpgradeFileServerArray{
&intersight.FirmwareSwitchUpgradeFileServerArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
FirmwareSwitchUpgradeId: pulumi.String("string"),
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
NetworkElements: intersight.FirmwareSwitchUpgradeNetworkElementArray{
&intersight.FirmwareSwitchUpgradeNetworkElementArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
NetworkShares: intersight.FirmwareSwitchUpgradeNetworkShareArray{
&intersight.FirmwareSwitchUpgradeNetworkShareArgs{
AdditionalProperties: pulumi.String("string"),
CifsServers: intersight.FirmwareSwitchUpgradeNetworkShareCifsServerArray{
&intersight.FirmwareSwitchUpgradeNetworkShareCifsServerArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
FileLocation: pulumi.String("string"),
MountOptions: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RemoteFile: pulumi.String("string"),
RemoteIp: pulumi.String("string"),
RemoteShare: pulumi.String("string"),
},
},
ClassId: pulumi.String("string"),
HttpServers: intersight.FirmwareSwitchUpgradeNetworkShareHttpServerArray{
&intersight.FirmwareSwitchUpgradeNetworkShareHttpServerArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
LocationLink: pulumi.String("string"),
MountOptions: pulumi.String("string"),
ObjectType: pulumi.String("string"),
},
},
IsPasswordSet: pulumi.Bool(false),
MapType: pulumi.String("string"),
NfsServers: intersight.FirmwareSwitchUpgradeNetworkShareNfsServerArray{
&intersight.FirmwareSwitchUpgradeNetworkShareNfsServerArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
FileLocation: pulumi.String("string"),
MountOptions: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RemoteFile: pulumi.String("string"),
RemoteIp: pulumi.String("string"),
RemoteShare: pulumi.String("string"),
},
},
ObjectType: pulumi.String("string"),
Password: pulumi.String("string"),
Upgradeoption: pulumi.String("string"),
Username: pulumi.String("string"),
},
},
ObjectType: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: intersight.FirmwareSwitchUpgradeParentArray{
&intersight.FirmwareSwitchUpgradeParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: intersight.FirmwareSwitchUpgradePermissionResourceArray{
&intersight.FirmwareSwitchUpgradePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Releases: intersight.FirmwareSwitchUpgradeReleaseArray{
&intersight.FirmwareSwitchUpgradeReleaseArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
SharedScope: pulumi.String("string"),
SkipEstimateImpact: pulumi.Bool(false),
SkipWaitForIoPathConnectivity: pulumi.Bool(false),
Status: pulumi.String("string"),
Tags: intersight.FirmwareSwitchUpgradeTagArray{
&intersight.FirmwareSwitchUpgradeTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
UpgradeImpacts: intersight.FirmwareSwitchUpgradeUpgradeImpactArray{
&intersight.FirmwareSwitchUpgradeUpgradeImpactArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
UpgradeStatuses: intersight.FirmwareSwitchUpgradeUpgradeStatusArray{
&intersight.FirmwareSwitchUpgradeUpgradeStatusArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
UpgradeType: pulumi.String("string"),
VersionContexts: intersight.FirmwareSwitchUpgradeVersionContextArray{
&intersight.FirmwareSwitchUpgradeVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: intersight.FirmwareSwitchUpgradeVersionContextInterestedMoArray{
&intersight.FirmwareSwitchUpgradeVersionContextInterestedMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
MarkedForDeletion: pulumi.Bool(false),
NrVersion: pulumi.String("string"),
ObjectType: pulumi.String("string"),
RefMos: intersight.FirmwareSwitchUpgradeVersionContextRefMoArray{
&intersight.FirmwareSwitchUpgradeVersionContextRefMoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
Timestamp: pulumi.String("string"),
VersionType: pulumi.String("string"),
},
},
})
var firmwareSwitchUpgradeResource = new FirmwareSwitchUpgrade("firmwareSwitchUpgradeResource", FirmwareSwitchUpgradeArgs.builder()
.accountMoid("string")
.additionalProperties("string")
.ancestors(FirmwareSwitchUpgradeAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.classId("string")
.createTime("string")
.devices(FirmwareSwitchUpgradeDeviceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.directDownloads(FirmwareSwitchUpgradeDirectDownloadArgs.builder()
.additionalProperties("string")
.classId("string")
.httpServers(FirmwareSwitchUpgradeDirectDownloadHttpServerArgs.builder()
.additionalProperties("string")
.classId("string")
.locationLink("string")
.mountOptions("string")
.objectType("string")
.build())
.imageSource("string")
.isPasswordSet(false)
.objectType("string")
.password("string")
.upgradeoption("string")
.username("string")
.build())
.distributables(FirmwareSwitchUpgradeDistributableArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.domainGroupMoid("string")
.enableFabricEvacuation(false)
.fileServers(FirmwareSwitchUpgradeFileServerArgs.builder()
.additionalProperties("string")
.classId("string")
.objectType("string")
.build())
.firmwareSwitchUpgradeId("string")
.modTime("string")
.moid("string")
.networkElements(FirmwareSwitchUpgradeNetworkElementArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.networkShares(FirmwareSwitchUpgradeNetworkShareArgs.builder()
.additionalProperties("string")
.cifsServers(FirmwareSwitchUpgradeNetworkShareCifsServerArgs.builder()
.additionalProperties("string")
.classId("string")
.fileLocation("string")
.mountOptions("string")
.objectType("string")
.remoteFile("string")
.remoteIp("string")
.remoteShare("string")
.build())
.classId("string")
.httpServers(FirmwareSwitchUpgradeNetworkShareHttpServerArgs.builder()
.additionalProperties("string")
.classId("string")
.locationLink("string")
.mountOptions("string")
.objectType("string")
.build())
.isPasswordSet(false)
.mapType("string")
.nfsServers(FirmwareSwitchUpgradeNetworkShareNfsServerArgs.builder()
.additionalProperties("string")
.classId("string")
.fileLocation("string")
.mountOptions("string")
.objectType("string")
.remoteFile("string")
.remoteIp("string")
.remoteShare("string")
.build())
.objectType("string")
.password("string")
.upgradeoption("string")
.username("string")
.build())
.objectType("string")
.owners("string")
.parents(FirmwareSwitchUpgradeParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(FirmwareSwitchUpgradePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.releases(FirmwareSwitchUpgradeReleaseArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.sharedScope("string")
.skipEstimateImpact(false)
.skipWaitForIoPathConnectivity(false)
.status("string")
.tags(FirmwareSwitchUpgradeTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.upgradeImpacts(FirmwareSwitchUpgradeUpgradeImpactArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.upgradeStatuses(FirmwareSwitchUpgradeUpgradeStatusArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.upgradeType("string")
.versionContexts(FirmwareSwitchUpgradeVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(FirmwareSwitchUpgradeVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(FirmwareSwitchUpgradeVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.build());
firmware_switch_upgrade_resource = intersight.FirmwareSwitchUpgrade("firmwareSwitchUpgradeResource",
account_moid="string",
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
class_id="string",
create_time="string",
devices=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
direct_downloads=[{
"additional_properties": "string",
"class_id": "string",
"http_servers": [{
"additional_properties": "string",
"class_id": "string",
"location_link": "string",
"mount_options": "string",
"object_type": "string",
}],
"image_source": "string",
"is_password_set": False,
"object_type": "string",
"password": "string",
"upgradeoption": "string",
"username": "string",
}],
distributables=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
domain_group_moid="string",
enable_fabric_evacuation=False,
file_servers=[{
"additional_properties": "string",
"class_id": "string",
"object_type": "string",
}],
firmware_switch_upgrade_id="string",
mod_time="string",
moid="string",
network_elements=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
network_shares=[{
"additional_properties": "string",
"cifs_servers": [{
"additional_properties": "string",
"class_id": "string",
"file_location": "string",
"mount_options": "string",
"object_type": "string",
"remote_file": "string",
"remote_ip": "string",
"remote_share": "string",
}],
"class_id": "string",
"http_servers": [{
"additional_properties": "string",
"class_id": "string",
"location_link": "string",
"mount_options": "string",
"object_type": "string",
}],
"is_password_set": False,
"map_type": "string",
"nfs_servers": [{
"additional_properties": "string",
"class_id": "string",
"file_location": "string",
"mount_options": "string",
"object_type": "string",
"remote_file": "string",
"remote_ip": "string",
"remote_share": "string",
}],
"object_type": "string",
"password": "string",
"upgradeoption": "string",
"username": "string",
}],
object_type="string",
owners=["string"],
parents=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
permission_resources=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
releases=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
shared_scope="string",
skip_estimate_impact=False,
skip_wait_for_io_path_connectivity=False,
status="string",
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
upgrade_impacts=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
upgrade_statuses=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
upgrade_type="string",
version_contexts=[{
"additional_properties": "string",
"class_id": "string",
"interested_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"marked_for_deletion": False,
"nr_version": "string",
"object_type": "string",
"ref_mos": [{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
"timestamp": "string",
"version_type": "string",
}])
const firmwareSwitchUpgradeResource = new intersight.FirmwareSwitchUpgrade("firmwareSwitchUpgradeResource", {
accountMoid: "string",
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
classId: "string",
createTime: "string",
devices: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
directDownloads: [{
additionalProperties: "string",
classId: "string",
httpServers: [{
additionalProperties: "string",
classId: "string",
locationLink: "string",
mountOptions: "string",
objectType: "string",
}],
imageSource: "string",
isPasswordSet: false,
objectType: "string",
password: "string",
upgradeoption: "string",
username: "string",
}],
distributables: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
domainGroupMoid: "string",
enableFabricEvacuation: false,
fileServers: [{
additionalProperties: "string",
classId: "string",
objectType: "string",
}],
firmwareSwitchUpgradeId: "string",
modTime: "string",
moid: "string",
networkElements: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
networkShares: [{
additionalProperties: "string",
cifsServers: [{
additionalProperties: "string",
classId: "string",
fileLocation: "string",
mountOptions: "string",
objectType: "string",
remoteFile: "string",
remoteIp: "string",
remoteShare: "string",
}],
classId: "string",
httpServers: [{
additionalProperties: "string",
classId: "string",
locationLink: "string",
mountOptions: "string",
objectType: "string",
}],
isPasswordSet: false,
mapType: "string",
nfsServers: [{
additionalProperties: "string",
classId: "string",
fileLocation: "string",
mountOptions: "string",
objectType: "string",
remoteFile: "string",
remoteIp: "string",
remoteShare: "string",
}],
objectType: "string",
password: "string",
upgradeoption: "string",
username: "string",
}],
objectType: "string",
owners: ["string"],
parents: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
permissionResources: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
releases: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
sharedScope: "string",
skipEstimateImpact: false,
skipWaitForIoPathConnectivity: false,
status: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
upgradeImpacts: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
upgradeStatuses: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
upgradeType: "string",
versionContexts: [{
additionalProperties: "string",
classId: "string",
interestedMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
markedForDeletion: false,
nrVersion: "string",
objectType: "string",
refMos: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
timestamp: "string",
versionType: "string",
}],
});
type: intersight:FirmwareSwitchUpgrade
properties:
accountMoid: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
classId: string
createTime: string
devices:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
directDownloads:
- additionalProperties: string
classId: string
httpServers:
- additionalProperties: string
classId: string
locationLink: string
mountOptions: string
objectType: string
imageSource: string
isPasswordSet: false
objectType: string
password: string
upgradeoption: string
username: string
distributables:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
domainGroupMoid: string
enableFabricEvacuation: false
fileServers:
- additionalProperties: string
classId: string
objectType: string
firmwareSwitchUpgradeId: string
modTime: string
moid: string
networkElements:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
networkShares:
- additionalProperties: string
cifsServers:
- additionalProperties: string
classId: string
fileLocation: string
mountOptions: string
objectType: string
remoteFile: string
remoteIp: string
remoteShare: string
classId: string
httpServers:
- additionalProperties: string
classId: string
locationLink: string
mountOptions: string
objectType: string
isPasswordSet: false
mapType: string
nfsServers:
- additionalProperties: string
classId: string
fileLocation: string
mountOptions: string
objectType: string
remoteFile: string
remoteIp: string
remoteShare: string
objectType: string
password: string
upgradeoption: string
username: string
objectType: string
owners:
- string
parents:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
permissionResources:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
releases:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
sharedScope: string
skipEstimateImpact: false
skipWaitForIoPathConnectivity: false
status: string
tags:
- additionalProperties: string
key: string
value: string
upgradeImpacts:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
upgradeStatuses:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
upgradeType: string
versionContexts:
- additionalProperties: string
classId: string
interestedMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
markedForDeletion: false
nrVersion: string
objectType: string
refMos:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
timestamp: string
versionType: string
FirmwareSwitchUpgrade Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The FirmwareSwitchUpgrade resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Firmware
Switch Upgrade Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Devices
List<Firmware
Switch Upgrade Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Direct
Downloads List<FirmwareSwitch Upgrade Direct Download> - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- Distributables
List<Firmware
Switch Upgrade Distributable> - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Enable
Fabric boolEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- File
Servers List<FirmwareSwitch Upgrade File Server> - Location of the image in user software repository. This complex property has following sub-properties:
- Firmware
Switch stringUpgrade Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Elements List<FirmwareSwitch Upgrade Network Element> - An array of relationships to networkElement resources. This complex property has following sub-properties:
- List<Firmware
Switch Upgrade Network Share> - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Firmware
Switch Upgrade Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<FirmwareSwitch Upgrade Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Releases
List<Firmware
Switch Upgrade Release> - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Skip
Wait boolFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Firmware
Switch Upgrade Tag> - This complex property has following sub-properties:
- Upgrade
Impacts List<FirmwareSwitch Upgrade Upgrade Impact> - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Statuses List<FirmwareSwitch Upgrade Upgrade Status> - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts List<FirmwareSwitch Upgrade Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Firmware
Switch Upgrade Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Devices
[]Firmware
Switch Upgrade Device Args - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Direct
Downloads []FirmwareSwitch Upgrade Direct Download Args - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- Distributables
[]Firmware
Switch Upgrade Distributable Args - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Enable
Fabric boolEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- File
Servers []FirmwareSwitch Upgrade File Server Args - Location of the image in user software repository. This complex property has following sub-properties:
- Firmware
Switch stringUpgrade Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Elements []FirmwareSwitch Upgrade Network Element Args - An array of relationships to networkElement resources. This complex property has following sub-properties:
- []Firmware
Switch Upgrade Network Share Args - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Firmware
Switch Upgrade Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []FirmwareSwitch Upgrade Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Releases
[]Firmware
Switch Upgrade Release Args - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Skip
Wait boolFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - []Firmware
Switch Upgrade Tag Args - This complex property has following sub-properties:
- Upgrade
Impacts []FirmwareSwitch Upgrade Upgrade Impact Args - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Statuses []FirmwareSwitch Upgrade Upgrade Status Args - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts []FirmwareSwitch Upgrade Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Firmware
Switch Upgrade Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- devices
List<Firmware
Switch Upgrade Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct
Downloads List<FirmwareSwitch Upgrade Direct Download> - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables
List<Firmware
Switch Upgrade Distributable> - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable
Fabric BooleanEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file
Servers List<FirmwareSwitch Upgrade File Server> - Location of the image in user software repository. This complex property has following sub-properties:
- firmware
Switch StringUpgrade Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Elements List<FirmwareSwitch Upgrade Network Element> - An array of relationships to networkElement resources. This complex property has following sub-properties:
- List<Firmware
Switch Upgrade Network Share> - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Firmware
Switch Upgrade Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<FirmwareSwitch Upgrade Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases
List<Firmware
Switch Upgrade Release> - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- skip
Wait BooleanFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Firmware
Switch Upgrade Tag> - This complex property has following sub-properties:
- upgrade
Impacts List<FirmwareSwitch Upgrade Upgrade Impact> - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Statuses List<FirmwareSwitch Upgrade Upgrade Status> - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<FirmwareSwitch Upgrade Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Firmware
Switch Upgrade Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- devices
Firmware
Switch Upgrade Device[] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct
Downloads FirmwareSwitch Upgrade Direct Download[] - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables
Firmware
Switch Upgrade Distributable[] - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable
Fabric booleanEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file
Servers FirmwareSwitch Upgrade File Server[] - Location of the image in user software repository. This complex property has following sub-properties:
- firmware
Switch stringUpgrade Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- network
Elements FirmwareSwitch Upgrade Network Element[] - An array of relationships to networkElement resources. This complex property has following sub-properties:
- Firmware
Switch Upgrade Network Share[] - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Firmware
Switch Upgrade Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources FirmwareSwitch Upgrade Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases
Firmware
Switch Upgrade Release[] - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip
Estimate booleanImpact - User has the option to skip the estimate impact calculation.
- skip
Wait booleanFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Firmware
Switch Upgrade Tag[] - This complex property has following sub-properties:
- upgrade
Impacts FirmwareSwitch Upgrade Upgrade Impact[] - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Statuses FirmwareSwitch Upgrade Upgrade Status[] - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts FirmwareSwitch Upgrade Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Firmware
Switch Upgrade Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time str - (ReadOnly) The time when this managed object was created.
- devices
Sequence[Firmware
Switch Upgrade Device Args] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct_
downloads Sequence[FirmwareSwitch Upgrade Direct Download Args] - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables
Sequence[Firmware
Switch Upgrade Distributable Args] - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable_
fabric_ boolevacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file_
servers Sequence[FirmwareSwitch Upgrade File Server Args] - Location of the image in user software repository. This complex property has following sub-properties:
- firmware_
switch_ strupgrade_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- network_
elements Sequence[FirmwareSwitch Upgrade Network Element Args] - An array of relationships to networkElement resources. This complex property has following sub-properties:
- Sequence[Firmware
Switch Upgrade Network Share Args] - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Firmware
Switch Upgrade Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[FirmwareSwitch Upgrade Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases
Sequence[Firmware
Switch Upgrade Release Args] - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip_
estimate_ boolimpact - User has the option to skip the estimate impact calculation.
- skip_
wait_ boolfor_ io_ path_ connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status str
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Sequence[Firmware
Switch Upgrade Tag Args] - This complex property has following sub-properties:
- upgrade_
impacts Sequence[FirmwareSwitch Upgrade Upgrade Impact Args] - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade_
statuses Sequence[FirmwareSwitch Upgrade Upgrade Status Args] - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade_
type str - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version_
contexts Sequence[FirmwareSwitch Upgrade Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- devices List<Property Map>
- (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct
Downloads List<Property Map> - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables List<Property Map>
- A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable
Fabric BooleanEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file
Servers List<Property Map> - Location of the image in user software repository. This complex property has following sub-properties:
- firmware
Switch StringUpgrade Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Elements List<Property Map> - An array of relationships to networkElement resources. This complex property has following sub-properties:
- List<Property Map>
- Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases List<Property Map>
- A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- skip
Wait BooleanFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Property Map>
- This complex property has following sub-properties:
- upgrade
Impacts List<Property Map> - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Statuses List<Property Map> - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the FirmwareSwitchUpgrade resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing FirmwareSwitchUpgrade Resource
Get an existing FirmwareSwitchUpgrade resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FirmwareSwitchUpgradeState, opts?: CustomResourceOptions): FirmwareSwitchUpgrade
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[FirmwareSwitchUpgradeAncestorArgs]] = None,
class_id: Optional[str] = None,
create_time: Optional[str] = None,
devices: Optional[Sequence[FirmwareSwitchUpgradeDeviceArgs]] = None,
direct_downloads: Optional[Sequence[FirmwareSwitchUpgradeDirectDownloadArgs]] = None,
distributables: Optional[Sequence[FirmwareSwitchUpgradeDistributableArgs]] = None,
domain_group_moid: Optional[str] = None,
enable_fabric_evacuation: Optional[bool] = None,
file_servers: Optional[Sequence[FirmwareSwitchUpgradeFileServerArgs]] = None,
firmware_switch_upgrade_id: Optional[str] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
network_elements: Optional[Sequence[FirmwareSwitchUpgradeNetworkElementArgs]] = None,
network_shares: Optional[Sequence[FirmwareSwitchUpgradeNetworkShareArgs]] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[FirmwareSwitchUpgradeParentArgs]] = None,
permission_resources: Optional[Sequence[FirmwareSwitchUpgradePermissionResourceArgs]] = None,
releases: Optional[Sequence[FirmwareSwitchUpgradeReleaseArgs]] = None,
shared_scope: Optional[str] = None,
skip_estimate_impact: Optional[bool] = None,
skip_wait_for_io_path_connectivity: Optional[bool] = None,
status: Optional[str] = None,
tags: Optional[Sequence[FirmwareSwitchUpgradeTagArgs]] = None,
upgrade_impacts: Optional[Sequence[FirmwareSwitchUpgradeUpgradeImpactArgs]] = None,
upgrade_statuses: Optional[Sequence[FirmwareSwitchUpgradeUpgradeStatusArgs]] = None,
upgrade_type: Optional[str] = None,
version_contexts: Optional[Sequence[FirmwareSwitchUpgradeVersionContextArgs]] = None) -> FirmwareSwitchUpgrade
func GetFirmwareSwitchUpgrade(ctx *Context, name string, id IDInput, state *FirmwareSwitchUpgradeState, opts ...ResourceOption) (*FirmwareSwitchUpgrade, error)
public static FirmwareSwitchUpgrade Get(string name, Input<string> id, FirmwareSwitchUpgradeState? state, CustomResourceOptions? opts = null)
public static FirmwareSwitchUpgrade get(String name, Output<String> id, FirmwareSwitchUpgradeState state, CustomResourceOptions options)
resources: _: type: intersight:FirmwareSwitchUpgrade get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Firmware
Switch Upgrade Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Devices
List<Firmware
Switch Upgrade Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Direct
Downloads List<FirmwareSwitch Upgrade Direct Download> - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- Distributables
List<Firmware
Switch Upgrade Distributable> - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Enable
Fabric boolEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- File
Servers List<FirmwareSwitch Upgrade File Server> - Location of the image in user software repository. This complex property has following sub-properties:
- Firmware
Switch stringUpgrade Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Elements List<FirmwareSwitch Upgrade Network Element> - An array of relationships to networkElement resources. This complex property has following sub-properties:
- List<Firmware
Switch Upgrade Network Share> - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners List<string>
- (Array of schema.TypeString) -(ReadOnly)
- Parents
List<Firmware
Switch Upgrade Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources List<FirmwareSwitch Upgrade Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Releases
List<Firmware
Switch Upgrade Release> - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Skip
Wait boolFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Firmware
Switch Upgrade Tag> - This complex property has following sub-properties:
- Upgrade
Impacts List<FirmwareSwitch Upgrade Upgrade Impact> - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Statuses List<FirmwareSwitch Upgrade Upgrade Status> - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts List<FirmwareSwitch Upgrade Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Firmware
Switch Upgrade Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Devices
[]Firmware
Switch Upgrade Device Args - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Direct
Downloads []FirmwareSwitch Upgrade Direct Download Args - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- Distributables
[]Firmware
Switch Upgrade Distributable Args - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Enable
Fabric boolEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- File
Servers []FirmwareSwitch Upgrade File Server Args - Location of the image in user software repository. This complex property has following sub-properties:
- Firmware
Switch stringUpgrade Id - Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Network
Elements []FirmwareSwitch Upgrade Network Element Args - An array of relationships to networkElement resources. This complex property has following sub-properties:
- []Firmware
Switch Upgrade Network Share Args - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Owners []string
- (Array of schema.TypeString) -(ReadOnly)
- Parents
[]Firmware
Switch Upgrade Parent Args - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Permission
Resources []FirmwareSwitch Upgrade Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Releases
[]Firmware
Switch Upgrade Release Args - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- Skip
Estimate boolImpact - User has the option to skip the estimate impact calculation.
- Skip
Wait boolFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- Status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - []Firmware
Switch Upgrade Tag Args - This complex property has following sub-properties:
- Upgrade
Impacts []FirmwareSwitch Upgrade Upgrade Impact Args - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Statuses []FirmwareSwitch Upgrade Upgrade Status Args - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - Version
Contexts []FirmwareSwitch Upgrade Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors
List<Firmware
Switch Upgrade Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- devices
List<Firmware
Switch Upgrade Device> - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct
Downloads List<FirmwareSwitch Upgrade Direct Download> - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables
List<Firmware
Switch Upgrade Distributable> - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable
Fabric BooleanEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file
Servers List<FirmwareSwitch Upgrade File Server> - Location of the image in user software repository. This complex property has following sub-properties:
- firmware
Switch StringUpgrade Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Elements List<FirmwareSwitch Upgrade Network Element> - An array of relationships to networkElement resources. This complex property has following sub-properties:
- List<Firmware
Switch Upgrade Network Share> - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents
List<Firmware
Switch Upgrade Parent> - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<FirmwareSwitch Upgrade Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases
List<Firmware
Switch Upgrade Release> - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- skip
Wait BooleanFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Firmware
Switch Upgrade Tag> - This complex property has following sub-properties:
- upgrade
Impacts List<FirmwareSwitch Upgrade Upgrade Impact> - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Statuses List<FirmwareSwitch Upgrade Upgrade Status> - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<FirmwareSwitch Upgrade Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- additional
Properties string - ancestors
Firmware
Switch Upgrade Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time string - (ReadOnly) The time when this managed object was created.
- devices
Firmware
Switch Upgrade Device[] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct
Downloads FirmwareSwitch Upgrade Direct Download[] - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables
Firmware
Switch Upgrade Distributable[] - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable
Fabric booleanEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file
Servers FirmwareSwitch Upgrade File Server[] - Location of the image in user software repository. This complex property has following sub-properties:
- firmware
Switch stringUpgrade Id - mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- network
Elements FirmwareSwitch Upgrade Network Element[] - An array of relationships to networkElement resources. This complex property has following sub-properties:
- Firmware
Switch Upgrade Network Share[] - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners string[]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Firmware
Switch Upgrade Parent[] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources FirmwareSwitch Upgrade Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases
Firmware
Switch Upgrade Release[] - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip
Estimate booleanImpact - User has the option to skip the estimate impact calculation.
- skip
Wait booleanFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status string
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Firmware
Switch Upgrade Tag[] - This complex property has following sub-properties:
- upgrade
Impacts FirmwareSwitch Upgrade Upgrade Impact[] - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Statuses FirmwareSwitch Upgrade Upgrade Status[] - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Type string - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts FirmwareSwitch Upgrade Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Firmware
Switch Upgrade Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create_
time str - (ReadOnly) The time when this managed object was created.
- devices
Sequence[Firmware
Switch Upgrade Device Args] - (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct_
downloads Sequence[FirmwareSwitch Upgrade Direct Download Args] - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables
Sequence[Firmware
Switch Upgrade Distributable Args] - A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable_
fabric_ boolevacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file_
servers Sequence[FirmwareSwitch Upgrade File Server Args] - Location of the image in user software repository. This complex property has following sub-properties:
- firmware_
switch_ strupgrade_ id - mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- network_
elements Sequence[FirmwareSwitch Upgrade Network Element Args] - An array of relationships to networkElement resources. This complex property has following sub-properties:
- Sequence[Firmware
Switch Upgrade Network Share Args] - Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners Sequence[str]
- (Array of schema.TypeString) -(ReadOnly)
- parents
Sequence[Firmware
Switch Upgrade Parent Args] - (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_
resources Sequence[FirmwareSwitch Upgrade Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases
Sequence[Firmware
Switch Upgrade Release Args] - A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip_
estimate_ boolimpact - User has the option to skip the estimate impact calculation.
- skip_
wait_ boolfor_ io_ path_ connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status str
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - Sequence[Firmware
Switch Upgrade Tag Args] - This complex property has following sub-properties:
- upgrade_
impacts Sequence[FirmwareSwitch Upgrade Upgrade Impact Args] - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade_
statuses Sequence[FirmwareSwitch Upgrade Upgrade Status Args] - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade_
type str - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version_
contexts Sequence[FirmwareSwitch Upgrade Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- create
Time String - (ReadOnly) The time when this managed object was created.
- devices List<Property Map>
- (ReadOnly) A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- direct
Downloads List<Property Map> - Direct download options in case the upgradeType is direct download based upgrade. This complex property has following sub-properties:
- distributables List<Property Map>
- A reference to a firmwareDistributable resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- enable
Fabric BooleanEvacuation - The flag to enable or disable fabric evacuation during the switch firmware upgrade. In case of IMM, it is mandatory to have the Fabric Interconnects associated with domain profile for fabric evacuation to happen.
- file
Servers List<Property Map> - Location of the image in user software repository. This complex property has following sub-properties:
- firmware
Switch StringUpgrade Id - mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- network
Elements List<Property Map> - An array of relationships to networkElement resources. This complex property has following sub-properties:
- List<Property Map>
- Deprecated (Use 'fileServer' property). Network share options in case of the upgradeType is network share based upgrade. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- owners List<String>
- (Array of schema.TypeString) -(ReadOnly)
- parents List<Property Map>
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission
Resources List<Property Map> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- releases List<Property Map>
- A reference to a softwarerepositoryRelease resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- skip
Estimate BooleanImpact - User has the option to skip the estimate impact calculation.
- skip
Wait BooleanFor Io Path Connectivity - The flag to enable or disable the option to wait for IO paths connectivity during the switch firmware upgrade.
- status String
- Status of the upgrade operation.*
NONE
- Upgrade status is not populated.*IN_PROGRESS
- The upgrade is in progress.*SUCCESSFUL
- The upgrade successfully completed.*FAILED
- The upgrade shows failed status.*TERMINATED
- The upgrade has been terminated. - List<Property Map>
- This complex property has following sub-properties:
- upgrade
Impacts List<Property Map> - (ReadOnly) A reference to a firmwareUpgradeImpactStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Statuses List<Property Map> - (ReadOnly) A reference to a firmwareUpgradeStatus resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- upgrade
Type String - Desired upgrade mode to choose either direct download based upgrade or network share upgrade.*
direct_upgrade
- Upgrade mode is direct download.*network_upgrade
- Upgrade mode is network upgrade. - version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
FirmwareSwitchUpgradeAncestor, FirmwareSwitchUpgradeAncestorArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeDevice, FirmwareSwitchUpgradeDeviceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeDirectDownload, FirmwareSwitchUpgradeDirectDownloadArgs
- Additional
Properties string - Class
Id string - Http
Servers List<FirmwareSwitch Upgrade Direct Download Http Server> - HTTP Server option when the image source is a local HTTPS server. This complex property has following sub-properties:
- Image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.*
cisco
- Image to be downloaded from Cisco software repository.*localHttp
- Image to be downloaded from a https server. - Is
Password boolSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the local https server.
- Upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.*
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.*sd_download_only
- Direct upgrade SD download only.*sd_upgrade_only
- Direct upgrade SD upgrade only.*sd_upgrade_full
- Direct upgrade SD upgrade full.*download_only
- Direct upgrade image download only.*upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.*upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.*chassis_upgrade_full
- Direct upgrade chassis upgrade full.*monitor_only
- Direct upgrade monitor progress only.*validate_only
- Validate whether a component is ready for ugprade.*cancel_only
- Cancel pending upgrade only. - Username string
- Username as configured on the local https server.
- Additional
Properties string - Class
Id string - Http
Servers []FirmwareSwitch Upgrade Direct Download Http Server - HTTP Server option when the image source is a local HTTPS server. This complex property has following sub-properties:
- Image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.*
cisco
- Image to be downloaded from Cisco software repository.*localHttp
- Image to be downloaded from a https server. - Is
Password boolSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the local https server.
- Upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.*
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.*sd_download_only
- Direct upgrade SD download only.*sd_upgrade_only
- Direct upgrade SD upgrade only.*sd_upgrade_full
- Direct upgrade SD upgrade full.*download_only
- Direct upgrade image download only.*upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.*upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.*chassis_upgrade_full
- Direct upgrade chassis upgrade full.*monitor_only
- Direct upgrade monitor progress only.*validate_only
- Validate whether a component is ready for ugprade.*cancel_only
- Cancel pending upgrade only. - Username string
- Username as configured on the local https server.
- additional
Properties String - class
Id String - http
Servers List<FirmwareSwitch Upgrade Direct Download Http Server> - HTTP Server option when the image source is a local HTTPS server. This complex property has following sub-properties:
- image
Source String - Source type referring the image to be downloaded from CCO or from a local HTTPS server.*
cisco
- Image to be downloaded from Cisco software repository.*localHttp
- Image to be downloaded from a https server. - is
Password BooleanSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the local https server.
- upgradeoption String
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.*
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.*sd_download_only
- Direct upgrade SD download only.*sd_upgrade_only
- Direct upgrade SD upgrade only.*sd_upgrade_full
- Direct upgrade SD upgrade full.*download_only
- Direct upgrade image download only.*upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.*upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.*chassis_upgrade_full
- Direct upgrade chassis upgrade full.*monitor_only
- Direct upgrade monitor progress only.*validate_only
- Validate whether a component is ready for ugprade.*cancel_only
- Cancel pending upgrade only. - username String
- Username as configured on the local https server.
- additional
Properties string - class
Id string - http
Servers FirmwareSwitch Upgrade Direct Download Http Server[] - HTTP Server option when the image source is a local HTTPS server. This complex property has following sub-properties:
- image
Source string - Source type referring the image to be downloaded from CCO or from a local HTTPS server.*
cisco
- Image to be downloaded from Cisco software repository.*localHttp
- Image to be downloaded from a https server. - is
Password booleanSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password string
- Password as configured on the local https server.
- upgradeoption string
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.*
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.*sd_download_only
- Direct upgrade SD download only.*sd_upgrade_only
- Direct upgrade SD upgrade only.*sd_upgrade_full
- Direct upgrade SD upgrade full.*download_only
- Direct upgrade image download only.*upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.*upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.*chassis_upgrade_full
- Direct upgrade chassis upgrade full.*monitor_only
- Direct upgrade monitor progress only.*validate_only
- Validate whether a component is ready for ugprade.*cancel_only
- Cancel pending upgrade only. - username string
- Username as configured on the local https server.
- additional_
properties str - class_
id str - http_
servers Sequence[FirmwareSwitch Upgrade Direct Download Http Server] - HTTP Server option when the image source is a local HTTPS server. This complex property has following sub-properties:
- image_
source str - Source type referring the image to be downloaded from CCO or from a local HTTPS server.*
cisco
- Image to be downloaded from Cisco software repository.*localHttp
- Image to be downloaded from a https server. - is_
password_ boolset - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password str
- Password as configured on the local https server.
- upgradeoption str
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.*
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.*sd_download_only
- Direct upgrade SD download only.*sd_upgrade_only
- Direct upgrade SD upgrade only.*sd_upgrade_full
- Direct upgrade SD upgrade full.*download_only
- Direct upgrade image download only.*upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.*upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.*chassis_upgrade_full
- Direct upgrade chassis upgrade full.*monitor_only
- Direct upgrade monitor progress only.*validate_only
- Validate whether a component is ready for ugprade.*cancel_only
- Cancel pending upgrade only. - username str
- Username as configured on the local https server.
- additional
Properties String - class
Id String - http
Servers List<Property Map> - HTTP Server option when the image source is a local HTTPS server. This complex property has following sub-properties:
- image
Source String - Source type referring the image to be downloaded from CCO or from a local HTTPS server.*
cisco
- Image to be downloaded from Cisco software repository.*localHttp
- Image to be downloaded from a https server. - is
Password BooleanSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the local https server.
- upgradeoption String
- Option to control the upgrade, e.g., sd_upgrade_mount_only - download the image into sd and upgrade wait for the server on-next boot.*
sd_upgrade_mount_only
- Direct upgrade SD upgrade mount only.*sd_download_only
- Direct upgrade SD download only.*sd_upgrade_only
- Direct upgrade SD upgrade only.*sd_upgrade_full
- Direct upgrade SD upgrade full.*download_only
- Direct upgrade image download only.*upgrade_full
- The upgrade downloads or mounts the image, and reboots immediately for an upgrade.*upgrade_mount_only
- The upgrade downloads or mounts the image. The upgrade happens in next reboot.*chassis_upgrade_full
- Direct upgrade chassis upgrade full.*monitor_only
- Direct upgrade monitor progress only.*validate_only
- Validate whether a component is ready for ugprade.*cancel_only
- Cancel pending upgrade only. - username String
- Username as configured on the local https server.
FirmwareSwitchUpgradeDirectDownloadHttpServer, FirmwareSwitchUpgradeDirectDownloadHttpServerArgs
- Additional
Properties string - Class
Id string - Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - location_
link str - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount_
options str - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
FirmwareSwitchUpgradeDistributable, FirmwareSwitchUpgradeDistributableArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeFileServer, FirmwareSwitchUpgradeFileServerArgs
- Additional
Properties string - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Additional
Properties string - Class
Id string - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties string - class
Id string - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_
properties str - class_
id str - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional
Properties String - class
Id String - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
FirmwareSwitchUpgradeNetworkElement, FirmwareSwitchUpgradeNetworkElementArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeNetworkShare, FirmwareSwitchUpgradeNetworkShareArgs
- Additional
Properties string - Cifs
Servers List<FirmwareSwitch Upgrade Network Share Cifs Server> - CIFS file server option for network share upgrade. This complex property has following sub-properties:
- Class
Id string - Http
Servers List<FirmwareSwitch Upgrade Network Share Http Server> - HTTP (for WWW) file server option for network share upgrade. This complex property has following sub-properties:
- Is
Password boolSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- Map
Type string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.*
nfs
- File server protocol used is NFS.*cifs
- File server protocol used is CIFS.*www
- File server protocol used is WWW. - Nfs
Servers List<FirmwareSwitch Upgrade Network Share Nfs Server> - NFS file server option for network share upgrade. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the file server.
- Upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.*
nw_upgrade_full
- Network upgrade option for full upgrade.*nw_upgrade_mount_only
- Network upgrade mount only. - Username string
- Username as configured on the file server.
- Additional
Properties string - Cifs
Servers []FirmwareSwitch Upgrade Network Share Cifs Server - CIFS file server option for network share upgrade. This complex property has following sub-properties:
- Class
Id string - Http
Servers []FirmwareSwitch Upgrade Network Share Http Server - HTTP (for WWW) file server option for network share upgrade. This complex property has following sub-properties:
- Is
Password boolSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- Map
Type string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.*
nfs
- File server protocol used is NFS.*cifs
- File server protocol used is CIFS.*www
- File server protocol used is WWW. - Nfs
Servers []FirmwareSwitch Upgrade Network Share Nfs Server - NFS file server option for network share upgrade. This complex property has following sub-properties:
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Password string
- Password as configured on the file server.
- Upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.*
nw_upgrade_full
- Network upgrade option for full upgrade.*nw_upgrade_mount_only
- Network upgrade mount only. - Username string
- Username as configured on the file server.
- additional
Properties String - cifs
Servers List<FirmwareSwitch Upgrade Network Share Cifs Server> - CIFS file server option for network share upgrade. This complex property has following sub-properties:
- class
Id String - http
Servers List<FirmwareSwitch Upgrade Network Share Http Server> - HTTP (for WWW) file server option for network share upgrade. This complex property has following sub-properties:
- is
Password BooleanSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- map
Type String - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.*
nfs
- File server protocol used is NFS.*cifs
- File server protocol used is CIFS.*www
- File server protocol used is WWW. - nfs
Servers List<FirmwareSwitch Upgrade Network Share Nfs Server> - NFS file server option for network share upgrade. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the file server.
- upgradeoption String
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.*
nw_upgrade_full
- Network upgrade option for full upgrade.*nw_upgrade_mount_only
- Network upgrade mount only. - username String
- Username as configured on the file server.
- additional
Properties string - cifs
Servers FirmwareSwitch Upgrade Network Share Cifs Server[] - CIFS file server option for network share upgrade. This complex property has following sub-properties:
- class
Id string - http
Servers FirmwareSwitch Upgrade Network Share Http Server[] - HTTP (for WWW) file server option for network share upgrade. This complex property has following sub-properties:
- is
Password booleanSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- map
Type string - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.*
nfs
- File server protocol used is NFS.*cifs
- File server protocol used is CIFS.*www
- File server protocol used is WWW. - nfs
Servers FirmwareSwitch Upgrade Network Share Nfs Server[] - NFS file server option for network share upgrade. This complex property has following sub-properties:
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password string
- Password as configured on the file server.
- upgradeoption string
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.*
nw_upgrade_full
- Network upgrade option for full upgrade.*nw_upgrade_mount_only
- Network upgrade mount only. - username string
- Username as configured on the file server.
- additional_
properties str - cifs_
servers Sequence[FirmwareSwitch Upgrade Network Share Cifs Server] - CIFS file server option for network share upgrade. This complex property has following sub-properties:
- class_
id str - http_
servers Sequence[FirmwareSwitch Upgrade Network Share Http Server] - HTTP (for WWW) file server option for network share upgrade. This complex property has following sub-properties:
- is_
password_ boolset - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- map_
type str - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.*
nfs
- File server protocol used is NFS.*cifs
- File server protocol used is CIFS.*www
- File server protocol used is WWW. - nfs_
servers Sequence[FirmwareSwitch Upgrade Network Share Nfs Server] - NFS file server option for network share upgrade. This complex property has following sub-properties:
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password str
- Password as configured on the file server.
- upgradeoption str
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.*
nw_upgrade_full
- Network upgrade option for full upgrade.*nw_upgrade_mount_only
- Network upgrade mount only. - username str
- Username as configured on the file server.
- additional
Properties String - cifs
Servers List<Property Map> - CIFS file server option for network share upgrade. This complex property has following sub-properties:
- class
Id String - http
Servers List<Property Map> - HTTP (for WWW) file server option for network share upgrade. This complex property has following sub-properties:
- is
Password BooleanSet - (ReadOnly) Indicates whether the value of the 'password' property has been set.
- map
Type String - File server protocols such as CIFS, NFS, WWW for HTTP (S) that hosts the image.*
nfs
- File server protocol used is NFS.*cifs
- File server protocol used is CIFS.*www
- File server protocol used is WWW. - nfs
Servers List<Property Map> - NFS file server option for network share upgrade. This complex property has following sub-properties:
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- password String
- Password as configured on the file server.
- upgradeoption String
- Option to control the upgrade operation. Some examples, 1) nw_upgrade_mount_only - mount the image from a file server and run the upgrade on the next server boot and 2) nw_upgrade_full - mount the image and immediately run the upgrade.*
nw_upgrade_full
- Network upgrade option for full upgrade.*nw_upgrade_mount_only
- Network upgrade mount only. - username String
- Username as configured on the file server.
FirmwareSwitchUpgradeNetworkShareCifsServer, FirmwareSwitchUpgradeNetworkShareCifsServerArgs
- Additional
Properties string - Class
Id string - File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.*
none
- The default authentication protocol is decided by the endpoint.*ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.*ntlmi
- Mount options of CIFS file server is ntlmi.*ntlmv2
- Mount options of CIFS file server is ntlmv2.*ntlmv2i
- Mount options of CIFS file server is ntlmv2i.*ntlmssp
- Mount options of CIFS file server is ntlmssp.*ntlmsspi
- Mount options of CIFS file server is ntlmsspi. - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Remote
File string - (ReadOnly) Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - (ReadOnly) CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- (ReadOnly) Directory where the image is stored. Example:share/subfolder.
- Additional
Properties string - Class
Id string - File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.*
none
- The default authentication protocol is decided by the endpoint.*ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.*ntlmi
- Mount options of CIFS file server is ntlmi.*ntlmv2
- Mount options of CIFS file server is ntlmv2.*ntlmv2i
- Mount options of CIFS file server is ntlmv2i.*ntlmssp
- Mount options of CIFS file server is ntlmssp.*ntlmsspi
- Mount options of CIFS file server is ntlmsspi. - Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Remote
File string - (ReadOnly) Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - (ReadOnly) CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- (ReadOnly) Directory where the image is stored. Example:share/subfolder.
- additional
Properties String - class
Id String - file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.*
none
- The default authentication protocol is decided by the endpoint.*ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.*ntlmi
- Mount options of CIFS file server is ntlmi.*ntlmv2
- Mount options of CIFS file server is ntlmv2.*ntlmv2i
- Mount options of CIFS file server is ntlmv2i.*ntlmssp
- Mount options of CIFS file server is ntlmssp.*ntlmsspi
- Mount options of CIFS file server is ntlmsspi. - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote
File String - (ReadOnly) Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - (ReadOnly) CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- (ReadOnly) Directory where the image is stored. Example:share/subfolder.
- additional
Properties string - class
Id string - file
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options string - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.*
none
- The default authentication protocol is decided by the endpoint.*ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.*ntlmi
- Mount options of CIFS file server is ntlmi.*ntlmv2
- Mount options of CIFS file server is ntlmv2.*ntlmv2i
- Mount options of CIFS file server is ntlmv2i.*ntlmssp
- Mount options of CIFS file server is ntlmssp.*ntlmsspi
- Mount options of CIFS file server is ntlmsspi. - object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote
File string - (ReadOnly) Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip string - (ReadOnly) CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- (ReadOnly) Directory where the image is stored. Example:share/subfolder.
- additional_
properties str - class_
id str - file_
location str - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount_
options str - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.*
none
- The default authentication protocol is decided by the endpoint.*ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.*ntlmi
- Mount options of CIFS file server is ntlmi.*ntlmv2
- Mount options of CIFS file server is ntlmv2.*ntlmv2i
- Mount options of CIFS file server is ntlmv2i.*ntlmssp
- Mount options of CIFS file server is ntlmssp.*ntlmsspi
- Mount options of CIFS file server is ntlmsspi. - object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote_
file str - (ReadOnly) Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote_
ip str - (ReadOnly) CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- str
- (ReadOnly) Directory where the image is stored. Example:share/subfolder.
- additional
Properties String - class
Id String - file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option (Authentication Protocol) as configured on the CIFS Server. Example:ntlmv2.*
none
- The default authentication protocol is decided by the endpoint.*ntlm
- The external CIFS server is configured with ntlm as the authentication protocol.*ntlmi
- Mount options of CIFS file server is ntlmi.*ntlmv2
- Mount options of CIFS file server is ntlmv2.*ntlmv2i
- Mount options of CIFS file server is ntlmv2i.*ntlmssp
- Mount options of CIFS file server is ntlmssp.*ntlmsspi
- Mount options of CIFS file server is ntlmsspi. - object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote
File String - (ReadOnly) Filename of the image in the remote share location. Example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - (ReadOnly) CIFS Server Hostname or IP Address. For example:CIFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- (ReadOnly) Directory where the image is stored. Example:share/subfolder.
FirmwareSwitchUpgradeNetworkShareHttpServer, FirmwareSwitchUpgradeNetworkShareHttpServerArgs
- Additional
Properties string - Class
Id string - Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - Location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- Mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - location
Link string - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options string - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - location_
link str - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount_
options str - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - location
Link String - HTTP/HTTPS link to the image. Accepted formats HTTP[s]://server-hostname/share/image or HTTP[s]://serverip/share/image. For a successful upgrade, the remote share server must have network connectivity with the CIMC of the selected devices.
- mount
Options String - Mount option as configured on the HTTP server. Empty if nothing is configured.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
FirmwareSwitchUpgradeNetworkShareNfsServer, FirmwareSwitchUpgradeNetworkShareNfsServerArgs
- Additional
Properties string - Class
Id string - File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Remote
File string - (ReadOnly) Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - (ReadOnly) NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- (ReadOnly) Directory where the image is stored. For example:/share/subfolder.
- Additional
Properties string - Class
Id string - File
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- Mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Remote
File string - (ReadOnly) Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- Remote
Ip string - (ReadOnly) NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- (ReadOnly) Directory where the image is stored. For example:/share/subfolder.
- additional
Properties String - class
Id String - file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option as configured on the NFS Server. For example:nolock.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote
File String - (ReadOnly) Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - (ReadOnly) NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- (ReadOnly) Directory where the image is stored. For example:/share/subfolder.
- additional
Properties string - class
Id string - file
Location string - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options string - Mount option as configured on the NFS Server. For example:nolock.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote
File string - (ReadOnly) Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip string - (ReadOnly) NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- string
- (ReadOnly) Directory where the image is stored. For example:/share/subfolder.
- additional_
properties str - class_
id str - file_
location str - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount_
options str - Mount option as configured on the NFS Server. For example:nolock.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote_
file str - (ReadOnly) Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote_
ip str - (ReadOnly) NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- str
- (ReadOnly) Directory where the image is stored. For example:/share/subfolder.
- additional
Properties String - class
Id String - file
Location String - The location to the image file. The accepted format is IP-or-hostname/folder1/folder2/.../imageFile.
- mount
Options String - Mount option as configured on the NFS Server. For example:nolock.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- remote
File String - (ReadOnly) Filename of the image in the remote share location. For example:ucs-c220m5-huu-3.1.2c.iso.
- remote
Ip String - (ReadOnly) NFS Server Hostname or IP Address. For example:NFS-server-hostname or 10.10.8.7. The remote share server should have network connectivity with the CIMC of the selected devices for a successful upgrade.
- String
- (ReadOnly) Directory where the image is stored. For example:/share/subfolder.
FirmwareSwitchUpgradeParent, FirmwareSwitchUpgradeParentArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradePermissionResource, FirmwareSwitchUpgradePermissionResourceArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeRelease, FirmwareSwitchUpgradeReleaseArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeTag, FirmwareSwitchUpgradeTagArgs
- 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.
FirmwareSwitchUpgradeUpgradeImpact, FirmwareSwitchUpgradeUpgradeImpactArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeUpgradeStatus, FirmwareSwitchUpgradeUpgradeStatusArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeVersionContext, FirmwareSwitchUpgradeVersionContextArgs
- Additional
Properties string - Class
Id string - Interested
Mos List<FirmwareSwitch Upgrade Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos List<FirmwareSwitch Upgrade Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - Interested
Mos []FirmwareSwitch Upgrade Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For boolDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos []FirmwareSwitch Upgrade Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- Version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<FirmwareSwitch Upgrade Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<FirmwareSwitch Upgrade Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - interested
Mos FirmwareSwitch Upgrade Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For booleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos FirmwareSwitch Upgrade Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type string - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - interested_
mos Sequence[FirmwareSwitch Upgrade Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ booldeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos Sequence[FirmwareSwitch Upgrade Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_
type str - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - This complex property has following sub-properties:
- marked
For BooleanDeletion - (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- version
Type String - (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.*
Modified
- Version created every time an object is modified.*Configured
- Version created every time an object is configured to the service profile.*Deployed
- Version created for objects related to a service profile when it is deployed.
FirmwareSwitchUpgradeVersionContextInterestedMo, FirmwareSwitchUpgradeVersionContextInterestedMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
FirmwareSwitchUpgradeVersionContextRefMo, FirmwareSwitchUpgradeVersionContextRefMoArgs
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - Moid string
- The Moid of the referenced REST resource.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - moid string
- The Moid of the referenced REST resource.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - moid str
- The Moid of the referenced REST resource.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - moid String
- The Moid of the referenced REST resource.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
Import
intersight_firmware_switch_upgrade
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/firmwareSwitchUpgrade:FirmwareSwitchUpgrade example 1234567890987654321abcde
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.