UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

517 lines (516 loc) 28.7 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface BlockchainBlockchainPlatformConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#ca_cert_archive_text BlockchainBlockchainPlatform#ca_cert_archive_text} */ readonly caCertArchiveText?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#compartment_id BlockchainBlockchainPlatform#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#compute_shape BlockchainBlockchainPlatform#compute_shape} */ readonly computeShape: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#defined_tags BlockchainBlockchainPlatform#defined_tags} */ readonly definedTags?: { [key: string]: string; }; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#description BlockchainBlockchainPlatform#description} */ readonly description?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#display_name BlockchainBlockchainPlatform#display_name} */ readonly displayName: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#federated_user_id BlockchainBlockchainPlatform#federated_user_id} */ readonly federatedUserId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#freeform_tags BlockchainBlockchainPlatform#freeform_tags} */ readonly freeformTags?: { [key: string]: string; }; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#id BlockchainBlockchainPlatform#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. */ readonly id?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#idcs_access_token BlockchainBlockchainPlatform#idcs_access_token} */ readonly idcsAccessToken: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#is_byol BlockchainBlockchainPlatform#is_byol} */ readonly isByol?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#load_balancer_shape BlockchainBlockchainPlatform#load_balancer_shape} */ readonly loadBalancerShape?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#platform_role BlockchainBlockchainPlatform#platform_role} */ readonly platformRole: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#platform_version BlockchainBlockchainPlatform#platform_version} */ readonly platformVersion?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#storage_size_in_tbs BlockchainBlockchainPlatform#storage_size_in_tbs} */ readonly storageSizeInTbs?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#total_ocpu_capacity BlockchainBlockchainPlatform#total_ocpu_capacity} */ readonly totalOcpuCapacity?: number; /** * replicas block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#replicas BlockchainBlockchainPlatform#replicas} */ readonly replicas?: BlockchainBlockchainPlatformReplicas; /** * timeouts block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#timeouts BlockchainBlockchainPlatform#timeouts} */ readonly timeouts?: BlockchainBlockchainPlatformTimeouts; } export interface BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParam { } export declare function blockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParamToTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParam): any; export declare function blockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParamToHclTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParam): any; export declare class BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParamOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParam | undefined; set internalValue(value: BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParam | undefined); get ocpuAllocationNumber(): number; } export declare class BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParamList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParamOutputReference; } export interface BlockchainBlockchainPlatformComponentDetailsOsns { } export declare function blockchainBlockchainPlatformComponentDetailsOsnsToTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsOsns): any; export declare function blockchainBlockchainPlatformComponentDetailsOsnsToHclTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsOsns): any; export declare class BlockchainBlockchainPlatformComponentDetailsOsnsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): BlockchainBlockchainPlatformComponentDetailsOsns | undefined; set internalValue(value: BlockchainBlockchainPlatformComponentDetailsOsns | undefined); get ad(): string; private _ocpuAllocationParam; get ocpuAllocationParam(): BlockchainBlockchainPlatformComponentDetailsOsnsOcpuAllocationParamList; get osnKey(): string; get state(): string; } export declare class BlockchainBlockchainPlatformComponentDetailsOsnsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): BlockchainBlockchainPlatformComponentDetailsOsnsOutputReference; } export interface BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParam { } export declare function blockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParamToTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParam): any; export declare function blockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParamToHclTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParam): any; export declare class BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParamOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParam | undefined; set internalValue(value: BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParam | undefined); get ocpuAllocationNumber(): number; } export declare class BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParamList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParamOutputReference; } export interface BlockchainBlockchainPlatformComponentDetailsPeers { } export declare function blockchainBlockchainPlatformComponentDetailsPeersToTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsPeers): any; export declare function blockchainBlockchainPlatformComponentDetailsPeersToHclTerraform(struct?: BlockchainBlockchainPlatformComponentDetailsPeers): any; export declare class BlockchainBlockchainPlatformComponentDetailsPeersOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): BlockchainBlockchainPlatformComponentDetailsPeers | undefined; set internalValue(value: BlockchainBlockchainPlatformComponentDetailsPeers | undefined); get ad(): string; get alias(): string; get host(): string; private _ocpuAllocationParam; get ocpuAllocationParam(): BlockchainBlockchainPlatformComponentDetailsPeersOcpuAllocationParamList; get peerKey(): string; get role(): string; get state(): string; } export declare class BlockchainBlockchainPlatformComponentDetailsPeersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): BlockchainBlockchainPlatformComponentDetailsPeersOutputReference; } export interface BlockchainBlockchainPlatformComponentDetails { } export declare function blockchainBlockchainPlatformComponentDetailsToTerraform(struct?: BlockchainBlockchainPlatformComponentDetails): any; export declare function blockchainBlockchainPlatformComponentDetailsToHclTerraform(struct?: BlockchainBlockchainPlatformComponentDetails): any; export declare class BlockchainBlockchainPlatformComponentDetailsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): BlockchainBlockchainPlatformComponentDetails | undefined; set internalValue(value: BlockchainBlockchainPlatformComponentDetails | undefined); private _osns; get osns(): BlockchainBlockchainPlatformComponentDetailsOsnsList; private _peers; get peers(): BlockchainBlockchainPlatformComponentDetailsPeersList; } export declare class BlockchainBlockchainPlatformComponentDetailsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): BlockchainBlockchainPlatformComponentDetailsOutputReference; } export interface BlockchainBlockchainPlatformHostOcpuUtilizationInfo { } export declare function blockchainBlockchainPlatformHostOcpuUtilizationInfoToTerraform(struct?: BlockchainBlockchainPlatformHostOcpuUtilizationInfo): any; export declare function blockchainBlockchainPlatformHostOcpuUtilizationInfoToHclTerraform(struct?: BlockchainBlockchainPlatformHostOcpuUtilizationInfo): any; export declare class BlockchainBlockchainPlatformHostOcpuUtilizationInfoOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): BlockchainBlockchainPlatformHostOcpuUtilizationInfo | undefined; set internalValue(value: BlockchainBlockchainPlatformHostOcpuUtilizationInfo | undefined); get host(): string; get ocpuCapacityNumber(): number; get ocpuUtilizationNumber(): number; } export declare class BlockchainBlockchainPlatformHostOcpuUtilizationInfoList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): BlockchainBlockchainPlatformHostOcpuUtilizationInfoOutputReference; } export interface BlockchainBlockchainPlatformReplicas { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#ca_count BlockchainBlockchainPlatform#ca_count} */ readonly caCount?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#console_count BlockchainBlockchainPlatform#console_count} */ readonly consoleCount?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#proxy_count BlockchainBlockchainPlatform#proxy_count} */ readonly proxyCount?: number; } export declare function blockchainBlockchainPlatformReplicasToTerraform(struct?: BlockchainBlockchainPlatformReplicasOutputReference | BlockchainBlockchainPlatformReplicas): any; export declare function blockchainBlockchainPlatformReplicasToHclTerraform(struct?: BlockchainBlockchainPlatformReplicasOutputReference | BlockchainBlockchainPlatformReplicas): any; export declare class BlockchainBlockchainPlatformReplicasOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): BlockchainBlockchainPlatformReplicas | undefined; set internalValue(value: BlockchainBlockchainPlatformReplicas | undefined); private _caCount?; get caCount(): number; set caCount(value: number); resetCaCount(): void; get caCountInput(): number | undefined; private _consoleCount?; get consoleCount(): number; set consoleCount(value: number); resetConsoleCount(): void; get consoleCountInput(): number | undefined; private _proxyCount?; get proxyCount(): number; set proxyCount(value: number); resetProxyCount(): void; get proxyCountInput(): number | undefined; } export interface BlockchainBlockchainPlatformTimeouts { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#create BlockchainBlockchainPlatform#create} */ readonly create?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#delete BlockchainBlockchainPlatform#delete} */ readonly delete?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#update BlockchainBlockchainPlatform#update} */ readonly update?: string; } export declare function blockchainBlockchainPlatformTimeoutsToTerraform(struct?: BlockchainBlockchainPlatformTimeouts | cdktf.IResolvable): any; export declare function blockchainBlockchainPlatformTimeoutsToHclTerraform(struct?: BlockchainBlockchainPlatformTimeouts | cdktf.IResolvable): any; export declare class BlockchainBlockchainPlatformTimeoutsOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string); get internalValue(): BlockchainBlockchainPlatformTimeouts | cdktf.IResolvable | undefined; set internalValue(value: BlockchainBlockchainPlatformTimeouts | cdktf.IResolvable | undefined); private _create?; get create(): string; set create(value: string); resetCreate(): void; get createInput(): string | undefined; private _delete?; get delete(): string; set delete(value: string); resetDelete(): void; get deleteInput(): string | undefined; private _update?; get update(): string; set update(value: string); resetUpdate(): void; get updateInput(): string | undefined; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform oci_blockchain_blockchain_platform} */ export declare class BlockchainBlockchainPlatform extends cdktf.TerraformResource { static readonly tfResourceType = "oci_blockchain_blockchain_platform"; /** * Generates CDKTF code for importing a BlockchainBlockchainPlatform resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the BlockchainBlockchainPlatform to import * @param importFromId The id of the existing BlockchainBlockchainPlatform that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the BlockchainBlockchainPlatform to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/blockchain_blockchain_platform oci_blockchain_blockchain_platform} Resource * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options BlockchainBlockchainPlatformConfig */ constructor(scope: Construct, id: string, config: BlockchainBlockchainPlatformConfig); private _caCertArchiveText?; get caCertArchiveText(): string; set caCertArchiveText(value: string); resetCaCertArchiveText(): void; get caCertArchiveTextInput(): string | undefined; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _componentDetails; get componentDetails(): BlockchainBlockchainPlatformComponentDetailsList; private _computeShape?; get computeShape(): string; set computeShape(value: string); get computeShapeInput(): string | undefined; private _definedTags?; get definedTags(): { [key: string]: string; }; set definedTags(value: { [key: string]: string; }); resetDefinedTags(): void; get definedTagsInput(): { [key: string]: string; } | undefined; private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string | undefined; private _displayName?; get displayName(): string; set displayName(value: string); get displayNameInput(): string | undefined; private _federatedUserId?; get federatedUserId(): string; set federatedUserId(value: string); resetFederatedUserId(): void; get federatedUserIdInput(): string | undefined; private _freeformTags?; get freeformTags(): { [key: string]: string; }; set freeformTags(value: { [key: string]: string; }); resetFreeformTags(): void; get freeformTagsInput(): { [key: string]: string; } | undefined; private _hostOcpuUtilizationInfo; get hostOcpuUtilizationInfo(): BlockchainBlockchainPlatformHostOcpuUtilizationInfoList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _idcsAccessToken?; get idcsAccessToken(): string; set idcsAccessToken(value: string); get idcsAccessTokenInput(): string | undefined; private _isByol?; get isByol(): boolean | cdktf.IResolvable; set isByol(value: boolean | cdktf.IResolvable); resetIsByol(): void; get isByolInput(): boolean | cdktf.IResolvable | undefined; get isMultiAd(): cdktf.IResolvable; get lifecycleDetails(): string; private _loadBalancerShape?; get loadBalancerShape(): string; set loadBalancerShape(value: string); resetLoadBalancerShape(): void; get loadBalancerShapeInput(): string | undefined; private _platformRole?; get platformRole(): string; set platformRole(value: string); get platformRoleInput(): string | undefined; get platformShapeType(): string; private _platformVersion?; get platformVersion(): string; set platformVersion(value: string); resetPlatformVersion(): void; get platformVersionInput(): string | undefined; get serviceEndpoint(): string; get serviceVersion(): string; get state(): string; private _storageSizeInTbs?; get storageSizeInTbs(): number; set storageSizeInTbs(value: number); resetStorageSizeInTbs(): void; get storageSizeInTbsInput(): number | undefined; get storageUsedInTbs(): number; get timeCreated(): string; get timeUpdated(): string; private _totalOcpuCapacity?; get totalOcpuCapacity(): number; set totalOcpuCapacity(value: number); resetTotalOcpuCapacity(): void; get totalOcpuCapacityInput(): number | undefined; private _replicas; get replicas(): BlockchainBlockchainPlatformReplicasOutputReference; putReplicas(value: BlockchainBlockchainPlatformReplicas): void; resetReplicas(): void; get replicasInput(): BlockchainBlockchainPlatformReplicas | undefined; private _timeouts; get timeouts(): BlockchainBlockchainPlatformTimeoutsOutputReference; putTimeouts(value: BlockchainBlockchainPlatformTimeouts): void; resetTimeouts(): void; get timeoutsInput(): cdktf.IResolvable | BlockchainBlockchainPlatformTimeouts | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }