intersight.KubernetesBaremetalNodeProfile
Explore with Pulumi AI
A profile specifying configuration settings for a baremetal node. Users can do operations like Drain, Cordon, Rebuild on a node.
Create KubernetesBaremetalNodeProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new KubernetesBaremetalNodeProfile(name: string, args?: KubernetesBaremetalNodeProfileArgs, opts?: CustomResourceOptions);@overload
def KubernetesBaremetalNodeProfile(resource_name: str,
                                   args: Optional[KubernetesBaremetalNodeProfileArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
@overload
def KubernetesBaremetalNodeProfile(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   account_moid: Optional[str] = None,
                                   action: Optional[str] = None,
                                   action_params: Optional[Sequence[KubernetesBaremetalNodeProfileActionParamArgs]] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[KubernetesBaremetalNodeProfileAncestorArgs]] = None,
                                   class_id: Optional[str] = None,
                                   cloud_provider: Optional[str] = None,
                                   config_contexts: Optional[Sequence[KubernetesBaremetalNodeProfileConfigContextArgs]] = None,
                                   config_results: Optional[Sequence[KubernetesBaremetalNodeProfileConfigResultArgs]] = None,
                                   create_time: Optional[str] = None,
                                   deployed_policies: Optional[Sequence[str]] = None,
                                   description: Optional[str] = None,
                                   domain_group_moid: Optional[str] = None,
                                   kubernetes_baremetal_node_profile_id: Optional[str] = None,
                                   kubernetes_nic: Optional[str] = None,
                                   mod_time: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   network_infos: Optional[Sequence[KubernetesBaremetalNodeProfileNetworkInfoArgs]] = None,
                                   node_groups: Optional[Sequence[KubernetesBaremetalNodeProfileNodeGroupArgs]] = None,
                                   nr_versions: Optional[Sequence[KubernetesBaremetalNodeProfileNrVersionArgs]] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parents: Optional[Sequence[KubernetesBaremetalNodeProfileParentArgs]] = None,
                                   permission_resources: Optional[Sequence[KubernetesBaremetalNodeProfilePermissionResourceArgs]] = None,
                                   policy_buckets: Optional[Sequence[KubernetesBaremetalNodeProfilePolicyBucketArgs]] = None,
                                   removed_policies: Optional[Sequence[str]] = None,
                                   scheduled_actions: Optional[Sequence[KubernetesBaremetalNodeProfileScheduledActionArgs]] = None,
                                   servers: Optional[Sequence[KubernetesBaremetalNodeProfileServerArgs]] = None,
                                   shared_scope: Optional[str] = None,
                                   src_templates: Optional[Sequence[KubernetesBaremetalNodeProfileSrcTemplateArgs]] = None,
                                   tags: Optional[Sequence[KubernetesBaremetalNodeProfileTagArgs]] = None,
                                   targets: Optional[Sequence[KubernetesBaremetalNodeProfileTargetArgs]] = None,
                                   type: Optional[str] = None,
                                   version_contexts: Optional[Sequence[KubernetesBaremetalNodeProfileVersionContextArgs]] = None)func NewKubernetesBaremetalNodeProfile(ctx *Context, name string, args *KubernetesBaremetalNodeProfileArgs, opts ...ResourceOption) (*KubernetesBaremetalNodeProfile, error)public KubernetesBaremetalNodeProfile(string name, KubernetesBaremetalNodeProfileArgs? args = null, CustomResourceOptions? opts = null)
public KubernetesBaremetalNodeProfile(String name, KubernetesBaremetalNodeProfileArgs args)
public KubernetesBaremetalNodeProfile(String name, KubernetesBaremetalNodeProfileArgs args, CustomResourceOptions options)
type: intersight:KubernetesBaremetalNodeProfile
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 KubernetesBaremetalNodeProfileArgs
- 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 KubernetesBaremetalNodeProfileArgs
- 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 KubernetesBaremetalNodeProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KubernetesBaremetalNodeProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args KubernetesBaremetalNodeProfileArgs
- 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 kubernetesBaremetalNodeProfileResource = new Intersight.KubernetesBaremetalNodeProfile("kubernetesBaremetalNodeProfileResource", new()
{
    AccountMoid = "string",
    Action = "string",
    ActionParams = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileActionParamArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Name = "string",
            ObjectType = "string",
            Value = "string",
        },
    },
    AdditionalProperties = "string",
    Ancestors = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileAncestorArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ClassId = "string",
    CloudProvider = "string",
    ConfigContexts = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileConfigContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            ConfigState = "string",
            ConfigStateSummary = "string",
            ConfigType = "string",
            ControlAction = "string",
            ErrorState = "string",
            InconsistencyReasons = new[]
            {
                "string",
            },
            ObjectType = "string",
            OperState = "string",
        },
    },
    ConfigResults = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileConfigResultArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    CreateTime = "string",
    DeployedPolicies = new[]
    {
        "string",
    },
    Description = "string",
    DomainGroupMoid = "string",
    KubernetesBaremetalNodeProfileId = "string",
    KubernetesNic = "string",
    ModTime = "string",
    Moid = "string",
    Name = "string",
    NetworkInfos = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Ethernets = new[]
            {
                new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoEthernetArgs
                {
                    AdditionalProperties = "string",
                    Addresses = new[]
                    {
                        "string",
                    },
                    ClassId = "string",
                    Gateway = "string",
                    IpV4Configs = new[]
                    {
                        new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigArgs
                        {
                            AdditionalProperties = "string",
                            ClassId = "string",
                            Ip = "string",
                            Leases = new[]
                            {
                                new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLeaseArgs
                                {
                                    AdditionalProperties = "string",
                                    ClassId = "string",
                                    Moid = "string",
                                    ObjectType = "string",
                                    Selector = "string",
                                },
                            },
                            ObjectType = "string",
                        },
                    },
                    Matchers = new[]
                    {
                        new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoEthernetMatcherArgs
                        {
                            AdditionalProperties = "string",
                            ClassId = "string",
                            ObjectType = "string",
                            Type = "string",
                            Value = "string",
                        },
                    },
                    Mtu = 0,
                    Name = "string",
                    ObjectType = "string",
                    ProviderName = "string",
                    Routes = new[]
                    {
                        new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoEthernetRouteArgs
                        {
                            AdditionalProperties = "string",
                            ClassId = "string",
                            ObjectType = "string",
                            To = "string",
                            Via = "string",
                        },
                    },
                },
            },
            ObjectType = "string",
            Ovsbonds = new[]
            {
                new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoOvsbondArgs
                {
                    AdditionalProperties = "string",
                    Addresses = new[]
                    {
                        "string",
                    },
                    ClassId = "string",
                    Gateway = "string",
                    Interfaces = new[]
                    {
                        "string",
                    },
                    IpV4Configs = new[]
                    {
                        new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigArgs
                        {
                            AdditionalProperties = "string",
                            ClassId = "string",
                            Ip = "string",
                            Leases = new[]
                            {
                                new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLeaseArgs
                                {
                                    AdditionalProperties = "string",
                                    ClassId = "string",
                                    Moid = "string",
                                    ObjectType = "string",
                                    Selector = "string",
                                },
                            },
                            ObjectType = "string",
                        },
                    },
                    Mtu = 0,
                    Name = "string",
                    ObjectType = "string",
                    Routes = new[]
                    {
                        new Intersight.Inputs.KubernetesBaremetalNodeProfileNetworkInfoOvsbondRouteArgs
                        {
                            AdditionalProperties = "string",
                            ClassId = "string",
                            ObjectType = "string",
                            To = "string",
                            Via = "string",
                        },
                    },
                    Vlan = 0,
                },
            },
        },
    },
    NodeGroups = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileNodeGroupArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    NrVersions = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileNrVersionArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    ObjectType = "string",
    Owners = new[]
    {
        "string",
    },
    Parents = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileParentArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PermissionResources = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfilePermissionResourceArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    PolicyBuckets = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfilePolicyBucketArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    RemovedPolicies = new[]
    {
        "string",
    },
    ScheduledActions = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileScheduledActionArgs
        {
            Action = "string",
            ActionQualifiers = new[]
            {
                new Intersight.Inputs.KubernetesBaremetalNodeProfileScheduledActionActionQualifierArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    ObjectType = "string",
                },
            },
            AdditionalProperties = "string",
            ClassId = "string",
            ObjectType = "string",
            ProceedOnReboot = false,
        },
    },
    Servers = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileServerArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    SharedScope = "string",
    SrcTemplates = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileSrcTemplateArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Tags = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileTagArgs
        {
            AdditionalProperties = "string",
            Key = "string",
            Value = "string",
        },
    },
    Targets = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileTargetArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            Moid = "string",
            ObjectType = "string",
            Selector = "string",
        },
    },
    Type = "string",
    VersionContexts = new[]
    {
        new Intersight.Inputs.KubernetesBaremetalNodeProfileVersionContextArgs
        {
            AdditionalProperties = "string",
            ClassId = "string",
            InterestedMos = new[]
            {
                new Intersight.Inputs.KubernetesBaremetalNodeProfileVersionContextInterestedMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            MarkedForDeletion = false,
            NrVersion = "string",
            ObjectType = "string",
            RefMos = new[]
            {
                new Intersight.Inputs.KubernetesBaremetalNodeProfileVersionContextRefMoArgs
                {
                    AdditionalProperties = "string",
                    ClassId = "string",
                    Moid = "string",
                    ObjectType = "string",
                    Selector = "string",
                },
            },
            Timestamp = "string",
            VersionType = "string",
        },
    },
});
example, err := intersight.NewKubernetesBaremetalNodeProfile(ctx, "kubernetesBaremetalNodeProfileResource", &intersight.KubernetesBaremetalNodeProfileArgs{
	AccountMoid: pulumi.String("string"),
	Action:      pulumi.String("string"),
	ActionParams: intersight.KubernetesBaremetalNodeProfileActionParamArray{
		&intersight.KubernetesBaremetalNodeProfileActionParamArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Name:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	AdditionalProperties: pulumi.String("string"),
	Ancestors: intersight.KubernetesBaremetalNodeProfileAncestorArray{
		&intersight.KubernetesBaremetalNodeProfileAncestorArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	ClassId:       pulumi.String("string"),
	CloudProvider: pulumi.String("string"),
	ConfigContexts: intersight.KubernetesBaremetalNodeProfileConfigContextArray{
		&intersight.KubernetesBaremetalNodeProfileConfigContextArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			ConfigState:          pulumi.String("string"),
			ConfigStateSummary:   pulumi.String("string"),
			ConfigType:           pulumi.String("string"),
			ControlAction:        pulumi.String("string"),
			ErrorState:           pulumi.String("string"),
			InconsistencyReasons: pulumi.StringArray{
				pulumi.String("string"),
			},
			ObjectType: pulumi.String("string"),
			OperState:  pulumi.String("string"),
		},
	},
	ConfigResults: intersight.KubernetesBaremetalNodeProfileConfigResultArray{
		&intersight.KubernetesBaremetalNodeProfileConfigResultArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	CreateTime: pulumi.String("string"),
	DeployedPolicies: pulumi.StringArray{
		pulumi.String("string"),
	},
	Description:                      pulumi.String("string"),
	DomainGroupMoid:                  pulumi.String("string"),
	KubernetesBaremetalNodeProfileId: pulumi.String("string"),
	KubernetesNic:                    pulumi.String("string"),
	ModTime:                          pulumi.String("string"),
	Moid:                             pulumi.String("string"),
	Name:                             pulumi.String("string"),
	NetworkInfos: intersight.KubernetesBaremetalNodeProfileNetworkInfoArray{
		&intersight.KubernetesBaremetalNodeProfileNetworkInfoArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Ethernets: intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetArray{
				&intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetArgs{
					AdditionalProperties: pulumi.String("string"),
					Addresses: pulumi.StringArray{
						pulumi.String("string"),
					},
					ClassId: pulumi.String("string"),
					Gateway: pulumi.String("string"),
					IpV4Configs: intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigArray{
						&intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigArgs{
							AdditionalProperties: pulumi.String("string"),
							ClassId:              pulumi.String("string"),
							Ip:                   pulumi.String("string"),
							Leases: intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLeaseArray{
								&intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLeaseArgs{
									AdditionalProperties: pulumi.String("string"),
									ClassId:              pulumi.String("string"),
									Moid:                 pulumi.String("string"),
									ObjectType:           pulumi.String("string"),
									Selector:             pulumi.String("string"),
								},
							},
							ObjectType: pulumi.String("string"),
						},
					},
					Matchers: intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetMatcherArray{
						&intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetMatcherArgs{
							AdditionalProperties: pulumi.String("string"),
							ClassId:              pulumi.String("string"),
							ObjectType:           pulumi.String("string"),
							Type:                 pulumi.String("string"),
							Value:                pulumi.String("string"),
						},
					},
					Mtu:          pulumi.Float64(0),
					Name:         pulumi.String("string"),
					ObjectType:   pulumi.String("string"),
					ProviderName: pulumi.String("string"),
					Routes: intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetRouteArray{
						&intersight.KubernetesBaremetalNodeProfileNetworkInfoEthernetRouteArgs{
							AdditionalProperties: pulumi.String("string"),
							ClassId:              pulumi.String("string"),
							ObjectType:           pulumi.String("string"),
							To:                   pulumi.String("string"),
							Via:                  pulumi.String("string"),
						},
					},
				},
			},
			ObjectType: pulumi.String("string"),
			Ovsbonds: intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondArray{
				&intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondArgs{
					AdditionalProperties: pulumi.String("string"),
					Addresses: pulumi.StringArray{
						pulumi.String("string"),
					},
					ClassId: pulumi.String("string"),
					Gateway: pulumi.String("string"),
					Interfaces: pulumi.StringArray{
						pulumi.String("string"),
					},
					IpV4Configs: intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigArray{
						&intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigArgs{
							AdditionalProperties: pulumi.String("string"),
							ClassId:              pulumi.String("string"),
							Ip:                   pulumi.String("string"),
							Leases: intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLeaseArray{
								&intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLeaseArgs{
									AdditionalProperties: pulumi.String("string"),
									ClassId:              pulumi.String("string"),
									Moid:                 pulumi.String("string"),
									ObjectType:           pulumi.String("string"),
									Selector:             pulumi.String("string"),
								},
							},
							ObjectType: pulumi.String("string"),
						},
					},
					Mtu:        pulumi.Float64(0),
					Name:       pulumi.String("string"),
					ObjectType: pulumi.String("string"),
					Routes: intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondRouteArray{
						&intersight.KubernetesBaremetalNodeProfileNetworkInfoOvsbondRouteArgs{
							AdditionalProperties: pulumi.String("string"),
							ClassId:              pulumi.String("string"),
							ObjectType:           pulumi.String("string"),
							To:                   pulumi.String("string"),
							Via:                  pulumi.String("string"),
						},
					},
					Vlan: pulumi.Float64(0),
				},
			},
		},
	},
	NodeGroups: intersight.KubernetesBaremetalNodeProfileNodeGroupArray{
		&intersight.KubernetesBaremetalNodeProfileNodeGroupArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	NrVersions: intersight.KubernetesBaremetalNodeProfileNrVersionArray{
		&intersight.KubernetesBaremetalNodeProfileNrVersionArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	ObjectType: pulumi.String("string"),
	Owners: pulumi.StringArray{
		pulumi.String("string"),
	},
	Parents: intersight.KubernetesBaremetalNodeProfileParentArray{
		&intersight.KubernetesBaremetalNodeProfileParentArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PermissionResources: intersight.KubernetesBaremetalNodeProfilePermissionResourceArray{
		&intersight.KubernetesBaremetalNodeProfilePermissionResourceArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	PolicyBuckets: intersight.KubernetesBaremetalNodeProfilePolicyBucketArray{
		&intersight.KubernetesBaremetalNodeProfilePolicyBucketArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	RemovedPolicies: pulumi.StringArray{
		pulumi.String("string"),
	},
	ScheduledActions: intersight.KubernetesBaremetalNodeProfileScheduledActionArray{
		&intersight.KubernetesBaremetalNodeProfileScheduledActionArgs{
			Action: pulumi.String("string"),
			ActionQualifiers: intersight.KubernetesBaremetalNodeProfileScheduledActionActionQualifierArray{
				&intersight.KubernetesBaremetalNodeProfileScheduledActionActionQualifierArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
				},
			},
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			ProceedOnReboot:      pulumi.Bool(false),
		},
	},
	Servers: intersight.KubernetesBaremetalNodeProfileServerArray{
		&intersight.KubernetesBaremetalNodeProfileServerArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	SharedScope: pulumi.String("string"),
	SrcTemplates: intersight.KubernetesBaremetalNodeProfileSrcTemplateArray{
		&intersight.KubernetesBaremetalNodeProfileSrcTemplateArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Tags: intersight.KubernetesBaremetalNodeProfileTagArray{
		&intersight.KubernetesBaremetalNodeProfileTagArgs{
			AdditionalProperties: pulumi.String("string"),
			Key:                  pulumi.String("string"),
			Value:                pulumi.String("string"),
		},
	},
	Targets: intersight.KubernetesBaremetalNodeProfileTargetArray{
		&intersight.KubernetesBaremetalNodeProfileTargetArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			Moid:                 pulumi.String("string"),
			ObjectType:           pulumi.String("string"),
			Selector:             pulumi.String("string"),
		},
	},
	Type: pulumi.String("string"),
	VersionContexts: intersight.KubernetesBaremetalNodeProfileVersionContextArray{
		&intersight.KubernetesBaremetalNodeProfileVersionContextArgs{
			AdditionalProperties: pulumi.String("string"),
			ClassId:              pulumi.String("string"),
			InterestedMos: intersight.KubernetesBaremetalNodeProfileVersionContextInterestedMoArray{
				&intersight.KubernetesBaremetalNodeProfileVersionContextInterestedMoArgs{
					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.KubernetesBaremetalNodeProfileVersionContextRefMoArray{
				&intersight.KubernetesBaremetalNodeProfileVersionContextRefMoArgs{
					AdditionalProperties: pulumi.String("string"),
					ClassId:              pulumi.String("string"),
					Moid:                 pulumi.String("string"),
					ObjectType:           pulumi.String("string"),
					Selector:             pulumi.String("string"),
				},
			},
			Timestamp:   pulumi.String("string"),
			VersionType: pulumi.String("string"),
		},
	},
})
var kubernetesBaremetalNodeProfileResource = new KubernetesBaremetalNodeProfile("kubernetesBaremetalNodeProfileResource", KubernetesBaremetalNodeProfileArgs.builder()
    .accountMoid("string")
    .action("string")
    .actionParams(KubernetesBaremetalNodeProfileActionParamArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .name("string")
        .objectType("string")
        .value("string")
        .build())
    .additionalProperties("string")
    .ancestors(KubernetesBaremetalNodeProfileAncestorArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .classId("string")
    .cloudProvider("string")
    .configContexts(KubernetesBaremetalNodeProfileConfigContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .configState("string")
        .configStateSummary("string")
        .configType("string")
        .controlAction("string")
        .errorState("string")
        .inconsistencyReasons("string")
        .objectType("string")
        .operState("string")
        .build())
    .configResults(KubernetesBaremetalNodeProfileConfigResultArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .createTime("string")
    .deployedPolicies("string")
    .description("string")
    .domainGroupMoid("string")
    .kubernetesBaremetalNodeProfileId("string")
    .kubernetesNic("string")
    .modTime("string")
    .moid("string")
    .name("string")
    .networkInfos(KubernetesBaremetalNodeProfileNetworkInfoArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .ethernets(KubernetesBaremetalNodeProfileNetworkInfoEthernetArgs.builder()
            .additionalProperties("string")
            .addresses("string")
            .classId("string")
            .gateway("string")
            .ipV4Configs(KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .ip("string")
                .leases(KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLeaseArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .moid("string")
                    .objectType("string")
                    .selector("string")
                    .build())
                .objectType("string")
                .build())
            .matchers(KubernetesBaremetalNodeProfileNetworkInfoEthernetMatcherArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .objectType("string")
                .type("string")
                .value("string")
                .build())
            .mtu(0.0)
            .name("string")
            .objectType("string")
            .providerName("string")
            .routes(KubernetesBaremetalNodeProfileNetworkInfoEthernetRouteArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .objectType("string")
                .to("string")
                .via("string")
                .build())
            .build())
        .objectType("string")
        .ovsbonds(KubernetesBaremetalNodeProfileNetworkInfoOvsbondArgs.builder()
            .additionalProperties("string")
            .addresses("string")
            .classId("string")
            .gateway("string")
            .interfaces("string")
            .ipV4Configs(KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .ip("string")
                .leases(KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLeaseArgs.builder()
                    .additionalProperties("string")
                    .classId("string")
                    .moid("string")
                    .objectType("string")
                    .selector("string")
                    .build())
                .objectType("string")
                .build())
            .mtu(0.0)
            .name("string")
            .objectType("string")
            .routes(KubernetesBaremetalNodeProfileNetworkInfoOvsbondRouteArgs.builder()
                .additionalProperties("string")
                .classId("string")
                .objectType("string")
                .to("string")
                .via("string")
                .build())
            .vlan(0.0)
            .build())
        .build())
    .nodeGroups(KubernetesBaremetalNodeProfileNodeGroupArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .nrVersions(KubernetesBaremetalNodeProfileNrVersionArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .objectType("string")
    .owners("string")
    .parents(KubernetesBaremetalNodeProfileParentArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .permissionResources(KubernetesBaremetalNodeProfilePermissionResourceArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .policyBuckets(KubernetesBaremetalNodeProfilePolicyBucketArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .removedPolicies("string")
    .scheduledActions(KubernetesBaremetalNodeProfileScheduledActionArgs.builder()
        .action("string")
        .actionQualifiers(KubernetesBaremetalNodeProfileScheduledActionActionQualifierArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .objectType("string")
            .build())
        .additionalProperties("string")
        .classId("string")
        .objectType("string")
        .proceedOnReboot(false)
        .build())
    .servers(KubernetesBaremetalNodeProfileServerArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .sharedScope("string")
    .srcTemplates(KubernetesBaremetalNodeProfileSrcTemplateArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .tags(KubernetesBaremetalNodeProfileTagArgs.builder()
        .additionalProperties("string")
        .key("string")
        .value("string")
        .build())
    .targets(KubernetesBaremetalNodeProfileTargetArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .moid("string")
        .objectType("string")
        .selector("string")
        .build())
    .type("string")
    .versionContexts(KubernetesBaremetalNodeProfileVersionContextArgs.builder()
        .additionalProperties("string")
        .classId("string")
        .interestedMos(KubernetesBaremetalNodeProfileVersionContextInterestedMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .markedForDeletion(false)
        .nrVersion("string")
        .objectType("string")
        .refMos(KubernetesBaremetalNodeProfileVersionContextRefMoArgs.builder()
            .additionalProperties("string")
            .classId("string")
            .moid("string")
            .objectType("string")
            .selector("string")
            .build())
        .timestamp("string")
        .versionType("string")
        .build())
    .build());
kubernetes_baremetal_node_profile_resource = intersight.KubernetesBaremetalNodeProfile("kubernetesBaremetalNodeProfileResource",
    account_moid="string",
    action="string",
    action_params=[{
        "additional_properties": "string",
        "class_id": "string",
        "name": "string",
        "object_type": "string",
        "value": "string",
    }],
    additional_properties="string",
    ancestors=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    class_id="string",
    cloud_provider="string",
    config_contexts=[{
        "additional_properties": "string",
        "class_id": "string",
        "config_state": "string",
        "config_state_summary": "string",
        "config_type": "string",
        "control_action": "string",
        "error_state": "string",
        "inconsistency_reasons": ["string"],
        "object_type": "string",
        "oper_state": "string",
    }],
    config_results=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    create_time="string",
    deployed_policies=["string"],
    description="string",
    domain_group_moid="string",
    kubernetes_baremetal_node_profile_id="string",
    kubernetes_nic="string",
    mod_time="string",
    moid="string",
    name="string",
    network_infos=[{
        "additional_properties": "string",
        "class_id": "string",
        "ethernets": [{
            "additional_properties": "string",
            "addresses": ["string"],
            "class_id": "string",
            "gateway": "string",
            "ip_v4_configs": [{
                "additional_properties": "string",
                "class_id": "string",
                "ip": "string",
                "leases": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "moid": "string",
                    "object_type": "string",
                    "selector": "string",
                }],
                "object_type": "string",
            }],
            "matchers": [{
                "additional_properties": "string",
                "class_id": "string",
                "object_type": "string",
                "type": "string",
                "value": "string",
            }],
            "mtu": 0,
            "name": "string",
            "object_type": "string",
            "provider_name": "string",
            "routes": [{
                "additional_properties": "string",
                "class_id": "string",
                "object_type": "string",
                "to": "string",
                "via": "string",
            }],
        }],
        "object_type": "string",
        "ovsbonds": [{
            "additional_properties": "string",
            "addresses": ["string"],
            "class_id": "string",
            "gateway": "string",
            "interfaces": ["string"],
            "ip_v4_configs": [{
                "additional_properties": "string",
                "class_id": "string",
                "ip": "string",
                "leases": [{
                    "additional_properties": "string",
                    "class_id": "string",
                    "moid": "string",
                    "object_type": "string",
                    "selector": "string",
                }],
                "object_type": "string",
            }],
            "mtu": 0,
            "name": "string",
            "object_type": "string",
            "routes": [{
                "additional_properties": "string",
                "class_id": "string",
                "object_type": "string",
                "to": "string",
                "via": "string",
            }],
            "vlan": 0,
        }],
    }],
    node_groups=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    nr_versions=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "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",
    }],
    policy_buckets=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    removed_policies=["string"],
    scheduled_actions=[{
        "action": "string",
        "action_qualifiers": [{
            "additional_properties": "string",
            "class_id": "string",
            "object_type": "string",
        }],
        "additional_properties": "string",
        "class_id": "string",
        "object_type": "string",
        "proceed_on_reboot": False,
    }],
    servers=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    shared_scope="string",
    src_templates=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    tags=[{
        "additional_properties": "string",
        "key": "string",
        "value": "string",
    }],
    targets=[{
        "additional_properties": "string",
        "class_id": "string",
        "moid": "string",
        "object_type": "string",
        "selector": "string",
    }],
    type="string",
    version_contexts=[{
        "additional_properties": "string",
        "class_id": "string",
        "interested_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "marked_for_deletion": False,
        "nr_version": "string",
        "object_type": "string",
        "ref_mos": [{
            "additional_properties": "string",
            "class_id": "string",
            "moid": "string",
            "object_type": "string",
            "selector": "string",
        }],
        "timestamp": "string",
        "version_type": "string",
    }])
const kubernetesBaremetalNodeProfileResource = new intersight.KubernetesBaremetalNodeProfile("kubernetesBaremetalNodeProfileResource", {
    accountMoid: "string",
    action: "string",
    actionParams: [{
        additionalProperties: "string",
        classId: "string",
        name: "string",
        objectType: "string",
        value: "string",
    }],
    additionalProperties: "string",
    ancestors: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    classId: "string",
    cloudProvider: "string",
    configContexts: [{
        additionalProperties: "string",
        classId: "string",
        configState: "string",
        configStateSummary: "string",
        configType: "string",
        controlAction: "string",
        errorState: "string",
        inconsistencyReasons: ["string"],
        objectType: "string",
        operState: "string",
    }],
    configResults: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    createTime: "string",
    deployedPolicies: ["string"],
    description: "string",
    domainGroupMoid: "string",
    kubernetesBaremetalNodeProfileId: "string",
    kubernetesNic: "string",
    modTime: "string",
    moid: "string",
    name: "string",
    networkInfos: [{
        additionalProperties: "string",
        classId: "string",
        ethernets: [{
            additionalProperties: "string",
            addresses: ["string"],
            classId: "string",
            gateway: "string",
            ipV4Configs: [{
                additionalProperties: "string",
                classId: "string",
                ip: "string",
                leases: [{
                    additionalProperties: "string",
                    classId: "string",
                    moid: "string",
                    objectType: "string",
                    selector: "string",
                }],
                objectType: "string",
            }],
            matchers: [{
                additionalProperties: "string",
                classId: "string",
                objectType: "string",
                type: "string",
                value: "string",
            }],
            mtu: 0,
            name: "string",
            objectType: "string",
            providerName: "string",
            routes: [{
                additionalProperties: "string",
                classId: "string",
                objectType: "string",
                to: "string",
                via: "string",
            }],
        }],
        objectType: "string",
        ovsbonds: [{
            additionalProperties: "string",
            addresses: ["string"],
            classId: "string",
            gateway: "string",
            interfaces: ["string"],
            ipV4Configs: [{
                additionalProperties: "string",
                classId: "string",
                ip: "string",
                leases: [{
                    additionalProperties: "string",
                    classId: "string",
                    moid: "string",
                    objectType: "string",
                    selector: "string",
                }],
                objectType: "string",
            }],
            mtu: 0,
            name: "string",
            objectType: "string",
            routes: [{
                additionalProperties: "string",
                classId: "string",
                objectType: "string",
                to: "string",
                via: "string",
            }],
            vlan: 0,
        }],
    }],
    nodeGroups: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    nrVersions: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "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",
    }],
    policyBuckets: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    removedPolicies: ["string"],
    scheduledActions: [{
        action: "string",
        actionQualifiers: [{
            additionalProperties: "string",
            classId: "string",
            objectType: "string",
        }],
        additionalProperties: "string",
        classId: "string",
        objectType: "string",
        proceedOnReboot: false,
    }],
    servers: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    sharedScope: "string",
    srcTemplates: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    tags: [{
        additionalProperties: "string",
        key: "string",
        value: "string",
    }],
    targets: [{
        additionalProperties: "string",
        classId: "string",
        moid: "string",
        objectType: "string",
        selector: "string",
    }],
    type: "string",
    versionContexts: [{
        additionalProperties: "string",
        classId: "string",
        interestedMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        markedForDeletion: false,
        nrVersion: "string",
        objectType: "string",
        refMos: [{
            additionalProperties: "string",
            classId: "string",
            moid: "string",
            objectType: "string",
            selector: "string",
        }],
        timestamp: "string",
        versionType: "string",
    }],
});
type: intersight:KubernetesBaremetalNodeProfile
properties:
    accountMoid: string
    action: string
    actionParams:
        - additionalProperties: string
          classId: string
          name: string
          objectType: string
          value: string
    additionalProperties: string
    ancestors:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    classId: string
    cloudProvider: string
    configContexts:
        - additionalProperties: string
          classId: string
          configState: string
          configStateSummary: string
          configType: string
          controlAction: string
          errorState: string
          inconsistencyReasons:
            - string
          objectType: string
          operState: string
    configResults:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    createTime: string
    deployedPolicies:
        - string
    description: string
    domainGroupMoid: string
    kubernetesBaremetalNodeProfileId: string
    kubernetesNic: string
    modTime: string
    moid: string
    name: string
    networkInfos:
        - additionalProperties: string
          classId: string
          ethernets:
            - additionalProperties: string
              addresses:
                - string
              classId: string
              gateway: string
              ipV4Configs:
                - additionalProperties: string
                  classId: string
                  ip: string
                  leases:
                    - additionalProperties: string
                      classId: string
                      moid: string
                      objectType: string
                      selector: string
                  objectType: string
              matchers:
                - additionalProperties: string
                  classId: string
                  objectType: string
                  type: string
                  value: string
              mtu: 0
              name: string
              objectType: string
              providerName: string
              routes:
                - additionalProperties: string
                  classId: string
                  objectType: string
                  to: string
                  via: string
          objectType: string
          ovsbonds:
            - additionalProperties: string
              addresses:
                - string
              classId: string
              gateway: string
              interfaces:
                - string
              ipV4Configs:
                - additionalProperties: string
                  classId: string
                  ip: string
                  leases:
                    - additionalProperties: string
                      classId: string
                      moid: string
                      objectType: string
                      selector: string
                  objectType: string
              mtu: 0
              name: string
              objectType: string
              routes:
                - additionalProperties: string
                  classId: string
                  objectType: string
                  to: string
                  via: string
              vlan: 0
    nodeGroups:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    nrVersions:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: 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
    policyBuckets:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    removedPolicies:
        - string
    scheduledActions:
        - action: string
          actionQualifiers:
            - additionalProperties: string
              classId: string
              objectType: string
          additionalProperties: string
          classId: string
          objectType: string
          proceedOnReboot: false
    servers:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    sharedScope: string
    srcTemplates:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    tags:
        - additionalProperties: string
          key: string
          value: string
    targets:
        - additionalProperties: string
          classId: string
          moid: string
          objectType: string
          selector: string
    type: string
    versionContexts:
        - additionalProperties: string
          classId: string
          interestedMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          markedForDeletion: false
          nrVersion: string
          objectType: string
          refMos:
            - additionalProperties: string
              classId: string
              moid: string
              objectType: string
              selector: string
          timestamp: string
          versionType: string
KubernetesBaremetalNodeProfile 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 KubernetesBaremetalNodeProfile resource accepts the following input properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionParams List<KubernetesBaremetal Node Profile Action Param> 
- This complex property has following sub-properties:
- AdditionalProperties string
- Ancestors
List<KubernetesBaremetal Node Profile Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- CloudProvider string
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- ConfigContexts List<KubernetesBaremetal Node Profile Config Context> 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- ConfigResults List<KubernetesBaremetal Node Profile Config Result> 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DeployedPolicies List<string>
- (Array of schema.TypeString) -
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- KubernetesBaremetal stringNode Profile Id 
- KubernetesNic string
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NetworkInfos List<KubernetesBaremetal Node Profile Network Info> 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- NodeGroups List<KubernetesBaremetal Node Profile Node Group> 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- NrVersions List<KubernetesBaremetal Node Profile Nr Version> 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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<KubernetesBaremetal Node Profile Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources List<KubernetesBaremetal Node Profile Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PolicyBuckets List<KubernetesBaremetal Node Profile Policy Bucket> 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- RemovedPolicies List<string>
- (Array of schema.TypeString) -
- ScheduledActions List<KubernetesBaremetal Node Profile Scheduled Action> 
- This complex property has following sub-properties:
- Servers
List<KubernetesBaremetal Node Profile Server> 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplates List<KubernetesBaremetal Node Profile Src Template> 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
List<KubernetesBaremetal Node Profile Tag> 
- This complex property has following sub-properties:
- Targets
List<KubernetesBaremetal Node Profile Target> 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts List<KubernetesBaremetal Node Profile Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionParams []KubernetesBaremetal Node Profile Action Param Args 
- This complex property has following sub-properties:
- AdditionalProperties string
- Ancestors
[]KubernetesBaremetal Node Profile Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- CloudProvider string
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- ConfigContexts []KubernetesBaremetal Node Profile Config Context Args 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- ConfigResults []KubernetesBaremetal Node Profile Config Result Args 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DeployedPolicies []string
- (Array of schema.TypeString) -
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- KubernetesBaremetal stringNode Profile Id 
- KubernetesNic string
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NetworkInfos []KubernetesBaremetal Node Profile Network Info Args 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- NodeGroups []KubernetesBaremetal Node Profile Node Group Args 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- NrVersions []KubernetesBaremetal Node Profile Nr Version Args 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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
[]KubernetesBaremetal Node Profile Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources []KubernetesBaremetal Node Profile Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PolicyBuckets []KubernetesBaremetal Node Profile Policy Bucket Args 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- RemovedPolicies []string
- (Array of schema.TypeString) -
- ScheduledActions []KubernetesBaremetal Node Profile Scheduled Action Args 
- This complex property has following sub-properties:
- Servers
[]KubernetesBaremetal Node Profile Server Args 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplates []KubernetesBaremetal Node Profile Src Template Args 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
[]KubernetesBaremetal Node Profile Tag Args 
- This complex property has following sub-properties:
- Targets
[]KubernetesBaremetal Node Profile Target Args 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts []KubernetesBaremetal Node Profile Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionParams List<KubernetesBaremetal Node Profile Action Param> 
- This complex property has following sub-properties:
- additionalProperties String
- ancestors
List<KubernetesBaremetal Node Profile Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- cloudProvider String
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- configContexts List<KubernetesBaremetal Node Profile Config Context> 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- configResults List<KubernetesBaremetal Node Profile Config Result> 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- deployedPolicies List<String>
- (Array of schema.TypeString) -
- description String
- Description of the profile.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetesBaremetal StringNode Profile Id 
- kubernetesNic String
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- networkInfos List<KubernetesBaremetal Node Profile Network Info> 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- nodeGroups List<KubernetesBaremetal Node Profile Node Group> 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nrVersions List<KubernetesBaremetal Node Profile Nr Version> 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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<KubernetesBaremetal Node Profile Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<KubernetesBaremetal Node Profile Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policyBuckets List<KubernetesBaremetal Node Profile Policy Bucket> 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removedPolicies List<String>
- (Array of schema.TypeString) -
- scheduledActions List<KubernetesBaremetal Node Profile Scheduled Action> 
- This complex property has following sub-properties:
- servers
List<KubernetesBaremetal Node Profile Server> 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates List<KubernetesBaremetal Node Profile Src Template> 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
List<KubernetesBaremetal Node Profile Tag> 
- This complex property has following sub-properties:
- targets
List<KubernetesBaremetal Node Profile Target> 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts List<KubernetesBaremetal Node Profile Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionParams KubernetesBaremetal Node Profile Action Param[] 
- This complex property has following sub-properties:
- additionalProperties string
- ancestors
KubernetesBaremetal Node Profile Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- cloudProvider string
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- configContexts KubernetesBaremetal Node Profile Config Context[] 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- configResults KubernetesBaremetal Node Profile Config Result[] 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- createTime string
- (ReadOnly) The time when this managed object was created.
- deployedPolicies string[]
- (Array of schema.TypeString) -
- description string
- Description of the profile.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetesBaremetal stringNode Profile Id 
- kubernetesNic string
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- modTime string
- (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the profile instance or profile template.
- networkInfos KubernetesBaremetal Node Profile Network Info[] 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- nodeGroups KubernetesBaremetal Node Profile Node Group[] 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nrVersions KubernetesBaremetal Node Profile Nr Version[] 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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
KubernetesBaremetal Node Profile Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources KubernetesBaremetal Node Profile Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policyBuckets KubernetesBaremetal Node Profile Policy Bucket[] 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removedPolicies string[]
- (Array of schema.TypeString) -
- scheduledActions KubernetesBaremetal Node Profile Scheduled Action[] 
- This complex property has following sub-properties:
- servers
KubernetesBaremetal Node Profile Server[] 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates KubernetesBaremetal Node Profile Src Template[] 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
KubernetesBaremetal Node Profile Tag[] 
- This complex property has following sub-properties:
- targets
KubernetesBaremetal Node Profile Target[] 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts KubernetesBaremetal Node Profile Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_params Sequence[KubernetesBaremetal Node Profile Action Param Args] 
- This complex property has following sub-properties:
- additional_properties str
- ancestors
Sequence[KubernetesBaremetal Node Profile Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloud_provider str
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- config_contexts Sequence[KubernetesBaremetal Node Profile Config Context Args] 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config_results Sequence[KubernetesBaremetal Node Profile Config Result Args] 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create_time str
- (ReadOnly) The time when this managed object was created.
- deployed_policies Sequence[str]
- (Array of schema.TypeString) -
- description str
- Description of the profile.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetes_baremetal_ strnode_ profile_ id 
- kubernetes_nic str
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- mod_time str
- (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the profile instance or profile template.
- network_infos Sequence[KubernetesBaremetal Node Profile Network Info Args] 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- node_groups Sequence[KubernetesBaremetal Node Profile Node Group Args] 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nr_versions Sequence[KubernetesBaremetal Node Profile Nr Version Args] 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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[KubernetesBaremetal Node Profile Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_resources Sequence[KubernetesBaremetal Node Profile Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy_buckets Sequence[KubernetesBaremetal Node Profile Policy Bucket Args] 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removed_policies Sequence[str]
- (Array of schema.TypeString) -
- scheduled_actions Sequence[KubernetesBaremetal Node Profile Scheduled Action Args] 
- This complex property has following sub-properties:
- servers
Sequence[KubernetesBaremetal Node Profile Server Args] 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- src_templates Sequence[KubernetesBaremetal Node Profile Src Template Args] 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
Sequence[KubernetesBaremetal Node Profile Tag Args] 
- This complex property has following sub-properties:
- targets
Sequence[KubernetesBaremetal Node Profile Target Args] 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type str
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- version_contexts Sequence[KubernetesBaremetal Node Profile Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionParams List<Property Map>
- 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:
- 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.
- cloudProvider String
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- configContexts List<Property Map>
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- configResults List<Property Map>
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- deployedPolicies List<String>
- (Array of schema.TypeString) -
- description String
- Description of the profile.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetesBaremetal StringNode Profile Id 
- kubernetesNic String
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- networkInfos List<Property Map>
- The network configuration for this baremetal server. This complex property has following sub-properties:
- nodeGroups List<Property Map>
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nrVersions List<Property Map>
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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:
- policyBuckets List<Property Map>
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removedPolicies List<String>
- (Array of schema.TypeString) -
- scheduledActions List<Property Map>
- This complex property has following sub-properties:
- servers List<Property Map>
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates List<Property Map>
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- List<Property Map>
- This complex property has following sub-properties:
- targets List<Property Map>
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the KubernetesBaremetalNodeProfile 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 KubernetesBaremetalNodeProfile Resource
Get an existing KubernetesBaremetalNodeProfile 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?: KubernetesBaremetalNodeProfileState, opts?: CustomResourceOptions): KubernetesBaremetalNodeProfile@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_moid: Optional[str] = None,
        action: Optional[str] = None,
        action_params: Optional[Sequence[KubernetesBaremetalNodeProfileActionParamArgs]] = None,
        additional_properties: Optional[str] = None,
        ancestors: Optional[Sequence[KubernetesBaremetalNodeProfileAncestorArgs]] = None,
        class_id: Optional[str] = None,
        cloud_provider: Optional[str] = None,
        config_contexts: Optional[Sequence[KubernetesBaremetalNodeProfileConfigContextArgs]] = None,
        config_results: Optional[Sequence[KubernetesBaremetalNodeProfileConfigResultArgs]] = None,
        create_time: Optional[str] = None,
        deployed_policies: Optional[Sequence[str]] = None,
        description: Optional[str] = None,
        domain_group_moid: Optional[str] = None,
        kubernetes_baremetal_node_profile_id: Optional[str] = None,
        kubernetes_nic: Optional[str] = None,
        mod_time: Optional[str] = None,
        moid: Optional[str] = None,
        name: Optional[str] = None,
        network_infos: Optional[Sequence[KubernetesBaremetalNodeProfileNetworkInfoArgs]] = None,
        node_groups: Optional[Sequence[KubernetesBaremetalNodeProfileNodeGroupArgs]] = None,
        nr_versions: Optional[Sequence[KubernetesBaremetalNodeProfileNrVersionArgs]] = None,
        object_type: Optional[str] = None,
        owners: Optional[Sequence[str]] = None,
        parents: Optional[Sequence[KubernetesBaremetalNodeProfileParentArgs]] = None,
        permission_resources: Optional[Sequence[KubernetesBaremetalNodeProfilePermissionResourceArgs]] = None,
        policy_buckets: Optional[Sequence[KubernetesBaremetalNodeProfilePolicyBucketArgs]] = None,
        removed_policies: Optional[Sequence[str]] = None,
        scheduled_actions: Optional[Sequence[KubernetesBaremetalNodeProfileScheduledActionArgs]] = None,
        servers: Optional[Sequence[KubernetesBaremetalNodeProfileServerArgs]] = None,
        shared_scope: Optional[str] = None,
        src_templates: Optional[Sequence[KubernetesBaremetalNodeProfileSrcTemplateArgs]] = None,
        tags: Optional[Sequence[KubernetesBaremetalNodeProfileTagArgs]] = None,
        targets: Optional[Sequence[KubernetesBaremetalNodeProfileTargetArgs]] = None,
        type: Optional[str] = None,
        version_contexts: Optional[Sequence[KubernetesBaremetalNodeProfileVersionContextArgs]] = None) -> KubernetesBaremetalNodeProfilefunc GetKubernetesBaremetalNodeProfile(ctx *Context, name string, id IDInput, state *KubernetesBaremetalNodeProfileState, opts ...ResourceOption) (*KubernetesBaremetalNodeProfile, error)public static KubernetesBaremetalNodeProfile Get(string name, Input<string> id, KubernetesBaremetalNodeProfileState? state, CustomResourceOptions? opts = null)public static KubernetesBaremetalNodeProfile get(String name, Output<String> id, KubernetesBaremetalNodeProfileState state, CustomResourceOptions options)resources:  _:    type: intersight:KubernetesBaremetalNodeProfile    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.
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionParams List<KubernetesBaremetal Node Profile Action Param> 
- This complex property has following sub-properties:
- AdditionalProperties string
- Ancestors
List<KubernetesBaremetal Node Profile Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- CloudProvider string
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- ConfigContexts List<KubernetesBaremetal Node Profile Config Context> 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- ConfigResults List<KubernetesBaremetal Node Profile Config Result> 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DeployedPolicies List<string>
- (Array of schema.TypeString) -
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- KubernetesBaremetal stringNode Profile Id 
- KubernetesNic string
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NetworkInfos List<KubernetesBaremetal Node Profile Network Info> 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- NodeGroups List<KubernetesBaremetal Node Profile Node Group> 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- NrVersions List<KubernetesBaremetal Node Profile Nr Version> 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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<KubernetesBaremetal Node Profile Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources List<KubernetesBaremetal Node Profile Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PolicyBuckets List<KubernetesBaremetal Node Profile Policy Bucket> 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- RemovedPolicies List<string>
- (Array of schema.TypeString) -
- ScheduledActions List<KubernetesBaremetal Node Profile Scheduled Action> 
- This complex property has following sub-properties:
- Servers
List<KubernetesBaremetal Node Profile Server> 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplates List<KubernetesBaremetal Node Profile Src Template> 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
List<KubernetesBaremetal Node Profile Tag> 
- This complex property has following sub-properties:
- Targets
List<KubernetesBaremetal Node Profile Target> 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts List<KubernetesBaremetal Node Profile Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- AccountMoid string
- (ReadOnly) The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- ActionParams []KubernetesBaremetal Node Profile Action Param Args 
- This complex property has following sub-properties:
- AdditionalProperties string
- Ancestors
[]KubernetesBaremetal Node Profile Ancestor Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- CloudProvider string
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- ConfigContexts []KubernetesBaremetal Node Profile Config Context Args 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- ConfigResults []KubernetesBaremetal Node Profile Config Result Args 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- CreateTime string
- (ReadOnly) The time when this managed object was created.
- DeployedPolicies []string
- (Array of schema.TypeString) -
- Description string
- Description of the profile.
- DomainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- KubernetesBaremetal stringNode Profile Id 
- KubernetesNic string
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- ModTime string
- (ReadOnly) The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the profile instance or profile template.
- NetworkInfos []KubernetesBaremetal Node Profile Network Info Args 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- NodeGroups []KubernetesBaremetal Node Profile Node Group Args 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- NrVersions []KubernetesBaremetal Node Profile Nr Version Args 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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
[]KubernetesBaremetal Node Profile Parent Args 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- PermissionResources []KubernetesBaremetal Node Profile Permission Resource Args 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- PolicyBuckets []KubernetesBaremetal Node Profile Policy Bucket Args 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- RemovedPolicies []string
- (Array of schema.TypeString) -
- ScheduledActions []KubernetesBaremetal Node Profile Scheduled Action Args 
- This complex property has following sub-properties:
- Servers
[]KubernetesBaremetal Node Profile Server Args 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- SrcTemplates []KubernetesBaremetal Node Profile Src Template Args 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
[]KubernetesBaremetal Node Profile Tag Args 
- This complex property has following sub-properties:
- Targets
[]KubernetesBaremetal Node Profile Target Args 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- VersionContexts []KubernetesBaremetal Node Profile Version Context Args 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionParams List<KubernetesBaremetal Node Profile Action Param> 
- This complex property has following sub-properties:
- additionalProperties String
- ancestors
List<KubernetesBaremetal Node Profile Ancestor> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- cloudProvider String
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- configContexts List<KubernetesBaremetal Node Profile Config Context> 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- configResults List<KubernetesBaremetal Node Profile Config Result> 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- deployedPolicies List<String>
- (Array of schema.TypeString) -
- description String
- Description of the profile.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetesBaremetal StringNode Profile Id 
- kubernetesNic String
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- networkInfos List<KubernetesBaremetal Node Profile Network Info> 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- nodeGroups List<KubernetesBaremetal Node Profile Node Group> 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nrVersions List<KubernetesBaremetal Node Profile Nr Version> 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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<KubernetesBaremetal Node Profile Parent> 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources List<KubernetesBaremetal Node Profile Permission Resource> 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policyBuckets List<KubernetesBaremetal Node Profile Policy Bucket> 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removedPolicies List<String>
- (Array of schema.TypeString) -
- scheduledActions List<KubernetesBaremetal Node Profile Scheduled Action> 
- This complex property has following sub-properties:
- servers
List<KubernetesBaremetal Node Profile Server> 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates List<KubernetesBaremetal Node Profile Src Template> 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
List<KubernetesBaremetal Node Profile Tag> 
- This complex property has following sub-properties:
- targets
List<KubernetesBaremetal Node Profile Target> 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts List<KubernetesBaremetal Node Profile Version Context> 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid string
- (ReadOnly) The Account ID for this managed object.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionParams KubernetesBaremetal Node Profile Action Param[] 
- This complex property has following sub-properties:
- additionalProperties string
- ancestors
KubernetesBaremetal Node Profile Ancestor[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- 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.
- cloudProvider string
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- configContexts KubernetesBaremetal Node Profile Config Context[] 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- configResults KubernetesBaremetal Node Profile Config Result[] 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- createTime string
- (ReadOnly) The time when this managed object was created.
- deployedPolicies string[]
- (Array of schema.TypeString) -
- description string
- Description of the profile.
- domainGroup stringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetesBaremetal stringNode Profile Id 
- kubernetesNic string
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- modTime string
- (ReadOnly) The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the profile instance or profile template.
- networkInfos KubernetesBaremetal Node Profile Network Info[] 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- nodeGroups KubernetesBaremetal Node Profile Node Group[] 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nrVersions KubernetesBaremetal Node Profile Nr Version[] 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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
KubernetesBaremetal Node Profile Parent[] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permissionResources KubernetesBaremetal Node Profile Permission Resource[] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policyBuckets KubernetesBaremetal Node Profile Policy Bucket[] 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removedPolicies string[]
- (Array of schema.TypeString) -
- scheduledActions KubernetesBaremetal Node Profile Scheduled Action[] 
- This complex property has following sub-properties:
- servers
KubernetesBaremetal Node Profile Server[] 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- string
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates KubernetesBaremetal Node Profile Src Template[] 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
KubernetesBaremetal Node Profile Tag[] 
- This complex property has following sub-properties:
- targets
KubernetesBaremetal Node Profile Target[] 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts KubernetesBaremetal Node Profile Version Context[] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- account_moid str
- (ReadOnly) The Account ID for this managed object.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_params Sequence[KubernetesBaremetal Node Profile Action Param Args] 
- This complex property has following sub-properties:
- additional_properties str
- ancestors
Sequence[KubernetesBaremetal Node Profile Ancestor Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- cloud_provider str
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- config_contexts Sequence[KubernetesBaremetal Node Profile Config Context Args] 
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- config_results Sequence[KubernetesBaremetal Node Profile Config Result Args] 
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- create_time str
- (ReadOnly) The time when this managed object was created.
- deployed_policies Sequence[str]
- (Array of schema.TypeString) -
- description str
- Description of the profile.
- domain_group_ strmoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetes_baremetal_ strnode_ profile_ id 
- kubernetes_nic str
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- mod_time str
- (ReadOnly) The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the profile instance or profile template.
- network_infos Sequence[KubernetesBaremetal Node Profile Network Info Args] 
- The network configuration for this baremetal server. This complex property has following sub-properties:
- node_groups Sequence[KubernetesBaremetal Node Profile Node Group Args] 
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nr_versions Sequence[KubernetesBaremetal Node Profile Nr Version Args] 
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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[KubernetesBaremetal Node Profile Parent Args] 
- (ReadOnly) A reference to a moBaseMo resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- permission_resources Sequence[KubernetesBaremetal Node Profile Permission Resource Args] 
- (ReadOnly) An array of relationships to moBaseMo resources. This complex property has following sub-properties:
- policy_buckets Sequence[KubernetesBaremetal Node Profile Policy Bucket Args] 
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removed_policies Sequence[str]
- (Array of schema.TypeString) -
- scheduled_actions Sequence[KubernetesBaremetal Node Profile Scheduled Action Args] 
- This complex property has following sub-properties:
- servers
Sequence[KubernetesBaremetal Node Profile Server Args] 
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- str
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- src_templates Sequence[KubernetesBaremetal Node Profile Src Template Args] 
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- 
Sequence[KubernetesBaremetal Node Profile Tag Args] 
- This complex property has following sub-properties:
- targets
Sequence[KubernetesBaremetal Node Profile Target Args] 
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type str
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- version_contexts Sequence[KubernetesBaremetal Node Profile Version Context Args] 
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
- accountMoid String
- (ReadOnly) The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- actionParams List<Property Map>
- 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:
- 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.
- cloudProvider String
- Cloud provider for this node profile.* noProvider- Enables the use of no cloud provider.*external- Out of tree cloud provider, e.g. CPI for vsphere.
- configContexts List<Property Map>
- The configuration state and results of the last configuration operation. This complex property has following sub-properties:
- configResults List<Property Map>
- (ReadOnly) A reference to a kubernetesConfigResult resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- createTime String
- (ReadOnly) The time when this managed object was created.
- deployedPolicies List<String>
- (Array of schema.TypeString) -
- description String
- Description of the profile.
- domainGroup StringMoid 
- (ReadOnly) The DomainGroup ID for this managed object.
- kubernetesBaremetal StringNode Profile Id 
- kubernetesNic String
- Network interface from NetworkInfo (by name) to use for kubernetes VIP.
- modTime String
- (ReadOnly) The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the profile instance or profile template.
- networkInfos List<Property Map>
- The network configuration for this baremetal server. This complex property has following sub-properties:
- nodeGroups List<Property Map>
- A reference to a kubernetesNodeGroupProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- nrVersions List<Property Map>
- (ReadOnly) A reference to a kubernetesVersion resource.When the $expand query parameter is specified, the referenced resource is returned inline. 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:
- policyBuckets List<Property Map>
- An array of relationships to policyAbstractPolicy resources. This complex property has following sub-properties:
- removedPolicies List<String>
- (Array of schema.TypeString) -
- scheduledActions List<Property Map>
- This complex property has following sub-properties:
- servers List<Property Map>
- A reference to a computeRackUnit resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- String
- (ReadOnly) Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- srcTemplates List<Property Map>
- A reference to a policyAbstractProfile resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- List<Property Map>
- This complex property has following sub-properties:
- targets List<Property Map>
- A reference to a assetDeviceRegistration resource.When the $expand query parameter is specified, the referenced resource is returned inline. This complex property has following sub-properties:
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- versionContexts List<Property Map>
- (ReadOnly) The versioning info for this managed object. This complex property has following sub-properties:
Supporting Types
KubernetesBaremetalNodeProfileActionParam, KubernetesBaremetalNodeProfileActionParamArgs            
- AdditionalProperties string
- ClassId string
- Name string
- The action parameter identifier.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value.
- AdditionalProperties string
- ClassId string
- Name string
- The action parameter identifier.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value.
- additionalProperties String
- classId String
- name String
- The action parameter identifier.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value String
- The action parameter value.
- additionalProperties string
- classId string
- name string
- The action parameter identifier.
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value string
- The action parameter value.
- additional_properties str
- class_id str
- name str
- The action parameter identifier.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value str
- The action parameter value.
- additionalProperties String
- classId String
- name String
- The action parameter identifier.
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- value String
- The action parameter value.
KubernetesBaremetalNodeProfileAncestor, KubernetesBaremetalNodeProfileAncestorArgs          
- 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'.
KubernetesBaremetalNodeProfileConfigContext, KubernetesBaremetalNodeProfileConfigContextArgs            
- AdditionalProperties string
- ClassId string
- ConfigState string
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- ConfigState stringSummary 
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.* None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints.
- ConfigType string
- (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- ControlAction string
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- ErrorState string
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- InconsistencyReasons List<string>
- (Array of schema.TypeString) -
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- OperState string
- (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- AdditionalProperties string
- ClassId string
- ConfigState string
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- ConfigState stringSummary 
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.* None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints.
- ConfigType string
- (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- ControlAction string
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- ErrorState string
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- InconsistencyReasons []string
- (Array of schema.TypeString) -
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- OperState string
- (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additionalProperties String
- classId String
- configState String
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- configState StringSummary 
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.* None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints.
- configType String
- (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- controlAction String
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- errorState String
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistencyReasons List<String>
- (Array of schema.TypeString) -
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- operState String
- (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additionalProperties string
- classId string
- configState string
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- configState stringSummary 
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.* None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints.
- configType string
- (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- controlAction string
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- errorState string
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistencyReasons string[]
- (Array of schema.TypeString) -
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- operState string
- (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additional_properties str
- class_id str
- config_state str
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config_state_ strsummary 
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.* None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints.
- config_type str
- (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- control_action str
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error_state str
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistency_reasons Sequence[str]
- (Array of schema.TypeString) -
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- oper_state str
- (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
- additionalProperties String
- classId String
- configState String
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- configState StringSummary 
- (ReadOnly) Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.* None- The default state is none.*Not-assigned- Server is not assigned to the profile.*Assigned- Server is assigned to the profile and the configurations are not yet deployed.*Preparing- Preparing to deploy the configuration.*Validating- Profile validation in progress.*Configuring- Profile deploy operation is in progress.*UnConfiguring- Server is unassigned and config cleanup is in progress.*Analyzing- Profile changes are being analyzed.*Activating- Configuration is being activated at the endpoint.*Inconsistent- Profile is inconsistent with the endpoint configuration.*Associated- The profile configuration has been applied to the endpoint and no inconsistencies have been detected.*Failed- The last action on the profile has failed.*Not-complete- Config import operation on the profile is not complete.*Waiting-for-resource- Waiting for the resource to be allocated for the profile.*Partially-deployed- The profile configuration has been applied on a subset of endpoints.
- configType String
- (ReadOnly) The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
- controlAction String
- System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- errorState String
- Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
- inconsistencyReasons List<String>
- (Array of schema.TypeString) -
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- operState String
- (ReadOnly) Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
KubernetesBaremetalNodeProfileConfigResult, KubernetesBaremetalNodeProfileConfigResultArgs            
- 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'.
KubernetesBaremetalNodeProfileNetworkInfo, KubernetesBaremetalNodeProfileNetworkInfoArgs            
- AdditionalProperties string
- ClassId string
- Ethernets
List<KubernetesBaremetal Node Profile Network Info Ethernet> 
- 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.
- Ovsbonds
List<KubernetesBaremetal Node Profile Network Info Ovsbond> 
- This complex property has following sub-properties:
- AdditionalProperties string
- ClassId string
- Ethernets
[]KubernetesBaremetal Node Profile Network Info Ethernet 
- 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.
- Ovsbonds
[]KubernetesBaremetal Node Profile Network Info Ovsbond 
- This complex property has following sub-properties:
- additionalProperties String
- classId String
- ethernets
List<KubernetesBaremetal Node Profile Network Info Ethernet> 
- 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.
- ovsbonds
List<KubernetesBaremetal Node Profile Network Info Ovsbond> 
- This complex property has following sub-properties:
- additionalProperties string
- classId string
- ethernets
KubernetesBaremetal Node Profile Network Info Ethernet[] 
- 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.
- ovsbonds
KubernetesBaremetal Node Profile Network Info Ovsbond[] 
- This complex property has following sub-properties:
- additional_properties str
- class_id str
- ethernets
Sequence[KubernetesBaremetal Node Profile Network Info Ethernet] 
- 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.
- ovsbonds
Sequence[KubernetesBaremetal Node Profile Network Info Ovsbond] 
- This complex property has following sub-properties:
- additionalProperties String
- classId String
- ethernets 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.
- ovsbonds List<Property Map>
- This complex property has following sub-properties:
KubernetesBaremetalNodeProfileNetworkInfoEthernet, KubernetesBaremetalNodeProfileNetworkInfoEthernetArgs              
- AdditionalProperties string
- Addresses List<string>
- (Array of schema.TypeString) -
- ClassId string
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- IpV4Configs List<KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config> 
- This complex property has following sub-properties:
- Matchers
List<KubernetesBaremetal Node Profile Network Info Ethernet Matcher> 
- The matcher to be used to find the physical network interface represented by this ethernet device. This complex property has following sub-properties:
- Mtu double
- The MTU to assign to this Network Interface.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- ProviderName string
- If the infrastructure network is selectable, this indicates which network to attach to the port.
- Routes
List<KubernetesBaremetal Node Profile Network Info Ethernet Route> 
- This complex property has following sub-properties:
- AdditionalProperties string
- Addresses []string
- (Array of schema.TypeString) -
- ClassId string
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- IpV4Configs []KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config 
- This complex property has following sub-properties:
- Matchers
[]KubernetesBaremetal Node Profile Network Info Ethernet Matcher 
- The matcher to be used to find the physical network interface represented by this ethernet device. This complex property has following sub-properties:
- Mtu float64
- The MTU to assign to this Network Interface.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- ProviderName string
- If the infrastructure network is selectable, this indicates which network to attach to the port.
- Routes
[]KubernetesBaremetal Node Profile Network Info Ethernet Route 
- This complex property has following sub-properties:
- additionalProperties String
- addresses List<String>
- (Array of schema.TypeString) -
- classId String
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ipV4Configs List<KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config> 
- This complex property has following sub-properties:
- matchers
List<KubernetesBaremetal Node Profile Network Info Ethernet Matcher> 
- The matcher to be used to find the physical network interface represented by this ethernet device. This complex property has following sub-properties:
- mtu Double
- The MTU to assign to this Network Interface.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- providerName String
- If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes
List<KubernetesBaremetal Node Profile Network Info Ethernet Route> 
- This complex property has following sub-properties:
- additionalProperties string
- addresses string[]
- (Array of schema.TypeString) -
- classId string
- gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ipV4Configs KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config[] 
- This complex property has following sub-properties:
- matchers
KubernetesBaremetal Node Profile Network Info Ethernet Matcher[] 
- The matcher to be used to find the physical network interface represented by this ethernet device. This complex property has following sub-properties:
- mtu number
- The MTU to assign to this Network Interface.
- name string
- Name of the profile instance or profile template.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- providerName string
- If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes
KubernetesBaremetal Node Profile Network Info Ethernet Route[] 
- This complex property has following sub-properties:
- additional_properties str
- addresses Sequence[str]
- (Array of schema.TypeString) -
- class_id str
- gateway str
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ip_v4_ Sequence[Kubernetesconfigs Baremetal Node Profile Network Info Ethernet Ip V4Config] 
- This complex property has following sub-properties:
- matchers
Sequence[KubernetesBaremetal Node Profile Network Info Ethernet Matcher] 
- The matcher to be used to find the physical network interface represented by this ethernet device. This complex property has following sub-properties:
- mtu float
- The MTU to assign to this Network Interface.
- name str
- Name of the profile instance or profile template.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- provider_name str
- If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes
Sequence[KubernetesBaremetal Node Profile Network Info Ethernet Route] 
- This complex property has following sub-properties:
- additionalProperties String
- addresses List<String>
- (Array of schema.TypeString) -
- classId String
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- ipV4Configs List<Property Map>
- This complex property has following sub-properties:
- matchers List<Property Map>
- The matcher to be used to find the physical network interface represented by this ethernet device. This complex property has following sub-properties:
- mtu Number
- The MTU to assign to this Network Interface.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- providerName String
- If the infrastructure network is selectable, this indicates which network to attach to the port.
- routes List<Property Map>
- This complex property has following sub-properties:
KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4Config, KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigArgs                  
- AdditionalProperties string
- ClassId string
- Ip string
- Leases
List<KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config Lease> 
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ip string
- Leases
[]KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config Lease 
- ObjectType string
- additionalProperties String
- classId String
- ip String
- leases
List<KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config Lease> 
- objectType String
- additionalProperties string
- classId string
- ip string
- leases
KubernetesBaremetal Node Profile Network Info Ethernet Ip V4Config Lease[] 
- objectType string
- additionalProperties String
- classId String
- ip String
- leases List<Property Map>
- objectType String
KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLease, KubernetesBaremetalNodeProfileNetworkInfoEthernetIpV4ConfigLeaseArgs                    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
KubernetesBaremetalNodeProfileNetworkInfoEthernetMatcher, KubernetesBaremetalNodeProfileNetworkInfoEthernetMatcherArgs                
- AdditionalProperties string
- ClassId string
- ObjectType string
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- Value string
- AdditionalProperties string
- ClassId string
- ObjectType string
- Type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- Value string
- additionalProperties String
- classId String
- objectType String
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- value String
- additionalProperties string
- classId string
- objectType string
- type string
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- value string
- additional_properties str
- class_id str
- object_type str
- type str
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- value str
- additionalProperties String
- classId String
- objectType String
- type String
- Defines the type of the profile. Accepted values are instance or template.* instance- The profile defines the configuration for a specific instance of a target.
- value String
KubernetesBaremetalNodeProfileNetworkInfoEthernetRoute, KubernetesBaremetalNodeProfileNetworkInfoEthernetRouteArgs                
- AdditionalProperties string
- ClassId string
- ObjectType string
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- AdditionalProperties string
- ClassId string
- ObjectType string
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- additionalProperties String
- classId String
- objectType String
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
- additionalProperties string
- classId string
- objectType string
- to string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via string
- Via is the gateway for traffic destined for the subnet in the To property.
- additional_properties str
- class_id str
- object_type str
- to str
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via str
- Via is the gateway for traffic destined for the subnet in the To property.
- additionalProperties String
- classId String
- objectType String
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
KubernetesBaremetalNodeProfileNetworkInfoOvsbond, KubernetesBaremetalNodeProfileNetworkInfoOvsbondArgs              
- AdditionalProperties string
- Addresses List<string>
- (Array of schema.TypeString) -
- ClassId string
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- Interfaces List<string>
- (Array of schema.TypeString) -
- IpV4Configs List<KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config> 
- This complex property has following sub-properties:
- Mtu double
- The MTU to assign to this Network Interface.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Routes
List<KubernetesBaremetal Node Profile Network Info Ovsbond Route> 
- This complex property has following sub-properties:
- Vlan double
- Native VLAN for to use for the bond.
- AdditionalProperties string
- Addresses []string
- (Array of schema.TypeString) -
- ClassId string
- Gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- Interfaces []string
- (Array of schema.TypeString) -
- IpV4Configs []KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config 
- This complex property has following sub-properties:
- Mtu float64
- The MTU to assign to this Network Interface.
- Name string
- Name of the profile instance or profile template.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Routes
[]KubernetesBaremetal Node Profile Network Info Ovsbond Route 
- This complex property has following sub-properties:
- Vlan float64
- Native VLAN for to use for the bond.
- additionalProperties String
- addresses List<String>
- (Array of schema.TypeString) -
- classId String
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces List<String>
- (Array of schema.TypeString) -
- ipV4Configs List<KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config> 
- This complex property has following sub-properties:
- mtu Double
- The MTU to assign to this Network Interface.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- routes
List<KubernetesBaremetal Node Profile Network Info Ovsbond Route> 
- This complex property has following sub-properties:
- vlan Double
- Native VLAN for to use for the bond.
- additionalProperties string
- addresses string[]
- (Array of schema.TypeString) -
- classId string
- gateway string
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces string[]
- (Array of schema.TypeString) -
- ipV4Configs KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config[] 
- This complex property has following sub-properties:
- mtu number
- The MTU to assign to this Network Interface.
- name string
- Name of the profile instance or profile template.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- routes
KubernetesBaremetal Node Profile Network Info Ovsbond Route[] 
- This complex property has following sub-properties:
- vlan number
- Native VLAN for to use for the bond.
- additional_properties str
- addresses Sequence[str]
- (Array of schema.TypeString) -
- class_id str
- gateway str
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces Sequence[str]
- (Array of schema.TypeString) -
- ip_v4_ Sequence[Kubernetesconfigs Baremetal Node Profile Network Info Ovsbond Ip V4Config] 
- This complex property has following sub-properties:
- mtu float
- The MTU to assign to this Network Interface.
- name str
- Name of the profile instance or profile template.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- routes
Sequence[KubernetesBaremetal Node Profile Network Info Ovsbond Route] 
- This complex property has following sub-properties:
- vlan float
- Native VLAN for to use for the bond.
- additionalProperties String
- addresses List<String>
- (Array of schema.TypeString) -
- classId String
- gateway String
- Deprecated. This will add a default route as long as the first default route in Routes is not different. If is different, Gateway will be replaced with that default route. If there is no default Route and this is set, then Routes will be updated with the first entry as a default with this default gateway. If there is only one default Route and this gateway becomes empty, then the default routes will all be removed. Do not set if using Ip Pools, as the gateway is configured in the pool. This will be removed in the future.
- interfaces List<String>
- (Array of schema.TypeString) -
- ipV4Configs List<Property Map>
- This complex property has following sub-properties:
- mtu Number
- The MTU to assign to this Network Interface.
- name String
- Name of the profile instance or profile template.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- routes List<Property Map>
- This complex property has following sub-properties:
- vlan Number
- Native VLAN for to use for the bond.
KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4Config, KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigArgs                  
- AdditionalProperties string
- ClassId string
- Ip string
- Leases
List<KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config Lease> 
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ip string
- Leases
[]KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config Lease 
- ObjectType string
- additionalProperties String
- classId String
- ip String
- leases
List<KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config Lease> 
- objectType String
- additionalProperties string
- classId string
- ip string
- leases
KubernetesBaremetal Node Profile Network Info Ovsbond Ip V4Config Lease[] 
- objectType string
- additionalProperties String
- classId String
- ip String
- leases List<Property Map>
- objectType String
KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLease, KubernetesBaremetalNodeProfileNetworkInfoOvsbondIpV4ConfigLeaseArgs                    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
KubernetesBaremetalNodeProfileNetworkInfoOvsbondRoute, KubernetesBaremetalNodeProfileNetworkInfoOvsbondRouteArgs                
- AdditionalProperties string
- ClassId string
- ObjectType string
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- AdditionalProperties string
- ClassId string
- ObjectType string
- To string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- Via string
- Via is the gateway for traffic destined for the subnet in the To property.
- additionalProperties String
- classId String
- objectType String
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
- additionalProperties string
- classId string
- objectType string
- to string
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via string
- Via is the gateway for traffic destined for the subnet in the To property.
- additional_properties str
- class_id str
- object_type str
- to str
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via str
- Via is the gateway for traffic destined for the subnet in the To property.
- additionalProperties String
- classId String
- objectType String
- to String
- The destination subnet, if set to 0.0.0.0/0 then the Route is considered a default route.
- via String
- Via is the gateway for traffic destined for the subnet in the To property.
KubernetesBaremetalNodeProfileNodeGroup, KubernetesBaremetalNodeProfileNodeGroupArgs            
- 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'.
KubernetesBaremetalNodeProfileNrVersion, KubernetesBaremetalNodeProfileNrVersionArgs            
- 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'.
KubernetesBaremetalNodeProfileParent, KubernetesBaremetalNodeProfileParentArgs          
- 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'.
KubernetesBaremetalNodeProfilePermissionResource, KubernetesBaremetalNodeProfilePermissionResourceArgs            
- 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'.
KubernetesBaremetalNodeProfilePolicyBucket, KubernetesBaremetalNodeProfilePolicyBucketArgs            
- 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'.
KubernetesBaremetalNodeProfileScheduledAction, KubernetesBaremetalNodeProfileScheduledActionArgs            
- Action string
- Name of the action to be performed on the profile.
- ActionQualifiers List<KubernetesBaremetal Node Profile Scheduled Action Action Qualifier> 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- AdditionalProperties string
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ProceedOn boolReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- Action string
- Name of the action to be performed on the profile.
- ActionQualifiers []KubernetesBaremetal Node Profile Scheduled Action Action Qualifier 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- AdditionalProperties string
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ProceedOn boolReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- Name of the action to be performed on the profile.
- actionQualifiers List<KubernetesBaremetal Node Profile Scheduled Action Action Qualifier> 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- additionalProperties String
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- proceedOn BooleanReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action string
- Name of the action to be performed on the profile.
- actionQualifiers KubernetesBaremetal Node Profile Scheduled Action Action Qualifier[] 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- additionalProperties string
- classId string
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- proceedOn booleanReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action str
- Name of the action to be performed on the profile.
- action_qualifiers Sequence[KubernetesBaremetal Node Profile Scheduled Action Action Qualifier] 
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- additional_properties str
- class_id str
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- proceed_on_ boolreboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- Name of the action to be performed on the profile.
- actionQualifiers List<Property Map>
- Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane configurations. This complex property has following sub-properties:
- additionalProperties String
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- proceedOn BooleanReboot 
- ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
KubernetesBaremetalNodeProfileScheduledActionActionQualifier, KubernetesBaremetalNodeProfileScheduledActionActionQualifierArgs                
- AdditionalProperties string
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- AdditionalProperties string
- ClassId string
- ObjectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties String
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties string
- classId string
- objectType string
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additional_properties str
- class_id str
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
- additionalProperties String
- classId String
- objectType String
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.The enum values provides the list of concrete types that can be instantiated from this abstract type.
KubernetesBaremetalNodeProfileServer, KubernetesBaremetalNodeProfileServerArgs          
- 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'.
KubernetesBaremetalNodeProfileSrcTemplate, KubernetesBaremetalNodeProfileSrcTemplateArgs            
- 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'.
KubernetesBaremetalNodeProfileTag, KubernetesBaremetalNodeProfileTagArgs          
- 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.
KubernetesBaremetalNodeProfileTarget, KubernetesBaremetalNodeProfileTargetArgs          
- 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'.
KubernetesBaremetalNodeProfileVersionContext, KubernetesBaremetalNodeProfileVersionContextArgs            
- AdditionalProperties string
- ClassId string
- InterestedMos List<KubernetesBaremetal Node Profile Version Context Interested Mo> 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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<KubernetesBaremetal Node Profile Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- 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 []KubernetesBaremetal Node Profile Version Context Interested Mo 
- This complex property has following sub-properties:
- MarkedFor boolDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 []KubernetesBaremetal Node Profile Version Context Ref Mo 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- Timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- 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<KubernetesBaremetal Node Profile Version Context Interested Mo> 
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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<KubernetesBaremetal Node Profile Version Context Ref Mo> 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp String
- (ReadOnly) The time this versioned Managed Object was created.
- 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 KubernetesBaremetal Node Profile Version Context Interested Mo[] 
- This complex property has following sub-properties:
- markedFor booleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 KubernetesBaremetal Node Profile Version Context Ref Mo[] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp string
- (ReadOnly) The time this versioned Managed Object was created.
- 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[KubernetesBaremetal Node Profile Version Context Interested Mo] 
- This complex property has following sub-properties:
- marked_for_ booldeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- (ReadOnly) The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type.The value should be the same as the 'ClassId' property.
- ref_mos Sequence[KubernetesBaremetal Node Profile Version Context Ref Mo] 
- (ReadOnly) A reference to the original Managed Object. This complex property has following sub-properties:
- timestamp str
- (ReadOnly) The time this versioned Managed Object was created.
- version_type str
- (ReadOnly) Specifies type of version. Currently the only supported value is \ Configured\ that is used to keep track of snapshots of policies and profiles that are intendedto be configured to target endpoints.* Modified- Version created every time an object is modified.*Configured- Version created every time an object is configured to the service profile.*Deployed- Version created for objects related to a service profile when it is deployed.
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- This complex property has following sub-properties:
- markedFor BooleanDeletion 
- (ReadOnly) The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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.
KubernetesBaremetalNodeProfileVersionContextInterestedMo, KubernetesBaremetalNodeProfileVersionContextInterestedMoArgs                
- 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'.
KubernetesBaremetalNodeProfileVersionContextRefMo, KubernetesBaremetalNodeProfileVersionContextRefMoArgs                
- 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'.
Import
intersight_kubernetes_baremetal_node_profile can be imported using the Moid of the object, e.g.
$ pulumi import intersight:index/kubernetesBaremetalNodeProfile:KubernetesBaremetalNodeProfile 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 intersightTerraform Provider.