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

spectrocloud.ClusterEdgeVsphere

Explore with Pulumi AI

Create ClusterEdgeVsphere Resource

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

Constructor syntax

new ClusterEdgeVsphere(name: string, args: ClusterEdgeVsphereArgs, opts?: CustomResourceOptions);
@overload
def ClusterEdgeVsphere(resource_name: str,
                       args: ClusterEdgeVsphereArgs,
                       opts: Optional[ResourceOptions] = None)

@overload
def ClusterEdgeVsphere(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       edge_host_uid: Optional[str] = None,
                       cloud_config: Optional[ClusterEdgeVsphereCloudConfigArgs] = None,
                       machine_pools: Optional[Sequence[ClusterEdgeVsphereMachinePoolArgs]] = None,
                       location_configs: Optional[Sequence[ClusterEdgeVsphereLocationConfigArgs]] = None,
                       name: Optional[str] = None,
                       cluster_rbac_bindings: Optional[Sequence[ClusterEdgeVsphereClusterRbacBindingArgs]] = None,
                       context: Optional[str] = None,
                       description: Optional[str] = None,
                       cluster_meta_attribute: Optional[str] = None,
                       force_delete: Optional[bool] = None,
                       force_delete_delay: Optional[float] = None,
                       host_configs: Optional[Sequence[ClusterEdgeVsphereHostConfigArgs]] = None,
                       backup_policy: Optional[ClusterEdgeVsphereBackupPolicyArgs] = None,
                       cluster_edge_vsphere_id: Optional[str] = None,
                       cluster_profiles: Optional[Sequence[ClusterEdgeVsphereClusterProfileArgs]] = None,
                       namespaces: Optional[Sequence[ClusterEdgeVsphereNamespaceArgs]] = 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[ClusterEdgeVsphereScanPolicyArgs] = None,
                       skip_completion: Optional[bool] = None,
                       tags: Optional[Sequence[str]] = None,
                       timeouts: Optional[ClusterEdgeVsphereTimeoutsArgs] = None)
func NewClusterEdgeVsphere(ctx *Context, name string, args ClusterEdgeVsphereArgs, opts ...ResourceOption) (*ClusterEdgeVsphere, error)
public ClusterEdgeVsphere(string name, ClusterEdgeVsphereArgs args, CustomResourceOptions? opts = null)
public ClusterEdgeVsphere(String name, ClusterEdgeVsphereArgs args)
public ClusterEdgeVsphere(String name, ClusterEdgeVsphereArgs args, CustomResourceOptions options)
type: spectrocloud:ClusterEdgeVsphere
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ClusterEdgeVsphereArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ClusterEdgeVsphereArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ClusterEdgeVsphereArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ClusterEdgeVsphereArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ClusterEdgeVsphereArgs
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 clusterEdgeVsphereResource = new Spectrocloud.ClusterEdgeVsphere("clusterEdgeVsphereResource", new()
{
    EdgeHostUid = "string",
    CloudConfig = new Spectrocloud.Inputs.ClusterEdgeVsphereCloudConfigArgs
    {
        Datacenter = "string",
        Folder = "string",
        Vip = "string",
        ImageTemplateFolder = "string",
        NetworkSearchDomain = "string",
        NetworkType = "string",
        SshKey = "string",
        SshKeys = new[]
        {
            "string",
        },
        StaticIp = false,
    },
    MachinePools = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeVsphereMachinePoolArgs
        {
            Count = 0,
            InstanceType = new Spectrocloud.Inputs.ClusterEdgeVsphereMachinePoolInstanceTypeArgs
            {
                Cpu = 0,
                DiskSizeGb = 0,
                MemoryMb = 0,
            },
            Name = "string",
            Placements = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeVsphereMachinePoolPlacementArgs
                {
                    Cluster = "string",
                    Datastore = "string",
                    Network = "string",
                    ResourcePool = "string",
                    Id = "string",
                    StaticIpPoolId = "string",
                },
            },
            AdditionalLabels = 
            {
                { "string", "string" },
            },
            ControlPlane = false,
            ControlPlaneAsWorker = false,
            NodeRepaveInterval = 0,
            Nodes = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeVsphereMachinePoolNodeArgs
                {
                    Action = "string",
                    NodeId = "string",
                },
            },
            Taints = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeVsphereMachinePoolTaintArgs
                {
                    Effect = "string",
                    Key = "string",
                    Value = "string",
                },
            },
            UpdateStrategy = "string",
        },
    },
    LocationConfigs = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeVsphereLocationConfigArgs
        {
            Latitude = 0,
            Longitude = 0,
            CountryCode = "string",
            CountryName = "string",
            RegionCode = "string",
            RegionName = "string",
        },
    },
    Name = "string",
    ClusterRbacBindings = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeVsphereClusterRbacBindingArgs
        {
            Type = "string",
            Namespace = "string",
            Role = 
            {
                { "string", "string" },
            },
            Subjects = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeVsphereClusterRbacBindingSubjectArgs
                {
                    Name = "string",
                    Type = "string",
                    Namespace = "string",
                },
            },
        },
    },
    Context = "string",
    Description = "string",
    ClusterMetaAttribute = "string",
    ForceDelete = false,
    ForceDeleteDelay = 0,
    HostConfigs = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeVsphereHostConfigArgs
        {
            ExternalTrafficPolicy = "string",
            HostEndpointType = "string",
            IngressHost = "string",
            LoadBalancerSourceRanges = "string",
        },
    },
    BackupPolicy = new Spectrocloud.Inputs.ClusterEdgeVsphereBackupPolicyArgs
    {
        BackupLocationId = "string",
        ExpiryInHour = 0,
        Prefix = "string",
        Schedule = "string",
        ClusterUids = new[]
        {
            "string",
        },
        IncludeAllClusters = false,
        IncludeClusterResources = false,
        IncludeClusterResourcesMode = "string",
        IncludeDisks = false,
        Namespaces = new[]
        {
            "string",
        },
    },
    ClusterEdgeVsphereId = "string",
    ClusterProfiles = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeVsphereClusterProfileArgs
        {
            Id = "string",
            Packs = new[]
            {
                new Spectrocloud.Inputs.ClusterEdgeVsphereClusterProfilePackArgs
                {
                    Name = "string",
                    Manifests = new[]
                    {
                        new Spectrocloud.Inputs.ClusterEdgeVsphereClusterProfilePackManifestArgs
                        {
                            Content = "string",
                            Name = "string",
                            Uid = "string",
                        },
                    },
                    RegistryUid = "string",
                    Tag = "string",
                    Type = "string",
                    Uid = "string",
                    Values = "string",
                },
            },
            Variables = 
            {
                { "string", "string" },
            },
        },
    },
    Namespaces = new[]
    {
        new Spectrocloud.Inputs.ClusterEdgeVsphereNamespaceArgs
        {
            Name = "string",
            ResourceAllocation = 
            {
                { "string", "string" },
            },
            ImagesBlacklists = new[]
            {
                "string",
            },
        },
    },
    OsPatchAfter = "string",
    OsPatchOnBoot = false,
    OsPatchSchedule = "string",
    PauseAgentUpgrades = "string",
    ReviewRepaveState = "string",
    ScanPolicy = new Spectrocloud.Inputs.ClusterEdgeVsphereScanPolicyArgs
    {
        ConfigurationScanSchedule = "string",
        ConformanceScanSchedule = "string",
        PenetrationScanSchedule = "string",
    },
    SkipCompletion = false,
    Tags = new[]
    {
        "string",
    },
    Timeouts = new Spectrocloud.Inputs.ClusterEdgeVsphereTimeoutsArgs
    {
        Create = "string",
        Delete = "string",
        Update = "string",
    },
});
Copy
example, err := spectrocloud.NewClusterEdgeVsphere(ctx, "clusterEdgeVsphereResource", &spectrocloud.ClusterEdgeVsphereArgs{
	EdgeHostUid: pulumi.String("string"),
	CloudConfig: &spectrocloud.ClusterEdgeVsphereCloudConfigArgs{
		Datacenter:          pulumi.String("string"),
		Folder:              pulumi.String("string"),
		Vip:                 pulumi.String("string"),
		ImageTemplateFolder: pulumi.String("string"),
		NetworkSearchDomain: pulumi.String("string"),
		NetworkType:         pulumi.String("string"),
		SshKey:              pulumi.String("string"),
		SshKeys: pulumi.StringArray{
			pulumi.String("string"),
		},
		StaticIp: pulumi.Bool(false),
	},
	MachinePools: spectrocloud.ClusterEdgeVsphereMachinePoolArray{
		&spectrocloud.ClusterEdgeVsphereMachinePoolArgs{
			Count: pulumi.Float64(0),
			InstanceType: &spectrocloud.ClusterEdgeVsphereMachinePoolInstanceTypeArgs{
				Cpu:        pulumi.Float64(0),
				DiskSizeGb: pulumi.Float64(0),
				MemoryMb:   pulumi.Float64(0),
			},
			Name: pulumi.String("string"),
			Placements: spectrocloud.ClusterEdgeVsphereMachinePoolPlacementArray{
				&spectrocloud.ClusterEdgeVsphereMachinePoolPlacementArgs{
					Cluster:        pulumi.String("string"),
					Datastore:      pulumi.String("string"),
					Network:        pulumi.String("string"),
					ResourcePool:   pulumi.String("string"),
					Id:             pulumi.String("string"),
					StaticIpPoolId: pulumi.String("string"),
				},
			},
			AdditionalLabels: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			ControlPlane:         pulumi.Bool(false),
			ControlPlaneAsWorker: pulumi.Bool(false),
			NodeRepaveInterval:   pulumi.Float64(0),
			Nodes: spectrocloud.ClusterEdgeVsphereMachinePoolNodeArray{
				&spectrocloud.ClusterEdgeVsphereMachinePoolNodeArgs{
					Action: pulumi.String("string"),
					NodeId: pulumi.String("string"),
				},
			},
			Taints: spectrocloud.ClusterEdgeVsphereMachinePoolTaintArray{
				&spectrocloud.ClusterEdgeVsphereMachinePoolTaintArgs{
					Effect: pulumi.String("string"),
					Key:    pulumi.String("string"),
					Value:  pulumi.String("string"),
				},
			},
			UpdateStrategy: pulumi.String("string"),
		},
	},
	LocationConfigs: spectrocloud.ClusterEdgeVsphereLocationConfigArray{
		&spectrocloud.ClusterEdgeVsphereLocationConfigArgs{
			Latitude:    pulumi.Float64(0),
			Longitude:   pulumi.Float64(0),
			CountryCode: pulumi.String("string"),
			CountryName: pulumi.String("string"),
			RegionCode:  pulumi.String("string"),
			RegionName:  pulumi.String("string"),
		},
	},
	Name: pulumi.String("string"),
	ClusterRbacBindings: spectrocloud.ClusterEdgeVsphereClusterRbacBindingArray{
		&spectrocloud.ClusterEdgeVsphereClusterRbacBindingArgs{
			Type:      pulumi.String("string"),
			Namespace: pulumi.String("string"),
			Role: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			Subjects: spectrocloud.ClusterEdgeVsphereClusterRbacBindingSubjectArray{
				&spectrocloud.ClusterEdgeVsphereClusterRbacBindingSubjectArgs{
					Name:      pulumi.String("string"),
					Type:      pulumi.String("string"),
					Namespace: pulumi.String("string"),
				},
			},
		},
	},
	Context:              pulumi.String("string"),
	Description:          pulumi.String("string"),
	ClusterMetaAttribute: pulumi.String("string"),
	ForceDelete:          pulumi.Bool(false),
	ForceDeleteDelay:     pulumi.Float64(0),
	HostConfigs: spectrocloud.ClusterEdgeVsphereHostConfigArray{
		&spectrocloud.ClusterEdgeVsphereHostConfigArgs{
			ExternalTrafficPolicy:    pulumi.String("string"),
			HostEndpointType:         pulumi.String("string"),
			IngressHost:              pulumi.String("string"),
			LoadBalancerSourceRanges: pulumi.String("string"),
		},
	},
	BackupPolicy: &spectrocloud.ClusterEdgeVsphereBackupPolicyArgs{
		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"),
		},
	},
	ClusterEdgeVsphereId: pulumi.String("string"),
	ClusterProfiles: spectrocloud.ClusterEdgeVsphereClusterProfileArray{
		&spectrocloud.ClusterEdgeVsphereClusterProfileArgs{
			Id: pulumi.String("string"),
			Packs: spectrocloud.ClusterEdgeVsphereClusterProfilePackArray{
				&spectrocloud.ClusterEdgeVsphereClusterProfilePackArgs{
					Name: pulumi.String("string"),
					Manifests: spectrocloud.ClusterEdgeVsphereClusterProfilePackManifestArray{
						&spectrocloud.ClusterEdgeVsphereClusterProfilePackManifestArgs{
							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"),
			},
		},
	},
	Namespaces: spectrocloud.ClusterEdgeVsphereNamespaceArray{
		&spectrocloud.ClusterEdgeVsphereNamespaceArgs{
			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.ClusterEdgeVsphereScanPolicyArgs{
		ConfigurationScanSchedule: pulumi.String("string"),
		ConformanceScanSchedule:   pulumi.String("string"),
		PenetrationScanSchedule:   pulumi.String("string"),
	},
	SkipCompletion: pulumi.Bool(false),
	Tags: pulumi.StringArray{
		pulumi.String("string"),
	},
	Timeouts: &spectrocloud.ClusterEdgeVsphereTimeoutsArgs{
		Create: pulumi.String("string"),
		Delete: pulumi.String("string"),
		Update: pulumi.String("string"),
	},
})
Copy
var clusterEdgeVsphereResource = new ClusterEdgeVsphere("clusterEdgeVsphereResource", ClusterEdgeVsphereArgs.builder()
    .edgeHostUid("string")
    .cloudConfig(ClusterEdgeVsphereCloudConfigArgs.builder()
        .datacenter("string")
        .folder("string")
        .vip("string")
        .imageTemplateFolder("string")
        .networkSearchDomain("string")
        .networkType("string")
        .sshKey("string")
        .sshKeys("string")
        .staticIp(false)
        .build())
    .machinePools(ClusterEdgeVsphereMachinePoolArgs.builder()
        .count(0)
        .instanceType(ClusterEdgeVsphereMachinePoolInstanceTypeArgs.builder()
            .cpu(0)
            .diskSizeGb(0)
            .memoryMb(0)
            .build())
        .name("string")
        .placements(ClusterEdgeVsphereMachinePoolPlacementArgs.builder()
            .cluster("string")
            .datastore("string")
            .network("string")
            .resourcePool("string")
            .id("string")
            .staticIpPoolId("string")
            .build())
        .additionalLabels(Map.of("string", "string"))
        .controlPlane(false)
        .controlPlaneAsWorker(false)
        .nodeRepaveInterval(0)
        .nodes(ClusterEdgeVsphereMachinePoolNodeArgs.builder()
            .action("string")
            .nodeId("string")
            .build())
        .taints(ClusterEdgeVsphereMachinePoolTaintArgs.builder()
            .effect("string")
            .key("string")
            .value("string")
            .build())
        .updateStrategy("string")
        .build())
    .locationConfigs(ClusterEdgeVsphereLocationConfigArgs.builder()
        .latitude(0)
        .longitude(0)
        .countryCode("string")
        .countryName("string")
        .regionCode("string")
        .regionName("string")
        .build())
    .name("string")
    .clusterRbacBindings(ClusterEdgeVsphereClusterRbacBindingArgs.builder()
        .type("string")
        .namespace("string")
        .role(Map.of("string", "string"))
        .subjects(ClusterEdgeVsphereClusterRbacBindingSubjectArgs.builder()
            .name("string")
            .type("string")
            .namespace("string")
            .build())
        .build())
    .context("string")
    .description("string")
    .clusterMetaAttribute("string")
    .forceDelete(false)
    .forceDeleteDelay(0)
    .hostConfigs(ClusterEdgeVsphereHostConfigArgs.builder()
        .externalTrafficPolicy("string")
        .hostEndpointType("string")
        .ingressHost("string")
        .loadBalancerSourceRanges("string")
        .build())
    .backupPolicy(ClusterEdgeVsphereBackupPolicyArgs.builder()
        .backupLocationId("string")
        .expiryInHour(0)
        .prefix("string")
        .schedule("string")
        .clusterUids("string")
        .includeAllClusters(false)
        .includeClusterResources(false)
        .includeClusterResourcesMode("string")
        .includeDisks(false)
        .namespaces("string")
        .build())
    .clusterEdgeVsphereId("string")
    .clusterProfiles(ClusterEdgeVsphereClusterProfileArgs.builder()
        .id("string")
        .packs(ClusterEdgeVsphereClusterProfilePackArgs.builder()
            .name("string")
            .manifests(ClusterEdgeVsphereClusterProfilePackManifestArgs.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())
    .namespaces(ClusterEdgeVsphereNamespaceArgs.builder()
        .name("string")
        .resourceAllocation(Map.of("string", "string"))
        .imagesBlacklists("string")
        .build())
    .osPatchAfter("string")
    .osPatchOnBoot(false)
    .osPatchSchedule("string")
    .pauseAgentUpgrades("string")
    .reviewRepaveState("string")
    .scanPolicy(ClusterEdgeVsphereScanPolicyArgs.builder()
        .configurationScanSchedule("string")
        .conformanceScanSchedule("string")
        .penetrationScanSchedule("string")
        .build())
    .skipCompletion(false)
    .tags("string")
    .timeouts(ClusterEdgeVsphereTimeoutsArgs.builder()
        .create("string")
        .delete("string")
        .update("string")
        .build())
    .build());
Copy
cluster_edge_vsphere_resource = spectrocloud.ClusterEdgeVsphere("clusterEdgeVsphereResource",
    edge_host_uid="string",
    cloud_config={
        "datacenter": "string",
        "folder": "string",
        "vip": "string",
        "image_template_folder": "string",
        "network_search_domain": "string",
        "network_type": "string",
        "ssh_key": "string",
        "ssh_keys": ["string"],
        "static_ip": False,
    },
    machine_pools=[{
        "count": 0,
        "instance_type": {
            "cpu": 0,
            "disk_size_gb": 0,
            "memory_mb": 0,
        },
        "name": "string",
        "placements": [{
            "cluster": "string",
            "datastore": "string",
            "network": "string",
            "resource_pool": "string",
            "id": "string",
            "static_ip_pool_id": "string",
        }],
        "additional_labels": {
            "string": "string",
        },
        "control_plane": False,
        "control_plane_as_worker": False,
        "node_repave_interval": 0,
        "nodes": [{
            "action": "string",
            "node_id": "string",
        }],
        "taints": [{
            "effect": "string",
            "key": "string",
            "value": "string",
        }],
        "update_strategy": "string",
    }],
    location_configs=[{
        "latitude": 0,
        "longitude": 0,
        "country_code": "string",
        "country_name": "string",
        "region_code": "string",
        "region_name": "string",
    }],
    name="string",
    cluster_rbac_bindings=[{
        "type": "string",
        "namespace": "string",
        "role": {
            "string": "string",
        },
        "subjects": [{
            "name": "string",
            "type": "string",
            "namespace": "string",
        }],
    }],
    context="string",
    description="string",
    cluster_meta_attribute="string",
    force_delete=False,
    force_delete_delay=0,
    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_edge_vsphere_id="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",
        },
    }],
    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",
    })
Copy
const clusterEdgeVsphereResource = new spectrocloud.ClusterEdgeVsphere("clusterEdgeVsphereResource", {
    edgeHostUid: "string",
    cloudConfig: {
        datacenter: "string",
        folder: "string",
        vip: "string",
        imageTemplateFolder: "string",
        networkSearchDomain: "string",
        networkType: "string",
        sshKey: "string",
        sshKeys: ["string"],
        staticIp: false,
    },
    machinePools: [{
        count: 0,
        instanceType: {
            cpu: 0,
            diskSizeGb: 0,
            memoryMb: 0,
        },
        name: "string",
        placements: [{
            cluster: "string",
            datastore: "string",
            network: "string",
            resourcePool: "string",
            id: "string",
            staticIpPoolId: "string",
        }],
        additionalLabels: {
            string: "string",
        },
        controlPlane: false,
        controlPlaneAsWorker: false,
        nodeRepaveInterval: 0,
        nodes: [{
            action: "string",
            nodeId: "string",
        }],
        taints: [{
            effect: "string",
            key: "string",
            value: "string",
        }],
        updateStrategy: "string",
    }],
    locationConfigs: [{
        latitude: 0,
        longitude: 0,
        countryCode: "string",
        countryName: "string",
        regionCode: "string",
        regionName: "string",
    }],
    name: "string",
    clusterRbacBindings: [{
        type: "string",
        namespace: "string",
        role: {
            string: "string",
        },
        subjects: [{
            name: "string",
            type: "string",
            namespace: "string",
        }],
    }],
    context: "string",
    description: "string",
    clusterMetaAttribute: "string",
    forceDelete: false,
    forceDeleteDelay: 0,
    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"],
    },
    clusterEdgeVsphereId: "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",
        },
    }],
    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",
    },
});
Copy
type: spectrocloud:ClusterEdgeVsphere
properties:
    backupPolicy:
        backupLocationId: string
        clusterUids:
            - string
        expiryInHour: 0
        includeAllClusters: false
        includeClusterResources: false
        includeClusterResourcesMode: string
        includeDisks: false
        namespaces:
            - string
        prefix: string
        schedule: string
    cloudConfig:
        datacenter: string
        folder: string
        imageTemplateFolder: string
        networkSearchDomain: string
        networkType: string
        sshKey: string
        sshKeys:
            - string
        staticIp: false
        vip: string
    clusterEdgeVsphereId: string
    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
    context: string
    description: string
    edgeHostUid: 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
          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
Copy

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

CloudConfig This property is required. ClusterEdgeVsphereCloudConfig
EdgeHostUid This property is required. string
MachinePools This property is required. List<ClusterEdgeVsphereMachinePool>
BackupPolicy ClusterEdgeVsphereBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
ClusterEdgeVsphereId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles List<ClusterEdgeVsphereClusterProfile>
ClusterRbacBindings List<ClusterEdgeVsphereClusterRbacBinding>
The RBAC binding for the cluster.
Context string
The context of the Edge 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<ClusterEdgeVsphereHostConfig>
The host configuration for the cluster.
LocationConfigs List<ClusterEdgeVsphereLocationConfig>
Name string
Namespaces List<ClusterEdgeVsphereNamespace>
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicy
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 ClusterEdgeVsphereTimeouts
CloudConfig This property is required. ClusterEdgeVsphereCloudConfigArgs
EdgeHostUid This property is required. string
MachinePools This property is required. []ClusterEdgeVsphereMachinePoolArgs
BackupPolicy ClusterEdgeVsphereBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
ClusterEdgeVsphereId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles []ClusterEdgeVsphereClusterProfileArgs
ClusterRbacBindings []ClusterEdgeVsphereClusterRbacBindingArgs
The RBAC binding for the cluster.
Context string
The context of the Edge 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 []ClusterEdgeVsphereHostConfigArgs
The host configuration for the cluster.
LocationConfigs []ClusterEdgeVsphereLocationConfigArgs
Name string
Namespaces []ClusterEdgeVsphereNamespaceArgs
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicyArgs
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 ClusterEdgeVsphereTimeoutsArgs
cloudConfig This property is required. ClusterEdgeVsphereCloudConfig
edgeHostUid This property is required. String
machinePools This property is required. List<ClusterEdgeVsphereMachinePool>
backupPolicy ClusterEdgeVsphereBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
clusterEdgeVsphereId String
The ID of this resource.
clusterMetaAttribute String
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles List<ClusterEdgeVsphereClusterProfile>
clusterRbacBindings List<ClusterEdgeVsphereClusterRbacBinding>
The RBAC binding for the cluster.
context String
The context of the Edge 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<ClusterEdgeVsphereHostConfig>
The host configuration for the cluster.
locationConfigs List<ClusterEdgeVsphereLocationConfig>
name String
namespaces List<ClusterEdgeVsphereNamespace>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicy
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 ClusterEdgeVsphereTimeouts
cloudConfig This property is required. ClusterEdgeVsphereCloudConfig
edgeHostUid This property is required. string
machinePools This property is required. ClusterEdgeVsphereMachinePool[]
backupPolicy ClusterEdgeVsphereBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
clusterEdgeVsphereId string
The ID of this resource.
clusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles ClusterEdgeVsphereClusterProfile[]
clusterRbacBindings ClusterEdgeVsphereClusterRbacBinding[]
The RBAC binding for the cluster.
context string
The context of the Edge 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 ClusterEdgeVsphereHostConfig[]
The host configuration for the cluster.
locationConfigs ClusterEdgeVsphereLocationConfig[]
name string
namespaces ClusterEdgeVsphereNamespace[]
The namespaces for the cluster.
osPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule string
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicy
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 ClusterEdgeVsphereTimeouts
cloud_config This property is required. ClusterEdgeVsphereCloudConfigArgs
edge_host_uid This property is required. str
machine_pools This property is required. Sequence[ClusterEdgeVsphereMachinePoolArgs]
backup_policy ClusterEdgeVsphereBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
cluster_edge_vsphere_id str
The ID of this resource.
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[ClusterEdgeVsphereClusterProfileArgs]
cluster_rbac_bindings Sequence[ClusterEdgeVsphereClusterRbacBindingArgs]
The RBAC binding for the cluster.
context str
The context of the Edge 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[ClusterEdgeVsphereHostConfigArgs]
The host configuration for the cluster.
location_configs Sequence[ClusterEdgeVsphereLocationConfigArgs]
name str
namespaces Sequence[ClusterEdgeVsphereNamespaceArgs]
The namespaces for the cluster.
os_patch_after str
Date and time after which to patch cluster 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
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicyArgs
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 ClusterEdgeVsphereTimeoutsArgs
cloudConfig This property is required. Property Map
edgeHostUid This property is required. String
machinePools This property is required. List<Property Map>
backupPolicy Property Map
The backup policy for the cluster. If not specified, no backups will be taken.
clusterEdgeVsphereId String
The ID of this resource.
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.
context String
The context of the Edge 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
namespaces List<Property Map>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphere 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 ClusterEdgeVsphere Resource

Get an existing ClusterEdgeVsphere 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?: ClusterEdgeVsphereState, opts?: CustomResourceOptions): ClusterEdgeVsphere
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        admin_kube_config: Optional[str] = None,
        backup_policy: Optional[ClusterEdgeVsphereBackupPolicyArgs] = None,
        cloud_config: Optional[ClusterEdgeVsphereCloudConfigArgs] = None,
        cloud_config_id: Optional[str] = None,
        cluster_edge_vsphere_id: Optional[str] = None,
        cluster_meta_attribute: Optional[str] = None,
        cluster_profiles: Optional[Sequence[ClusterEdgeVsphereClusterProfileArgs]] = None,
        cluster_rbac_bindings: Optional[Sequence[ClusterEdgeVsphereClusterRbacBindingArgs]] = None,
        context: Optional[str] = None,
        description: Optional[str] = None,
        edge_host_uid: Optional[str] = None,
        force_delete: Optional[bool] = None,
        force_delete_delay: Optional[float] = None,
        host_configs: Optional[Sequence[ClusterEdgeVsphereHostConfigArgs]] = None,
        kubeconfig: Optional[str] = None,
        location_configs: Optional[Sequence[ClusterEdgeVsphereLocationConfigArgs]] = None,
        machine_pools: Optional[Sequence[ClusterEdgeVsphereMachinePoolArgs]] = None,
        name: Optional[str] = None,
        namespaces: Optional[Sequence[ClusterEdgeVsphereNamespaceArgs]] = 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[ClusterEdgeVsphereScanPolicyArgs] = None,
        skip_completion: Optional[bool] = None,
        tags: Optional[Sequence[str]] = None,
        timeouts: Optional[ClusterEdgeVsphereTimeoutsArgs] = None) -> ClusterEdgeVsphere
func GetClusterEdgeVsphere(ctx *Context, name string, id IDInput, state *ClusterEdgeVsphereState, opts ...ResourceOption) (*ClusterEdgeVsphere, error)
public static ClusterEdgeVsphere Get(string name, Input<string> id, ClusterEdgeVsphereState? state, CustomResourceOptions? opts = null)
public static ClusterEdgeVsphere get(String name, Output<String> id, ClusterEdgeVsphereState state, CustomResourceOptions options)
resources:  _:    type: spectrocloud:ClusterEdgeVsphere    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
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.
BackupPolicy ClusterEdgeVsphereBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
CloudConfig ClusterEdgeVsphereCloudConfig
CloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

ClusterEdgeVsphereId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles List<ClusterEdgeVsphereClusterProfile>
ClusterRbacBindings List<ClusterEdgeVsphereClusterRbacBinding>
The RBAC binding for the cluster.
Context string
The context of the Edge 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.
EdgeHostUid 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<ClusterEdgeVsphereHostConfig>
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<ClusterEdgeVsphereLocationConfig>
MachinePools List<ClusterEdgeVsphereMachinePool>
Name string
Namespaces List<ClusterEdgeVsphereNamespace>
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicy
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 ClusterEdgeVsphereTimeouts
AdminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
BackupPolicy ClusterEdgeVsphereBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
CloudConfig ClusterEdgeVsphereCloudConfigArgs
CloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

ClusterEdgeVsphereId string
The ID of this resource.
ClusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
ClusterProfiles []ClusterEdgeVsphereClusterProfileArgs
ClusterRbacBindings []ClusterEdgeVsphereClusterRbacBindingArgs
The RBAC binding for the cluster.
Context string
The context of the Edge 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.
EdgeHostUid 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 []ClusterEdgeVsphereHostConfigArgs
The host configuration for the cluster.
Kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
LocationConfigs []ClusterEdgeVsphereLocationConfigArgs
MachinePools []ClusterEdgeVsphereMachinePoolArgs
Name string
Namespaces []ClusterEdgeVsphereNamespaceArgs
The namespaces for the cluster.
OsPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
OsPatchOnBoot bool
Whether to apply OS patch on boot. Default is false.
OsPatchSchedule string
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicyArgs
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 ClusterEdgeVsphereTimeoutsArgs
adminKubeConfig String
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
backupPolicy ClusterEdgeVsphereBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
cloudConfig ClusterEdgeVsphereCloudConfig
cloudConfigId String
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

clusterEdgeVsphereId String
The ID of this resource.
clusterMetaAttribute String
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles List<ClusterEdgeVsphereClusterProfile>
clusterRbacBindings List<ClusterEdgeVsphereClusterRbacBinding>
The RBAC binding for the cluster.
context String
The context of the Edge 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.
edgeHostUid 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<ClusterEdgeVsphereHostConfig>
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<ClusterEdgeVsphereLocationConfig>
machinePools List<ClusterEdgeVsphereMachinePool>
name String
namespaces List<ClusterEdgeVsphereNamespace>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicy
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 ClusterEdgeVsphereTimeouts
adminKubeConfig string
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
backupPolicy ClusterEdgeVsphereBackupPolicy
The backup policy for the cluster. If not specified, no backups will be taken.
cloudConfig ClusterEdgeVsphereCloudConfig
cloudConfigId string
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

clusterEdgeVsphereId string
The ID of this resource.
clusterMetaAttribute string
cluster_meta_attribute can be used to set additional cluster metadata information, eg {'nic_name': 'test', 'env': 'stage'}
clusterProfiles ClusterEdgeVsphereClusterProfile[]
clusterRbacBindings ClusterEdgeVsphereClusterRbacBinding[]
The RBAC binding for the cluster.
context string
The context of the Edge 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.
edgeHostUid 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 ClusterEdgeVsphereHostConfig[]
The host configuration for the cluster.
kubeconfig string
Kubeconfig for the cluster. This can be used to connect to the cluster using kubectl.
locationConfigs ClusterEdgeVsphereLocationConfig[]
machinePools ClusterEdgeVsphereMachinePool[]
name string
namespaces ClusterEdgeVsphereNamespace[]
The namespaces for the cluster.
osPatchAfter string
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule string
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicy
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 ClusterEdgeVsphereTimeouts
admin_kube_config str
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
backup_policy ClusterEdgeVsphereBackupPolicyArgs
The backup policy for the cluster. If not specified, no backups will be taken.
cloud_config ClusterEdgeVsphereCloudConfigArgs
cloud_config_id str
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

cluster_edge_vsphere_id str
The ID of this resource.
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[ClusterEdgeVsphereClusterProfileArgs]
cluster_rbac_bindings Sequence[ClusterEdgeVsphereClusterRbacBindingArgs]
The RBAC binding for the cluster.
context str
The context of the Edge 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.
edge_host_uid str
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[ClusterEdgeVsphereHostConfigArgs]
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[ClusterEdgeVsphereLocationConfigArgs]
machine_pools Sequence[ClusterEdgeVsphereMachinePoolArgs]
name str
namespaces Sequence[ClusterEdgeVsphereNamespaceArgs]
The namespaces for the cluster.
os_patch_after str
Date and time after which to patch cluster 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
Cron schedule for OS patching. This must be in the form of 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 ClusterEdgeVsphereScanPolicyArgs
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 ClusterEdgeVsphereTimeoutsArgs
adminKubeConfig String
Admin Kube-config for the cluster. This can be used to connect to the cluster using kubectl, With admin privilege.
backupPolicy Property Map
The backup policy for the cluster. If not specified, no backups will be taken.
cloudConfig Property Map
cloudConfigId String
ID of the cloud config used for the cluster. This cloud config must be of type azure.

Deprecated: Deprecated

clusterEdgeVsphereId String
The ID of this resource.
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.
context String
The context of the Edge 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.
edgeHostUid 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
namespaces List<Property Map>
The namespaces for the cluster.
osPatchAfter String
Date and time after which to patch cluster RFC3339: 2006-01-02T15:04:05Z07:00
osPatchOnBoot Boolean
Whether to apply OS patch on boot. Default is false.
osPatchSchedule String
Cron schedule for OS patching. This must be in the form of 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

ClusterEdgeVsphereBackupPolicy
, ClusterEdgeVsphereBackupPolicyArgs

BackupLocationId This property is required. string
The ID of the backup location to use for the backup.
ExpiryInHour This property is required. 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 This property is required. string
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
Schedule This property is required. 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 This property is required. string
The ID of the backup location to use for the backup.
ExpiryInHour This property is required. 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 This property is required. string
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
Schedule This property is required. 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 This property is required. String
The ID of the backup location to use for the backup.
expiryInHour This property is required. 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 This property is required. String
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. 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 This property is required. string
The ID of the backup location to use for the backup.
expiryInHour This property is required. 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 This property is required. string
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. 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 This property is required. str
The ID of the backup location to use for the backup.
expiry_in_hour This property is required. 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 This property is required. str
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. 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 This property is required. String
The ID of the backup location to use for the backup.
expiryInHour This property is required. 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 This property is required. String
Prefix for the backup name. The backup name will be of the format \n\n-\n\n-\n\n.
schedule This property is required. 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.

ClusterEdgeVsphereCloudConfig
, ClusterEdgeVsphereCloudConfigArgs

Datacenter This property is required. string
Folder This property is required. string
Vip This property is required. string
ImageTemplateFolder string
NetworkSearchDomain string
NetworkType string
SshKey string
Public SSH Key (Secure Shell) to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
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
Datacenter This property is required. string
Folder This property is required. string
Vip This property is required. string
ImageTemplateFolder string
NetworkSearchDomain string
NetworkType string
SshKey string
Public SSH Key (Secure Shell) to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
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
datacenter This property is required. String
folder This property is required. String
vip This property is required. String
imageTemplateFolder String
networkSearchDomain String
networkType String
sshKey String
Public SSH Key (Secure Shell) to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
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
datacenter This property is required. string
folder This property is required. string
vip This property is required. string
imageTemplateFolder string
networkSearchDomain string
networkType string
sshKey string
Public SSH Key (Secure Shell) to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
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
datacenter This property is required. str
folder This property is required. str
vip This property is required. str
image_template_folder str
network_search_domain str
network_type str
ssh_key str
Public SSH Key (Secure Shell) to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
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
datacenter This property is required. String
folder This property is required. String
vip This property is required. String
imageTemplateFolder String
networkSearchDomain String
networkType String
sshKey String
Public SSH Key (Secure Shell) to establish, administer, and communicate with remote clusters, ssh_key & ssh_keys are mutually exclusive.
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

ClusterEdgeVsphereClusterProfile
, ClusterEdgeVsphereClusterProfileArgs

Id This property is required. string
The ID of the cluster profile.
Packs List<ClusterEdgeVsphereClusterProfilePack>
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 This property is required. string
The ID of the cluster profile.
Packs []ClusterEdgeVsphereClusterProfilePack
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 This property is required. String
The ID of the cluster profile.
packs List<ClusterEdgeVsphereClusterProfilePack>
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 This property is required. string
The ID of the cluster profile.
packs ClusterEdgeVsphereClusterProfilePack[]
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 This property is required. str
The ID of the cluster profile.
packs Sequence[ClusterEdgeVsphereClusterProfilePack]
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 This property is required. 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".

ClusterEdgeVsphereClusterProfilePack
, ClusterEdgeVsphereClusterProfilePackArgs

Name This property is required. string
The name of the pack. The name must be unique within the cluster profile.
Manifests List<ClusterEdgeVsphereClusterProfilePackManifest>
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 This property is required. string
The name of the pack. The name must be unique within the cluster profile.
Manifests []ClusterEdgeVsphereClusterProfilePackManifest
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 This property is required. String
The name of the pack. The name must be unique within the cluster profile.
manifests List<ClusterEdgeVsphereClusterProfilePackManifest>
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 This property is required. string
The name of the pack. The name must be unique within the cluster profile.
manifests ClusterEdgeVsphereClusterProfilePackManifest[]
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 This property is required. str
The name of the pack. The name must be unique within the cluster profile.
manifests Sequence[ClusterEdgeVsphereClusterProfilePackManifest]
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 This property is required. 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.

ClusterEdgeVsphereClusterProfilePackManifest
, ClusterEdgeVsphereClusterProfilePackManifestArgs

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

ClusterEdgeVsphereClusterRbacBinding
, ClusterEdgeVsphereClusterRbacBindingArgs

Type This property is required. 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<ClusterEdgeVsphereClusterRbacBindingSubject>
Type This property is required. 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 []ClusterEdgeVsphereClusterRbacBindingSubject
type This property is required. 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<ClusterEdgeVsphereClusterRbacBindingSubject>
type This property is required. 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 ClusterEdgeVsphereClusterRbacBindingSubject[]
type This property is required. 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[ClusterEdgeVsphereClusterRbacBindingSubject]
type This property is required. 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>

ClusterEdgeVsphereClusterRbacBindingSubject
, ClusterEdgeVsphereClusterRbacBindingSubjectArgs

Name This property is required. string
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
Type This property is required. 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 This property is required. string
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
Type This property is required. 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 This property is required. String
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. 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 This property is required. string
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. 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 This property is required. str
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. 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 This property is required. String
The name of the subject. Required if 'type' is set to 'User' or 'Group'.
type This property is required. 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'.

ClusterEdgeVsphereHostConfig
, ClusterEdgeVsphereHostConfigArgs

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'.

ClusterEdgeVsphereLocationConfig
, ClusterEdgeVsphereLocationConfigArgs

Latitude This property is required. double
The latitude coordinates value.
Longitude This property is required. 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 This property is required. float64
The latitude coordinates value.
Longitude This property is required. 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 This property is required. Double
The latitude coordinates value.
longitude This property is required. 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 This property is required. number
The latitude coordinates value.
longitude This property is required. 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 This property is required. float
The latitude coordinates value.
longitude This property is required. 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 This property is required. Number
The latitude coordinates value.
longitude This property is required. 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.

ClusterEdgeVsphereMachinePool
, ClusterEdgeVsphereMachinePoolArgs

Count This property is required. double
Number of nodes in the machine pool.
InstanceType This property is required. ClusterEdgeVsphereMachinePoolInstanceType
Name This property is required. string
Placements This property is required. List<ClusterEdgeVsphereMachinePoolPlacement>
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.
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<ClusterEdgeVsphereMachinePoolNode>
Taints List<ClusterEdgeVsphereMachinePoolTaint>
UpdateStrategy string
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
Count This property is required. float64
Number of nodes in the machine pool.
InstanceType This property is required. ClusterEdgeVsphereMachinePoolInstanceType
Name This property is required. string
Placements This property is required. []ClusterEdgeVsphereMachinePoolPlacement
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.
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 []ClusterEdgeVsphereMachinePoolNode
Taints []ClusterEdgeVsphereMachinePoolTaint
UpdateStrategy string
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
count This property is required. Double
Number of nodes in the machine pool.
instanceType This property is required. ClusterEdgeVsphereMachinePoolInstanceType
name This property is required. String
placements This property is required. List<ClusterEdgeVsphereMachinePoolPlacement>
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.
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<ClusterEdgeVsphereMachinePoolNode>
taints List<ClusterEdgeVsphereMachinePoolTaint>
updateStrategy String
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
count This property is required. number
Number of nodes in the machine pool.
instanceType This property is required. ClusterEdgeVsphereMachinePoolInstanceType
name This property is required. string
placements This property is required. ClusterEdgeVsphereMachinePoolPlacement[]
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.
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 ClusterEdgeVsphereMachinePoolNode[]
taints ClusterEdgeVsphereMachinePoolTaint[]
updateStrategy string
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
count This property is required. float
Number of nodes in the machine pool.
instance_type This property is required. ClusterEdgeVsphereMachinePoolInstanceType
name This property is required. str
placements This property is required. Sequence[ClusterEdgeVsphereMachinePoolPlacement]
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.
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[ClusterEdgeVsphereMachinePoolNode]
taints Sequence[ClusterEdgeVsphereMachinePoolTaint]
update_strategy str
Update strategy for the machine pool. Valid values are RollingUpdateScaleOut and RollingUpdateScaleIn.
count This property is required. Number
Number of nodes in the machine pool.
instanceType This property is required. Property Map
name This property is required. String
placements This property is required. 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.
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.

ClusterEdgeVsphereMachinePoolInstanceType
, ClusterEdgeVsphereMachinePoolInstanceTypeArgs

Cpu This property is required. double
DiskSizeGb This property is required. double
MemoryMb This property is required. double
Cpu This property is required. float64
DiskSizeGb This property is required. float64
MemoryMb This property is required. float64
cpu This property is required. Double
diskSizeGb This property is required. Double
memoryMb This property is required. Double
cpu This property is required. number
diskSizeGb This property is required. number
memoryMb This property is required. number
cpu This property is required. float
disk_size_gb This property is required. float
memory_mb This property is required. float
cpu This property is required. Number
diskSizeGb This property is required. Number
memoryMb This property is required. Number

ClusterEdgeVsphereMachinePoolNode
, ClusterEdgeVsphereMachinePoolNodeArgs

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

ClusterEdgeVsphereMachinePoolPlacement
, ClusterEdgeVsphereMachinePoolPlacementArgs

Cluster This property is required. string
Datastore This property is required. string
Network This property is required. string
ResourcePool This property is required. string
Id string
The ID of this resource.
StaticIpPoolId string
Cluster This property is required. string
Datastore This property is required. string
Network This property is required. string
ResourcePool This property is required. string
Id string
The ID of this resource.
StaticIpPoolId string
cluster This property is required. String
datastore This property is required. String
network This property is required. String
resourcePool This property is required. String
id String
The ID of this resource.
staticIpPoolId String
cluster This property is required. string
datastore This property is required. string
network This property is required. string
resourcePool This property is required. string
id string
The ID of this resource.
staticIpPoolId string
cluster This property is required. str
datastore This property is required. str
network This property is required. str
resource_pool This property is required. str
id str
The ID of this resource.
static_ip_pool_id str
cluster This property is required. String
datastore This property is required. String
network This property is required. String
resourcePool This property is required. String
id String
The ID of this resource.
staticIpPoolId String

ClusterEdgeVsphereMachinePoolTaint
, ClusterEdgeVsphereMachinePoolTaintArgs

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

ClusterEdgeVsphereNamespace
, ClusterEdgeVsphereNamespaceArgs

Name This property is required. string
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
ResourceAllocation This property is required. 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 This property is required. string
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
ResourceAllocation This property is required. 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 This property is required. String
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resourceAllocation This property is required. 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 This property is required. string
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resourceAllocation This property is required. {[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 This property is required. str
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resource_allocation This property is required. 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 This property is required. String
Name of the namespace. This is the name of the Kubernetes namespace in the cluster.
resourceAllocation This property is required. 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']

ClusterEdgeVsphereScanPolicy
, ClusterEdgeVsphereScanPolicyArgs

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

ClusterEdgeVsphereTimeouts
, ClusterEdgeVsphereTimeoutsArgs

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.