Documentation
¶
Index ¶
- func CubeServer_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func CubeServer_IsConstruct(x interface{}) *bool
- func CubeServer_IsTerraformElement(x interface{}) *bool
- func CubeServer_IsTerraformResource(x interface{}) *bool
- func CubeServer_TfResourceType() *string
- func NewCubeServerNicFirewallOutputReference_Override(c CubeServerNicFirewallOutputReference, ...)
- func NewCubeServerNicOutputReference_Override(c CubeServerNicOutputReference, terraformResource cdktf.IInterpolatingParent, ...)
- func NewCubeServerTimeoutsOutputReference_Override(c CubeServerTimeoutsOutputReference, ...)
- func NewCubeServerVolumeOutputReference_Override(c CubeServerVolumeOutputReference, ...)
- func NewCubeServer_Override(c CubeServer, scope constructs.Construct, id *string, config *CubeServerConfig)
- type CubeServer
- type CubeServerConfig
- type CubeServerNic
- type CubeServerNicFirewall
- type CubeServerNicFirewallOutputReference
- type CubeServerNicOutputReference
- type CubeServerTimeouts
- type CubeServerTimeoutsOutputReference
- type CubeServerVolume
- type CubeServerVolumeOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CubeServer_GenerateConfigForImport ¶
func CubeServer_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a CubeServer resource upon running "cdktf plan <stack-name>".
func CubeServer_IsConstruct ¶
func CubeServer_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 CubeServer_IsTerraformElement ¶
func CubeServer_IsTerraformElement(x interface{}) *bool
Experimental.
func CubeServer_IsTerraformResource ¶
func CubeServer_IsTerraformResource(x interface{}) *bool
Experimental.
func CubeServer_TfResourceType ¶
func CubeServer_TfResourceType() *string
func NewCubeServerNicFirewallOutputReference_Override ¶
func NewCubeServerNicFirewallOutputReference_Override(c CubeServerNicFirewallOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCubeServerNicOutputReference_Override ¶
func NewCubeServerNicOutputReference_Override(c CubeServerNicOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCubeServerTimeoutsOutputReference_Override ¶
func NewCubeServerTimeoutsOutputReference_Override(c CubeServerTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCubeServerVolumeOutputReference_Override ¶
func NewCubeServerVolumeOutputReference_Override(c CubeServerVolumeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewCubeServer_Override ¶
func NewCubeServer_Override(c CubeServer, scope constructs.Construct, id *string, config *CubeServerConfig)
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server ionoscloud_cube_server} Resource.
Types ¶
type CubeServer ¶
type CubeServer interface { cdktf.TerraformResource AllowReplace() interface{} SetAllowReplace(val interface{}) AllowReplaceInput() interface{} AvailabilityZone() *string SetAvailabilityZone(val *string) AvailabilityZoneInput() *string BootCdrom() *string SetBootCdrom(val *string) BootCdromInput() *string BootImage() *string SetBootImage(val *string) BootImageInput() *string BootVolume() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DatacenterId() *string SetDatacenterId(val *string) DatacenterIdInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) FirewallruleId() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Hostname() *string SetHostname(val *string) HostnameInput() *string Id() *string SetId(val *string) IdInput() *string ImageName() *string SetImageName(val *string) ImageNameInput() *string ImagePassword() *string SetImagePassword(val *string) ImagePasswordInput() *string InlineVolumeIds() *[]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string Nic() CubeServerNicOutputReference NicInput() *CubeServerNic // The tree node. Node() constructs.Node PrimaryIp() *string PrimaryNic() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} SecurityGroupsIds() *[]*string SetSecurityGroupsIds(val *[]*string) SecurityGroupsIdsInput() *[]*string SshKeyPath() *[]*string SetSshKeyPath(val *[]*string) SshKeyPathInput() *[]*string TemplateUuid() *string SetTemplateUuid(val *string) TemplateUuidInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() CubeServerTimeoutsOutputReference TimeoutsInput() interface{} VmState() *string SetVmState(val *string) VmStateInput() *string Volume() CubeServerVolumeOutputReference VolumeInput() *CubeServerVolume // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutNic(value *CubeServerNic) PutTimeouts(value *CubeServerTimeouts) PutVolume(value *CubeServerVolume) ResetAllowReplace() ResetAvailabilityZone() ResetBootCdrom() ResetBootImage() ResetHostname() ResetId() ResetImageName() ResetImagePassword() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSecurityGroupsIds() ResetSshKeyPath() ResetTimeouts() ResetVmState() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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.6.8/docs/resources/cube_server ionoscloud_cube_server}.
func NewCubeServer ¶
func NewCubeServer(scope constructs.Construct, id *string, config *CubeServerConfig) CubeServer
Create a new {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server ionoscloud_cube_server} Resource.
type CubeServerConfig ¶
type CubeServerConfig 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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#datacenter_id CubeServer#datacenter_id}. DatacenterId *string `field:"required" json:"datacenterId" yaml:"datacenterId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#name CubeServer#name}. Name *string `field:"required" json:"name" yaml:"name"` // nic block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#nic CubeServer#nic} Nic *CubeServerNic `field:"required" json:"nic" yaml:"nic"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#template_uuid CubeServer#template_uuid}. TemplateUuid *string `field:"required" json:"templateUuid" yaml:"templateUuid"` // volume block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#volume CubeServer#volume} Volume *CubeServerVolume `field:"required" json:"volume" yaml:"volume"` // When set to true, allows the update of immutable fields by destroying and re-creating the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#allow_replace CubeServer#allow_replace} AllowReplace interface{} `field:"optional" json:"allowReplace" yaml:"allowReplace"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#availability_zone CubeServer#availability_zone}. AvailabilityZone *string `field:"optional" json:"availabilityZone" yaml:"availabilityZone"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#boot_cdrom CubeServer#boot_cdrom}. BootCdrom *string `field:"optional" json:"bootCdrom" yaml:"bootCdrom"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#boot_image CubeServer#boot_image}. BootImage *string `field:"optional" json:"bootImage" yaml:"bootImage"` // The hostname of the resource. // // Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters. If no value provided explicitly, it will be populated with the name of the server // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#hostname CubeServer#hostname} Hostname *string `field:"optional" json:"hostname" yaml:"hostname"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#id CubeServer#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#image_name CubeServer#image_name}. ImageName *string `field:"optional" json:"imageName" yaml:"imageName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#image_password CubeServer#image_password}. ImagePassword *string `field:"optional" json:"imagePassword" yaml:"imagePassword"` // The list of Security Group IDs for the server. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#security_groups_ids CubeServer#security_groups_ids} SecurityGroupsIds *[]*string `field:"optional" json:"securityGroupsIds" yaml:"securityGroupsIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#ssh_key_path CubeServer#ssh_key_path}. SshKeyPath *[]*string `field:"optional" json:"sshKeyPath" yaml:"sshKeyPath"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#timeouts CubeServer#timeouts} Timeouts *CubeServerTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Sets the power state of the cube server. Possible values: `RUNNING` or `SUSPENDED`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#vm_state CubeServer#vm_state} VmState *string `field:"optional" json:"vmState" yaml:"vmState"` }
type CubeServerNic ¶
type CubeServerNic struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#lan CubeServer#lan}. Lan *float64 `field:"required" json:"lan" yaml:"lan"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#dhcp CubeServer#dhcp}. Dhcp interface{} `field:"optional" json:"dhcp" yaml:"dhcp"` // Indicates whether this NIC receives an IPv6 address through DHCP. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#dhcpv6 CubeServer#dhcpv6} Dhcpv6 interface{} `field:"optional" json:"dhcpv6" yaml:"dhcpv6"` // firewall block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#firewall CubeServer#firewall} Firewall *CubeServerNicFirewall `field:"optional" json:"firewall" yaml:"firewall"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#firewall_active CubeServer#firewall_active}. FirewallActive interface{} `field:"optional" json:"firewallActive" yaml:"firewallActive"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#firewall_type CubeServer#firewall_type}. FirewallType *string `field:"optional" json:"firewallType" yaml:"firewallType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#ips CubeServer#ips}. Ips *[]*string `field:"optional" json:"ips" yaml:"ips"` // IPv6 CIDR block assigned to the NIC. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#ipv6_cidr_block CubeServer#ipv6_cidr_block} Ipv6CidrBlock *string `field:"optional" json:"ipv6CidrBlock" yaml:"ipv6CidrBlock"` // Collection for IPv6 addresses assigned to a nic. // // Explicitly assigned IPv6 addresses need to come from inside the IPv6 CIDR block assigned to the nic. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#ipv6_ips CubeServer#ipv6_ips} Ipv6Ips *[]*string `field:"optional" json:"ipv6Ips" yaml:"ipv6Ips"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#mac CubeServer#mac}. Mac *string `field:"optional" json:"mac" yaml:"mac"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#name CubeServer#name}. Name *string `field:"optional" json:"name" yaml:"name"` // The list of Security Group IDs for the NIC. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#security_groups_ids CubeServer#security_groups_ids} SecurityGroupsIds *[]*string `field:"optional" json:"securityGroupsIds" yaml:"securityGroupsIds"` }
type CubeServerNicFirewall ¶
type CubeServerNicFirewall struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#protocol CubeServer#protocol}. Protocol *string `field:"required" json:"protocol" yaml:"protocol"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#icmp_code CubeServer#icmp_code}. IcmpCode *string `field:"optional" json:"icmpCode" yaml:"icmpCode"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#icmp_type CubeServer#icmp_type}. IcmpType *string `field:"optional" json:"icmpType" yaml:"icmpType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#name CubeServer#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#port_range_end CubeServer#port_range_end}. PortRangeEnd *float64 `field:"optional" json:"portRangeEnd" yaml:"portRangeEnd"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#port_range_start CubeServer#port_range_start}. PortRangeStart *float64 `field:"optional" json:"portRangeStart" yaml:"portRangeStart"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#source_ip CubeServer#source_ip}. SourceIp *string `field:"optional" json:"sourceIp" yaml:"sourceIp"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#source_mac CubeServer#source_mac}. SourceMac *string `field:"optional" json:"sourceMac" yaml:"sourceMac"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#target_ip CubeServer#target_ip}. TargetIp *string `field:"optional" json:"targetIp" yaml:"targetIp"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#type CubeServer#type}. Type *string `field:"optional" json:"type" yaml:"type"` }
type CubeServerNicFirewallOutputReference ¶
type CubeServerNicFirewallOutputReference 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 // Experimental. Fqn() *string IcmpCode() *string SetIcmpCode(val *string) IcmpCodeInput() *string IcmpType() *string SetIcmpType(val *string) IcmpTypeInput() *string InternalValue() *CubeServerNicFirewall SetInternalValue(val *CubeServerNicFirewall) Name() *string SetName(val *string) NameInput() *string PortRangeEnd() *float64 SetPortRangeEnd(val *float64) PortRangeEndInput() *float64 PortRangeStart() *float64 SetPortRangeStart(val *float64) PortRangeStartInput() *float64 Protocol() *string SetProtocol(val *string) ProtocolInput() *string SourceIp() *string SetSourceIp(val *string) SourceIpInput() *string SourceMac() *string SetSourceMac(val *string) SourceMacInput() *string TargetIp() *string SetTargetIp(val *string) TargetIpInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 ResetIcmpCode() ResetIcmpType() ResetName() ResetPortRangeEnd() ResetPortRangeStart() ResetSourceIp() ResetSourceMac() ResetTargetIp() ResetType() // 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 NewCubeServerNicFirewallOutputReference ¶
func NewCubeServerNicFirewallOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CubeServerNicFirewallOutputReference
type CubeServerNicOutputReference ¶
type CubeServerNicOutputReference 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 DeviceNumber() *float64 Dhcp() interface{} SetDhcp(val interface{}) DhcpInput() interface{} Dhcpv6() interface{} SetDhcpv6(val interface{}) Dhcpv6Input() interface{} Firewall() CubeServerNicFirewallOutputReference FirewallActive() interface{} SetFirewallActive(val interface{}) FirewallActiveInput() interface{} FirewallInput() *CubeServerNicFirewall FirewallType() *string SetFirewallType(val *string) FirewallTypeInput() *string // Experimental. Fqn() *string InternalValue() *CubeServerNic SetInternalValue(val *CubeServerNic) Ips() *[]*string SetIps(val *[]*string) IpsInput() *[]*string Ipv6CidrBlock() *string SetIpv6CidrBlock(val *string) Ipv6CidrBlockInput() *string Ipv6Ips() *[]*string SetIpv6Ips(val *[]*string) Ipv6IpsInput() *[]*string Lan() *float64 SetLan(val *float64) LanInput() *float64 Mac() *string SetMac(val *string) MacInput() *string Name() *string SetName(val *string) NameInput() *string PciSlot() *float64 SecurityGroupsIds() *[]*string SetSecurityGroupsIds(val *[]*string) SecurityGroupsIdsInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // 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 PutFirewall(value *CubeServerNicFirewall) ResetDhcp() ResetDhcpv6() ResetFirewall() ResetFirewallActive() ResetFirewallType() ResetIps() ResetIpv6CidrBlock() ResetIpv6Ips() ResetMac() ResetName() ResetSecurityGroupsIds() // 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 NewCubeServerNicOutputReference ¶
func NewCubeServerNicOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CubeServerNicOutputReference
type CubeServerTimeouts ¶
type CubeServerTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#create CubeServer#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#default CubeServer#default}. Default *string `field:"optional" json:"default" yaml:"default"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#delete CubeServer#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#update CubeServer#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type CubeServerTimeoutsOutputReference ¶
type CubeServerTimeoutsOutputReference 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 NewCubeServerTimeoutsOutputReference ¶
func NewCubeServerTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CubeServerTimeoutsOutputReference
type CubeServerVolume ¶
type CubeServerVolume struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#disk_type CubeServer#disk_type}. DiskType *string `field:"required" json:"diskType" yaml:"diskType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#availability_zone CubeServer#availability_zone}. AvailabilityZone *string `field:"optional" json:"availabilityZone" yaml:"availabilityZone"` // The uuid of the Backup Unit that user has access to. // // The property is immutable and is only allowed to be set on a new volume creation. It is mandatory to provide either 'public image' or 'imageAlias' in conjunction with this property. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#backup_unit_id CubeServer#backup_unit_id} BackupUnitId *string `field:"optional" json:"backupUnitId" yaml:"backupUnitId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#bus CubeServer#bus}. Bus *string `field:"optional" json:"bus" yaml:"bus"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#image_password CubeServer#image_password}. ImagePassword *string `field:"optional" json:"imagePassword" yaml:"imagePassword"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#licence_type CubeServer#licence_type}. LicenceType *string `field:"optional" json:"licenceType" yaml:"licenceType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#name CubeServer#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#ssh_key_path CubeServer#ssh_key_path}. SshKeyPath *[]*string `field:"optional" json:"sshKeyPath" yaml:"sshKeyPath"` // The cloud-init configuration for the volume as base64 encoded string. // // The property is immutable and is only allowed to be set on a new volume creation. It is mandatory to provide either 'public image' or 'imageAlias' that has cloud-init compatibility in conjunction with this property. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/ionos-cloud/ionoscloud/6.6.8/docs/resources/cube_server#user_data CubeServer#user_data} UserData *string `field:"optional" json:"userData" yaml:"userData"` }
type CubeServerVolumeOutputReference ¶
type CubeServerVolumeOutputReference interface { cdktf.ComplexObject AvailabilityZone() *string SetAvailabilityZone(val *string) AvailabilityZoneInput() *string BackupUnitId() *string SetBackupUnitId(val *string) BackupUnitIdInput() *string BootServer() *string Bus() *string SetBus(val *string) BusInput() *string // 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) CpuHotPlug() cdktf.IResolvable // 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 DeviceNumber() *float64 DiscVirtioHotPlug() cdktf.IResolvable DiscVirtioHotUnplug() cdktf.IResolvable DiskType() *string SetDiskType(val *string) DiskTypeInput() *string // Experimental. Fqn() *string ImagePassword() *string SetImagePassword(val *string) ImagePasswordInput() *string InternalValue() *CubeServerVolume SetInternalValue(val *CubeServerVolume) LicenceType() *string SetLicenceType(val *string) LicenceTypeInput() *string Name() *string SetName(val *string) NameInput() *string NicHotPlug() cdktf.IResolvable NicHotUnplug() cdktf.IResolvable PciSlot() *float64 RamHotPlug() cdktf.IResolvable SshKeyPath() *[]*string SetSshKeyPath(val *[]*string) SshKeyPathInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserData() *string SetUserData(val *string) UserDataInput() *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 ResetAvailabilityZone() ResetBackupUnitId() ResetBus() ResetImagePassword() ResetLicenceType() ResetName() ResetSshKeyPath() ResetUserData() // 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 NewCubeServerVolumeOutputReference ¶
func NewCubeServerVolumeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) CubeServerVolumeOutputReference
Source Files
¶
- CubeServer.go
- CubeServerConfig.go
- CubeServerNic.go
- CubeServerNicFirewall.go
- CubeServerNicFirewallOutputReference.go
- CubeServerNicFirewallOutputReference__checks.go
- CubeServerNicOutputReference.go
- CubeServerNicOutputReference__checks.go
- CubeServerTimeouts.go
- CubeServerTimeoutsOutputReference.go
- CubeServerTimeoutsOutputReference__checks.go
- CubeServerVolume.go
- CubeServerVolumeOutputReference.go
- CubeServerVolumeOutputReference__checks.go
- CubeServer__checks.go
- main.go