intersight.ApplianceClusterWorkerNode
Explore with Pulumi AI
ClusterWorkerNode is an object that tracks the Intersight Appliance’s process for adding a worker node.
Create ApplianceClusterWorkerNode Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApplianceClusterWorkerNode(name: string, args?: ApplianceClusterWorkerNodeArgs, opts?: CustomResourceOptions);
@overload
def ApplianceClusterWorkerNode(resource_name: str,
args: Optional[ApplianceClusterWorkerNodeArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ApplianceClusterWorkerNode(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
accounts: Optional[Sequence[ApplianceClusterWorkerNodeAccountArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[ApplianceClusterWorkerNodeAncestorArgs]] = None,
appliance_cluster_worker_node_id: Optional[str] = None,
class_id: Optional[str] = None,
completed_phases: Optional[Sequence[ApplianceClusterWorkerNodeCompletedPhaseArgs]] = None,
create_time: Optional[str] = None,
current_phases: Optional[Sequence[ApplianceClusterWorkerNodeCurrentPhaseArgs]] = None,
domain_group_moid: Optional[str] = None,
elapsed_time: Optional[float] = None,
end_time: Optional[str] = None,
error_code: Optional[float] = None,
hostname: Optional[str] = None,
messages: Optional[Sequence[str]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
node_infos: Optional[Sequence[ApplianceClusterWorkerNodeNodeInfoArgs]] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[ApplianceClusterWorkerNodeParentArgs]] = None,
permission_resources: Optional[Sequence[ApplianceClusterWorkerNodePermissionResourceArgs]] = None,
remote_dns: Optional[str] = None,
reuse_node: Optional[bool] = None,
session_id: Optional[str] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[ApplianceClusterWorkerNodeTagArgs]] = None,
total_nodes: Optional[float] = None,
total_phases: Optional[float] = None,
version_contexts: Optional[Sequence[ApplianceClusterWorkerNodeVersionContextArgs]] = None,
vips: Optional[Sequence[ApplianceClusterWorkerNodeVipArgs]] = None)
func NewApplianceClusterWorkerNode(ctx *Context, name string, args *ApplianceClusterWorkerNodeArgs, opts ...ResourceOption) (*ApplianceClusterWorkerNode, error)
public ApplianceClusterWorkerNode(string name, ApplianceClusterWorkerNodeArgs? args = null, CustomResourceOptions? opts = null)
public ApplianceClusterWorkerNode(String name, ApplianceClusterWorkerNodeArgs args)
public ApplianceClusterWorkerNode(String name, ApplianceClusterWorkerNodeArgs args, CustomResourceOptions options)
type: intersight:ApplianceClusterWorkerNode
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args ApplianceClusterWorkerNodeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args ApplianceClusterWorkerNodeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args ApplianceClusterWorkerNodeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args ApplianceClusterWorkerNodeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ApplianceClusterWorkerNodeArgs - 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 applianceClusterWorkerNodeResource = new Intersight.ApplianceClusterWorkerNode("applianceClusterWorkerNodeResource", new()
{
AccountMoid = "string",
Accounts = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeAccountArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
AdditionalProperties = "string",
Ancestors = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeAncestorArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
ApplianceClusterWorkerNodeId = "string",
ClassId = "string",
CompletedPhases = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeCompletedPhaseArgs
{
AdditionalProperties = "string",
ClassId = "string",
CurrentNode = 0,
CurrentSubphase = 0,
ElapsedTime = 0,
EndTime = "string",
Failed = false,
Message = "string",
Name = "string",
ObjectType = "string",
PendingNodes = new[]
{
0,
},
StartTime = "string",
Status = "string",
},
},
CreateTime = "string",
CurrentPhases = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeCurrentPhaseArgs
{
AdditionalProperties = "string",
ClassId = "string",
CurrentNode = 0,
CurrentSubphase = 0,
ElapsedTime = 0,
EndTime = "string",
Failed = false,
Message = "string",
Name = "string",
ObjectType = "string",
PendingNodes = new[]
{
0,
},
StartTime = "string",
Status = "string",
},
},
DomainGroupMoid = "string",
ElapsedTime = 0,
EndTime = "string",
ErrorCode = 0,
Hostname = "string",
Messages = new[]
{
"string",
},
ModTime = "string",
Moid = "string",
NodeInfos = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeNodeInfoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Gateway = "string",
Hostname = "string",
IpAddress = "string",
Netmask = "string",
NodeId = 0,
NodeMoid = "string",
NodeType = "string",
ObjectType = "string",
Status = "string",
},
},
ObjectType = "string",
Owners = new[]
{
"string",
},
Parents = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeParentArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
PermissionResources = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodePermissionResourceArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
RemoteDns = "string",
ReuseNode = false,
SessionId = "string",
SharedScope = "string",
StartTime = "string",
Status = "string",
Tags = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeTagArgs
{
AdditionalProperties = "string",
Key = "string",
Value = "string",
},
},
TotalNodes = 0,
TotalPhases = 0,
VersionContexts = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeVersionContextArgs
{
AdditionalProperties = "string",
ClassId = "string",
InterestedMos = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeVersionContextInterestedMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
MarkedForDeletion = false,
NrVersion = "string",
ObjectType = "string",
RefMos = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeVersionContextRefMoArgs
{
AdditionalProperties = "string",
ClassId = "string",
Moid = "string",
ObjectType = "string",
Selector = "string",
},
},
Timestamp = "string",
VersionType = "string",
},
},
Vips = new[]
{
new Intersight.Inputs.ApplianceClusterWorkerNodeVipArgs
{
AdditionalProperties = "string",
ClassId = "string",
Gateway = "string",
Hostname = "string",
IpAddress = "string",
Netmask = "string",
NodeId = 0,
NodeMoid = "string",
NodeType = "string",
ObjectType = "string",
Status = "string",
},
},
});
example, err := intersight.NewApplianceClusterWorkerNode(ctx, "applianceClusterWorkerNodeResource", &intersight.ApplianceClusterWorkerNodeArgs{
AccountMoid: pulumi.String("string"),
Accounts: .ApplianceClusterWorkerNodeAccountArray{
&.ApplianceClusterWorkerNodeAccountArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
AdditionalProperties: pulumi.String("string"),
Ancestors: .ApplianceClusterWorkerNodeAncestorArray{
&.ApplianceClusterWorkerNodeAncestorArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
ApplianceClusterWorkerNodeId: pulumi.String("string"),
ClassId: pulumi.String("string"),
CompletedPhases: .ApplianceClusterWorkerNodeCompletedPhaseArray{
&.ApplianceClusterWorkerNodeCompletedPhaseArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
CurrentNode: pulumi.Float64(0),
CurrentSubphase: pulumi.Float64(0),
ElapsedTime: pulumi.Float64(0),
EndTime: pulumi.String("string"),
Failed: pulumi.Bool(false),
Message: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
PendingNodes: pulumi.Float64Array{
pulumi.Float64(0),
},
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
CreateTime: pulumi.String("string"),
CurrentPhases: .ApplianceClusterWorkerNodeCurrentPhaseArray{
&.ApplianceClusterWorkerNodeCurrentPhaseArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
CurrentNode: pulumi.Float64(0),
CurrentSubphase: pulumi.Float64(0),
ElapsedTime: pulumi.Float64(0),
EndTime: pulumi.String("string"),
Failed: pulumi.Bool(false),
Message: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectType: pulumi.String("string"),
PendingNodes: pulumi.Float64Array{
pulumi.Float64(0),
},
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
DomainGroupMoid: pulumi.String("string"),
ElapsedTime: pulumi.Float64(0),
EndTime: pulumi.String("string"),
ErrorCode: pulumi.Float64(0),
Hostname: pulumi.String("string"),
Messages: pulumi.StringArray{
pulumi.String("string"),
},
ModTime: pulumi.String("string"),
Moid: pulumi.String("string"),
NodeInfos: .ApplianceClusterWorkerNodeNodeInfoArray{
&.ApplianceClusterWorkerNodeNodeInfoArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Gateway: pulumi.String("string"),
Hostname: pulumi.String("string"),
IpAddress: pulumi.String("string"),
Netmask: pulumi.String("string"),
NodeId: pulumi.Float64(0),
NodeMoid: pulumi.String("string"),
NodeType: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
ObjectType: pulumi.String("string"),
Owners: pulumi.StringArray{
pulumi.String("string"),
},
Parents: .ApplianceClusterWorkerNodeParentArray{
&.ApplianceClusterWorkerNodeParentArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
PermissionResources: .ApplianceClusterWorkerNodePermissionResourceArray{
&.ApplianceClusterWorkerNodePermissionResourceArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Moid: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Selector: pulumi.String("string"),
},
},
RemoteDns: pulumi.String("string"),
ReuseNode: pulumi.Bool(false),
SessionId: pulumi.String("string"),
SharedScope: pulumi.String("string"),
StartTime: pulumi.String("string"),
Status: pulumi.String("string"),
Tags: .ApplianceClusterWorkerNodeTagArray{
&.ApplianceClusterWorkerNodeTagArgs{
AdditionalProperties: pulumi.String("string"),
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TotalNodes: pulumi.Float64(0),
TotalPhases: pulumi.Float64(0),
VersionContexts: .ApplianceClusterWorkerNodeVersionContextArray{
&.ApplianceClusterWorkerNodeVersionContextArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
InterestedMos: .ApplianceClusterWorkerNodeVersionContextInterestedMoArray{
&.ApplianceClusterWorkerNodeVersionContextInterestedMoArgs{
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: .ApplianceClusterWorkerNodeVersionContextRefMoArray{
&.ApplianceClusterWorkerNodeVersionContextRefMoArgs{
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"),
},
},
Vips: .ApplianceClusterWorkerNodeVipArray{
&.ApplianceClusterWorkerNodeVipArgs{
AdditionalProperties: pulumi.String("string"),
ClassId: pulumi.String("string"),
Gateway: pulumi.String("string"),
Hostname: pulumi.String("string"),
IpAddress: pulumi.String("string"),
Netmask: pulumi.String("string"),
NodeId: pulumi.Float64(0),
NodeMoid: pulumi.String("string"),
NodeType: pulumi.String("string"),
ObjectType: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
})
var applianceClusterWorkerNodeResource = new ApplianceClusterWorkerNode("applianceClusterWorkerNodeResource", ApplianceClusterWorkerNodeArgs.builder()
.accountMoid("string")
.accounts(ApplianceClusterWorkerNodeAccountArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.additionalProperties("string")
.ancestors(ApplianceClusterWorkerNodeAncestorArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.applianceClusterWorkerNodeId("string")
.classId("string")
.completedPhases(ApplianceClusterWorkerNodeCompletedPhaseArgs.builder()
.additionalProperties("string")
.classId("string")
.currentNode(0)
.currentSubphase(0)
.elapsedTime(0)
.endTime("string")
.failed(false)
.message("string")
.name("string")
.objectType("string")
.pendingNodes(0)
.startTime("string")
.status("string")
.build())
.createTime("string")
.currentPhases(ApplianceClusterWorkerNodeCurrentPhaseArgs.builder()
.additionalProperties("string")
.classId("string")
.currentNode(0)
.currentSubphase(0)
.elapsedTime(0)
.endTime("string")
.failed(false)
.message("string")
.name("string")
.objectType("string")
.pendingNodes(0)
.startTime("string")
.status("string")
.build())
.domainGroupMoid("string")
.elapsedTime(0)
.endTime("string")
.errorCode(0)
.hostname("string")
.messages("string")
.modTime("string")
.moid("string")
.nodeInfos(ApplianceClusterWorkerNodeNodeInfoArgs.builder()
.additionalProperties("string")
.classId("string")
.gateway("string")
.hostname("string")
.ipAddress("string")
.netmask("string")
.nodeId(0)
.nodeMoid("string")
.nodeType("string")
.objectType("string")
.status("string")
.build())
.objectType("string")
.owners("string")
.parents(ApplianceClusterWorkerNodeParentArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.permissionResources(ApplianceClusterWorkerNodePermissionResourceArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.remoteDns("string")
.reuseNode(false)
.sessionId("string")
.sharedScope("string")
.startTime("string")
.status("string")
.tags(ApplianceClusterWorkerNodeTagArgs.builder()
.additionalProperties("string")
.key("string")
.value("string")
.build())
.totalNodes(0)
.totalPhases(0)
.versionContexts(ApplianceClusterWorkerNodeVersionContextArgs.builder()
.additionalProperties("string")
.classId("string")
.interestedMos(ApplianceClusterWorkerNodeVersionContextInterestedMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.markedForDeletion(false)
.nrVersion("string")
.objectType("string")
.refMos(ApplianceClusterWorkerNodeVersionContextRefMoArgs.builder()
.additionalProperties("string")
.classId("string")
.moid("string")
.objectType("string")
.selector("string")
.build())
.timestamp("string")
.versionType("string")
.build())
.vips(ApplianceClusterWorkerNodeVipArgs.builder()
.additionalProperties("string")
.classId("string")
.gateway("string")
.hostname("string")
.ipAddress("string")
.netmask("string")
.nodeId(0)
.nodeMoid("string")
.nodeType("string")
.objectType("string")
.status("string")
.build())
.build());
appliance_cluster_worker_node_resource = intersight.ApplianceClusterWorkerNode("applianceClusterWorkerNodeResource",
account_moid="string",
accounts=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
additional_properties="string",
ancestors=[{
"additional_properties": "string",
"class_id": "string",
"moid": "string",
"object_type": "string",
"selector": "string",
}],
appliance_cluster_worker_node_id="string",
class_id="string",
completed_phases=[{
"additional_properties": "string",
"class_id": "string",
"current_node": 0,
"current_subphase": 0,
"elapsed_time": 0,
"end_time": "string",
"failed": False,
"message": "string",
"name": "string",
"object_type": "string",
"pending_nodes": [0],
"start_time": "string",
"status": "string",
}],
create_time="string",
current_phases=[{
"additional_properties": "string",
"class_id": "string",
"current_node": 0,
"current_subphase": 0,
"elapsed_time": 0,
"end_time": "string",
"failed": False,
"message": "string",
"name": "string",
"object_type": "string",
"pending_nodes": [0],
"start_time": "string",
"status": "string",
}],
domain_group_moid="string",
elapsed_time=0,
end_time="string",
error_code=0,
hostname="string",
messages=["string"],
mod_time="string",
moid="string",
node_infos=[{
"additional_properties": "string",
"class_id": "string",
"gateway": "string",
"hostname": "string",
"ip_address": "string",
"netmask": "string",
"node_id": 0,
"node_moid": "string",
"node_type": "string",
"object_type": "string",
"status": "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",
}],
remote_dns="string",
reuse_node=False,
session_id="string",
shared_scope="string",
start_time="string",
status="string",
tags=[{
"additional_properties": "string",
"key": "string",
"value": "string",
}],
total_nodes=0,
total_phases=0,
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",
}],
vips=[{
"additional_properties": "string",
"class_id": "string",
"gateway": "string",
"hostname": "string",
"ip_address": "string",
"netmask": "string",
"node_id": 0,
"node_moid": "string",
"node_type": "string",
"object_type": "string",
"status": "string",
}])
const applianceClusterWorkerNodeResource = new intersight.ApplianceClusterWorkerNode("applianceClusterWorkerNodeResource", {
accountMoid: "string",
accounts: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
additionalProperties: "string",
ancestors: [{
additionalProperties: "string",
classId: "string",
moid: "string",
objectType: "string",
selector: "string",
}],
applianceClusterWorkerNodeId: "string",
classId: "string",
completedPhases: [{
additionalProperties: "string",
classId: "string",
currentNode: 0,
currentSubphase: 0,
elapsedTime: 0,
endTime: "string",
failed: false,
message: "string",
name: "string",
objectType: "string",
pendingNodes: [0],
startTime: "string",
status: "string",
}],
createTime: "string",
currentPhases: [{
additionalProperties: "string",
classId: "string",
currentNode: 0,
currentSubphase: 0,
elapsedTime: 0,
endTime: "string",
failed: false,
message: "string",
name: "string",
objectType: "string",
pendingNodes: [0],
startTime: "string",
status: "string",
}],
domainGroupMoid: "string",
elapsedTime: 0,
endTime: "string",
errorCode: 0,
hostname: "string",
messages: ["string"],
modTime: "string",
moid: "string",
nodeInfos: [{
additionalProperties: "string",
classId: "string",
gateway: "string",
hostname: "string",
ipAddress: "string",
netmask: "string",
nodeId: 0,
nodeMoid: "string",
nodeType: "string",
objectType: "string",
status: "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",
}],
remoteDns: "string",
reuseNode: false,
sessionId: "string",
sharedScope: "string",
startTime: "string",
status: "string",
tags: [{
additionalProperties: "string",
key: "string",
value: "string",
}],
totalNodes: 0,
totalPhases: 0,
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",
}],
vips: [{
additionalProperties: "string",
classId: "string",
gateway: "string",
hostname: "string",
ipAddress: "string",
netmask: "string",
nodeId: 0,
nodeMoid: "string",
nodeType: "string",
objectType: "string",
status: "string",
}],
});
type: intersight:ApplianceClusterWorkerNode
properties:
accountMoid: string
accounts:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
additionalProperties: string
ancestors:
- additionalProperties: string
classId: string
moid: string
objectType: string
selector: string
applianceClusterWorkerNodeId: string
classId: string
completedPhases:
- additionalProperties: string
classId: string
currentNode: 0
currentSubphase: 0
elapsedTime: 0
endTime: string
failed: false
message: string
name: string
objectType: string
pendingNodes:
- 0
startTime: string
status: string
createTime: string
currentPhases:
- additionalProperties: string
classId: string
currentNode: 0
currentSubphase: 0
elapsedTime: 0
endTime: string
failed: false
message: string
name: string
objectType: string
pendingNodes:
- 0
startTime: string
status: string
domainGroupMoid: string
elapsedTime: 0
endTime: string
errorCode: 0
hostname: string
messages:
- string
modTime: string
moid: string
nodeInfos:
- additionalProperties: string
classId: string
gateway: string
hostname: string
ipAddress: string
netmask: string
nodeId: 0
nodeMoid: string
nodeType: string
objectType: string
status: 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
remoteDns: string
reuseNode: false
sessionId: string
sharedScope: string
startTime: string
status: string
tags:
- additionalProperties: string
key: string
value: string
totalNodes: 0
totalPhases: 0
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
vips:
- additionalProperties: string
classId: string
gateway: string
hostname: string
ipAddress: string
netmask: string
nodeId: 0
nodeMoid: string
nodeType: string
objectType: string
status: string
ApplianceClusterWorkerNode 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 ApplianceClusterWorkerNode resource accepts the following input properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
List<Appliance
Cluster Worker Node Account> - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Appliance
Cluster Worker Node Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Appliance
Cluster stringWorker Node Id - 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.
- Completed
Phases List<ApplianceCluster Worker Node Completed Phase> - This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Current
Phases List<ApplianceCluster Worker Node Current Phase> - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Elapsed
Time double - (ReadOnly) Elapsed time in seconds during the software install.
- End
Time string - (ReadOnly) End date of the software install.
- Error
Code double - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- Hostname string
- Hostname of the worker node being added.
- Messages List<string>
- (Array of schema.TypeString) -
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos List<ApplianceCluster Worker Node Node Info> - 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<Appliance
Cluster Worker Node 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<ApplianceCluster Worker Node Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Remote
Dns string - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- Reuse
Node bool - Indicates if the worker node being added is being reused.
- Session
Id string - (ReadOnly) Session Moid for the user session.
- 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.
- Start
Time string - Start date of the software install. UI can modify startTime to re-schedule an install.
- Status string
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - List<Appliance
Cluster Worker Node Tag> - This complex property has following sub-properties:
- Total
Nodes double - (ReadOnly) Total number of nodes in the system.
- Total
Phases double - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- Version
Contexts List<ApplianceCluster Worker Node Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vips
List<Appliance
Cluster Worker Node Vip> - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Appliance
Cluster Worker Node Account Args - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Appliance
Cluster Worker Node Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Appliance
Cluster stringWorker Node Id - 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.
- Completed
Phases []ApplianceCluster Worker Node Completed Phase Args - This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Current
Phases []ApplianceCluster Worker Node Current Phase Args - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Elapsed
Time float64 - (ReadOnly) Elapsed time in seconds during the software install.
- End
Time string - (ReadOnly) End date of the software install.
- Error
Code float64 - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- Hostname string
- Hostname of the worker node being added.
- Messages []string
- (Array of schema.TypeString) -
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos []ApplianceCluster Worker Node Node Info Args - 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
[]Appliance
Cluster Worker Node 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 []ApplianceCluster Worker Node Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Remote
Dns string - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- Reuse
Node bool - Indicates if the worker node being added is being reused.
- Session
Id string - (ReadOnly) Session Moid for the user session.
- 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.
- Start
Time string - Start date of the software install. UI can modify startTime to re-schedule an install.
- Status string
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - []Appliance
Cluster Worker Node Tag Args - This complex property has following sub-properties:
- Total
Nodes float64 - (ReadOnly) Total number of nodes in the system.
- Total
Phases float64 - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- Version
Contexts []ApplianceCluster Worker Node Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vips
[]Appliance
Cluster Worker Node Vip Args - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Appliance
Cluster Worker Node Account> - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Appliance
Cluster Worker Node Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance
Cluster StringWorker Node Id - 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.
- completed
Phases List<ApplianceCluster Worker Node Completed Phase> - This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- current
Phases List<ApplianceCluster Worker Node Current Phase> - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed
Time Double - (ReadOnly) Elapsed time in seconds during the software install.
- end
Time String - (ReadOnly) End date of the software install.
- error
Code Double - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname String
- Hostname of the worker node being added.
- messages List<String>
- (Array of schema.TypeString) -
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<ApplianceCluster Worker Node Node Info> - 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<Appliance
Cluster Worker Node 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<ApplianceCluster Worker Node Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- remote
Dns String - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse
Node Boolean - Indicates if the worker node being added is being reused.
- session
Id String - (ReadOnly) Session Moid for the user session.
- 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.
- start
Time String - Start date of the software install. UI can modify startTime to re-schedule an install.
- status String
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - List<Appliance
Cluster Worker Node Tag> - This complex property has following sub-properties:
- total
Nodes Double - (ReadOnly) Total number of nodes in the system.
- total
Phases Double - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version
Contexts List<ApplianceCluster Worker Node Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips
List<Appliance
Cluster Worker Node Vip> - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Appliance
Cluster Worker Node Account[] - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties string - ancestors
Appliance
Cluster Worker Node Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance
Cluster stringWorker Node Id - 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.
- completed
Phases ApplianceCluster Worker Node Completed Phase[] - This complex property has following sub-properties:
- create
Time string - (ReadOnly) The time when this managed object was created.
- current
Phases ApplianceCluster Worker Node Current Phase[] - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed
Time number - (ReadOnly) Elapsed time in seconds during the software install.
- end
Time string - (ReadOnly) End date of the software install.
- error
Code number - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname string
- Hostname of the worker node being added.
- messages string[]
- (Array of schema.TypeString) -
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Infos ApplianceCluster Worker Node Node Info[] - 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
Appliance
Cluster Worker Node 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 ApplianceCluster Worker Node Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- remote
Dns string - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse
Node boolean - Indicates if the worker node being added is being reused.
- session
Id string - (ReadOnly) Session Moid for the user session.
- 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.
- start
Time string - Start date of the software install. UI can modify startTime to re-schedule an install.
- status string
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - Appliance
Cluster Worker Node Tag[] - This complex property has following sub-properties:
- total
Nodes number - (ReadOnly) Total number of nodes in the system.
- total
Phases number - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version
Contexts ApplianceCluster Worker Node Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips
Appliance
Cluster Worker Node Vip[] - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Appliance
Cluster Worker Node Account Args] - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Appliance
Cluster Worker Node Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance_
cluster_ strworker_ node_ id - 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.
- completed_
phases Sequence[ApplianceCluster Worker Node Completed Phase Args] - This complex property has following sub-properties:
- create_
time str - (ReadOnly) The time when this managed object was created.
- current_
phases Sequence[ApplianceCluster Worker Node Current Phase Args] - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed_
time float - (ReadOnly) Elapsed time in seconds during the software install.
- end_
time str - (ReadOnly) End date of the software install.
- error_
code float - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname str
- Hostname of the worker node being added.
- messages Sequence[str]
- (Array of schema.TypeString) -
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
infos Sequence[ApplianceCluster Worker Node Node Info Args] - 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[Appliance
Cluster Worker Node 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[ApplianceCluster Worker Node Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- remote_
dns str - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse_
node bool - Indicates if the worker node being added is being reused.
- session_
id str - (ReadOnly) Session Moid for the user session.
- 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.
- start_
time str - Start date of the software install. UI can modify startTime to re-schedule an install.
- status str
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - Sequence[Appliance
Cluster Worker Node Tag Args] - This complex property has following sub-properties:
- total_
nodes float - (ReadOnly) Total number of nodes in the system.
- total_
phases float - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version_
contexts Sequence[ApplianceCluster Worker Node Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips
Sequence[Appliance
Cluster Worker Node Vip Args] - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance
Cluster StringWorker Node Id - 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.
- completed
Phases List<Property Map> - This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- current
Phases List<Property Map> - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed
Time Number - (ReadOnly) Elapsed time in seconds during the software install.
- end
Time String - (ReadOnly) End date of the software install.
- error
Code Number - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname String
- Hostname of the worker node being added.
- messages List<String>
- (Array of schema.TypeString) -
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<Property Map> - 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:
- remote
Dns String - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse
Node Boolean - Indicates if the worker node being added is being reused.
- session
Id String - (ReadOnly) Session Moid for the user session.
- 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.
- start
Time String - Start date of the software install. UI can modify startTime to re-schedule an install.
- status String
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - List<Property Map>
- This complex property has following sub-properties:
- total
Nodes Number - (ReadOnly) Total number of nodes in the system.
- total
Phases Number - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips List<Property Map>
- (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplianceClusterWorkerNode 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 ApplianceClusterWorkerNode Resource
Get an existing ApplianceClusterWorkerNode 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?: ApplianceClusterWorkerNodeState, opts?: CustomResourceOptions): ApplianceClusterWorkerNode
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_moid: Optional[str] = None,
accounts: Optional[Sequence[ApplianceClusterWorkerNodeAccountArgs]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[ApplianceClusterWorkerNodeAncestorArgs]] = None,
appliance_cluster_worker_node_id: Optional[str] = None,
class_id: Optional[str] = None,
completed_phases: Optional[Sequence[ApplianceClusterWorkerNodeCompletedPhaseArgs]] = None,
create_time: Optional[str] = None,
current_phases: Optional[Sequence[ApplianceClusterWorkerNodeCurrentPhaseArgs]] = None,
domain_group_moid: Optional[str] = None,
elapsed_time: Optional[float] = None,
end_time: Optional[str] = None,
error_code: Optional[float] = None,
hostname: Optional[str] = None,
messages: Optional[Sequence[str]] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
node_infos: Optional[Sequence[ApplianceClusterWorkerNodeNodeInfoArgs]] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parents: Optional[Sequence[ApplianceClusterWorkerNodeParentArgs]] = None,
permission_resources: Optional[Sequence[ApplianceClusterWorkerNodePermissionResourceArgs]] = None,
remote_dns: Optional[str] = None,
reuse_node: Optional[bool] = None,
session_id: Optional[str] = None,
shared_scope: Optional[str] = None,
start_time: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Sequence[ApplianceClusterWorkerNodeTagArgs]] = None,
total_nodes: Optional[float] = None,
total_phases: Optional[float] = None,
version_contexts: Optional[Sequence[ApplianceClusterWorkerNodeVersionContextArgs]] = None,
vips: Optional[Sequence[ApplianceClusterWorkerNodeVipArgs]] = None) -> ApplianceClusterWorkerNode
func GetApplianceClusterWorkerNode(ctx *Context, name string, id IDInput, state *ApplianceClusterWorkerNodeState, opts ...ResourceOption) (*ApplianceClusterWorkerNode, error)
public static ApplianceClusterWorkerNode Get(string name, Input<string> id, ApplianceClusterWorkerNodeState? state, CustomResourceOptions? opts = null)
public static ApplianceClusterWorkerNode get(String name, Output<String> id, ApplianceClusterWorkerNodeState state, CustomResourceOptions options)
resources: _: type: intersight:ApplianceClusterWorkerNode get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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.
- Accounts
List<Appliance
Cluster Worker Node Account> - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
List<Appliance
Cluster Worker Node Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Appliance
Cluster stringWorker Node Id - 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.
- Completed
Phases List<ApplianceCluster Worker Node Completed Phase> - This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Current
Phases List<ApplianceCluster Worker Node Current Phase> - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Elapsed
Time double - (ReadOnly) Elapsed time in seconds during the software install.
- End
Time string - (ReadOnly) End date of the software install.
- Error
Code double - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- Hostname string
- Hostname of the worker node being added.
- Messages List<string>
- (Array of schema.TypeString) -
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos List<ApplianceCluster Worker Node Node Info> - 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<Appliance
Cluster Worker Node 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<ApplianceCluster Worker Node Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Remote
Dns string - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- Reuse
Node bool - Indicates if the worker node being added is being reused.
- Session
Id string - (ReadOnly) Session Moid for the user session.
- 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.
- Start
Time string - Start date of the software install. UI can modify startTime to re-schedule an install.
- Status string
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - List<Appliance
Cluster Worker Node Tag> - This complex property has following sub-properties:
- Total
Nodes double - (ReadOnly) Total number of nodes in the system.
- Total
Phases double - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- Version
Contexts List<ApplianceCluster Worker Node Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vips
List<Appliance
Cluster Worker Node Vip> - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- Account
Moid string - (ReadOnly) The Account ID for this managed object.
- Accounts
[]Appliance
Cluster Worker Node Account Args - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Additional
Properties string - Ancestors
[]Appliance
Cluster Worker Node Ancestor Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Appliance
Cluster stringWorker Node Id - 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.
- Completed
Phases []ApplianceCluster Worker Node Completed Phase Args - This complex property has following sub-properties:
- Create
Time string - (ReadOnly) The time when this managed object was created.
- Current
Phases []ApplianceCluster Worker Node Current Phase Args - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- Domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- Elapsed
Time float64 - (ReadOnly) Elapsed time in seconds during the software install.
- End
Time string - (ReadOnly) End date of the software install.
- Error
Code float64 - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- Hostname string
- Hostname of the worker node being added.
- Messages []string
- (Array of schema.TypeString) -
- Mod
Time string - (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Infos []ApplianceCluster Worker Node Node Info Args - 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
[]Appliance
Cluster Worker Node 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 []ApplianceCluster Worker Node Permission Resource Args - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- Remote
Dns string - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- Reuse
Node bool - Indicates if the worker node being added is being reused.
- Session
Id string - (ReadOnly) Session Moid for the user session.
- 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.
- Start
Time string - Start date of the software install. UI can modify startTime to re-schedule an install.
- Status string
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - []Appliance
Cluster Worker Node Tag Args - This complex property has following sub-properties:
- Total
Nodes float64 - (ReadOnly) Total number of nodes in the system.
- Total
Phases float64 - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- Version
Contexts []ApplianceCluster Worker Node Version Context Args - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- Vips
[]Appliance
Cluster Worker Node Vip Args - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts
List<Appliance
Cluster Worker Node Account> - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors
List<Appliance
Cluster Worker Node Ancestor> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance
Cluster StringWorker Node Id - 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.
- completed
Phases List<ApplianceCluster Worker Node Completed Phase> - This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- current
Phases List<ApplianceCluster Worker Node Current Phase> - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed
Time Double - (ReadOnly) Elapsed time in seconds during the software install.
- end
Time String - (ReadOnly) End date of the software install.
- error
Code Double - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname String
- Hostname of the worker node being added.
- messages List<String>
- (Array of schema.TypeString) -
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<ApplianceCluster Worker Node Node Info> - 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<Appliance
Cluster Worker Node 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<ApplianceCluster Worker Node Permission Resource> - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- remote
Dns String - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse
Node Boolean - Indicates if the worker node being added is being reused.
- session
Id String - (ReadOnly) Session Moid for the user session.
- 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.
- start
Time String - Start date of the software install. UI can modify startTime to re-schedule an install.
- status String
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - List<Appliance
Cluster Worker Node Tag> - This complex property has following sub-properties:
- total
Nodes Double - (ReadOnly) Total number of nodes in the system.
- total
Phases Double - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version
Contexts List<ApplianceCluster Worker Node Version Context> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips
List<Appliance
Cluster Worker Node Vip> - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account
Moid string - (ReadOnly) The Account ID for this managed object.
- accounts
Appliance
Cluster Worker Node Account[] - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties string - ancestors
Appliance
Cluster Worker Node Ancestor[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance
Cluster stringWorker Node Id - 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.
- completed
Phases ApplianceCluster Worker Node Completed Phase[] - This complex property has following sub-properties:
- create
Time string - (ReadOnly) The time when this managed object was created.
- current
Phases ApplianceCluster Worker Node Current Phase[] - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain
Group stringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed
Time number - (ReadOnly) Elapsed time in seconds during the software install.
- end
Time string - (ReadOnly) End date of the software install.
- error
Code number - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname string
- Hostname of the worker node being added.
- messages string[]
- (Array of schema.TypeString) -
- mod
Time string - (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Infos ApplianceCluster Worker Node Node Info[] - 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
Appliance
Cluster Worker Node 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 ApplianceCluster Worker Node Permission Resource[] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- remote
Dns string - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse
Node boolean - Indicates if the worker node being added is being reused.
- session
Id string - (ReadOnly) Session Moid for the user session.
- 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.
- start
Time string - Start date of the software install. UI can modify startTime to re-schedule an install.
- status string
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - Appliance
Cluster Worker Node Tag[] - This complex property has following sub-properties:
- total
Nodes number - (ReadOnly) Total number of nodes in the system.
- total
Phases number - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version
Contexts ApplianceCluster Worker Node Version Context[] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips
Appliance
Cluster Worker Node Vip[] - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account_
moid str - (ReadOnly) The Account ID for this managed object.
- accounts
Sequence[Appliance
Cluster Worker Node Account Args] - (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional_
properties str - ancestors
Sequence[Appliance
Cluster Worker Node Ancestor Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance_
cluster_ strworker_ node_ id - 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.
- completed_
phases Sequence[ApplianceCluster Worker Node Completed Phase Args] - This complex property has following sub-properties:
- create_
time str - (ReadOnly) The time when this managed object was created.
- current_
phases Sequence[ApplianceCluster Worker Node Current Phase Args] - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain_
group_ strmoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed_
time float - (ReadOnly) Elapsed time in seconds during the software install.
- end_
time str - (ReadOnly) End date of the software install.
- error_
code float - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname str
- Hostname of the worker node being added.
- messages Sequence[str]
- (Array of schema.TypeString) -
- mod_
time str - (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
infos Sequence[ApplianceCluster Worker Node Node Info Args] - 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[Appliance
Cluster Worker Node 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[ApplianceCluster Worker Node Permission Resource Args] - (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- remote_
dns str - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse_
node bool - Indicates if the worker node being added is being reused.
- session_
id str - (ReadOnly) Session Moid for the user session.
- 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.
- start_
time str - Start date of the software install. UI can modify startTime to re-schedule an install.
- status str
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - Sequence[Appliance
Cluster Worker Node Tag Args] - This complex property has following sub-properties:
- total_
nodes float - (ReadOnly) Total number of nodes in the system.
- total_
phases float - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version_
contexts Sequence[ApplianceCluster Worker Node Version Context Args] - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips
Sequence[Appliance
Cluster Worker Node Vip Args] - (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
- account
Moid String - (ReadOnly) The Account ID for this managed object.
- accounts List<Property Map>
- (ReadOnly) A reference to a iamAccount resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- additional
Properties String - ancestors List<Property Map>
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- appliance
Cluster StringWorker Node Id - 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.
- completed
Phases List<Property Map> - This complex property has following sub-properties:
- create
Time String - (ReadOnly) The time when this managed object was created.
- current
Phases List<Property Map> - (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
- domain
Group StringMoid - (ReadOnly) The DomainGroup ID for this managed object.
- elapsed
Time Number - (ReadOnly) Elapsed time in seconds during the software install.
- end
Time String - (ReadOnly) End date of the software install.
- error
Code Number - (ReadOnly) Error code for Intersight Appliance's software install. In case of failure - this code will help decide if software install can be retried.
- hostname String
- Hostname of the worker node being added.
- messages List<String>
- (Array of schema.TypeString) -
- mod
Time String - (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Infos List<Property Map> - 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:
- remote
Dns String - Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
- reuse
Node Boolean - Indicates if the worker node being added is being reused.
- session
Id String - (ReadOnly) Session Moid for the user session.
- 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.
- start
Time String - Start date of the software install. UI can modify startTime to re-schedule an install.
- status String
- (ReadOnly) Status of the Intersight Appliance's software install.*
NotReady
- Cluster is not ready. Install cannot be triggered.*Ready
- Cluster is ready. Install can be triggered.*InProgress
- Install is currently in progress.*Success
- Install was run and succeeded.*Fail
- Install was run and failed. - List<Property Map>
- This complex property has following sub-properties:
- total
Nodes Number - (ReadOnly) Total number of nodes in the system.
- total
Phases Number - (ReadOnly) TotalPhase represents the total number of the install phases for one install.
- version
Contexts List<Property Map> - (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- vips List<Property Map>
- (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
Supporting Types
ApplianceClusterWorkerNodeAccount, ApplianceClusterWorkerNodeAccountArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. string - class
Id This property is required. string - moid
This property is required. string - The Moid of the referenced REST resource.
- object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. str - class_
id This property is required. str - moid
This property is required. str - The Moid of the referenced REST resource.
- object_
type This property is required. str - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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'.
ApplianceClusterWorkerNodeAncestor, ApplianceClusterWorkerNodeAncestorArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. string - class
Id This property is required. string - moid
This property is required. string - The Moid of the referenced REST resource.
- object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. str - class_
id This property is required. str - moid
This property is required. str - The Moid of the referenced REST resource.
- object_
type This property is required. str - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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'.
ApplianceClusterWorkerNodeCompletedPhase, ApplianceClusterWorkerNodeCompletedPhaseArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Current
Node This property is required. double - (ReadOnly) Node number install is running on.
- Current
Subphase This property is required. double - (ReadOnly) Subphase of the phase currently running.
- Elapsed
Time This property is required. double - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- End
Time This property is required. string - (ReadOnly) End date of the software install phase.
- Failed
This property is required. bool - (ReadOnly) Indicates if the install phase has failed or not.
- Message
This property is required. string - (ReadOnly) Status message set during the install phase.
- Name
This property is required. string - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Pending
Nodes This property is required. List<double> - (Array of schema.TypeInt) -
- Start
Time This property is required. string - (ReadOnly) Start date of the software install phase.
- Status
This property is required. string - (ReadOnly) Status of the install phase.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Current
Node This property is required. float64 - (ReadOnly) Node number install is running on.
- Current
Subphase This property is required. float64 - (ReadOnly) Subphase of the phase currently running.
- Elapsed
Time This property is required. float64 - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- End
Time This property is required. string - (ReadOnly) End date of the software install phase.
- Failed
This property is required. bool - (ReadOnly) Indicates if the install phase has failed or not.
- Message
This property is required. string - (ReadOnly) Status message set during the install phase.
- Name
This property is required. string - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Pending
Nodes This property is required. []float64 - (Array of schema.TypeInt) -
- Start
Time This property is required. string - (ReadOnly) Start date of the software install phase.
- Status
This property is required. string - (ReadOnly) Status of the install phase.
- additional
Properties This property is required. String - class
Id This property is required. String - current
Node This property is required. Double - (ReadOnly) Node number install is running on.
- current
Subphase This property is required. Double - (ReadOnly) Subphase of the phase currently running.
- elapsed
Time This property is required. Double - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end
Time This property is required. String - (ReadOnly) End date of the software install phase.
- failed
This property is required. Boolean - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. String - (ReadOnly) Status message set during the install phase.
- name
This property is required. String - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending
Nodes This property is required. List<Double> - (Array of schema.TypeInt) -
- start
Time This property is required. String - (ReadOnly) Start date of the software install phase.
- status
This property is required. String - (ReadOnly) Status of the install phase.
- additional
Properties This property is required. string - class
Id This property is required. string - current
Node This property is required. number - (ReadOnly) Node number install is running on.
- current
Subphase This property is required. number - (ReadOnly) Subphase of the phase currently running.
- elapsed
Time This property is required. number - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end
Time This property is required. string - (ReadOnly) End date of the software install phase.
- failed
This property is required. boolean - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. string - (ReadOnly) Status message set during the install phase.
- name
This property is required. string - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending
Nodes This property is required. number[] - (Array of schema.TypeInt) -
- start
Time This property is required. string - (ReadOnly) Start date of the software install phase.
- status
This property is required. string - (ReadOnly) Status of the install phase.
- additional_
properties This property is required. str - class_
id This property is required. str - current_
node This property is required. float - (ReadOnly) Node number install is running on.
- current_
subphase This property is required. float - (ReadOnly) Subphase of the phase currently running.
- elapsed_
time This property is required. float - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end_
time This property is required. str - (ReadOnly) End date of the software install phase.
- failed
This property is required. bool - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. str - (ReadOnly) Status message set during the install phase.
- name
This property is required. str - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object_
type This property is required. str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending_
nodes This property is required. Sequence[float] - (Array of schema.TypeInt) -
- start_
time This property is required. str - (ReadOnly) Start date of the software install phase.
- status
This property is required. str - (ReadOnly) Status of the install phase.
- additional
Properties This property is required. String - class
Id This property is required. String - current
Node This property is required. Number - (ReadOnly) Node number install is running on.
- current
Subphase This property is required. Number - (ReadOnly) Subphase of the phase currently running.
- elapsed
Time This property is required. Number - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end
Time This property is required. String - (ReadOnly) End date of the software install phase.
- failed
This property is required. Boolean - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. String - (ReadOnly) Status message set during the install phase.
- name
This property is required. String - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending
Nodes This property is required. List<Number> - (Array of schema.TypeInt) -
- start
Time This property is required. String - (ReadOnly) Start date of the software install phase.
- status
This property is required. String - (ReadOnly) Status of the install phase.
ApplianceClusterWorkerNodeCurrentPhase, ApplianceClusterWorkerNodeCurrentPhaseArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Current
Node This property is required. double - (ReadOnly) Node number install is running on.
- Current
Subphase This property is required. double - (ReadOnly) Subphase of the phase currently running.
- Elapsed
Time This property is required. double - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- End
Time This property is required. string - (ReadOnly) End date of the software install phase.
- Failed
This property is required. bool - (ReadOnly) Indicates if the install phase has failed or not.
- Message
This property is required. string - (ReadOnly) Status message set during the install phase.
- Name
This property is required. string - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Pending
Nodes This property is required. List<double> - (Array of schema.TypeInt) -
- Start
Time This property is required. string - (ReadOnly) Start date of the software install phase.
- Status
This property is required. string - (ReadOnly) Status of the install phase.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Current
Node This property is required. float64 - (ReadOnly) Node number install is running on.
- Current
Subphase This property is required. float64 - (ReadOnly) Subphase of the phase currently running.
- Elapsed
Time This property is required. float64 - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- End
Time This property is required. string - (ReadOnly) End date of the software install phase.
- Failed
This property is required. bool - (ReadOnly) Indicates if the install phase has failed or not.
- Message
This property is required. string - (ReadOnly) Status message set during the install phase.
- Name
This property is required. string - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Pending
Nodes This property is required. []float64 - (Array of schema.TypeInt) -
- Start
Time This property is required. string - (ReadOnly) Start date of the software install phase.
- Status
This property is required. string - (ReadOnly) Status of the install phase.
- additional
Properties This property is required. String - class
Id This property is required. String - current
Node This property is required. Double - (ReadOnly) Node number install is running on.
- current
Subphase This property is required. Double - (ReadOnly) Subphase of the phase currently running.
- elapsed
Time This property is required. Double - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end
Time This property is required. String - (ReadOnly) End date of the software install phase.
- failed
This property is required. Boolean - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. String - (ReadOnly) Status message set during the install phase.
- name
This property is required. String - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending
Nodes This property is required. List<Double> - (Array of schema.TypeInt) -
- start
Time This property is required. String - (ReadOnly) Start date of the software install phase.
- status
This property is required. String - (ReadOnly) Status of the install phase.
- additional
Properties This property is required. string - class
Id This property is required. string - current
Node This property is required. number - (ReadOnly) Node number install is running on.
- current
Subphase This property is required. number - (ReadOnly) Subphase of the phase currently running.
- elapsed
Time This property is required. number - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end
Time This property is required. string - (ReadOnly) End date of the software install phase.
- failed
This property is required. boolean - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. string - (ReadOnly) Status message set during the install phase.
- name
This property is required. string - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending
Nodes This property is required. number[] - (Array of schema.TypeInt) -
- start
Time This property is required. string - (ReadOnly) Start date of the software install phase.
- status
This property is required. string - (ReadOnly) Status of the install phase.
- additional_
properties This property is required. str - class_
id This property is required. str - current_
node This property is required. float - (ReadOnly) Node number install is running on.
- current_
subphase This property is required. float - (ReadOnly) Subphase of the phase currently running.
- elapsed_
time This property is required. float - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end_
time This property is required. str - (ReadOnly) End date of the software install phase.
- failed
This property is required. bool - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. str - (ReadOnly) Status message set during the install phase.
- name
This property is required. str - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object_
type This property is required. str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending_
nodes This property is required. Sequence[float] - (Array of schema.TypeInt) -
- start_
time This property is required. str - (ReadOnly) Start date of the software install phase.
- status
This property is required. str - (ReadOnly) Status of the install phase.
- additional
Properties This property is required. String - class
Id This property is required. String - current
Node This property is required. Number - (ReadOnly) Node number install is running on.
- current
Subphase This property is required. Number - (ReadOnly) Subphase of the phase currently running.
- elapsed
Time This property is required. Number - (ReadOnly) Elapsed time in seconds to complete the current install phase.
- end
Time This property is required. String - (ReadOnly) End date of the software install phase.
- failed
This property is required. Boolean - (ReadOnly) Indicates if the install phase has failed or not.
- message
This property is required. String - (ReadOnly) Status message set during the install phase.
- name
This property is required. String - (ReadOnly) Name of the install phase.*
Backup
- Backup the currently running node.*EnableBootstrap
- Disable echo and enable nginx on the currently running node.*UpdateAnsibleHosts
- Update /etc/ansible/hosts on each node.*UpdateNetworkConfig
- Update Network config for node IP change scenario.*SyncImages
- Sync images and manifest to each node.*ConfigureEtcd
- Configure etcd on each node.*DeployServices
- Deploy kubernetes services from node 1.*InstallEquinox
- Configure and install equinox on each node.*Validate
- Validate equinox is running in primary/secondary mode.*CheckApplianceClusterState
- Check the appliance cluster status.*Success
- Upgrade completed successfully.*Fail
- Indicates that the upgrade process has failed.*Cancel
- Indicates that the upgrade was canceled by the Intersight Appliance. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- pending
Nodes This property is required. List<Number> - (Array of schema.TypeInt) -
- start
Time This property is required. String - (ReadOnly) Start date of the software install phase.
- status
This property is required. String - (ReadOnly) Status of the install phase.
ApplianceClusterWorkerNodeNodeInfo, ApplianceClusterWorkerNodeNodeInfoArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Gateway
This property is required. string - (ReadOnly) Gateway ip address of the cluster node.
- Hostname
This property is required. string - (ReadOnly) Hostname of the cluster node.
- Ip
Address This property is required. string - (ReadOnly) Ip address of the cluster node.
- Netmask
This property is required. string - (ReadOnly) Netmask of the cluster node.
- Node
Id This property is required. double - (ReadOnly) Id number of the cluster node.
- Node
Moid This property is required. string - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- Node
Type This property is required. string - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Status
This property is required. string - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Gateway
This property is required. string - (ReadOnly) Gateway ip address of the cluster node.
- Hostname
This property is required. string - (ReadOnly) Hostname of the cluster node.
- Ip
Address This property is required. string - (ReadOnly) Ip address of the cluster node.
- Netmask
This property is required. string - (ReadOnly) Netmask of the cluster node.
- Node
Id This property is required. float64 - (ReadOnly) Id number of the cluster node.
- Node
Moid This property is required. string - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- Node
Type This property is required. string - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Status
This property is required. string - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional
Properties This property is required. String - class
Id This property is required. String - gateway
This property is required. String - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. String - (ReadOnly) Hostname of the cluster node.
- ip
Address This property is required. String - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. String - (ReadOnly) Netmask of the cluster node.
- node
Id This property is required. Double - (ReadOnly) Id number of the cluster node.
- node
Moid This property is required. String - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type This property is required. String - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. String - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional
Properties This property is required. string - class
Id This property is required. string - gateway
This property is required. string - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. string - (ReadOnly) Hostname of the cluster node.
- ip
Address This property is required. string - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. string - (ReadOnly) Netmask of the cluster node.
- node
Id This property is required. number - (ReadOnly) Id number of the cluster node.
- node
Moid This property is required. string - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type This property is required. string - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. string - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional_
properties This property is required. str - class_
id This property is required. str - gateway
This property is required. str - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. str - (ReadOnly) Hostname of the cluster node.
- ip_
address This property is required. str - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. str - (ReadOnly) Netmask of the cluster node.
- node_
id This property is required. float - (ReadOnly) Id number of the cluster node.
- node_
moid This property is required. str - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node_
type This property is required. str - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object_
type This property is required. str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. str - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional
Properties This property is required. String - class
Id This property is required. String - gateway
This property is required. String - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. String - (ReadOnly) Hostname of the cluster node.
- ip
Address This property is required. String - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. String - (ReadOnly) Netmask of the cluster node.
- node
Id This property is required. Number - (ReadOnly) Id number of the cluster node.
- node
Moid This property is required. String - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type This property is required. String - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. String - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
ApplianceClusterWorkerNodeParent, ApplianceClusterWorkerNodeParentArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. string - class
Id This property is required. string - moid
This property is required. string - The Moid of the referenced REST resource.
- object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. str - class_
id This property is required. str - moid
This property is required. str - The Moid of the referenced REST resource.
- object_
type This property is required. str - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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'.
ApplianceClusterWorkerNodePermissionResource, ApplianceClusterWorkerNodePermissionResourceArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. string - class
Id This property is required. string - moid
This property is required. string - The Moid of the referenced REST resource.
- object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. str - class_
id This property is required. str - moid
This property is required. str - The Moid of the referenced REST resource.
- object_
type This property is required. str - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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'.
ApplianceClusterWorkerNodeTag, ApplianceClusterWorkerNodeTagArgs
- Additional
Properties This property is required. string - Key
This property is required. string - The string representation of a tag key.
- Value
This property is required. string - The string representation of a tag value.
- Additional
Properties This property is required. string - Key
This property is required. string - The string representation of a tag key.
- Value
This property is required. string - The string representation of a tag value.
- additional
Properties This property is required. String - key
This property is required. String - The string representation of a tag key.
- value
This property is required. String - The string representation of a tag value.
- additional
Properties This property is required. string - key
This property is required. string - The string representation of a tag key.
- value
This property is required. string - The string representation of a tag value.
- additional_
properties This property is required. str - key
This property is required. str - The string representation of a tag key.
- value
This property is required. str - The string representation of a tag value.
- additional
Properties This property is required. String - key
This property is required. String - The string representation of a tag key.
- value
This property is required. String - The string representation of a tag value.
ApplianceClusterWorkerNodeVersionContext, ApplianceClusterWorkerNodeVersionContextArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<ApplianceCluster Worker Node Version Context Interested Mo> - This complex property has following sub-properties:
- Marked
For Deletion This property is required. bool - (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 This property is required. string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos This property is required. List<ApplianceCluster Worker Node Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp
This property is required. string - (ReadOnly) The time this versioned Managed Object was created.
- Version
Type This property is required. 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 This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []ApplianceCluster Worker Node Version Context Interested Mo - This complex property has following sub-properties:
- Marked
For Deletion This property is required. bool - (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 This property is required. string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Ref
Mos This property is required. []ApplianceCluster Worker Node Version Context Ref Mo - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp
This property is required. string - (ReadOnly) The time this versioned Managed Object was created.
- Version
Type This property is required. 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 This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<ApplianceCluster Worker Node Version Context Interested Mo> - This complex property has following sub-properties:
- marked
For Deletion This property is required. Boolean - (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 This property is required. String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos This property is required. List<ApplianceCluster Worker Node Version Context Ref Mo> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp
This property is required. String - (ReadOnly) The time this versioned Managed Object was created.
- version
Type This property is required. 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 This property is required. string - class
Id This property is required. string - interested
Mos This property is required. ApplianceCluster Worker Node Version Context Interested Mo[] - This complex property has following sub-properties:
- marked
For Deletion This property is required. boolean - (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 This property is required. string - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos This property is required. ApplianceCluster Worker Node Version Context Ref Mo[] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp
This property is required. string - (ReadOnly) The time this versioned Managed Object was created.
- version
Type This property is required. 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 This property is required. str - class_
id This property is required. str - interested_
mos This property is required. Sequence[ApplianceCluster Worker Node Version Context Interested Mo] - This complex property has following sub-properties:
- marked_
for_ deletion This property is required. bool - (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 This property is required. str - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type This property is required. str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_
mos This property is required. Sequence[ApplianceCluster Worker Node Version Context Ref Mo] - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp
This property is required. str - (ReadOnly) The time this versioned Managed Object was created.
- version_
type This property is required. 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 This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - This complex property has following sub-properties:
- marked
For Deletion This property is required. Boolean - (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 This property is required. String - (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref
Mos This property is required. List<Property Map> - (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp
This property is required. String - (ReadOnly) The time this versioned Managed Object was created.
- version
Type This property is required. 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.
ApplianceClusterWorkerNodeVersionContextInterestedMo, ApplianceClusterWorkerNodeVersionContextInterestedMoArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. string - class
Id This property is required. string - moid
This property is required. string - The Moid of the referenced REST resource.
- object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. str - class_
id This property is required. str - moid
This property is required. str - The Moid of the referenced REST resource.
- object_
type This property is required. str - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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'.
ApplianceClusterWorkerNodeVersionContextRefMo, ApplianceClusterWorkerNodeVersionContextRefMoArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The Moid of the referenced REST resource.
- Object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- Selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. string - class
Id This property is required. string - moid
This property is required. string - The Moid of the referenced REST resource.
- object
Type This property is required. string - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. str - class_
id This property is required. str - moid
This property is required. str - The Moid of the referenced REST resource.
- object_
type This property is required. str - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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 This property is required. String - class
Id This property is required. String - moid
This property is required. String - The Moid of the referenced REST resource.
- object
Type This property is required. String - The fully-qualified name of the remote type referred by this relationship.
- selector
This property is required. 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'.
ApplianceClusterWorkerNodeVip, ApplianceClusterWorkerNodeVipArgs
- Additional
Properties This property is required. string - Class
Id This property is required. string - Gateway
This property is required. string - (ReadOnly) Gateway ip address of the cluster node.
- Hostname
This property is required. string - (ReadOnly) Hostname of the cluster node.
- Ip
Address This property is required. string - (ReadOnly) Ip address of the cluster node.
- Netmask
This property is required. string - (ReadOnly) Netmask of the cluster node.
- Node
Id This property is required. double - (ReadOnly) Id number of the cluster node.
- Node
Moid This property is required. string - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- Node
Type This property is required. string - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Status
This property is required. string - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- Additional
Properties This property is required. string - Class
Id This property is required. string - Gateway
This property is required. string - (ReadOnly) Gateway ip address of the cluster node.
- Hostname
This property is required. string - (ReadOnly) Hostname of the cluster node.
- Ip
Address This property is required. string - (ReadOnly) Ip address of the cluster node.
- Netmask
This property is required. string - (ReadOnly) Netmask of the cluster node.
- Node
Id This property is required. float64 - (ReadOnly) Id number of the cluster node.
- Node
Moid This property is required. string - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- Node
Type This property is required. string - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - Object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Status
This property is required. string - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional
Properties This property is required. String - class
Id This property is required. String - gateway
This property is required. String - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. String - (ReadOnly) Hostname of the cluster node.
- ip
Address This property is required. String - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. String - (ReadOnly) Netmask of the cluster node.
- node
Id This property is required. Double - (ReadOnly) Id number of the cluster node.
- node
Moid This property is required. String - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type This property is required. String - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. String - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional
Properties This property is required. string - class
Id This property is required. string - gateway
This property is required. string - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. string - (ReadOnly) Hostname of the cluster node.
- ip
Address This property is required. string - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. string - (ReadOnly) Netmask of the cluster node.
- node
Id This property is required. number - (ReadOnly) Id number of the cluster node.
- node
Moid This property is required. string - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type This property is required. string - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object
Type This property is required. string - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. string - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional_
properties This property is required. str - class_
id This property is required. str - gateway
This property is required. str - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. str - (ReadOnly) Hostname of the cluster node.
- ip_
address This property is required. str - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. str - (ReadOnly) Netmask of the cluster node.
- node_
id This property is required. float - (ReadOnly) Id number of the cluster node.
- node_
moid This property is required. str - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node_
type This property is required. str - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object_
type This property is required. str - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. str - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
- additional
Properties This property is required. String - class
Id This property is required. String - gateway
This property is required. String - (ReadOnly) Gateway ip address of the cluster node.
- hostname
This property is required. String - (ReadOnly) Hostname of the cluster node.
- ip
Address This property is required. String - (ReadOnly) Ip address of the cluster node.
- netmask
This property is required. String - (ReadOnly) Netmask of the cluster node.
- node
Id This property is required. Number - (ReadOnly) Id number of the cluster node.
- node
Moid This property is required. String - (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
- node
Type This property is required. String - (ReadOnly) The node type of Intersight Virtual Appliance.*
standalone
- Single Node Intersight Virtual Appliance.*management
- Management node type when Intersight Virtual Appliance is running as management-worker deployment.*hamanagement
- Management node type when Intersight Virtual Appliance is running as multi node HA deployment.*metrics
- Metrics node when Intersight Virtual Appliance is running management-metrics node. - object
Type This property is required. String - The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- status
This property is required. String - (ReadOnly) Status of the cluster node.*
Unknown
- The status of the appliance node is unknown.*Operational
- The appliance node is operational.*Impaired
- The appliance node is impaired.*AttentionNeeded
- The appliance node needs attention.*ReadyToJoin
- The node is ready to be added to a standalone Intersight Appliance to form a cluster.*OutOfService
- The user has taken this node (part of a cluster) to out of service.*ReadyForReplacement
- The cluster node is ready to be replaced.*ReplacementInProgress
- The cluster node replacement is in progress.*ReplacementFailed
- There was a failure during the cluster node replacement.*WorkerNodeInstInProgress
- The worker node installation is in progress.*WorkerNodeInstSuccess
- The worker node installation succeeded.*WorkerNodeInstFailed
- The worker node installation failed.
Import
intersight_appliance_cluster_worker_node
can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/applianceClusterWorkerNode:ApplianceClusterWorkerNode 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.