Skip to content

InstanceProps

Properties for defining a Instance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bastionhost-instance

Initializer

import { InstanceProps } from '@alicloud/ros-cdk-bastionhost'
const instanceProps: InstanceProps = { ... }

Properties

Name Type Description
extendedStoragePlans number | @alicloud/ros-cdk-core.IResolvable Property extendedStoragePlans: If the default storage capacity is insufficient, you can purchase extended storage plans.Unit: TB.
extraBandwidth number | @alicloud/ros-cdk-core.IResolvable Property extraBandwidth: Additional bandwidth is added to the default settings to ensure efficient O&M.Unit: Mbps.
plan number | @alicloud/ros-cdk-core.IResolvable Property plan: The number of asset authorization and concurrency limit.Unit: Asset number.
startInstanceParam @alicloud/ros-cdk-core.IResolvable | StartInstanceParamProperty Property startInstanceParam: Parameters required to start a bastion host instance.
version string | @alicloud/ros-cdk-core.IResolvable Property version: Enterprise version:- Deployment instructions: dual-engine architecture, supports multiple availability zones, and ensures high stability - Operation and maintenance scenarios: unified operation and maintenance of assets on Alibaba Cloud, offline IDC servers, and third-party clouds - Asset type: Linux\/Windows, database assets - User management: RAM, AD\/LDAP and local users - Control strategy: fine-grained strategic control such as operation and maintenance approval, high-risk command blocking, etc.
autoPay boolean | @alicloud/ros-cdk-core.IResolvable Property autoPay: Whether to auto pay the bill.
autoRenew boolean | @alicloud/ros-cdk-core.IResolvable Property autoRenew: Whether to auto renew the prepay instance.
period number | @alicloud/ros-cdk-core.IResolvable Property period: The subscription period of the bastionhost instanceIf PeriodUnit is month, the valid range is 1, 3, 6 If periodUnit is year, the valid range is 1, 2, 3.
periodUnit string | @alicloud/ros-cdk-core.IResolvable Property periodUnit: The unit of the subscription duration.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: Resource group ID.

extendedStoragePlansRequired

public readonly extendedStoragePlans: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property extendedStoragePlans: If the default storage capacity is insufficient, you can purchase extended storage plans.Unit: TB.


extraBandwidthRequired

public readonly extraBandwidth: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property extraBandwidth: Additional bandwidth is added to the default settings to ensure efficient O&M.Unit: Mbps.


planRequired

public readonly plan: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property plan: The number of asset authorization and concurrency limit.Unit: Asset number.


startInstanceParamRequired

public readonly startInstanceParam: IResolvable | StartInstanceParamProperty;

Property startInstanceParam: Parameters required to start a bastion host instance.


versionRequired

public readonly version: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property version: Enterprise version:- Deployment instructions: dual-engine architecture, supports multiple availability zones, and ensures high stability - Operation and maintenance scenarios: unified operation and maintenance of assets on Alibaba Cloud, offline IDC servers, and third-party clouds - Asset type: Linux\/Windows, database assets - User management: RAM, AD\/LDAP and local users - Control strategy: fine-grained strategic control such as operation and maintenance approval, high-risk command blocking, etc.

Operation and maintenance audit: full traceability of operation and maintenance log audit and video audit Value-added capabilities: automatic password change of Linux assets, database operation and maintenance management and control, convenient operation and maintenance of Web and client, network domain agent hybrid cloud scenario operation and maintenance mode, etc.Basic version:- Deployment instructions: The basic version is deployed on a single machine and does not support multiple availability zones. - Operation and maintenance scenarios: unified operation and maintenance of assets on Alibaba Cloud, offline IDC servers, and third-party clouds - Asset type: Linux\/Windows assets - User management: RAM, AD\/LDAP and local users - Control strategy: Operation and maintenance approval, high-risk command blocking and other strategic management and control - Operation and maintenance audit: full traceability of operation and maintenance log audit and video audit


autoPayOptional

public readonly autoPay: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property autoPay: Whether to auto pay the bill.


autoRenewOptional

public readonly autoRenew: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property autoRenew: Whether to auto renew the prepay instance.

The auto-renewal period is Monthly.After you enable auto-renewal, the system deducts the renewal fee nine days before the resource expires.If the payment fails, the system does not stop deducting the fee until the deduction is successful or one day before the resource expires.


periodOptional

public readonly period: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property period: The subscription period of the bastionhost instanceIf PeriodUnit is month, the valid range is 1, 3, 6 If periodUnit is year, the valid range is 1, 2, 3.


periodUnitOptional

public readonly periodUnit: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property periodUnit: The unit of the subscription duration.

Valid values: Month Year Default value: Month.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: Resource group ID.