Documentation ¶
Index ¶
- func Loadbalancer_IsConstruct(x interface{}) *bool
- func Loadbalancer_IsTerraformElement(x interface{}) *bool
- func Loadbalancer_IsTerraformResource(x interface{}) *bool
- func Loadbalancer_TfResourceType() *string
- func NewLoadbalancerNetworksList_Override(l LoadbalancerNetworksList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewLoadbalancerNetworksOutputReference_Override(l LoadbalancerNetworksOutputReference, ...)
- func NewLoadbalancerNodesList_Override(l LoadbalancerNodesList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewLoadbalancerNodesNetworksIpAddressesList_Override(l LoadbalancerNodesNetworksIpAddressesList, ...)
- func NewLoadbalancerNodesNetworksIpAddressesOutputReference_Override(l LoadbalancerNodesNetworksIpAddressesOutputReference, ...)
- func NewLoadbalancerNodesNetworksList_Override(l LoadbalancerNodesNetworksList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewLoadbalancerNodesNetworksOutputReference_Override(l LoadbalancerNodesNetworksOutputReference, ...)
- func NewLoadbalancerNodesOutputReference_Override(l LoadbalancerNodesOutputReference, ...)
- func NewLoadbalancer_Override(l Loadbalancer, scope constructs.Construct, id *string, ...)
- type Loadbalancer
- type LoadbalancerConfig
- type LoadbalancerNetworks
- type LoadbalancerNetworksList
- type LoadbalancerNetworksOutputReference
- type LoadbalancerNodes
- type LoadbalancerNodesList
- type LoadbalancerNodesNetworks
- type LoadbalancerNodesNetworksIpAddresses
- type LoadbalancerNodesNetworksIpAddressesList
- type LoadbalancerNodesNetworksIpAddressesOutputReference
- type LoadbalancerNodesNetworksList
- type LoadbalancerNodesNetworksOutputReference
- type LoadbalancerNodesOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Loadbalancer_IsConstruct ¶
func Loadbalancer_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 Loadbalancer_IsTerraformElement ¶
func Loadbalancer_IsTerraformElement(x interface{}) *bool
Experimental.
func Loadbalancer_IsTerraformResource ¶
func Loadbalancer_IsTerraformResource(x interface{}) *bool
Experimental.
func Loadbalancer_TfResourceType ¶
func Loadbalancer_TfResourceType() *string
func NewLoadbalancerNetworksList_Override ¶ added in v4.0.1
func NewLoadbalancerNetworksList_Override(l LoadbalancerNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLoadbalancerNetworksOutputReference_Override ¶ added in v4.0.1
func NewLoadbalancerNetworksOutputReference_Override(l LoadbalancerNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLoadbalancerNodesList_Override ¶ added in v4.0.1
func NewLoadbalancerNodesList_Override(l LoadbalancerNodesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLoadbalancerNodesNetworksIpAddressesList_Override ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksIpAddressesList_Override(l LoadbalancerNodesNetworksIpAddressesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLoadbalancerNodesNetworksIpAddressesOutputReference_Override ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksIpAddressesOutputReference_Override(l LoadbalancerNodesNetworksIpAddressesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLoadbalancerNodesNetworksList_Override ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksList_Override(l LoadbalancerNodesNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewLoadbalancerNodesNetworksOutputReference_Override ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksOutputReference_Override(l LoadbalancerNodesNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLoadbalancerNodesOutputReference_Override ¶ added in v4.0.1
func NewLoadbalancerNodesOutputReference_Override(l LoadbalancerNodesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewLoadbalancer_Override ¶
func NewLoadbalancer_Override(l Loadbalancer, scope constructs.Construct, id *string, config *LoadbalancerConfig)
Create a new {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer upcloud_loadbalancer} Resource.
Types ¶
type Loadbalancer ¶
type Loadbalancer interface { cdktf.TerraformResource Backends() *[]*string // Experimental. CdktfStack() cdktf.TerraformStack ConfiguredStatus() *string SetConfiguredStatus(val *string) ConfiguredStatusInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DnsName() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Frontends() *[]*string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string Network() *string SetNetwork(val *string) NetworkInput() *string Networks() LoadbalancerNetworksList NetworksInput() interface{} // The tree node. Node() constructs.Node Nodes() LoadbalancerNodesList OperationalState() *string Plan() *string SetPlan(val *string) PlanInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Resolvers() *[]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Zone() *string SetZone(val *string) ZoneInput() *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) PutNetworks(value interface{}) ResetConfiguredStatus() ResetId() ResetNetwork() ResetNetworks() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() 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://www.terraform.io/docs/providers/upcloud/r/loadbalancer upcloud_loadbalancer}.
func NewLoadbalancer ¶
func NewLoadbalancer(scope constructs.Construct, id *string, config *LoadbalancerConfig) Loadbalancer
Create a new {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer upcloud_loadbalancer} Resource.
type LoadbalancerConfig ¶
type LoadbalancerConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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 name of the service must be unique within customer account. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#name Loadbalancer#name} Name *string `field:"required" json:"name" yaml:"name"` // Plan which the service will have. You can list available loadbalancer plans with `upctl loadbalancer plans`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#plan Loadbalancer#plan} Plan *string `field:"required" json:"plan" yaml:"plan"` // Zone in which the service will be hosted, e.g. `fi-hel1`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#zone Loadbalancer#zone} Zone *string `field:"required" json:"zone" yaml:"zone"` // The service configured status indicates the service's current intended status. Managed by the customer. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#configured_status Loadbalancer#configured_status} ConfiguredStatus *string `field:"optional" json:"configuredStatus" yaml:"configuredStatus"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#id Loadbalancer#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"` // Private network UUID where traffic will be routed. Must reside in load balancer zone. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#network Loadbalancer#network} Network *string `field:"optional" json:"network" yaml:"network"` // networks block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#networks Loadbalancer#networks} Networks interface{} `field:"optional" json:"networks" yaml:"networks"` }
type LoadbalancerNetworks ¶ added in v4.0.1
type LoadbalancerNetworks struct { // Network family. Currently only `IPv4` is supported. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#family Loadbalancer#family} Family *string `field:"required" json:"family" yaml:"family"` // The name of the network must be unique within the service. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#name Loadbalancer#name} Name *string `field:"required" json:"name" yaml:"name"` // The type of the network. // // Only one public network can be attached and at least one private network must be attached. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#type Loadbalancer#type} Type *string `field:"required" json:"type" yaml:"type"` // Private network UUID. // // Required for private networks and must reside in loadbalancer zone. For public network the field should be omitted. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/upcloud/r/loadbalancer#network Loadbalancer#network} Network *string `field:"optional" json:"network" yaml:"network"` }
type LoadbalancerNetworksList ¶ added in v4.0.1
type LoadbalancerNetworksList 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) LoadbalancerNetworksOutputReference // 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 NewLoadbalancerNetworksList ¶ added in v4.0.1
func NewLoadbalancerNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LoadbalancerNetworksList
type LoadbalancerNetworksOutputReference ¶ added in v4.0.1
type LoadbalancerNetworksOutputReference 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 DnsName() *string Family() *string SetFamily(val *string) FamilyInput() *string // Experimental. Fqn() *string Id() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Network() *string SetNetwork(val *string) NetworkInput() *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 ResetNetwork() // 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 NewLoadbalancerNetworksOutputReference ¶ added in v4.0.1
func NewLoadbalancerNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LoadbalancerNetworksOutputReference
type LoadbalancerNodes ¶ added in v4.0.1
type LoadbalancerNodes struct { }
type LoadbalancerNodesList ¶ added in v4.0.1
type LoadbalancerNodesList 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 // 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) LoadbalancerNodesOutputReference // 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 NewLoadbalancerNodesList ¶ added in v4.0.1
func NewLoadbalancerNodesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LoadbalancerNodesList
type LoadbalancerNodesNetworks ¶ added in v4.0.1
type LoadbalancerNodesNetworks struct { }
type LoadbalancerNodesNetworksIpAddresses ¶ added in v4.0.1
type LoadbalancerNodesNetworksIpAddresses struct { }
type LoadbalancerNodesNetworksIpAddressesList ¶ added in v4.0.1
type LoadbalancerNodesNetworksIpAddressesList 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 // 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) LoadbalancerNodesNetworksIpAddressesOutputReference // 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 NewLoadbalancerNodesNetworksIpAddressesList ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksIpAddressesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LoadbalancerNodesNetworksIpAddressesList
type LoadbalancerNodesNetworksIpAddressesOutputReference ¶ added in v4.0.1
type LoadbalancerNodesNetworksIpAddressesOutputReference interface { cdktf.ComplexObject Address() *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) // 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() *LoadbalancerNodesNetworksIpAddresses SetInternalValue(val *LoadbalancerNodesNetworksIpAddresses) Listen() cdktf.IResolvable // 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 // 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 NewLoadbalancerNodesNetworksIpAddressesOutputReference ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksIpAddressesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LoadbalancerNodesNetworksIpAddressesOutputReference
type LoadbalancerNodesNetworksList ¶ added in v4.0.1
type LoadbalancerNodesNetworksList 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 // 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) LoadbalancerNodesNetworksOutputReference // 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 NewLoadbalancerNodesNetworksList ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) LoadbalancerNodesNetworksList
type LoadbalancerNodesNetworksOutputReference ¶ added in v4.0.1
type LoadbalancerNodesNetworksOutputReference 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 InternalValue() *LoadbalancerNodesNetworks SetInternalValue(val *LoadbalancerNodesNetworks) IpAddresses() LoadbalancerNodesNetworksIpAddressesList Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *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 NewLoadbalancerNodesNetworksOutputReference ¶ added in v4.0.1
func NewLoadbalancerNodesNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LoadbalancerNodesNetworksOutputReference
type LoadbalancerNodesOutputReference ¶ added in v4.0.1
type LoadbalancerNodesOutputReference 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 InternalValue() *LoadbalancerNodes SetInternalValue(val *LoadbalancerNodes) Networks() LoadbalancerNodesNetworksList OperationalState() *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 // 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 NewLoadbalancerNodesOutputReference ¶ added in v4.0.1
func NewLoadbalancerNodesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) LoadbalancerNodesOutputReference
Source Files ¶
- loadbalancer.go
- loadbalancer_Loadbalancer.go
- loadbalancer_LoadbalancerConfig.go
- loadbalancer_LoadbalancerNetworks.go
- loadbalancer_LoadbalancerNetworksList.go
- loadbalancer_LoadbalancerNetworksList__runtime_type_checks.go
- loadbalancer_LoadbalancerNetworksOutputReference.go
- loadbalancer_LoadbalancerNetworksOutputReference__runtime_type_checks.go
- loadbalancer_LoadbalancerNodes.go
- loadbalancer_LoadbalancerNodesList.go
- loadbalancer_LoadbalancerNodesList__runtime_type_checks.go
- loadbalancer_LoadbalancerNodesNetworks.go
- loadbalancer_LoadbalancerNodesNetworksIpAddresses.go
- loadbalancer_LoadbalancerNodesNetworksIpAddressesList.go
- loadbalancer_LoadbalancerNodesNetworksIpAddressesList__runtime_type_checks.go
- loadbalancer_LoadbalancerNodesNetworksIpAddressesOutputReference.go
- loadbalancer_LoadbalancerNodesNetworksIpAddressesOutputReference__runtime_type_checks.go
- loadbalancer_LoadbalancerNodesNetworksList.go
- loadbalancer_LoadbalancerNodesNetworksList__runtime_type_checks.go
- loadbalancer_LoadbalancerNodesNetworksOutputReference.go
- loadbalancer_LoadbalancerNodesNetworksOutputReference__runtime_type_checks.go
- loadbalancer_LoadbalancerNodesOutputReference.go
- loadbalancer_LoadbalancerNodesOutputReference__runtime_type_checks.go
- loadbalancer_Loadbalancer__runtime_type_checks.go