Class BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.blockchain_node_engine_blockchain_nodes.BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.851Z") @Stability(Stable) public class BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedBlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference
protected BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference
protected BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference
@Stability(Stable) public BlockchainNodeEngineBlockchainNodesEthereumDetailsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putFetchhDetails
@Stability(Stable) public void putFetchhDetails(@NotNull BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails value)- Parameters:
value- This parameter is required.
-
putValidatorConfig
@Stability(Stable) public void putValidatorConfig(@NotNull BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig value)- Parameters:
value- This parameter is required.
-
resetApiEnableAdmin
@Stability(Stable) public void resetApiEnableAdmin()
-
resetApiEnableDebug
@Stability(Stable) public void resetApiEnableDebug()
-
resetConsensusClient
@Stability(Stable) public void resetConsensusClient()
-
resetExecutionClient
@Stability(Stable) public void resetExecutionClient()
-
resetFetchhDetails
@Stability(Stable) public void resetFetchhDetails()
-
resetNetwork
@Stability(Stable) public void resetNetwork()
-
resetNodeType
@Stability(Stable) public void resetNodeType()
-
resetValidatorConfig
@Stability(Stable) public void resetValidatorConfig()
-
getAdditionalEndpoints
@Stability(Stable) @NotNull public BlockchainNodeEngineBlockchainNodesEthereumDetailsAdditionalEndpointsList getAdditionalEndpoints()
-
getFetchhDetails
@Stability(Stable) @NotNull public BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetailsOutputReference getFetchhDetails()
-
getValidatorConfig
@Stability(Stable) @NotNull public BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfigOutputReference getValidatorConfig()
-
getApiEnableAdminInput
@Stability(Stable) @Nullable public Object getApiEnableAdminInput()
-
getApiEnableDebugInput
@Stability(Stable) @Nullable public Object getApiEnableDebugInput()
-
getConsensusClientInput
@Stability(Stable) @Nullable public String getConsensusClientInput()
-
getExecutionClientInput
@Stability(Stable) @Nullable public String getExecutionClientInput()
-
getFetchhDetailsInput
@Stability(Stable) @Nullable public BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails getFetchhDetailsInput()
-
getNetworkInput
@Stability(Stable) @Nullable public String getNetworkInput()
-
getNodeTypeInput
@Stability(Stable) @Nullable public String getNodeTypeInput()
-
getValidatorConfigInput
@Stability(Stable) @Nullable public BlockchainNodeEngineBlockchainNodesEthereumDetailsValidatorConfig getValidatorConfigInput()
-
getApiEnableAdmin
@Stability(Stable) @NotNull public Object getApiEnableAdmin()
-
setApiEnableAdmin
@Stability(Stable) public void setApiEnableAdmin(@NotNull Boolean value)
-
setApiEnableAdmin
@Stability(Stable) public void setApiEnableAdmin(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getApiEnableDebug
@Stability(Stable) @NotNull public Object getApiEnableDebug()
-
setApiEnableDebug
@Stability(Stable) public void setApiEnableDebug(@NotNull Boolean value)
-
setApiEnableDebug
@Stability(Stable) public void setApiEnableDebug(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getConsensusClient
@Stability(Stable) @NotNull public String getConsensusClient()
-
setConsensusClient
@Stability(Stable) public void setConsensusClient(@NotNull String value)
-
getExecutionClient
@Stability(Stable) @NotNull public String getExecutionClient()
-
setExecutionClient
@Stability(Stable) public void setExecutionClient(@NotNull String value)
-
getNetwork
@Stability(Stable) @NotNull public String getNetwork()
-
setNetwork
@Stability(Stable) public void setNetwork(@NotNull String value)
-
getNodeType
@Stability(Stable) @NotNull public String getNodeType()
-
setNodeType
@Stability(Stable) public void setNodeType(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public BlockchainNodeEngineBlockchainNodesEthereumDetails getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable BlockchainNodeEngineBlockchainNodesEthereumDetails value)
-
-