Documentation
¶
Index ¶
- func DataplatformNodePool_IsConstruct(x interface{}) *bool
- func DataplatformNodePool_IsTerraformElement(x interface{}) *bool
- func DataplatformNodePool_IsTerraformResource(x interface{}) *bool
- func DataplatformNodePool_TfResourceType() *string
- func NewDataplatformNodePoolMaintenanceWindowList_Override(d DataplatformNodePoolMaintenanceWindowList, ...)
- func NewDataplatformNodePoolMaintenanceWindowOutputReference_Override(d DataplatformNodePoolMaintenanceWindowOutputReference, ...)
- func NewDataplatformNodePoolTimeoutsOutputReference_Override(d DataplatformNodePoolTimeoutsOutputReference, ...)
- func NewDataplatformNodePool_Override(d DataplatformNodePool, scope constructs.Construct, id *string, ...)
- type DataplatformNodePool
- type DataplatformNodePoolConfig
- type DataplatformNodePoolMaintenanceWindow
- type DataplatformNodePoolMaintenanceWindowList
- type DataplatformNodePoolMaintenanceWindowOutputReference
- type DataplatformNodePoolTimeouts
- type DataplatformNodePoolTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataplatformNodePool_IsConstruct ¶
func DataplatformNodePool_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func DataplatformNodePool_IsTerraformElement ¶
func DataplatformNodePool_IsTerraformElement(x interface{}) *bool
Experimental.
func DataplatformNodePool_IsTerraformResource ¶
func DataplatformNodePool_IsTerraformResource(x interface{}) *bool
Experimental.
func DataplatformNodePool_TfResourceType ¶
func DataplatformNodePool_TfResourceType() *string
func NewDataplatformNodePoolMaintenanceWindowList_Override ¶
func NewDataplatformNodePoolMaintenanceWindowList_Override(d DataplatformNodePoolMaintenanceWindowList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataplatformNodePoolMaintenanceWindowOutputReference_Override ¶
func NewDataplatformNodePoolMaintenanceWindowOutputReference_Override(d DataplatformNodePoolMaintenanceWindowOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataplatformNodePoolTimeoutsOutputReference_Override ¶
func NewDataplatformNodePoolTimeoutsOutputReference_Override(d DataplatformNodePoolTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataplatformNodePool_Override ¶
func NewDataplatformNodePool_Override(d DataplatformNodePool, scope constructs.Construct, id *string, config *DataplatformNodePoolConfig)
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool ionoscloud_dataplatform_node_pool} Resource.
Types ¶
type DataplatformNodePool ¶
type DataplatformNodePool interface { cdktf.TerraformResource Annotations() *map[string]*string SetAnnotations(val *map[string]*string) AnnotationsInput() *map[string]*string AvailabilityZone() *string SetAvailabilityZone(val *string) AvailabilityZoneInput() *string // Experimental. CdktfStack() cdktf.TerraformStack ClusterId() *string SetClusterId(val *string) ClusterIdInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} CoresCount() *float64 SetCoresCount(val *float64) CoresCountInput() *float64 // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CpuFamily() *string SetCpuFamily(val *string) CpuFamilyInput() *string DatacenterId() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MaintenanceWindow() DataplatformNodePoolMaintenanceWindowList MaintenanceWindowInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node NodeCount() *float64 SetNodeCount(val *float64) NodeCountInput() *float64 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) RamSize() *float64 SetRamSize(val *float64) RamSizeInput() *float64 // Experimental. RawOverrides() interface{} StorageSize() *float64 SetStorageSize(val *float64) StorageSizeInput() *float64 StorageType() *string SetStorageType(val *string) StorageTypeInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DataplatformNodePoolTimeoutsOutputReference TimeoutsInput() interface{} Version() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutMaintenanceWindow(value interface{}) PutTimeouts(value *DataplatformNodePoolTimeouts) ResetAnnotations() ResetAvailabilityZone() ResetCoresCount() ResetCpuFamily() ResetId() ResetLabels() ResetMaintenanceWindow() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRamSize() ResetStorageSize() ResetStorageType() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool ionoscloud_dataplatform_node_pool}.
func NewDataplatformNodePool ¶
func NewDataplatformNodePool(scope constructs.Construct, id *string, config *DataplatformNodePoolConfig) DataplatformNodePool
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool ionoscloud_dataplatform_node_pool} Resource.
type DataplatformNodePoolConfig ¶
type DataplatformNodePoolConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The UUID of an existing Dataplatform cluster. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#cluster_id DataplatformNodePool#cluster_id} ClusterId *string `field:"required" json:"clusterId" yaml:"clusterId"` // The name of your cluster. // // Must be 63 characters or less and must be empty or begin and end with an alphanumeric character ([a-z0-9A-Z]). It can contain dashes (-), underscores (_), dots (.), and alphanumerics in-between. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#name DataplatformNodePool#name} Name *string `field:"required" json:"name" yaml:"name"` // The number of nodes that make up the node pool. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#node_count DataplatformNodePool#node_count} NodeCount *float64 `field:"required" json:"nodeCount" yaml:"nodeCount"` // Key-value pairs attached to node pool resource as [Kubernetes annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#annotations DataplatformNodePool#annotations} Annotations *map[string]*string `field:"optional" json:"annotations" yaml:"annotations"` // The availability zone of the virtual datacenter region where the node pool resources should be provisioned. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#availability_zone DataplatformNodePool#availability_zone} AvailabilityZone *string `field:"optional" json:"availabilityZone" yaml:"availabilityZone"` // The number of CPU cores per node. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#cores_count DataplatformNodePool#cores_count} CoresCount *float64 `field:"optional" json:"coresCount" yaml:"coresCount"` // A valid CPU family name or `AUTO` if the platform shall choose the best fitting option. // // Available CPU architectures can be retrieved from the datacenter resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#cpu_family DataplatformNodePool#cpu_family} CpuFamily *string `field:"optional" json:"cpuFamily" yaml:"cpuFamily"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#id DataplatformNodePool#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Key-value pairs attached to the node pool resource as [Kubernetes labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#labels DataplatformNodePool#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // maintenance_window block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#maintenance_window DataplatformNodePool#maintenance_window} MaintenanceWindow interface{} `field:"optional" json:"maintenanceWindow" yaml:"maintenanceWindow"` // The RAM size for one node in MB. // // Must be set in multiples of 1024 MB, with a minimum size is of 2048 MB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#ram_size DataplatformNodePool#ram_size} RamSize *float64 `field:"optional" json:"ramSize" yaml:"ramSize"` // The size of the volume in GB. The size must be greater than 10GB. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#storage_size DataplatformNodePool#storage_size} StorageSize *float64 `field:"optional" json:"storageSize" yaml:"storageSize"` // The type of hardware for the volume. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#storage_type DataplatformNodePool#storage_type} StorageType *string `field:"optional" json:"storageType" yaml:"storageType"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#timeouts DataplatformNodePool#timeouts} Timeouts *DataplatformNodePoolTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DataplatformNodePoolMaintenanceWindow ¶
type DataplatformNodePoolMaintenanceWindow struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#day_of_the_week DataplatformNodePool#day_of_the_week}. DayOfTheWeek *string `field:"required" json:"dayOfTheWeek" yaml:"dayOfTheWeek"` // Time at which the maintenance should start. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#time DataplatformNodePool#time} Time *string `field:"required" json:"time" yaml:"time"` }
type DataplatformNodePoolMaintenanceWindowList ¶
type DataplatformNodePoolMaintenanceWindowList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataplatformNodePoolMaintenanceWindowOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataplatformNodePoolMaintenanceWindowList ¶
func NewDataplatformNodePoolMaintenanceWindowList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataplatformNodePoolMaintenanceWindowList
type DataplatformNodePoolMaintenanceWindowOutputReference ¶
type DataplatformNodePoolMaintenanceWindowOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DayOfTheWeek() *string SetDayOfTheWeek(val *string) DayOfTheWeekInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Time() *string SetTime(val *string) TimeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataplatformNodePoolMaintenanceWindowOutputReference ¶
func NewDataplatformNodePoolMaintenanceWindowOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataplatformNodePoolMaintenanceWindowOutputReference
type DataplatformNodePoolTimeouts ¶
type DataplatformNodePoolTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#create DataplatformNodePool#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#default DataplatformNodePool#default}. Default *string `field:"optional" json:"default" yaml:"default"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#delete DataplatformNodePool#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.4.0/docs/resources/dataplatform_node_pool#update DataplatformNodePool#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DataplatformNodePoolTimeoutsOutputReference ¶
type DataplatformNodePoolTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Default() *string SetDefault(val *string) DefaultInput() *string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDefault() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataplatformNodePoolTimeoutsOutputReference ¶
func NewDataplatformNodePoolTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataplatformNodePoolTimeoutsOutputReference
Source Files
¶
- DataplatformNodePool.go
- DataplatformNodePoolConfig.go
- DataplatformNodePoolMaintenanceWindow.go
- DataplatformNodePoolMaintenanceWindowList.go
- DataplatformNodePoolMaintenanceWindowList__checks.go
- DataplatformNodePoolMaintenanceWindowOutputReference.go
- DataplatformNodePoolMaintenanceWindowOutputReference__checks.go
- DataplatformNodePoolTimeouts.go
- DataplatformNodePoolTimeoutsOutputReference.go
- DataplatformNodePoolTimeoutsOutputReference__checks.go
- DataplatformNodePool__checks.go
- main.go