1. Packages
  2. Spectrocloud Provider
  3. API Docs
  4. ClusterVsphere
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

spectrocloud.ClusterVsphere

Explore with Pulumi AI

spectrocloud logo
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud

    A resource to manage a vSphere cluster in Palette.

    Create ClusterVsphere Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ClusterVsphere(name: string, args: ClusterVsphereArgs, opts?: CustomResourceOptions);
    @overload
    def ClusterVsphere(resource_name: str,
                       args: ClusterVsphereArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ClusterVsphere(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       cloud_config: Optional[ClusterVsphereCloudConfigArgs] = None,
                       machine_pools: Optional[Sequence[ClusterVsphereMachinePoolArgs]] = None,
                       cloud_account_id: Optional[str] = None,
                       host_configs: Optional[Sequence[ClusterVsphereHostConfigArgs]] = None,
                       backup_policy: Optional[ClusterVsphereBackupPolicyArgs] = None,
                       cluster_profiles: Optional[Sequence[ClusterVsphereClusterProfileArgs]] = None,
                       cluster_rbac_bindings: Optional[Sequence[ClusterVsphereClusterRbacBindingArgs]] = None,
                       cluster_vsphere_id: Optional[str] = None,
                       context: Optional[str] = None,
                       description: Optional[str] = None,
                       force_delete: Optional[bool] = None,
                       force_delete_delay: Optional[float] = None,
                       apply_setting: Optional[str] = None,
                       location_configs: Optional[Sequence[ClusterVsphereLocationConfigArgs]] = None,
                       cluster_meta_attribute: Optional[str] = None,
                       name: Optional[str] = None,
                       namespaces: Optional[Sequence[ClusterVsphereNamespaceArgs]] = None,
                       os_patch_after: Optional[str] = None,
                       os_patch_on_boot: Optional[bool] = None,
                       os_patch_schedule: Optional[str] = None,
                       pause_agent_upgrades: Optional[str] = None,
                       review_repave_state: Optional[str] = None,
                       scan_policy: Optional[ClusterVsphereScanPolicyArgs] = None,
                       skip_completion: Optional[bool] = None,
                       tags: Optional[Sequence[str]] = None,
                       timeouts: Optional[ClusterVsphereTimeoutsArgs] = None)
    func NewClusterVsphere(ctx *Context, name string, args ClusterVsphereArgs, opts ...ResourceOption) (*ClusterVsphere, error)
    public ClusterVsphere(string name, ClusterVsphereArgs args, CustomResourceOptions? opts = null)
    public ClusterVsphere(String name, ClusterVsphereArgs args)
    public ClusterVsphere(String name, ClusterVsphereArgs args, CustomResourceOptions options)
    
    type: spectrocloud:ClusterVsphere
    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 ClusterVsphereArgs
    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 ClusterVsphereArgs
    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 ClusterVsphereArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ClusterVsphereArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ClusterVsphereArgs
    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 clusterVsphereResource = new Spectrocloud.ClusterVsphere("clusterVsphereResource", new()
    {
        CloudConfig = new Spectrocloud.Inputs.ClusterVsphereCloudConfigArgs
        {
            Datacenter = "string",
            Folder = "string",
            HostEndpoint = "string",
            ImageTemplateFolder = "string",
            NetworkSearchDomain = "string",
            NetworkType = "string",
            NtpServers = new[]
            {
                "string",
            },
            SshKeys = new[]
            {
                "string",
            },
            StaticIp = false,
        },
        MachinePools = new[]
        {
            new Spectrocloud.Inputs.ClusterVsphereMachinePoolArgs
            {
                InstanceType = new Spectrocloud.Inputs.ClusterVsphereMachinePoolInstanceTypeArgs
                {
                    Cpu = 0,
                    DiskSizeGb = 0,
                    MemoryMb = 0,
                },
                Placements = new[]
                {
                    new Spectrocloud.Inputs.ClusterVsphereMachinePoolPlacementArgs
                    {
                        Cluster = "string",
                        Datastore = "string",
                        Network = "string",
                        ResourcePool = "string",
                        Id = "string",
                        StaticIpPoolId = "string",
                    },
                },
                Name = "string",
                Count = 0,
                Min = 0,
                Max = 0,
                AdditionalLabels = 
                {
                    { "string", "string" },
                },
                ControlPlaneAsWorker = false,
                NodeRepaveInterval = 0,
                Nodes = new[]
                {
                    new Spectrocloud.Inputs.ClusterVsphereMachinePoolNodeArgs
                    {
                        Action = "string",
                        NodeId = "string",
                    },
                },
                ControlPlane = false,
                Taints = new[]
                {
                    new Spectrocloud.Inputs.ClusterVsphereMachinePoolTaintArgs
                    {
                        Effect = "string",
                        Key = "string",
                        Value = "string",
                    },
                },
                UpdateStrategy = "string",
            },
        },
        CloudAccountId = "string",
        HostConfigs = new[]
        {
            new Spectrocloud.Inputs.ClusterVsphereHostConfigArgs
            {
                ExternalTrafficPolicy = "string",
                HostEndpointType = "string",
                IngressHost = "string",
                LoadBalancerSourceRanges = "string",
            },
        },
        BackupPolicy = new Spectrocloud.Inputs.ClusterVsphereBackupPolicyArgs
        {
            BackupLocationId = "string",
            ExpiryInHour = 0,
            Prefix = "string",
            Schedule = "string",
            ClusterUids = new[]
            {
                "string",
            },
            IncludeAllClusters = false,
            IncludeClusterResources = false,
            IncludeClusterResourcesMode = "string",
            IncludeDisks = false,
            Namespaces = new[]
            {
                "string",
            },
        },
        ClusterProfiles = new[]
        {
            new Spectrocloud.Inputs.ClusterVsphereClusterProfileArgs
            {
                Id = "string",
                Packs = new[]
                {
                    new Spectrocloud.Inputs.ClusterVsphereClusterProfilePackArgs
                    {
                        Name = "string",
                        Manifests = new[]
                        {
                            new Spectrocloud.Inputs.ClusterVsphereClusterProfilePackManifestArgs
                            {
                                Content = "string",
                                Name = "string",
                                Uid = "string",
                            },
                        },
                        RegistryUid = "string",
                        Tag = "string",
                        Type = "string",
                        Uid = "string",
                        Values = "string",
                    },
                },
                Variables = 
                {
                    { "string", "string" },
                },
            },
        },
        ClusterRbacBindings = new[]
        {
            new Spectrocloud.Inputs.ClusterVsphereClusterRbacBindingArgs
            {
                Type = "string",
                Namespace = "string",
                Role = 
                {
                    { "string", "string" },
                },
                Subjects = new[]
                {
                    new Spectrocloud.Inputs.ClusterVsphereClusterRbacBindingSubjectArgs
                    {
                        Name = "string",
                        Type = "string",
                        Namespace = "string",
                    },
                },
            },
        },
        ClusterVsphereId = "string",
        Context = "string",
        Description = "string",
        ForceDelete = false,
        ForceDeleteDelay = 0,
        ApplySetting = "string",
        LocationConfigs = new[]
        {
            new Spectrocloud.Inputs.ClusterVsphereLocationConfigArgs
            {
                Latitude = 0,
                Longitude = 0,
                CountryCode = "string",
                CountryName = "string",
                RegionCode = "string",
                RegionName = "string",
            },
        },
        ClusterMetaAttribute = "string",
        Name = "string",
        Namespaces = new[]
        {
            new Spectrocloud.Inputs.ClusterVsphereNamespaceArgs
            {
                Name = "string",
                ResourceAllocation = 
                {
                    { "string", "string" },
                },
                ImagesBlacklists = new[]
                {
                    "string",
                },
            },
        },
        OsPatchAfter = "string",
        OsPatchOnBoot = false,
        OsPatchSchedule = "string",
        PauseAgentUpgrades = "string",
        ReviewRepaveState = "string",
        ScanPolicy = new Spectrocloud.Inputs.ClusterVsphereScanPolicyArgs
        {
            ConfigurationScanSchedule = "string",
            ConformanceScanSchedule = "string",
            PenetrationScanSchedule = "string",
        },
        SkipCompletion = false,
        Tags = new[]
        {
            "string",
        },
        Timeouts = new Spectrocloud.Inputs.ClusterVsphereTimeoutsArgs
        {
            Create = "string",
            Delete = "string",
            Update = "string",
        },
    });
    
    example, err := spectrocloud.NewClusterVsphere(ctx, "clusterVsphereResource", &spectrocloud.ClusterVsphereArgs{
    	CloudConfig: &spectrocloud.ClusterVsphereCloudConfigArgs{
    		Datacenter:          pulumi.String("string"),
    		Folder:              pulumi.String("string"),
    		HostEndpoint:        pulumi.String("string"),
    		ImageTemplateFolder: pulumi.String("string"),
    		NetworkSearchDomain: pulumi.String("string"),
    		NetworkType:         pulumi.String("string"),
    		NtpServers: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		SshKeys: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		StaticIp: pulumi.Bool(false),
    	},
    	MachinePools: spectrocloud.ClusterVsphereMachinePoolArray{
    		&spectrocloud.ClusterVsphereMachinePoolArgs{
    			InstanceType: &spectrocloud.ClusterVsphereMachinePoolInstanceTypeArgs{
    				Cpu:        pulumi.Float64(0),
    				DiskSizeGb: pulumi.Float64(0),
    				MemoryMb:   pulumi.Float64(0),
    			},
    			Placements: spectrocloud.ClusterVsphereMachinePoolPlacementArray{
    				&spectrocloud.ClusterVsphereMachinePoolPlacementArgs{
    					Cluster:        pulumi.String("string"),
    					Datastore:      pulumi.String("string"),
    					Network:        pulumi.String("string"),
    					ResourcePool:   pulumi.String("string"),
    					Id:             pulumi.String("string"),
    					StaticIpPoolId: pulumi.String("string"),
    				},
    			},
    			Name:  pulumi.String("string"),
    			Count: pulumi.Float64(0),
    			Min:   pulumi.Float64(0),
    			Max:   pulumi.Float64(0),
    			AdditionalLabels: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    			ControlPlaneAsWorker: pulumi.Bool(false),
    			NodeRepaveInterval:   pulumi.Float64(0),
    			Nodes: spectrocloud.ClusterVsphereMachinePoolNodeArray{
    				&spectrocloud.ClusterVsphereMachinePoolNodeArgs{
    					Action: pulumi.String("string"),
    					NodeId: pulumi.String("string"),
    				},
    			},
    			ControlPlane: pulumi.Bool(false),
    			Taints: spectrocloud.ClusterVsphereMachinePoolTaintArray{
    				&spectrocloud.ClusterVsphereMachinePoolTaintArgs{
    					Effect: pulumi.String("string"),
    					Key:    pulumi.String("string"),
    					Value:  pulumi.String("string"),
    				},
    			},
    			UpdateStrategy: pulumi.String("string"),
    		},
    	},
    	CloudAccountId: pulumi.String("string"),
    	HostConfigs: spectrocloud.ClusterVsphereHostConfigArray{
    		&spectrocloud.ClusterVsphereHostConfigArgs{
    			ExternalTrafficPolicy:    pulumi.String("string"),
    			HostEndpointType:         pulumi.String("string"),
    			IngressHost:              pulumi.String("string"),
    			LoadBalancerSourceRanges: pulumi.String("string"),
    		},
    	},
    	BackupPolicy: &spectrocloud.ClusterVsphereBackupPolicyArgs{
    		BackupLocationId: pulumi.String("string"),
    		ExpiryInHour:     pulumi.Float64(0),
    		Prefix:           pulumi.String("string"),
    		Schedule:         pulumi.String("string"),
    		ClusterUids: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		IncludeAllClusters:          pulumi.Bool(false),
    		IncludeClusterResources:     pulumi.Bool(false),
    		IncludeClusterResourcesMode: pulumi.String("string"),
    		IncludeDisks:                pulumi.Bool(false),
    		Namespaces: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	ClusterProfiles: spectrocloud.ClusterVsphereClusterProfileArray{
    		&spectrocloud.ClusterVsphereClusterProfileArgs{
    			Id: pulumi.String("string"),
    			Packs: spectrocloud.ClusterVsphereClusterProfilePackArray{
    				&spectrocloud.ClusterVsphereClusterProfilePackArgs{
    					Name: pulumi.String("string"),
    					Manifests: spectrocloud.ClusterVsphereClusterProfilePackManifestArray{
    						&spectrocloud.ClusterVsphereClusterProfilePackManifestArgs{
    							Content: pulumi.String("string"),
    							Name:    pulumi.String("string"),
    							Uid:     pulumi.String("string"),
    						},
    					},
    					RegistryUid: pulumi.String("string"),
    					Tag:         pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Uid:         pulumi.String("string"),
    					Values:      pulumi.String("string"),
    				},
    			},
    			Variables: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    		},
    	},
    	ClusterRbacBindings: spectrocloud.ClusterVsphereClusterRbacBindingArray{
    		&spectrocloud.ClusterVsphereClusterRbacBindingArgs{
    			Type:      pulumi.String("string"),
    			Namespace: pulumi.String("string"),
    			Role: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    			Subjects: spectrocloud.ClusterVsphereClusterRbacBindingSubjectArray{
    				&spectrocloud.ClusterVsphereClusterRbacBindingSubjectArgs{
    					Name:      pulumi.String("string"),
    					Type:      pulumi.String("string"),
    					Namespace: pulumi.String("string"),
    				},
    			},
    		},
    	},
    	ClusterVsphereId: pulumi.String("string"),
    	Context:          pulumi.String("string"),
    	Description:      pulumi.String("string"),
    	ForceDelete:      pulumi.Bool(false),
    	ForceDeleteDelay: pulumi.Float64(0),
    	ApplySetting:     pulumi.String("string"),
    	LocationConfigs: spectrocloud.ClusterVsphereLocationConfigArray{
    		&spectrocloud.ClusterVsphereLocationConfigArgs{
    			Latitude:    pulumi.Float64(0),
    			Longitude:   pulumi.Float64(0),
    			CountryCode: pulumi.String("string"),
    			CountryName: pulumi.String("string"),
    			RegionCode:  pulumi.String("string"),
    			RegionName:  pulumi.String("string"),
    		},
    	},
    	ClusterMetaAttribute: pulumi.String("string"),
    	Name:                 pulumi.String("string"),
    	Namespaces: spectrocloud.ClusterVsphereNamespaceArray{
    		&spectrocloud.ClusterVsphereNamespaceArgs{
    			Name: pulumi.String("string"),
    			ResourceAllocation: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    			ImagesBlacklists: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	OsPatchAfter:       pulumi.String("string"),
    	OsPatchOnBoot:      pulumi.Bool(false),
    	OsPatchSchedule:    pulumi.String("string"),
    	PauseAgentUpgrades: pulumi.String("string"),
    	ReviewRepaveState:  pulumi.String("string"),
    	ScanPolicy: &spectrocloud.ClusterVsphereScanPolicyArgs{
    		ConfigurationScanSchedule: pulumi.String("string"),
    		ConformanceScanSchedule:   pulumi.String("string"),
    		PenetrationScanSchedule:   pulumi.String("string"),
    	},
    	SkipCompletion: pulumi.Bool(false),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Timeouts: &spectrocloud.ClusterVsphereTimeoutsArgs{
    		Create: pulumi.String("string"),
    		Delete: pulumi.String("string"),
    		Update: pulumi.String("string"),
    	},
    })
    
    var clusterVsphereResource = new ClusterVsphere("clusterVsphereResource", ClusterVsphereArgs.builder()
        .cloudConfig(ClusterVsphereCloudConfigArgs.builder()
            .datacenter("string")
            .folder("string")
            .hostEndpoint("string")
            .imageTemplateFolder("string")
            .networkSearchDomain("string")
            .networkType("string")
            .ntpServers("string")
            .sshKeys("string")
            .staticIp(false)
            .build())
        .machinePools(ClusterVsphereMachinePoolArgs.builder()
            .instanceType(ClusterVsphereMachinePoolInstanceTypeArgs.builder()
                .cpu(0)
                .diskSizeGb(0)
                .memoryMb(0)
                .build())
            .placements(ClusterVsphereMachinePoolPlacementArgs.builder()
                .cluster("string")
                .datastore("string")
                .network("string")
                .resourcePool("string")
                .id("string")
                .staticIpPoolId("string")
                .build())
            .name("string")
            .count(0)
            .min(0)
            .max(0)
            .additionalLabels(Map.of("string", "string"))
            .controlPlaneAsWorker(false)
            .nodeRepaveInterval(0)
            .nodes(ClusterVsphereMachinePoolNodeArgs.builder()
                .action("string")
                .nodeId("string")
                .build())
            .controlPlane(false)
            .taints(ClusterVsphereMachinePoolTaintArgs.builder()
                .effect("string")
                .key("string")
                .value("string")
                .build())
            .updateStrategy("string")
            .build())
        .cloudAccountId("string")
        .hostConfigs(ClusterVsphereHostConfigArgs.builder()
            .externalTrafficPolicy("string")
            .hostEndpointType("string")
            .ingressHost("string")
            .loadBalancerSourceRanges("string")
            .build())
        .backupPolicy(ClusterVsphereBackupPolicyArgs.builder()
            .backupLocationId("string")
            .expiryInHour(0)
            .prefix("string")
            .schedule("string")
            .clusterUids("string")
            .includeAllClusters(false)
            .includeClusterResources(false)
            .includeClusterResourcesMode("string")
            .includeDisks(false)
            .namespaces("string")
            .build())
        .clusterProfiles(ClusterVsphereClusterProfileArgs.builder()
            .id("string")
            .packs(ClusterVsphereClusterProfilePackArgs.builder()
                .name("string")
                .manifests(ClusterVsphereClusterProfilePackManifestArgs.builder()
                    .content("string")
                    .name("string")
                    .uid("string")
                    .build())
                .registryUid("string")
                .tag("string")
                .type("string")
                .uid("string")
                .values("string")
                .build())
            .variables(Map.of("string", "string"))
            .build())
        .clusterRbacBindings(ClusterVsphereClusterRbacBindingArgs.builder()
            .type("string")
            .namespace("string")
            .role(Map.of("string", "string"))
            .subjects(ClusterVsphereClusterRbacBindingSubjectArgs.builder()
                .name("string")
                .type("string")
                .namespace("string")
                .build())
            .build())
        .clusterVsphereId("string")
        .context("string")
        .description("string")
        .forceDelete(false)
        .forceDeleteDelay(0)
        .applySetting("string")
        .locationConfigs(ClusterVsphereLocationConfigArgs.builder()
            .latitude(0)
            .longitude(0)
            .countryCode("string")
            .countryName("string")
            .regionCode("string")
            .regionName("string")
            .build())
        .clusterMetaAttribute("string")
        .name("string")
        .namespaces(ClusterVsphereNamespaceArgs.builder()
            .name("string")
            .resourceAllocation(Map.of("string", "string"))
            .imagesBlacklists("string")
            .build())
        .osPatchAfter("string")
        .osPatchOnBoot(false)
        .osPatchSchedule("string")
        .pauseAgentUpgrades("string")
        .reviewRepaveState("string")
        .scanPolicy(ClusterVsphereScanPolicyArgs.builder()
            .configurationScanSchedule("string")
            .conformanceScanSchedule("string")
            .penetrationScanSchedule("string")
            .build())
        .skipCompletion(false)
        .tags("string")
        .timeouts(ClusterVsphereTimeoutsArgs.builder()
            .create("string")
            .delete("string")
            .update("string")
            .build())
        .build());
    
    cluster_vsphere_resource = spectrocloud.ClusterVsphere("clusterVsphereResource",
        cloud_config={
            "datacenter": "string",
            "folder": "string",
            "host_endpoint": "string",
            "image_template_folder": "string",
            "network_search_domain": "string",
            "network_type": "string",
            "ntp_servers": ["string"],
            "ssh_keys": ["string"],
            "static_ip": False,
        },
        machine_pools=[{
            "instance_type": {
                "cpu": 0,
                "disk_size_gb": 0,
                "memory_mb": 0,
            },
            "placements": [{
                "cluster": "string",
                "datastore": "string",
                "network": "string",
                "resource_pool": "string",
                "id": "string",
                "static_ip_pool_id": "string",
            }],
            "name": "string",
            "count": 0,
            "min": 0,
            "max": 0,
            "additional_labels": {
                "string": "string",
            },
            "control_plane_as_worker": False,
            "node_repave_interval": 0,
            "nodes": [{
                "action": "string",
                "node_id": "string",
            }],
            "control_plane": False,
            "taints": [{
                "effect": "string",
                "key": "string",
                "value": "string",
            }],
            "update_strategy": "string",
        }],
        cloud_account_id="string",
        host_configs=[{
            "external_traffic_policy": "string",
            "host_endpoint_type": "string",
            "ingress_host": "string",
            "load_balancer_source_ranges": "string",
        }],
        backup_policy={
            "backup_location_id": "string",
            "expiry_in_hour": 0,
            "prefix": "string",
            "schedule": "string",
            "cluster_uids": ["string"],
            "include_all_clusters": False,
            "include_cluster_resources": False,
            "include_cluster_resources_mode": "string",
            "include_disks": False,
            "namespaces": ["string"],
        },
        cluster_profiles=[{
            "id": "string",
            "packs": [{
                "name": "string",
                "manifests": [{
                    "content": "string",
                    "name": "string",
                    "uid": "string",
                }],
                "registry_uid": "string",
                "tag": "string",
                "type": "string",
                "uid": "string",
                "values": "string",
            }],
            "variables": {
                "string": "string",
            },
        }],
        cluster_rbac_bindings=[{
            "type": "string",
            "namespace": "string",
            "role": {
                "string": "string",
            },
            "subjects": [{
                "name": "string",
                "type": "string",
                "namespace": "string",
            }],
        }],
        cluster_vsphere_id="string",
        context="string",
        description="string",
        force_delete=False,
        force_delete_delay=0,
        apply_setting="string",
        location_configs=[{
            "latitude": 0,
            "longitude": 0,
            "country_code": "string",
            "country_name": "string",
            "region_code": "string",
            "region_name": "string",
        }],
        cluster_meta_attribute="string",
        name="string",
        namespaces=[{
            "name": "string",
            "resource_allocation": {
                "string": "string",
            },
            "images_blacklists": ["string"],
        }],
        os_patch_after="string",
        os_patch_on_boot=False,
        os_patch_schedule="string",
        pause_agent_upgrades="string",
        review_repave_state="string",
        scan_policy={
            "configuration_scan_schedule": "string",
            "conformance_scan_schedule": "string",
            "penetration_scan_schedule": "string",
        },
        skip_completion=False,
        tags=["string"],
        timeouts={
            "create": "string",
            "delete": "string",
            "update": "string",
        })
    
    const clusterVsphereResource = new spectrocloud.ClusterVsphere("clusterVsphereResource", {
        cloudConfig: {
            datacenter: "string",
            folder: "string",
            hostEndpoint: "string",
            imageTemplateFolder: "string",
            networkSearchDomain: "string",
            networkType: "string",
            ntpServers: ["string"],
            sshKeys: ["string"],
            staticIp: false,
        },
        machinePools: [{
            instanceType: {
                cpu: 0,
                diskSizeGb: 0,
                memoryMb: 0,
            },
            placements: [{
                cluster: "string",
                datastore: "string",
                network: "string",
                resourcePool: "string",
                id: "string",
                staticIpPoolId: "string",
            }],
            name: "string",
            count: 0,
            min: 0,
            max: 0,
            additionalLabels: {
                string: "string",
            },
            controlPlaneAsWorker: false,
            nodeRepaveInterval: 0,
            nodes: [{
                action: "string",
                nodeId: "string",
            }],
            controlPlane: false,
            taints: [{
                effect: "string",
                key: "string",
                value: "string",
            }],
            updateStrategy: "string",
        }],
        cloudAccountId: "string",
        hostConfigs: [{
            externalTrafficPolicy: "string",
            hostEndpointType: "string",
            ingressHost: "string",
            loadBalancerSourceRanges: "string",
        }],
        backupPolicy: {
            backupLocationId: "string",
            expiryInHour: 0,
            prefix: "string",
            schedule: "string",
            clusterUids: ["string"],
            includeAllClusters: false,
            includeClusterResources: false,
            includeClusterResourcesMode: "string",
            includeDisks: false,
            namespaces: ["string"],
        },
        clusterProfiles: [{
            id: "string",
            packs: [{
                name: "string",
                manifests: [{
                    content: "string",
                    name: "string",
                    uid: "string",
                }],
                registryUid: "string",
                tag: "string",
                type: "string",
                uid: "string",
                values: "string",
            }],
            variables: {
                string: "string",
            },
        }],
        clusterRbacBindings: [{
            type: "string",
            namespace: "string",
            role: {
                string: "string",
            },
            subjects: [{
                name: "string",
                type: "string",
                namespace: "string",
            }],
        }],
        clusterVsphereId: "string",
        context: "string",
        description: "string",
        forceDelete: false,
        forceDeleteDelay: 0,
        applySetting: "string",
        locationConfigs: [{
            latitude: 0,
            longitude: 0,
            countryCode: "string",
            countryName: "string",
            regionCode: "string",
            regionName: "string",
        }],
        clusterMetaAttribute: "string",
        name: "string",
        namespaces: [{
            name: "string",
            resourceAllocation: {
                string: "string",
            },
            imagesBlacklists: ["string"],
        }],
        osPatchAfter: "string",
        osPatchOnBoot: false,
        osPatchSchedule: "string",
        pauseAgentUpgrades: "string",
        reviewRepaveState: "string",
        scanPolicy: {
            configurationScanSchedule: "string",
            conformanceScanSchedule: "string",
            penetrationScanSchedule: "string",
        },
        skipCompletion: false,
        tags: ["string"],
        timeouts: {
            create: "string",
            "delete": "string",
            update: "string",
        },
    });
    
    type: spectrocloud:ClusterVsphere
    properties:
        applySetting: string
        backupPolicy:
            backupLocationId: string
            clusterUids:
                - string
            expiryInHour: 0
            includeAllClusters: false
            includeClusterResources: false
            includeClusterResourcesMode: string
            includeDisks: false
            namespaces:
                - string
            prefix: string
            schedule: string
        cloudAccountId: string
        cloudConfig:
            datacenter: string
            folder: string
            hostEndpoint: string
            imageTemplateFolder: string
            networkSearchDomain: string
            networkType: string
            ntpServers:
                - string
            sshKeys:
                - string
            staticIp: false
        clusterMetaAttribute: string
        clusterProfiles:
            - id: string
              packs:
                - manifests:
                    - content: string
                      name: string
                      uid: string
                  name: string
                  registryUid: string
                  tag: string
                  type: string
                  uid: string
                  values: string
              variables:
                string: string
        clusterRbacBindings:
            - namespace: string
              role:
                string: string
              subjects:
                - name: string
                  namespace: string
                  type: string
              type: string
        clusterVsphereId: string
        context: string
        description: string
        forceDelete: false
        forceDeleteDelay: 0
        hostConfigs:
            - externalTrafficPolicy: string
              hostEndpointType: string
              ingressHost: string
              loadBalancerSourceRanges: string
        locationConfigs:
            - countryCode: string
              countryName: string
              latitude: 0
              longitude: 0
              regionCode: string
              regionName: string
        machinePools:
            - additionalLabels:
                string: string
              controlPlane: false
              controlPlaneAsWorker: false
              count: 0
              instanceType:
                cpu: 0
                diskSizeGb: 0
                memoryMb: 0
              max: 0
              min: 0
              name: string
              nodeRepaveInterval: 0
              nodes:
                - action: string
                  nodeId: string
              placements:
                - cluster: string
                  datastore: string
                  id: string
                  network: string
                  resourcePool: string
                  staticIpPoolId: string
              taints:
                - effect: string
                  key: string
                  value: string
              updateStrategy: string
        name: string
        namespaces:
            - imagesBlacklists:
                - string
              name: string
              resourceAllocation:
                string: string
        osPatchAfter: string
        osPatchOnBoot: false
        osPatchSchedule: string
        pauseAgentUpgrades: string
        reviewRepaveState: string
        scanPolicy:
            configurationScanSchedule: string
            conformanceScanSchedule: string
            penetrationScanSchedule: string
        skipCompletion: false
        tags:
            - string
        timeouts:
            create: string
            delete: string
            update: string
    

    ClusterVsphere 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 ClusterVsphere resource accepts the following input properties:

    CloudAccountId string
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    CloudConfig ClusterVsphereCloudConfig
    MachinePools List<ClusterVsphereMachinePool>
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterVsphereBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    ClusterMetaAttribute string
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    ClusterProfiles List<ClusterVsphereClusterProfile>
    ClusterRbacBindings List<ClusterVsphereClusterRbacBinding>
    The RBAC binding for the cluster.
    ClusterVsphereId string
    The ID of this resource.
    Context string
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    HostConfigs List<ClusterVsphereHostConfig>
    The host configuration for the cluster.
    LocationConfigs List<ClusterVsphereLocationConfig>
    Name string
    The name of the cluster.
    Namespaces List<ClusterVsphereNamespace>
    The namespaces for the cluster.
    OsPatchAfter string
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ReviewRepaveState string
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    ScanPolicy ClusterVsphereScanPolicy
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags List<string>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterVsphereTimeouts
    CloudAccountId string
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    CloudConfig ClusterVsphereCloudConfigArgs
    MachinePools []ClusterVsphereMachinePoolArgs
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterVsphereBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    ClusterMetaAttribute string
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    ClusterProfiles []ClusterVsphereClusterProfileArgs
    ClusterRbacBindings []ClusterVsphereClusterRbacBindingArgs
    The RBAC binding for the cluster.
    ClusterVsphereId string
    The ID of this resource.
    Context string
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay float64
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    HostConfigs []ClusterVsphereHostConfigArgs
    The host configuration for the cluster.
    LocationConfigs []ClusterVsphereLocationConfigArgs
    Name string
    The name of the cluster.
    Namespaces []ClusterVsphereNamespaceArgs
    The namespaces for the cluster.
    OsPatchAfter string
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ReviewRepaveState string
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    ScanPolicy ClusterVsphereScanPolicyArgs
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags []string
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterVsphereTimeoutsArgs
    cloudAccountId String
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloudConfig ClusterVsphereCloudConfig
    machinePools List<ClusterVsphereMachinePool>
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterVsphereBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    clusterMetaAttribute String
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    clusterProfiles List<ClusterVsphereClusterProfile>
    clusterRbacBindings List<ClusterVsphereClusterRbacBinding>
    The RBAC binding for the cluster.
    clusterVsphereId String
    The ID of this resource.
    context String
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    hostConfigs List<ClusterVsphereHostConfig>
    The host configuration for the cluster.
    locationConfigs List<ClusterVsphereLocationConfig>
    name String
    The name of the cluster.
    namespaces List<ClusterVsphereNamespace>
    The namespaces for the cluster.
    osPatchAfter String
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    reviewRepaveState String
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scanPolicy ClusterVsphereScanPolicy
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterVsphereTimeouts
    cloudAccountId string
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloudConfig ClusterVsphereCloudConfig
    machinePools ClusterVsphereMachinePool[]
    applySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterVsphereBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    clusterMetaAttribute string
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    clusterProfiles ClusterVsphereClusterProfile[]
    clusterRbacBindings ClusterVsphereClusterRbacBinding[]
    The RBAC binding for the cluster.
    clusterVsphereId string
    The ID of this resource.
    context string
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description string
    The description of the cluster. Default value is empty string.
    forceDelete boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    hostConfigs ClusterVsphereHostConfig[]
    The host configuration for the cluster.
    locationConfigs ClusterVsphereLocationConfig[]
    name string
    The name of the cluster.
    namespaces ClusterVsphereNamespace[]
    The namespaces for the cluster.
    osPatchAfter string
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    reviewRepaveState string
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scanPolicy ClusterVsphereScanPolicy
    The scan policy for the cluster.
    skipCompletion boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags string[]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterVsphereTimeouts
    cloud_account_id str
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloud_config ClusterVsphereCloudConfigArgs
    machine_pools Sequence[ClusterVsphereMachinePoolArgs]
    apply_setting str
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backup_policy ClusterVsphereBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    cluster_meta_attribute str
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    cluster_profiles Sequence[ClusterVsphereClusterProfileArgs]
    cluster_rbac_bindings Sequence[ClusterVsphereClusterRbacBindingArgs]
    The RBAC binding for the cluster.
    cluster_vsphere_id str
    The ID of this resource.
    context str
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description str
    The description of the cluster. Default value is empty string.
    force_delete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    force_delete_delay float
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    host_configs Sequence[ClusterVsphereHostConfigArgs]
    The host configuration for the cluster.
    location_configs Sequence[ClusterVsphereLocationConfigArgs]
    name str
    The name of the cluster.
    namespaces Sequence[ClusterVsphereNamespaceArgs]
    The namespaces for the cluster.
    os_patch_after str
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    os_patch_on_boot bool
    Whether to apply OS patch on boot. Default is false.
    os_patch_schedule str
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pause_agent_upgrades str
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    review_repave_state str
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scan_policy ClusterVsphereScanPolicyArgs
    The scan policy for the cluster.
    skip_completion bool
    If true, the cluster will be created asynchronously. Default value is false.
    tags Sequence[str]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterVsphereTimeoutsArgs
    cloudAccountId String
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloudConfig Property Map
    machinePools List<Property Map>
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy Property Map
    The backup policy for the cluster. If not specified, no backups will be taken.
    clusterMetaAttribute String
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    clusterProfiles List<Property Map>
    clusterRbacBindings List<Property Map>
    The RBAC binding for the cluster.
    clusterVsphereId String
    The ID of this resource.
    context String
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    hostConfigs List<Property Map>
    The host configuration for the cluster.
    locationConfigs List<Property Map>
    name String
    The name of the cluster.
    namespaces List<Property Map>
    The namespaces for the cluster.
    osPatchAfter String
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    reviewRepaveState String
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scanPolicy Property Map
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts Property Map

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ClusterVsphere resource produces the following output properties:

    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    CloudConfigId string
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    Id string
    The provider-assigned unique ID for this managed resource.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    CloudConfigId string
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    Id string
    The provider-assigned unique ID for this managed resource.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloudConfigId String
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    id String
    The provider-assigned unique ID for this managed resource.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    adminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloudConfigId string
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    id string
    The provider-assigned unique ID for this managed resource.
    kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    admin_kube_config str
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloud_config_id str
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    id str
    The provider-assigned unique ID for this managed resource.
    kubeconfig str
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    cloudConfigId String
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    id String
    The provider-assigned unique ID for this managed resource.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.

    Look up Existing ClusterVsphere Resource

    Get an existing ClusterVsphere 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?: ClusterVsphereState, opts?: CustomResourceOptions): ClusterVsphere
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_kube_config: Optional[str] = None,
            apply_setting: Optional[str] = None,
            backup_policy: Optional[ClusterVsphereBackupPolicyArgs] = None,
            cloud_account_id: Optional[str] = None,
            cloud_config: Optional[ClusterVsphereCloudConfigArgs] = None,
            cloud_config_id: Optional[str] = None,
            cluster_meta_attribute: Optional[str] = None,
            cluster_profiles: Optional[Sequence[ClusterVsphereClusterProfileArgs]] = None,
            cluster_rbac_bindings: Optional[Sequence[ClusterVsphereClusterRbacBindingArgs]] = None,
            cluster_vsphere_id: Optional[str] = None,
            context: Optional[str] = None,
            description: Optional[str] = None,
            force_delete: Optional[bool] = None,
            force_delete_delay: Optional[float] = None,
            host_configs: Optional[Sequence[ClusterVsphereHostConfigArgs]] = None,
            kubeconfig: Optional[str] = None,
            location_configs: Optional[Sequence[ClusterVsphereLocationConfigArgs]] = None,
            machine_pools: Optional[Sequence[ClusterVsphereMachinePoolArgs]] = None,
            name: Optional[str] = None,
            namespaces: Optional[Sequence[ClusterVsphereNamespaceArgs]] = None,
            os_patch_after: Optional[str] = None,
            os_patch_on_boot: Optional[bool] = None,
            os_patch_schedule: Optional[str] = None,
            pause_agent_upgrades: Optional[str] = None,
            review_repave_state: Optional[str] = None,
            scan_policy: Optional[ClusterVsphereScanPolicyArgs] = None,
            skip_completion: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None,
            timeouts: Optional[ClusterVsphereTimeoutsArgs] = None) -> ClusterVsphere
    func GetClusterVsphere(ctx *Context, name string, id IDInput, state *ClusterVsphereState, opts ...ResourceOption) (*ClusterVsphere, error)
    public static ClusterVsphere Get(string name, Input<string> id, ClusterVsphereState? state, CustomResourceOptions? opts = null)
    public static ClusterVsphere get(String name, Output<String> id, ClusterVsphereState state, CustomResourceOptions options)
    resources:  _:    type: spectrocloud:ClusterVsphere    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterVsphereBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    CloudAccountId string
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    CloudConfig ClusterVsphereCloudConfig
    CloudConfigId string
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    ClusterMetaAttribute string
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    ClusterProfiles List<ClusterVsphereClusterProfile>
    ClusterRbacBindings List<ClusterVsphereClusterRbacBinding>
    The RBAC binding for the cluster.
    ClusterVsphereId string
    The ID of this resource.
    Context string
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    HostConfigs List<ClusterVsphereHostConfig>
    The host configuration for the cluster.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    LocationConfigs List<ClusterVsphereLocationConfig>
    MachinePools List<ClusterVsphereMachinePool>
    Name string
    The name of the cluster.
    Namespaces List<ClusterVsphereNamespace>
    The namespaces for the cluster.
    OsPatchAfter string
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ReviewRepaveState string
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    ScanPolicy ClusterVsphereScanPolicy
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags List<string>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterVsphereTimeouts
    AdminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    ApplySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    BackupPolicy ClusterVsphereBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    CloudAccountId string
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    CloudConfig ClusterVsphereCloudConfigArgs
    CloudConfigId string
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    ClusterMetaAttribute string
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    ClusterProfiles []ClusterVsphereClusterProfileArgs
    ClusterRbacBindings []ClusterVsphereClusterRbacBindingArgs
    The RBAC binding for the cluster.
    ClusterVsphereId string
    The ID of this resource.
    Context string
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    Description string
    The description of the cluster. Default value is empty string.
    ForceDelete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    ForceDeleteDelay float64
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    HostConfigs []ClusterVsphereHostConfigArgs
    The host configuration for the cluster.
    Kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    LocationConfigs []ClusterVsphereLocationConfigArgs
    MachinePools []ClusterVsphereMachinePoolArgs
    Name string
    The name of the cluster.
    Namespaces []ClusterVsphereNamespaceArgs
    The namespaces for the cluster.
    OsPatchAfter string
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    OsPatchOnBoot bool
    Whether to apply OS patch on boot. Default is false.
    OsPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    PauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    ReviewRepaveState string
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    ScanPolicy ClusterVsphereScanPolicyArgs
    The scan policy for the cluster.
    SkipCompletion bool
    If true, the cluster will be created asynchronously. Default value is false.
    Tags []string
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    Timeouts ClusterVsphereTimeoutsArgs
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterVsphereBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloudAccountId String
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloudConfig ClusterVsphereCloudConfig
    cloudConfigId String
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    clusterMetaAttribute String
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    clusterProfiles List<ClusterVsphereClusterProfile>
    clusterRbacBindings List<ClusterVsphereClusterRbacBinding>
    The RBAC binding for the cluster.
    clusterVsphereId String
    The ID of this resource.
    context String
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Double
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    hostConfigs List<ClusterVsphereHostConfig>
    The host configuration for the cluster.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    locationConfigs List<ClusterVsphereLocationConfig>
    machinePools List<ClusterVsphereMachinePool>
    name String
    The name of the cluster.
    namespaces List<ClusterVsphereNamespace>
    The namespaces for the cluster.
    osPatchAfter String
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    reviewRepaveState String
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scanPolicy ClusterVsphereScanPolicy
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterVsphereTimeouts
    adminKubeConfig string
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    applySetting string
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy ClusterVsphereBackupPolicy
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloudAccountId string
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloudConfig ClusterVsphereCloudConfig
    cloudConfigId string
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    clusterMetaAttribute string
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    clusterProfiles ClusterVsphereClusterProfile[]
    clusterRbacBindings ClusterVsphereClusterRbacBinding[]
    The RBAC binding for the cluster.
    clusterVsphereId string
    The ID of this resource.
    context string
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description string
    The description of the cluster. Default value is empty string.
    forceDelete boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    hostConfigs ClusterVsphereHostConfig[]
    The host configuration for the cluster.
    kubeconfig string
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    locationConfigs ClusterVsphereLocationConfig[]
    machinePools ClusterVsphereMachinePool[]
    name string
    The name of the cluster.
    namespaces ClusterVsphereNamespace[]
    The namespaces for the cluster.
    osPatchAfter string
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule string
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades string
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    reviewRepaveState string
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scanPolicy ClusterVsphereScanPolicy
    The scan policy for the cluster.
    skipCompletion boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags string[]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterVsphereTimeouts
    admin_kube_config str
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    apply_setting str
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backup_policy ClusterVsphereBackupPolicyArgs
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloud_account_id str
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloud_config ClusterVsphereCloudConfigArgs
    cloud_config_id str
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    cluster_meta_attribute str
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    cluster_profiles Sequence[ClusterVsphereClusterProfileArgs]
    cluster_rbac_bindings Sequence[ClusterVsphereClusterRbacBindingArgs]
    The RBAC binding for the cluster.
    cluster_vsphere_id str
    The ID of this resource.
    context str
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description str
    The description of the cluster. Default value is empty string.
    force_delete bool
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    force_delete_delay float
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    host_configs Sequence[ClusterVsphereHostConfigArgs]
    The host configuration for the cluster.
    kubeconfig str
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    location_configs Sequence[ClusterVsphereLocationConfigArgs]
    machine_pools Sequence[ClusterVsphereMachinePoolArgs]
    name str
    The name of the cluster.
    namespaces Sequence[ClusterVsphereNamespaceArgs]
    The namespaces for the cluster.
    os_patch_after str
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    os_patch_on_boot bool
    Whether to apply OS patch on boot. Default is false.
    os_patch_schedule str
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pause_agent_upgrades str
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    review_repave_state str
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scan_policy ClusterVsphereScanPolicyArgs
    The scan policy for the cluster.
    skip_completion bool
    If true, the cluster will be created asynchronously. Default value is false.
    tags Sequence[str]
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts ClusterVsphereTimeoutsArgs
    adminKubeConfig String
    Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
    applySetting String
    The setting to apply the cluster profile. DownloadAndInstall will download and install packs in one action. DownloadAndInstallLater will only download artifact and postpone install for later. Default value is DownloadAndInstall.
    backupPolicy Property Map
    The backup policy for the cluster. If not specified, no backups will be taken.
    cloudAccountId String
    ID of the cloud account to be used for the cluster. This cloud account must be of type vsphere.
    cloudConfig Property Map
    cloudConfigId String
    ID of the cloud config used for the cluster. This cloud config must be of type azure.

    Deprecated: Deprecated

    clusterMetaAttribute String
    cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
    clusterProfiles List<Property Map>
    clusterRbacBindings List<Property Map>
    The RBAC binding for the cluster.
    clusterVsphereId String
    The ID of this resource.
    context String
    The context of the VMware cluster. Allowed values are project or tenant. Default is project. If the project context is specified, the project name will sourced from the provider configuration parameter project_name.
    description String
    The description of the cluster. Default value is empty string.
    forceDelete Boolean
    If set to true, the cluster will be force deleted and user has to manually clean up the provisioned cloud resources.
    forceDeleteDelay Number
    Delay duration in minutes to before invoking cluster force delete. Default and minimum is 20.
    hostConfigs List<Property Map>
    The host configuration for the cluster.
    kubeconfig String
    Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
    locationConfigs List<Property Map>
    machinePools List<Property Map>
    name String
    The name of the cluster.
    namespaces List<Property Map>
    The namespaces for the cluster.
    osPatchAfter String
    The date and time after which to patch the cluster. Prefix the time value with the respective RFC. Ex: RFC3339: 2006-01-02T15:04:05Z07:00
    osPatchOnBoot Boolean
    Whether to apply OS patch on boot. Default is false.
    osPatchSchedule String
    The cron schedule for OS patching. This must be in the form of cron syntax. Ex: 0 0 * * *.
    pauseAgentUpgrades String
    The pause agent upgrades setting allows to control the automatic upgrade of the Palette component and agent for an individual cluster. The default value is unlock, meaning upgrades occur automatically. Setting it to lock pauses automatic agent upgrades for the cluster.
    reviewRepaveState String
    To authorize the cluster repave, set the value to Approved for approval and "" to decline. Default value is "".
    scanPolicy Property Map
    The scan policy for the cluster.
    skipCompletion Boolean
    If true, the cluster will be created asynchronously. Default value is false.
    tags List<String>
    A list of tags to be applied to the cluster. Tags must be in the form of key:value.
    timeouts Property Map

    Supporting Types

    ClusterVsphereBackupPolicy, ClusterVsphereBackupPolicyArgs

    BackupLocationId string
    The ID of the backup location to use for the backup.
    ExpiryInHour double
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    Prefix string
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    Schedule string
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    ClusterUids List<string>
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    IncludeAllClusters bool
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    IncludeClusterResources bool
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    IncludeClusterResourcesMode string
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    IncludeDisks bool
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    Namespaces List<string>
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    BackupLocationId string
    The ID of the backup location to use for the backup.
    ExpiryInHour float64
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    Prefix string
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    Schedule string
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    ClusterUids []string
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    IncludeAllClusters bool
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    IncludeClusterResources bool
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    IncludeClusterResourcesMode string
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    IncludeDisks bool
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    Namespaces []string
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backupLocationId String
    The ID of the backup location to use for the backup.
    expiryInHour Double
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix String
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule String
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    clusterUids List<String>
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    includeAllClusters Boolean
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    includeClusterResources Boolean
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    includeClusterResourcesMode String
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    includeDisks Boolean
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces List<String>
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backupLocationId string
    The ID of the backup location to use for the backup.
    expiryInHour number
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix string
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule string
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    clusterUids string[]
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    includeAllClusters boolean
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    includeClusterResources boolean
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    includeClusterResourcesMode string
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    includeDisks boolean
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces string[]
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backup_location_id str
    The ID of the backup location to use for the backup.
    expiry_in_hour float
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix str
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule str
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    cluster_uids Sequence[str]
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    include_all_clusters bool
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    include_cluster_resources bool
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    include_cluster_resources_mode str
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    include_disks bool
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces Sequence[str]
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.
    backupLocationId String
    The ID of the backup location to use for the backup.
    expiryInHour Number
    The number of hours after which the backup will be deleted. For example, if the expiry is set to 24, the backup will be deleted after 24 hours.
    prefix String
    Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
    schedule String
    The schedule for the backup. The schedule is specified in cron format. For example, to run the backup every day at 1:00 AM, the schedule should be set to 0 1 * * *.
    clusterUids List<String>
    The list of cluster UIDs to include in the backup. If include_all_clusters is set to true, then all clusters will be included.
    includeAllClusters Boolean
    Whether to include all clusters in the backup. If set to false, only the clusters specified in cluster_uids will be included.
    includeClusterResources Boolean
    Indicates whether to include cluster resources in the backup. If set to false, only the cluster configuration and disks will be backed up. (Note: Starting with Palette version 4.6, the includeclusterresources attribute will be deprecated, and a new attribute, includeclusterresources_mode, will be introduced.)
    includeClusterResourcesMode String
    Specifies whether to include the cluster resources in the backup. Supported values are always, never, and auto.
    includeDisks Boolean
    Whether to include the disks in the backup. If set to false, only the cluster configuration will be backed up.
    namespaces List<String>
    The list of Kubernetes namespaces to include in the backup. If not specified, all namespaces will be included.

    ClusterVsphereCloudConfig, ClusterVsphereCloudConfigArgs

    Datacenter string
    The name of the datacenter in vSphere. This is the name of the datacenter as it appears in vSphere.
    Folder string
    The name of the folder in vSphere. This is the name of the folder as it appears in vSphere.
    HostEndpoint string
    The host endpoint to use for the cluster. This can be IP or FQDN(External/DDNS).
    ImageTemplateFolder string
    The name of the image template folder in vSphere. This is the name of the folder as it appears in vSphere.
    NetworkSearchDomain string
    The search domain to use for the cluster in case of DHCP.
    NetworkType string
    The type of network to use for the cluster. This can be VIP or DDNS.
    NtpServers List<string>
    A list of NTP servers to be used by the cluster.
    SshKey string
    The SSH key to be used for the cluster. This is the public key that will be used to access the cluster nodes. ssh_key & ssh_keys are mutually exclusive.

    Deprecated: Deprecated

    SshKeys List<string>
    List of public SSH (Secure Shell) keys to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
    StaticIp bool
    Whether to use static IP addresses for the cluster. If true, the cluster will use static IP addresses. If false, the cluster will use DDNS. Default is false.
    Datacenter string
    The name of the datacenter in vSphere. This is the name of the datacenter as it appears in vSphere.
    Folder string
    The name of the folder in vSphere. This is the name of the folder as it appears in vSphere.
    HostEndpoint string
    The host endpoint to use for the cluster. This can be IP or FQDN(External/DDNS).
    ImageTemplateFolder string
    The name of the image template folder in vSphere. This is the name of the folder as it appears in vSphere.
    NetworkSearchDomain string
    The search domain to use for the cluster in case of DHCP.
    NetworkType string
    The type of network to use for the cluster. This can be VIP or DDNS.
    NtpServers []string
    A list of NTP servers to be used by the cluster.
    SshKey string
    The SSH key to be used for the cluster. This is the public key that will be used to access the cluster nodes. ssh_key & ssh_keys are mutually exclusive.

    Deprecated: Deprecated

    SshKeys []string
    List of public SSH (Secure Shell) keys to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
    StaticIp bool
    Whether to use static IP addresses for the cluster. If true, the cluster will use static IP addresses. If false, the cluster will use DDNS. Default is false.
    datacenter String
    The name of the datacenter in vSphere. This is the name of the datacenter as it appears in vSphere.
    folder String
    The name of the folder in vSphere. This is the name of the folder as it appears in vSphere.
    hostEndpoint String
    The host endpoint to use for the cluster. This can be IP or FQDN(External/DDNS).
    imageTemplateFolder String
    The name of the image template folder in vSphere. This is the name of the folder as it appears in vSphere.
    networkSearchDomain String
    The search domain to use for the cluster in case of DHCP.
    networkType String
    The type of network to use for the cluster. This can be VIP or DDNS.
    ntpServers List<String>
    A list of NTP servers to be used by the cluster.
    sshKey String
    The SSH key to be used for the cluster. This is the public key that will be used to access the cluster nodes. ssh_key & ssh_keys are mutually exclusive.

    Deprecated: Deprecated

    sshKeys List<String>
    List of public SSH (Secure Shell) keys to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
    staticIp Boolean
    Whether to use static IP addresses for the cluster. If true, the cluster will use static IP addresses. If false, the cluster will use DDNS. Default is false.
    datacenter string
    The name of the datacenter in vSphere. This is the name of the datacenter as it appears in vSphere.
    folder string
    The name of the folder in vSphere. This is the name of the folder as it appears in vSphere.
    hostEndpoint string
    The host endpoint to use for the cluster. This can be IP or FQDN(External/DDNS).
    imageTemplateFolder string
    The name of the image template folder in vSphere. This is the name of the folder as it appears in vSphere.
    networkSearchDomain string
    The search domain to use for the cluster in case of DHCP.
    networkType string
    The type of network to use for the cluster. This can be VIP or DDNS.
    ntpServers string[]
    A list of NTP servers to be used by the cluster.
    sshKey string
    The SSH key to be used for the cluster. This is the public key that will be used to access the cluster nodes. ssh_key & ssh_keys are mutually exclusive.

    Deprecated: Deprecated

    sshKeys string[]
    List of public SSH (Secure Shell) keys to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
    staticIp boolean
    Whether to use static IP addresses for the cluster. If true, the cluster will use static IP addresses. If false, the cluster will use DDNS. Default is false.
    datacenter str
    The name of the datacenter in vSphere. This is the name of the datacenter as it appears in vSphere.
    folder str
    The name of the folder in vSphere. This is the name of the folder as it appears in vSphere.
    host_endpoint str
    The host endpoint to use for the cluster. This can be IP or FQDN(External/DDNS).
    image_template_folder str
    The name of the image template folder in vSphere. This is the name of the folder as it appears in vSphere.
    network_search_domain str
    The search domain to use for the cluster in case of DHCP.
    network_type str
    The type of network to use for the cluster. This can be VIP or DDNS.
    ntp_servers Sequence[str]
    A list of NTP servers to be used by the cluster.
    ssh_key str
    The SSH key to be used for the cluster. This is the public key that will be used to access the cluster nodes. ssh_key & ssh_keys are mutually exclusive.

    Deprecated: Deprecated

    ssh_keys Sequence[str]
    List of public SSH (Secure Shell) keys to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
    static_ip bool
    Whether to use static IP addresses for the cluster. If true, the cluster will use static IP addresses. If false, the cluster will use DDNS. Default is false.
    datacenter String
    The name of the datacenter in vSphere. This is the name of the datacenter as it appears in vSphere.
    folder String
    The name of the folder in vSphere. This is the name of the folder as it appears in vSphere.
    hostEndpoint String
    The host endpoint to use for the cluster. This can be IP or FQDN(External/DDNS).
    imageTemplateFolder String
    The name of the image template folder in vSphere. This is the name of the folder as it appears in vSphere.
    networkSearchDomain String
    The search domain to use for the cluster in case of DHCP.
    networkType String
    The type of network to use for the cluster. This can be VIP or DDNS.
    ntpServers List<String>
    A list of NTP servers to be used by the cluster.
    sshKey String
    The SSH key to be used for the cluster. This is the public key that will be used to access the cluster nodes. ssh_key & ssh_keys are mutually exclusive.

    Deprecated: Deprecated

    sshKeys List<String>
    List of public SSH (Secure Shell) keys to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
    staticIp Boolean
    Whether to use static IP addresses for the cluster. If true, the cluster will use static IP addresses. If false, the cluster will use DDNS. Default is false.

    ClusterVsphereClusterProfile, ClusterVsphereClusterProfileArgs

    Id string
    The ID of the cluster profile.
    Packs List<ClusterVsphereClusterProfilePack>
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    Variables Dictionary<string, string>
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    Id string
    The ID of the cluster profile.
    Packs []ClusterVsphereClusterProfilePack
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    Variables map[string]string
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id String
    The ID of the cluster profile.
    packs List<ClusterVsphereClusterProfilePack>
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables Map<String,String>
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id string
    The ID of the cluster profile.
    packs ClusterVsphereClusterProfilePack[]
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables {[key: string]: string}
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id str
    The ID of the cluster profile.
    packs Sequence[ClusterVsphereClusterProfilePack]
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables Mapping[str, str]
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".
    id String
    The ID of the cluster profile.
    packs List<Property Map>
    For packs of type spectro, helm, and manifest, at least one pack must be specified.
    variables Map<String>
    A map of cluster profile variables, specified as key-value pairs. For example: priority = "5".

    ClusterVsphereClusterProfilePack, ClusterVsphereClusterProfilePackArgs

    Name string
    The name of the pack. The name must be unique within the cluster profile.
    Manifests List<ClusterVsphereClusterProfilePackManifest>
    RegistryUid string
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    Tag string
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    Type string
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    Uid string
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    Values string
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    Name string
    The name of the pack. The name must be unique within the cluster profile.
    Manifests []ClusterVsphereClusterProfilePackManifest
    RegistryUid string
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    Tag string
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    Type string
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    Uid string
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    Values string
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name String
    The name of the pack. The name must be unique within the cluster profile.
    manifests List<ClusterVsphereClusterProfilePackManifest>
    registryUid String
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag String
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type String
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid String
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values String
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name string
    The name of the pack. The name must be unique within the cluster profile.
    manifests ClusterVsphereClusterProfilePackManifest[]
    registryUid string
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag string
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type string
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid string
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values string
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name str
    The name of the pack. The name must be unique within the cluster profile.
    manifests Sequence[ClusterVsphereClusterProfilePackManifest]
    registry_uid str
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag str
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type str
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid str
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values str
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.
    name String
    The name of the pack. The name must be unique within the cluster profile.
    manifests List<Property Map>
    registryUid String
    The registry UID of the pack. The registry UID is the unique identifier of the registry. This attribute is required if there is more than one registry that contains a pack with the same name.
    tag String
    The tag of the pack. The tag is the version of the pack. This attribute is required if the pack type is spectro or helm.
    type String
    The type of the pack. Allowed values are spectro, manifest, helm, or oci. The default value is spectro. If using an OCI registry for pack, set the type to oci.
    uid String
    The unique identifier of the pack. The value can be looked up using the spectrocloud.getPack data source. This value is required if the pack type is spectro and for helm if the chart is from a public helm registry.
    values String
    The values of the pack. The values are the configuration values of the pack. The values are specified in YAML format.

    ClusterVsphereClusterProfilePackManifest, ClusterVsphereClusterProfilePackManifestArgs

    Content string
    The content of the manifest. The content is the YAML content of the manifest.
    Name string
    The name of the manifest. The name must be unique within the pack.
    Uid string
    Content string
    The content of the manifest. The content is the YAML content of the manifest.
    Name string
    The name of the manifest. The name must be unique within the pack.
    Uid string
    content String
    The content of the manifest. The content is the YAML content of the manifest.
    name String
    The name of the manifest. The name must be unique within the pack.
    uid String
    content string
    The content of the manifest. The content is the YAML content of the manifest.
    name string
    The name of the manifest. The name must be unique within the pack.
    uid string
    content str
    The content of the manifest. The content is the YAML content of the manifest.
    name str
    The name of the manifest. The name must be unique within the pack.
    uid str
    content String
    The content of the manifest. The content is the YAML content of the manifest.
    name String
    The name of the manifest. The name must be unique within the pack.
    uid String

    ClusterVsphereClusterRbacBinding, ClusterVsphereClusterRbacBindingArgs

    Type string
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    Namespace string
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Role Dictionary<string, string>
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Subjects List<ClusterVsphereClusterRbacBindingSubject>
    Type string
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    Namespace string
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Role map[string]string
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    Subjects []ClusterVsphereClusterRbacBindingSubject
    type String
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace String
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role Map<String,String>
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects List<ClusterVsphereClusterRbacBindingSubject>
    type string
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace string
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role {[key: string]: string}
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects ClusterVsphereClusterRbacBindingSubject[]
    type str
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace str
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role Mapping[str, str]
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects Sequence[ClusterVsphereClusterRbacBindingSubject]
    type String
    The type of the RBAC binding. Can be one of the following values: RoleBinding, or ClusterRoleBinding.
    namespace String
    The Kubernetes namespace of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    role Map<String>
    The role of the RBAC binding. Required if 'type' is set to 'RoleBinding'.
    subjects List<Property Map>

    ClusterVsphereClusterRbacBindingSubject, ClusterVsphereClusterRbacBindingSubjectArgs

    Name string
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    Type string
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    Namespace string
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    Name string
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    Type string
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    Namespace string
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name String
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type String
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace String
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name string
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type string
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace string
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name str
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type str
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace str
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.
    name String
    The name of the subject. Required if 'type' is set to 'User' or 'Group'.
    type String
    The type of the subject. Can be one of the following values: User, Group, or ServiceAccount.
    namespace String
    The Kubernetes namespace of the subject. Required if 'type' is set to 'ServiceAccount'.

    ClusterVsphereHostConfig, ClusterVsphereHostConfigArgs

    ExternalTrafficPolicy string
    The external traffic policy for the cluster.
    HostEndpointType string
    The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
    IngressHost string
    The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
    LoadBalancerSourceRanges string
    The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
    ExternalTrafficPolicy string
    The external traffic policy for the cluster.
    HostEndpointType string
    The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
    IngressHost string
    The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
    LoadBalancerSourceRanges string
    The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
    externalTrafficPolicy String
    The external traffic policy for the cluster.
    hostEndpointType String
    The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
    ingressHost String
    The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
    loadBalancerSourceRanges String
    The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
    externalTrafficPolicy string
    The external traffic policy for the cluster.
    hostEndpointType string
    The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
    ingressHost string
    The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
    loadBalancerSourceRanges string
    The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
    external_traffic_policy str
    The external traffic policy for the cluster.
    host_endpoint_type str
    The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
    ingress_host str
    The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
    load_balancer_source_ranges str
    The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.
    externalTrafficPolicy String
    The external traffic policy for the cluster.
    hostEndpointType String
    The type of endpoint for the cluster. Can be either 'Ingress' or 'LoadBalancer'. The default is 'Ingress'.
    ingressHost String
    The host for the Ingress endpoint. Required if 'hostendpointtype' is set to 'Ingress'.
    loadBalancerSourceRanges String
    The source ranges for the load balancer. Required if 'hostendpointtype' is set to 'LoadBalancer'.

    ClusterVsphereLocationConfig, ClusterVsphereLocationConfigArgs

    Latitude double
    The latitude coordinates value.
    Longitude double
    The longitude coordinates value.
    CountryCode string
    The country code of the country the cluster is located in.
    CountryName string
    The name of the country.
    RegionCode string
    The region code of where the cluster is located in.
    RegionName string
    The name of the region.
    Latitude float64
    The latitude coordinates value.
    Longitude float64
    The longitude coordinates value.
    CountryCode string
    The country code of the country the cluster is located in.
    CountryName string
    The name of the country.
    RegionCode string
    The region code of where the cluster is located in.
    RegionName string
    The name of the region.
    latitude Double
    The latitude coordinates value.
    longitude Double
    The longitude coordinates value.
    countryCode String
    The country code of the country the cluster is located in.
    countryName String
    The name of the country.
    regionCode String
    The region code of where the cluster is located in.
    regionName String
    The name of the region.
    latitude number
    The latitude coordinates value.
    longitude number
    The longitude coordinates value.
    countryCode string
    The country code of the country the cluster is located in.
    countryName string
    The name of the country.
    regionCode string
    The region code of where the cluster is located in.
    regionName string
    The name of the region.
    latitude float
    The latitude coordinates value.
    longitude float
    The longitude coordinates value.
    country_code str
    The country code of the country the cluster is located in.
    country_name str
    The name of the country.
    region_code str
    The region code of where the cluster is located in.
    region_name str
    The name of the region.
    latitude Number
    The latitude coordinates value.
    longitude Number
    The longitude coordinates value.
    countryCode String
    The country code of the country the cluster is located in.
    countryName String
    The name of the country.
    regionCode String
    The region code of where the cluster is located in.
    regionName String
    The name of the region.

    ClusterVsphereMachinePool, ClusterVsphereMachinePoolArgs

    Count double
    Number of nodes in the machine pool.
    InstanceType ClusterVsphereMachinePoolInstanceType
    Name string
    The name of the machine pool. This is used to identify the machine pool in the cluster.
    Placements List<ClusterVsphereMachinePoolPlacement>
    AdditionalLabels Dictionary<string, string>
    ControlPlane bool
    Whether this machine pool is a control plane. Defaults to false.
    ControlPlaneAsWorker bool
    Whether this machine pool is a control plane and a worker. Defaults to false.
    Max double
    Maximum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    Min double
    Minimum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    NodeRepaveInterval double
    Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
    Nodes List<ClusterVsphereMachinePoolNode>
    Taints List<ClusterVsphereMachinePoolTaint>
    UpdateStrategy string
    Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
    Count float64
    Number of nodes in the machine pool.
    InstanceType ClusterVsphereMachinePoolInstanceType
    Name string
    The name of the machine pool. This is used to identify the machine pool in the cluster.
    Placements []ClusterVsphereMachinePoolPlacement
    AdditionalLabels map[string]string
    ControlPlane bool
    Whether this machine pool is a control plane. Defaults to false.
    ControlPlaneAsWorker bool
    Whether this machine pool is a control plane and a worker. Defaults to false.
    Max float64
    Maximum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    Min float64
    Minimum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    NodeRepaveInterval float64
    Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
    Nodes []ClusterVsphereMachinePoolNode
    Taints []ClusterVsphereMachinePoolTaint
    UpdateStrategy string
    Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
    count Double
    Number of nodes in the machine pool.
    instanceType ClusterVsphereMachinePoolInstanceType
    name String
    The name of the machine pool. This is used to identify the machine pool in the cluster.
    placements List<ClusterVsphereMachinePoolPlacement>
    additionalLabels Map<String,String>
    controlPlane Boolean
    Whether this machine pool is a control plane. Defaults to false.
    controlPlaneAsWorker Boolean
    Whether this machine pool is a control plane and a worker. Defaults to false.
    max Double
    Maximum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    min Double
    Minimum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    nodeRepaveInterval Double
    Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
    nodes List<ClusterVsphereMachinePoolNode>
    taints List<ClusterVsphereMachinePoolTaint>
    updateStrategy String
    Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
    count number
    Number of nodes in the machine pool.
    instanceType ClusterVsphereMachinePoolInstanceType
    name string
    The name of the machine pool. This is used to identify the machine pool in the cluster.
    placements ClusterVsphereMachinePoolPlacement[]
    additionalLabels {[key: string]: string}
    controlPlane boolean
    Whether this machine pool is a control plane. Defaults to false.
    controlPlaneAsWorker boolean
    Whether this machine pool is a control plane and a worker. Defaults to false.
    max number
    Maximum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    min number
    Minimum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    nodeRepaveInterval number
    Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
    nodes ClusterVsphereMachinePoolNode[]
    taints ClusterVsphereMachinePoolTaint[]
    updateStrategy string
    Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
    count float
    Number of nodes in the machine pool.
    instance_type ClusterVsphereMachinePoolInstanceType
    name str
    The name of the machine pool. This is used to identify the machine pool in the cluster.
    placements Sequence[ClusterVsphereMachinePoolPlacement]
    additional_labels Mapping[str, str]
    control_plane bool
    Whether this machine pool is a control plane. Defaults to false.
    control_plane_as_worker bool
    Whether this machine pool is a control plane and a worker. Defaults to false.
    max float
    Maximum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    min float
    Minimum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    node_repave_interval float
    Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
    nodes Sequence[ClusterVsphereMachinePoolNode]
    taints Sequence[ClusterVsphereMachinePoolTaint]
    update_strategy str
    Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
    count Number
    Number of nodes in the machine pool.
    instanceType Property Map
    name String
    The name of the machine pool. This is used to identify the machine pool in the cluster.
    placements List<Property Map>
    additionalLabels Map<String>
    controlPlane Boolean
    Whether this machine pool is a control plane. Defaults to false.
    controlPlaneAsWorker Boolean
    Whether this machine pool is a control plane and a worker. Defaults to false.
    max Number
    Maximum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    min Number
    Minimum number of nodes in the machine pool. This is used for autoscaling the machine pool.
    nodeRepaveInterval Number
    Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is 0, Applicable only for worker pools.
    nodes List<Property Map>
    taints List<Property Map>
    updateStrategy String
    Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.

    ClusterVsphereMachinePoolInstanceType, ClusterVsphereMachinePoolInstanceTypeArgs

    Cpu double
    The number of CPUs.
    DiskSizeGb double
    The size of the disk in GB.
    MemoryMb double
    The amount of memory in MB.
    Cpu float64
    The number of CPUs.
    DiskSizeGb float64
    The size of the disk in GB.
    MemoryMb float64
    The amount of memory in MB.
    cpu Double
    The number of CPUs.
    diskSizeGb Double
    The size of the disk in GB.
    memoryMb Double
    The amount of memory in MB.
    cpu number
    The number of CPUs.
    diskSizeGb number
    The size of the disk in GB.
    memoryMb number
    The amount of memory in MB.
    cpu float
    The number of CPUs.
    disk_size_gb float
    The size of the disk in GB.
    memory_mb float
    The amount of memory in MB.
    cpu Number
    The number of CPUs.
    diskSizeGb Number
    The size of the disk in GB.
    memoryMb Number
    The amount of memory in MB.

    ClusterVsphereMachinePoolNode, ClusterVsphereMachinePoolNodeArgs

    Action string
    The action to perform on the node. Valid values are: cordon, uncordon.
    NodeId string
    The node_id of the node, For example i-07f899a33dee624f7
    Action string
    The action to perform on the node. Valid values are: cordon, uncordon.
    NodeId string
    The node_id of the node, For example i-07f899a33dee624f7
    action String
    The action to perform on the node. Valid values are: cordon, uncordon.
    nodeId String
    The node_id of the node, For example i-07f899a33dee624f7
    action string
    The action to perform on the node. Valid values are: cordon, uncordon.
    nodeId string
    The node_id of the node, For example i-07f899a33dee624f7
    action str
    The action to perform on the node. Valid values are: cordon, uncordon.
    node_id str
    The node_id of the node, For example i-07f899a33dee624f7
    action String
    The action to perform on the node. Valid values are: cordon, uncordon.
    nodeId String
    The node_id of the node, For example i-07f899a33dee624f7

    ClusterVsphereMachinePoolPlacement, ClusterVsphereMachinePoolPlacementArgs

    Cluster string
    The name of the cluster to use for the machine pool. As it appears in the vSphere.
    Datastore string
    The name of the datastore to use for the machine pool. As it appears in the vSphere.
    Network string
    The name of the network to use for the machine pool. As it appears in the vSphere.
    ResourcePool string
    The name of the resource pool to use for the machine pool. As it appears in the vSphere.
    Id string
    The ID of this resource.
    StaticIpPoolId string
    The ID of the static IP pool to use for the machine pool in case of static cluster placement.
    Cluster string
    The name of the cluster to use for the machine pool. As it appears in the vSphere.
    Datastore string
    The name of the datastore to use for the machine pool. As it appears in the vSphere.
    Network string
    The name of the network to use for the machine pool. As it appears in the vSphere.
    ResourcePool string
    The name of the resource pool to use for the machine pool. As it appears in the vSphere.
    Id string
    The ID of this resource.
    StaticIpPoolId string
    The ID of the static IP pool to use for the machine pool in case of static cluster placement.
    cluster String
    The name of the cluster to use for the machine pool. As it appears in the vSphere.
    datastore String
    The name of the datastore to use for the machine pool. As it appears in the vSphere.
    network String
    The name of the network to use for the machine pool. As it appears in the vSphere.
    resourcePool String
    The name of the resource pool to use for the machine pool. As it appears in the vSphere.
    id String
    The ID of this resource.
    staticIpPoolId String
    The ID of the static IP pool to use for the machine pool in case of static cluster placement.
    cluster string
    The name of the cluster to use for the machine pool. As it appears in the vSphere.
    datastore string
    The name of the datastore to use for the machine pool. As it appears in the vSphere.
    network string
    The name of the network to use for the machine pool. As it appears in the vSphere.
    resourcePool string
    The name of the resource pool to use for the machine pool. As it appears in the vSphere.
    id string
    The ID of this resource.
    staticIpPoolId string
    The ID of the static IP pool to use for the machine pool in case of static cluster placement.
    cluster str
    The name of the cluster to use for the machine pool. As it appears in the vSphere.
    datastore str
    The name of the datastore to use for the machine pool. As it appears in the vSphere.
    network str
    The name of the network to use for the machine pool. As it appears in the vSphere.
    resource_pool str
    The name of the resource pool to use for the machine pool. As it appears in the vSphere.
    id str
    The ID of this resource.
    static_ip_pool_id str
    The ID of the static IP pool to use for the machine pool in case of static cluster placement.
    cluster String
    The name of the cluster to use for the machine pool. As it appears in the vSphere.
    datastore String
    The name of the datastore to use for the machine pool. As it appears in the vSphere.
    network String
    The name of the network to use for the machine pool. As it appears in the vSphere.
    resourcePool String
    The name of the resource pool to use for the machine pool. As it appears in the vSphere.
    id String
    The ID of this resource.
    staticIpPoolId String
    The ID of the static IP pool to use for the machine pool in case of static cluster placement.

    ClusterVsphereMachinePoolTaint, ClusterVsphereMachinePoolTaintArgs

    Effect string
    The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
    Key string
    The key of the taint.
    Value string
    The value of the taint.
    Effect string
    The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
    Key string
    The key of the taint.
    Value string
    The value of the taint.
    effect String
    The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
    key String
    The key of the taint.
    value String
    The value of the taint.
    effect string
    The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
    key string
    The key of the taint.
    value string
    The value of the taint.
    effect str
    The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
    key str
    The key of the taint.
    value str
    The value of the taint.
    effect String
    The effect of the taint. Allowed values are: NoSchedule, PreferNoSchedule or NoExecute.
    key String
    The key of the taint.
    value String
    The value of the taint.

    ClusterVsphereNamespace, ClusterVsphereNamespaceArgs

    Name string
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    ResourceAllocation Dictionary<string, string>
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    ImagesBlacklists List<string>
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    Name string
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    ResourceAllocation map[string]string
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    ImagesBlacklists []string
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name String
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resourceAllocation Map<String,String>
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    imagesBlacklists List<String>
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name string
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resourceAllocation {[key: string]: string}
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    imagesBlacklists string[]
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name str
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resource_allocation Mapping[str, str]
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    images_blacklists Sequence[str]
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']
    name String
    Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
    resourceAllocation Map<String>
    Resource allocation for the namespace. This is a map containing the resource type and the resource value. For example, {cpu_cores: '2', memory_MiB: '2048'}
    imagesBlacklists List<String>
    List of images to disallow for the namespace. For example, ['nginx:latest', 'redis:latest']

    ClusterVsphereScanPolicy, ClusterVsphereScanPolicyArgs

    ConfigurationScanSchedule string
    The schedule for configuration scan.
    ConformanceScanSchedule string
    The schedule for conformance scan.
    PenetrationScanSchedule string
    The schedule for penetration scan.
    ConfigurationScanSchedule string
    The schedule for configuration scan.
    ConformanceScanSchedule string
    The schedule for conformance scan.
    PenetrationScanSchedule string
    The schedule for penetration scan.
    configurationScanSchedule String
    The schedule for configuration scan.
    conformanceScanSchedule String
    The schedule for conformance scan.
    penetrationScanSchedule String
    The schedule for penetration scan.
    configurationScanSchedule string
    The schedule for configuration scan.
    conformanceScanSchedule string
    The schedule for conformance scan.
    penetrationScanSchedule string
    The schedule for penetration scan.
    configuration_scan_schedule str
    The schedule for configuration scan.
    conformance_scan_schedule str
    The schedule for conformance scan.
    penetration_scan_schedule str
    The schedule for penetration scan.
    configurationScanSchedule String
    The schedule for configuration scan.
    conformanceScanSchedule String
    The schedule for conformance scan.
    penetrationScanSchedule String
    The schedule for penetration scan.

    ClusterVsphereTimeouts, ClusterVsphereTimeoutsArgs

    Create string
    Delete string
    Update string
    Create string
    Delete string
    Update string
    create String
    delete String
    update String
    create string
    delete string
    update string
    create str
    delete str
    update str
    create String
    delete String
    update String

    Package Details

    Repository
    spectrocloud spectrocloud/terraform-provider-spectrocloud
    License
    Notes
    This Pulumi package is based on the spectrocloud Terraform Provider.
    spectrocloud logo
    spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud