1. Packages
  2. Intersight Provider
  3. API Docs
  4. ApplianceClusterWorkerNode
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.ApplianceClusterWorkerNode

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    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 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 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 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 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 String
    The unique name of the resource.
    args 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: intersight.ApplianceClusterWorkerNodeAccountArray{
    		&intersight.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: intersight.ApplianceClusterWorkerNodeAncestorArray{
    		&intersight.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: intersight.ApplianceClusterWorkerNodeCompletedPhaseArray{
    		&intersight.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: intersight.ApplianceClusterWorkerNodeCurrentPhaseArray{
    		&intersight.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: intersight.ApplianceClusterWorkerNodeNodeInfoArray{
    		&intersight.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: intersight.ApplianceClusterWorkerNodeParentArray{
    		&intersight.ApplianceClusterWorkerNodeParentArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			Moid:                 pulumi.String("string"),
    			ObjectType:           pulumi.String("string"),
    			Selector:             pulumi.String("string"),
    		},
    	},
    	PermissionResources: intersight.ApplianceClusterWorkerNodePermissionResourceArray{
    		&intersight.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: intersight.ApplianceClusterWorkerNodeTagArray{
    		&intersight.ApplianceClusterWorkerNodeTagArgs{
    			AdditionalProperties: pulumi.String("string"),
    			Key:                  pulumi.String("string"),
    			Value:                pulumi.String("string"),
    		},
    	},
    	TotalNodes:  pulumi.Float64(0),
    	TotalPhases: pulumi.Float64(0),
    	VersionContexts: intersight.ApplianceClusterWorkerNodeVersionContextArray{
    		&intersight.ApplianceClusterWorkerNodeVersionContextArgs{
    			AdditionalProperties: pulumi.String("string"),
    			ClassId:              pulumi.String("string"),
    			InterestedMos: intersight.ApplianceClusterWorkerNodeVersionContextInterestedMoArray{
    				&intersight.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: intersight.ApplianceClusterWorkerNodeVersionContextRefMoArray{
    				&intersight.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: intersight.ApplianceClusterWorkerNodeVipArray{
    		&intersight.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:

    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<ApplianceClusterWorkerNodeAccount>
    (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:
    AdditionalProperties string
    Ancestors List<ApplianceClusterWorkerNodeAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ApplianceClusterWorkerNodeId string
    ClassId 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.
    CompletedPhases List<ApplianceClusterWorkerNodeCompletedPhase>
    This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CurrentPhases List<ApplianceClusterWorkerNodeCurrentPhase>
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ElapsedTime double
    (ReadOnly) Elapsed time in seconds during the software install.
    EndTime string
    (ReadOnly) End date of the software install.
    ErrorCode 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) -
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeInfos List<ApplianceClusterWorkerNodeNodeInfo>
    This complex property has following sub-properties:
    ObjectType 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<ApplianceClusterWorkerNodeParent>
    (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:
    PermissionResources List<ApplianceClusterWorkerNodePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RemoteDns string
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    ReuseNode bool
    Indicates if the worker node being added is being reused.
    SessionId string
    (ReadOnly) Session Moid for the user session.
    SharedScope 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.
    StartTime 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.
    Tags List<ApplianceClusterWorkerNodeTag>
    This complex property has following sub-properties:
    TotalNodes double
    (ReadOnly) Total number of nodes in the system.
    TotalPhases double
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    VersionContexts List<ApplianceClusterWorkerNodeVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    Vips List<ApplianceClusterWorkerNodeVip>
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []ApplianceClusterWorkerNodeAccountArgs
    (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:
    AdditionalProperties string
    Ancestors []ApplianceClusterWorkerNodeAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ApplianceClusterWorkerNodeId string
    ClassId 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.
    CompletedPhases []ApplianceClusterWorkerNodeCompletedPhaseArgs
    This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CurrentPhases []ApplianceClusterWorkerNodeCurrentPhaseArgs
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ElapsedTime float64
    (ReadOnly) Elapsed time in seconds during the software install.
    EndTime string
    (ReadOnly) End date of the software install.
    ErrorCode 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) -
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeInfos []ApplianceClusterWorkerNodeNodeInfoArgs
    This complex property has following sub-properties:
    ObjectType 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 []ApplianceClusterWorkerNodeParentArgs
    (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:
    PermissionResources []ApplianceClusterWorkerNodePermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RemoteDns string
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    ReuseNode bool
    Indicates if the worker node being added is being reused.
    SessionId string
    (ReadOnly) Session Moid for the user session.
    SharedScope 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.
    StartTime 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.
    Tags []ApplianceClusterWorkerNodeTagArgs
    This complex property has following sub-properties:
    TotalNodes float64
    (ReadOnly) Total number of nodes in the system.
    TotalPhases float64
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    VersionContexts []ApplianceClusterWorkerNodeVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    Vips []ApplianceClusterWorkerNodeVipArgs
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<ApplianceClusterWorkerNodeAccount>
    (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:
    additionalProperties String
    ancestors List<ApplianceClusterWorkerNodeAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    applianceClusterWorkerNodeId String
    classId 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.
    completedPhases List<ApplianceClusterWorkerNodeCompletedPhase>
    This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    currentPhases List<ApplianceClusterWorkerNodeCurrentPhase>
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    elapsedTime Double
    (ReadOnly) Elapsed time in seconds during the software install.
    endTime String
    (ReadOnly) End date of the software install.
    errorCode 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) -
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeInfos List<ApplianceClusterWorkerNodeNodeInfo>
    This complex property has following sub-properties:
    objectType 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<ApplianceClusterWorkerNodeParent>
    (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:
    permissionResources List<ApplianceClusterWorkerNodePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    remoteDns String
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    reuseNode Boolean
    Indicates if the worker node being added is being reused.
    sessionId String
    (ReadOnly) Session Moid for the user session.
    sharedScope 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.
    startTime 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.
    tags List<ApplianceClusterWorkerNodeTag>
    This complex property has following sub-properties:
    totalNodes Double
    (ReadOnly) Total number of nodes in the system.
    totalPhases Double
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    versionContexts List<ApplianceClusterWorkerNodeVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    vips List<ApplianceClusterWorkerNodeVip>
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts ApplianceClusterWorkerNodeAccount[]
    (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:
    additionalProperties string
    ancestors ApplianceClusterWorkerNodeAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    applianceClusterWorkerNodeId string
    classId 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.
    completedPhases ApplianceClusterWorkerNodeCompletedPhase[]
    This complex property has following sub-properties:
    createTime string
    (ReadOnly) The time when this managed object was created.
    currentPhases ApplianceClusterWorkerNodeCurrentPhase[]
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    elapsedTime number
    (ReadOnly) Elapsed time in seconds during the software install.
    endTime string
    (ReadOnly) End date of the software install.
    errorCode 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) -
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    nodeInfos ApplianceClusterWorkerNodeNodeInfo[]
    This complex property has following sub-properties:
    objectType 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 ApplianceClusterWorkerNodeParent[]
    (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:
    permissionResources ApplianceClusterWorkerNodePermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    remoteDns string
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    reuseNode boolean
    Indicates if the worker node being added is being reused.
    sessionId string
    (ReadOnly) Session Moid for the user session.
    sharedScope 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.
    startTime 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.
    tags ApplianceClusterWorkerNodeTag[]
    This complex property has following sub-properties:
    totalNodes number
    (ReadOnly) Total number of nodes in the system.
    totalPhases number
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    versionContexts ApplianceClusterWorkerNodeVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    vips ApplianceClusterWorkerNodeVip[]
    (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[ApplianceClusterWorkerNodeAccountArgs]
    (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[ApplianceClusterWorkerNodeAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    appliance_cluster_worker_node_id str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    completed_phases Sequence[ApplianceClusterWorkerNodeCompletedPhaseArgs]
    This complex property has following sub-properties:
    create_time str
    (ReadOnly) The time when this managed object was created.
    current_phases Sequence[ApplianceClusterWorkerNodeCurrentPhaseArgs]
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domain_group_moid str
    (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[ApplianceClusterWorkerNodeNodeInfoArgs]
    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[ApplianceClusterWorkerNodeParentArgs]
    (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[ApplianceClusterWorkerNodePermissionResourceArgs]
    (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.
    shared_scope 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.
    tags Sequence[ApplianceClusterWorkerNodeTagArgs]
    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[ApplianceClusterWorkerNodeVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    vips Sequence[ApplianceClusterWorkerNodeVipArgs]
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    accountMoid 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:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    applianceClusterWorkerNodeId String
    classId 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.
    completedPhases List<Property Map>
    This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    currentPhases List<Property Map>
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    elapsedTime Number
    (ReadOnly) Elapsed time in seconds during the software install.
    endTime String
    (ReadOnly) End date of the software install.
    errorCode 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) -
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeInfos List<Property Map>
    This complex property has following sub-properties:
    objectType 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:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    remoteDns String
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    reuseNode Boolean
    Indicates if the worker node being added is being reused.
    sessionId String
    (ReadOnly) Session Moid for the user session.
    sharedScope 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.
    startTime 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.
    tags List<Property Map>
    This complex property has following sub-properties:
    totalNodes Number
    (ReadOnly) Total number of nodes in the system.
    totalPhases Number
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    versionContexts 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
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts List<ApplianceClusterWorkerNodeAccount>
    (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:
    AdditionalProperties string
    Ancestors List<ApplianceClusterWorkerNodeAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ApplianceClusterWorkerNodeId string
    ClassId 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.
    CompletedPhases List<ApplianceClusterWorkerNodeCompletedPhase>
    This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CurrentPhases List<ApplianceClusterWorkerNodeCurrentPhase>
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ElapsedTime double
    (ReadOnly) Elapsed time in seconds during the software install.
    EndTime string
    (ReadOnly) End date of the software install.
    ErrorCode 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) -
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeInfos List<ApplianceClusterWorkerNodeNodeInfo>
    This complex property has following sub-properties:
    ObjectType 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<ApplianceClusterWorkerNodeParent>
    (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:
    PermissionResources List<ApplianceClusterWorkerNodePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RemoteDns string
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    ReuseNode bool
    Indicates if the worker node being added is being reused.
    SessionId string
    (ReadOnly) Session Moid for the user session.
    SharedScope 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.
    StartTime 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.
    Tags List<ApplianceClusterWorkerNodeTag>
    This complex property has following sub-properties:
    TotalNodes double
    (ReadOnly) Total number of nodes in the system.
    TotalPhases double
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    VersionContexts List<ApplianceClusterWorkerNodeVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    Vips List<ApplianceClusterWorkerNodeVip>
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    AccountMoid string
    (ReadOnly) The Account ID for this managed object.
    Accounts []ApplianceClusterWorkerNodeAccountArgs
    (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:
    AdditionalProperties string
    Ancestors []ApplianceClusterWorkerNodeAncestorArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    ApplianceClusterWorkerNodeId string
    ClassId 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.
    CompletedPhases []ApplianceClusterWorkerNodeCompletedPhaseArgs
    This complex property has following sub-properties:
    CreateTime string
    (ReadOnly) The time when this managed object was created.
    CurrentPhases []ApplianceClusterWorkerNodeCurrentPhaseArgs
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    DomainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    ElapsedTime float64
    (ReadOnly) Elapsed time in seconds during the software install.
    EndTime string
    (ReadOnly) End date of the software install.
    ErrorCode 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) -
    ModTime string
    (ReadOnly) The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    NodeInfos []ApplianceClusterWorkerNodeNodeInfoArgs
    This complex property has following sub-properties:
    ObjectType 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 []ApplianceClusterWorkerNodeParentArgs
    (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:
    PermissionResources []ApplianceClusterWorkerNodePermissionResourceArgs
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    RemoteDns string
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    ReuseNode bool
    Indicates if the worker node being added is being reused.
    SessionId string
    (ReadOnly) Session Moid for the user session.
    SharedScope 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.
    StartTime 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.
    Tags []ApplianceClusterWorkerNodeTagArgs
    This complex property has following sub-properties:
    TotalNodes float64
    (ReadOnly) Total number of nodes in the system.
    TotalPhases float64
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    VersionContexts []ApplianceClusterWorkerNodeVersionContextArgs
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    Vips []ApplianceClusterWorkerNodeVipArgs
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    accountMoid String
    (ReadOnly) The Account ID for this managed object.
    accounts List<ApplianceClusterWorkerNodeAccount>
    (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:
    additionalProperties String
    ancestors List<ApplianceClusterWorkerNodeAncestor>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    applianceClusterWorkerNodeId String
    classId 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.
    completedPhases List<ApplianceClusterWorkerNodeCompletedPhase>
    This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    currentPhases List<ApplianceClusterWorkerNodeCurrentPhase>
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    elapsedTime Double
    (ReadOnly) Elapsed time in seconds during the software install.
    endTime String
    (ReadOnly) End date of the software install.
    errorCode 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) -
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeInfos List<ApplianceClusterWorkerNodeNodeInfo>
    This complex property has following sub-properties:
    objectType 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<ApplianceClusterWorkerNodeParent>
    (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:
    permissionResources List<ApplianceClusterWorkerNodePermissionResource>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    remoteDns String
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    reuseNode Boolean
    Indicates if the worker node being added is being reused.
    sessionId String
    (ReadOnly) Session Moid for the user session.
    sharedScope 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.
    startTime 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.
    tags List<ApplianceClusterWorkerNodeTag>
    This complex property has following sub-properties:
    totalNodes Double
    (ReadOnly) Total number of nodes in the system.
    totalPhases Double
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    versionContexts List<ApplianceClusterWorkerNodeVersionContext>
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    vips List<ApplianceClusterWorkerNodeVip>
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    accountMoid string
    (ReadOnly) The Account ID for this managed object.
    accounts ApplianceClusterWorkerNodeAccount[]
    (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:
    additionalProperties string
    ancestors ApplianceClusterWorkerNodeAncestor[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    applianceClusterWorkerNodeId string
    classId 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.
    completedPhases ApplianceClusterWorkerNodeCompletedPhase[]
    This complex property has following sub-properties:
    createTime string
    (ReadOnly) The time when this managed object was created.
    currentPhases ApplianceClusterWorkerNodeCurrentPhase[]
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domainGroupMoid string
    (ReadOnly) The DomainGroup ID for this managed object.
    elapsedTime number
    (ReadOnly) Elapsed time in seconds during the software install.
    endTime string
    (ReadOnly) End date of the software install.
    errorCode 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) -
    modTime string
    (ReadOnly) The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    nodeInfos ApplianceClusterWorkerNodeNodeInfo[]
    This complex property has following sub-properties:
    objectType 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 ApplianceClusterWorkerNodeParent[]
    (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:
    permissionResources ApplianceClusterWorkerNodePermissionResource[]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    remoteDns string
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    reuseNode boolean
    Indicates if the worker node being added is being reused.
    sessionId string
    (ReadOnly) Session Moid for the user session.
    sharedScope 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.
    startTime 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.
    tags ApplianceClusterWorkerNodeTag[]
    This complex property has following sub-properties:
    totalNodes number
    (ReadOnly) Total number of nodes in the system.
    totalPhases number
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    versionContexts ApplianceClusterWorkerNodeVersionContext[]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    vips ApplianceClusterWorkerNodeVip[]
    (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[ApplianceClusterWorkerNodeAccountArgs]
    (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[ApplianceClusterWorkerNodeAncestorArgs]
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    appliance_cluster_worker_node_id str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    completed_phases Sequence[ApplianceClusterWorkerNodeCompletedPhaseArgs]
    This complex property has following sub-properties:
    create_time str
    (ReadOnly) The time when this managed object was created.
    current_phases Sequence[ApplianceClusterWorkerNodeCurrentPhaseArgs]
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domain_group_moid str
    (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[ApplianceClusterWorkerNodeNodeInfoArgs]
    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[ApplianceClusterWorkerNodeParentArgs]
    (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[ApplianceClusterWorkerNodePermissionResourceArgs]
    (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.
    shared_scope 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.
    tags Sequence[ApplianceClusterWorkerNodeTagArgs]
    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[ApplianceClusterWorkerNodeVersionContextArgs]
    (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
    vips Sequence[ApplianceClusterWorkerNodeVipArgs]
    (ReadOnly) VIP hostname and ip address of the onprem cluster. This complex property has following sub-properties:
    accountMoid 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:
    additionalProperties String
    ancestors List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    applianceClusterWorkerNodeId String
    classId 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.
    completedPhases List<Property Map>
    This complex property has following sub-properties:
    createTime String
    (ReadOnly) The time when this managed object was created.
    currentPhases List<Property Map>
    (ReadOnly) Current phase of the Intersight Appliance's software install. This complex property has following sub-properties:
    domainGroupMoid String
    (ReadOnly) The DomainGroup ID for this managed object.
    elapsedTime Number
    (ReadOnly) Elapsed time in seconds during the software install.
    endTime String
    (ReadOnly) End date of the software install.
    errorCode 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) -
    modTime String
    (ReadOnly) The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    nodeInfos List<Property Map>
    This complex property has following sub-properties:
    objectType 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:
    permissionResources List<Property Map>
    (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
    remoteDns String
    Round robin DNS address, which should be able to resolve the hostnames of all the nodes in the cluster.
    reuseNode Boolean
    Indicates if the worker node being added is being reused.
    sessionId String
    (ReadOnly) Session Moid for the user session.
    sharedScope 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.
    startTime 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.
    tags List<Property Map>
    This complex property has following sub-properties:
    totalNodes Number
    (ReadOnly) Total number of nodes in the system.
    totalPhases Number
    (ReadOnly) TotalPhase represents the total number of the install phases for one install.
    versionContexts 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

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    ApplianceClusterWorkerNodeAncestor, ApplianceClusterWorkerNodeAncestorArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    ApplianceClusterWorkerNodeCompletedPhase, ApplianceClusterWorkerNodeCompletedPhaseArgs

    AdditionalProperties string
    ClassId string
    CurrentNode double
    (ReadOnly) Node number install is running on.
    CurrentSubphase double
    (ReadOnly) Subphase of the phase currently running.
    ElapsedTime double
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    EndTime string
    (ReadOnly) End date of the software install phase.
    Failed bool
    (ReadOnly) Indicates if the install phase has failed or not.
    Message string
    (ReadOnly) Status message set during the install phase.
    Name 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PendingNodes List<double>
    (Array of schema.TypeInt) -
    StartTime string
    (ReadOnly) Start date of the software install phase.
    Status string
    (ReadOnly) Status of the install phase.
    AdditionalProperties string
    ClassId string
    CurrentNode float64
    (ReadOnly) Node number install is running on.
    CurrentSubphase float64
    (ReadOnly) Subphase of the phase currently running.
    ElapsedTime float64
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    EndTime string
    (ReadOnly) End date of the software install phase.
    Failed bool
    (ReadOnly) Indicates if the install phase has failed or not.
    Message string
    (ReadOnly) Status message set during the install phase.
    Name 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PendingNodes []float64
    (Array of schema.TypeInt) -
    StartTime string
    (ReadOnly) Start date of the software install phase.
    Status string
    (ReadOnly) Status of the install phase.
    additionalProperties String
    classId String
    currentNode Double
    (ReadOnly) Node number install is running on.
    currentSubphase Double
    (ReadOnly) Subphase of the phase currently running.
    elapsedTime Double
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    endTime String
    (ReadOnly) End date of the software install phase.
    failed Boolean
    (ReadOnly) Indicates if the install phase has failed or not.
    message String
    (ReadOnly) Status message set during the install phase.
    name 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pendingNodes List<Double>
    (Array of schema.TypeInt) -
    startTime String
    (ReadOnly) Start date of the software install phase.
    status String
    (ReadOnly) Status of the install phase.
    additionalProperties string
    classId string
    currentNode number
    (ReadOnly) Node number install is running on.
    currentSubphase number
    (ReadOnly) Subphase of the phase currently running.
    elapsedTime number
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    endTime string
    (ReadOnly) End date of the software install phase.
    failed boolean
    (ReadOnly) Indicates if the install phase has failed or not.
    message string
    (ReadOnly) Status message set during the install phase.
    name 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.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pendingNodes number[]
    (Array of schema.TypeInt) -
    startTime string
    (ReadOnly) Start date of the software install phase.
    status string
    (ReadOnly) Status of the install phase.
    additional_properties str
    class_id str
    current_node float
    (ReadOnly) Node number install is running on.
    current_subphase float
    (ReadOnly) Subphase of the phase currently running.
    elapsed_time float
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    end_time str
    (ReadOnly) End date of the software install phase.
    failed bool
    (ReadOnly) Indicates if the install phase has failed or not.
    message str
    (ReadOnly) Status message set during the install phase.
    name 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 str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pending_nodes Sequence[float]
    (Array of schema.TypeInt) -
    start_time str
    (ReadOnly) Start date of the software install phase.
    status str
    (ReadOnly) Status of the install phase.
    additionalProperties String
    classId String
    currentNode Number
    (ReadOnly) Node number install is running on.
    currentSubphase Number
    (ReadOnly) Subphase of the phase currently running.
    elapsedTime Number
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    endTime String
    (ReadOnly) End date of the software install phase.
    failed Boolean
    (ReadOnly) Indicates if the install phase has failed or not.
    message String
    (ReadOnly) Status message set during the install phase.
    name 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pendingNodes List<Number>
    (Array of schema.TypeInt) -
    startTime String
    (ReadOnly) Start date of the software install phase.
    status String
    (ReadOnly) Status of the install phase.

    ApplianceClusterWorkerNodeCurrentPhase, ApplianceClusterWorkerNodeCurrentPhaseArgs

    AdditionalProperties string
    ClassId string
    CurrentNode double
    (ReadOnly) Node number install is running on.
    CurrentSubphase double
    (ReadOnly) Subphase of the phase currently running.
    ElapsedTime double
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    EndTime string
    (ReadOnly) End date of the software install phase.
    Failed bool
    (ReadOnly) Indicates if the install phase has failed or not.
    Message string
    (ReadOnly) Status message set during the install phase.
    Name 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PendingNodes List<double>
    (Array of schema.TypeInt) -
    StartTime string
    (ReadOnly) Start date of the software install phase.
    Status string
    (ReadOnly) Status of the install phase.
    AdditionalProperties string
    ClassId string
    CurrentNode float64
    (ReadOnly) Node number install is running on.
    CurrentSubphase float64
    (ReadOnly) Subphase of the phase currently running.
    ElapsedTime float64
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    EndTime string
    (ReadOnly) End date of the software install phase.
    Failed bool
    (ReadOnly) Indicates if the install phase has failed or not.
    Message string
    (ReadOnly) Status message set during the install phase.
    Name 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    PendingNodes []float64
    (Array of schema.TypeInt) -
    StartTime string
    (ReadOnly) Start date of the software install phase.
    Status string
    (ReadOnly) Status of the install phase.
    additionalProperties String
    classId String
    currentNode Double
    (ReadOnly) Node number install is running on.
    currentSubphase Double
    (ReadOnly) Subphase of the phase currently running.
    elapsedTime Double
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    endTime String
    (ReadOnly) End date of the software install phase.
    failed Boolean
    (ReadOnly) Indicates if the install phase has failed or not.
    message String
    (ReadOnly) Status message set during the install phase.
    name 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pendingNodes List<Double>
    (Array of schema.TypeInt) -
    startTime String
    (ReadOnly) Start date of the software install phase.
    status String
    (ReadOnly) Status of the install phase.
    additionalProperties string
    classId string
    currentNode number
    (ReadOnly) Node number install is running on.
    currentSubphase number
    (ReadOnly) Subphase of the phase currently running.
    elapsedTime number
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    endTime string
    (ReadOnly) End date of the software install phase.
    failed boolean
    (ReadOnly) Indicates if the install phase has failed or not.
    message string
    (ReadOnly) Status message set during the install phase.
    name 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.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pendingNodes number[]
    (Array of schema.TypeInt) -
    startTime string
    (ReadOnly) Start date of the software install phase.
    status string
    (ReadOnly) Status of the install phase.
    additional_properties str
    class_id str
    current_node float
    (ReadOnly) Node number install is running on.
    current_subphase float
    (ReadOnly) Subphase of the phase currently running.
    elapsed_time float
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    end_time str
    (ReadOnly) End date of the software install phase.
    failed bool
    (ReadOnly) Indicates if the install phase has failed or not.
    message str
    (ReadOnly) Status message set during the install phase.
    name 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 str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pending_nodes Sequence[float]
    (Array of schema.TypeInt) -
    start_time str
    (ReadOnly) Start date of the software install phase.
    status str
    (ReadOnly) Status of the install phase.
    additionalProperties String
    classId String
    currentNode Number
    (ReadOnly) Node number install is running on.
    currentSubphase Number
    (ReadOnly) Subphase of the phase currently running.
    elapsedTime Number
    (ReadOnly) Elapsed time in seconds to complete the current install phase.
    endTime String
    (ReadOnly) End date of the software install phase.
    failed Boolean
    (ReadOnly) Indicates if the install phase has failed or not.
    message String
    (ReadOnly) Status message set during the install phase.
    name 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    pendingNodes List<Number>
    (Array of schema.TypeInt) -
    startTime String
    (ReadOnly) Start date of the software install phase.
    status String
    (ReadOnly) Status of the install phase.

    ApplianceClusterWorkerNodeNodeInfo, ApplianceClusterWorkerNodeNodeInfoArgs

    AdditionalProperties string
    ClassId string
    Gateway string
    (ReadOnly) Gateway ip address of the cluster node.
    Hostname string
    (ReadOnly) Hostname of the cluster node.
    IpAddress string
    (ReadOnly) Ip address of the cluster node.
    Netmask string
    (ReadOnly) Netmask of the cluster node.
    NodeId double
    (ReadOnly) Id number of the cluster node.
    NodeMoid string
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    NodeType 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Status 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.
    AdditionalProperties string
    ClassId string
    Gateway string
    (ReadOnly) Gateway ip address of the cluster node.
    Hostname string
    (ReadOnly) Hostname of the cluster node.
    IpAddress string
    (ReadOnly) Ip address of the cluster node.
    Netmask string
    (ReadOnly) Netmask of the cluster node.
    NodeId float64
    (ReadOnly) Id number of the cluster node.
    NodeMoid string
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    NodeType 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Status 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.
    additionalProperties String
    classId String
    gateway String
    (ReadOnly) Gateway ip address of the cluster node.
    hostname String
    (ReadOnly) Hostname of the cluster node.
    ipAddress String
    (ReadOnly) Ip address of the cluster node.
    netmask String
    (ReadOnly) Netmask of the cluster node.
    nodeId Double
    (ReadOnly) Id number of the cluster node.
    nodeMoid String
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    nodeType 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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.
    additionalProperties string
    classId string
    gateway string
    (ReadOnly) Gateway ip address of the cluster node.
    hostname string
    (ReadOnly) Hostname of the cluster node.
    ipAddress string
    (ReadOnly) Ip address of the cluster node.
    netmask string
    (ReadOnly) Netmask of the cluster node.
    nodeId number
    (ReadOnly) Id number of the cluster node.
    nodeMoid string
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    nodeType 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.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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 str
    class_id str
    gateway str
    (ReadOnly) Gateway ip address of the cluster node.
    hostname str
    (ReadOnly) Hostname of the cluster node.
    ip_address str
    (ReadOnly) Ip address of the cluster node.
    netmask str
    (ReadOnly) Netmask of the cluster node.
    node_id float
    (ReadOnly) Id number of the cluster node.
    node_moid str
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    node_type 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 str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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.
    additionalProperties String
    classId String
    gateway String
    (ReadOnly) Gateway ip address of the cluster node.
    hostname String
    (ReadOnly) Hostname of the cluster node.
    ipAddress String
    (ReadOnly) Ip address of the cluster node.
    netmask String
    (ReadOnly) Netmask of the cluster node.
    nodeId Number
    (ReadOnly) Id number of the cluster node.
    nodeMoid String
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    nodeType 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    ApplianceClusterWorkerNodePermissionResource, ApplianceClusterWorkerNodePermissionResourceArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    ApplianceClusterWorkerNodeTag, ApplianceClusterWorkerNodeTagArgs

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    ApplianceClusterWorkerNodeVersionContext, ApplianceClusterWorkerNodeVersionContextArgs

    AdditionalProperties string
    ClassId string
    InterestedMos List<ApplianceClusterWorkerNodeVersionContextInterestedMo>
    This complex property has following sub-properties:
    MarkedForDeletion 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.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos List<ApplianceClusterWorkerNodeVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType 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.
    AdditionalProperties string
    ClassId string
    InterestedMos []ApplianceClusterWorkerNodeVersionContextInterestedMo
    This complex property has following sub-properties:
    MarkedForDeletion 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.
    NrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    RefMos []ApplianceClusterWorkerNodeVersionContextRefMo
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    Timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    VersionType 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.
    additionalProperties String
    classId String
    interestedMos List<ApplianceClusterWorkerNodeVersionContextInterestedMo>
    This complex property has following sub-properties:
    markedForDeletion 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.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<ApplianceClusterWorkerNodeVersionContextRefMo>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType 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.
    additionalProperties string
    classId string
    interestedMos ApplianceClusterWorkerNodeVersionContextInterestedMo[]
    This complex property has following sub-properties:
    markedForDeletion 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.
    nrVersion string
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos ApplianceClusterWorkerNodeVersionContextRefMo[]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp string
    (ReadOnly) The time this versioned Managed Object was created.
    versionType string
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    interested_mos Sequence[ApplianceClusterWorkerNodeVersionContextInterestedMo]
    This complex property has following sub-properties:
    marked_for_deletion 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 str
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    ref_mos Sequence[ApplianceClusterWorkerNodeVersionContextRefMo]
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp str
    (ReadOnly) The time this versioned Managed Object was created.
    version_type str
    (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified - Version created every time an object is modified.* Configured - Version created every time an object is configured to the service profile.* Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    interestedMos List<Property Map>
    This complex property has following sub-properties:
    markedForDeletion 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.
    nrVersion String
    (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    refMos List<Property Map>
    (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
    timestamp String
    (ReadOnly) The time this versioned Managed Object was created.
    versionType 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

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    ApplianceClusterWorkerNodeVersionContextRefMo, ApplianceClusterWorkerNodeVersionContextRefMoArgs

    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    Moid string
    The Moid of the referenced REST resource.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    moid string
    The Moid of the referenced REST resource.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    moid str
    The Moid of the referenced REST resource.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    moid String
    The Moid of the referenced REST resource.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field maybe set instead of 'moid' by clients.1. If 'moid' is set this field is ignored.1. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of theresource matching the filter expression and populates it in the MoRef that is part of the objectinstance being inserted/updated to fulfill the REST request.An error is returned if the filter matches zero or more than one REST resource.An example filter string is: Serial eq '3AA8B7T11'.

    ApplianceClusterWorkerNodeVip, ApplianceClusterWorkerNodeVipArgs

    AdditionalProperties string
    ClassId string
    Gateway string
    (ReadOnly) Gateway ip address of the cluster node.
    Hostname string
    (ReadOnly) Hostname of the cluster node.
    IpAddress string
    (ReadOnly) Ip address of the cluster node.
    Netmask string
    (ReadOnly) Netmask of the cluster node.
    NodeId double
    (ReadOnly) Id number of the cluster node.
    NodeMoid string
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    NodeType 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Status 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.
    AdditionalProperties string
    ClassId string
    Gateway string
    (ReadOnly) Gateway ip address of the cluster node.
    Hostname string
    (ReadOnly) Hostname of the cluster node.
    IpAddress string
    (ReadOnly) Ip address of the cluster node.
    Netmask string
    (ReadOnly) Netmask of the cluster node.
    NodeId float64
    (ReadOnly) Id number of the cluster node.
    NodeMoid string
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    NodeType 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.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    Status 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.
    additionalProperties String
    classId String
    gateway String
    (ReadOnly) Gateway ip address of the cluster node.
    hostname String
    (ReadOnly) Hostname of the cluster node.
    ipAddress String
    (ReadOnly) Ip address of the cluster node.
    netmask String
    (ReadOnly) Netmask of the cluster node.
    nodeId Double
    (ReadOnly) Id number of the cluster node.
    nodeMoid String
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    nodeType 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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.
    additionalProperties string
    classId string
    gateway string
    (ReadOnly) Gateway ip address of the cluster node.
    hostname string
    (ReadOnly) Hostname of the cluster node.
    ipAddress string
    (ReadOnly) Ip address of the cluster node.
    netmask string
    (ReadOnly) Netmask of the cluster node.
    nodeId number
    (ReadOnly) Id number of the cluster node.
    nodeMoid string
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    nodeType 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.
    objectType string
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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 str
    class_id str
    gateway str
    (ReadOnly) Gateway ip address of the cluster node.
    hostname str
    (ReadOnly) Hostname of the cluster node.
    ip_address str
    (ReadOnly) Ip address of the cluster node.
    netmask str
    (ReadOnly) Netmask of the cluster node.
    node_id float
    (ReadOnly) Id number of the cluster node.
    node_moid str
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    node_type 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 str
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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.
    additionalProperties String
    classId String
    gateway String
    (ReadOnly) Gateway ip address of the cluster node.
    hostname String
    (ReadOnly) Hostname of the cluster node.
    ipAddress String
    (ReadOnly) Ip address of the cluster node.
    netmask String
    (ReadOnly) Netmask of the cluster node.
    nodeId Number
    (ReadOnly) Id number of the cluster node.
    nodeMoid String
    (ReadOnly) Moid of the corresponding appliance.ClusterInfo or appliance.NodeInfo mo.
    nodeType 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.
    objectType String
    The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
    status 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.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet