Interface BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.851Z") @Stability(Stable) public interface BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Builderstatic classBlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Jsii$ProxyAn implementation forBlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Builderbuilder()default StringgetGarbageCollectionMode()Blockchain garbage collection modes.
-
-
-
Method Detail
-
getGarbageCollectionMode
@Stability(Stable) @Nullable default String getGarbageCollectionMode()
Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE. Possible values: ["FULL", "ARCHIVE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#garbage_collection_mode BlockchainNodeEngineBlockchainNodes#garbage_collection_mode}
-
builder
@Stability(Stable) static BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Builder builder()
-
-