Instance Args
data class InstanceArgs(val adAuthServers: Output<List<InstanceAdAuthServerArgs>>? = null, val bandwidth: Output<String>? = null, val description: Output<String>? = null, val enablePublicAccess: Output<Boolean>? = null, val ldapAuthServers: Output<List<InstanceLdapAuthServerArgs>>? = null, val licenseCode: Output<String>? = null, val period: Output<Int>? = null, val planCode: Output<String>? = null, val publicWhiteLists: Output<List<String>>? = null, val renewPeriod: Output<Int>? = null, val renewalPeriodUnit: Output<String>? = null, val renewalStatus: Output<String>? = null, val resourceGroupId: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val storage: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<InstanceArgs>
Import
Yundun_bastionhost instance can be imported using the id, e.g.
$ pulumi import alicloud:bastionhost/instance:Instance example bastionhost-exampe123456
Content copied to clipboard
Constructors
Link copied to clipboard
fun InstanceArgs(adAuthServers: Output<List<InstanceAdAuthServerArgs>>? = null, bandwidth: Output<String>? = null, description: Output<String>? = null, enablePublicAccess: Output<Boolean>? = null, ldapAuthServers: Output<List<InstanceLdapAuthServerArgs>>? = null, licenseCode: Output<String>? = null, period: Output<Int>? = null, planCode: Output<String>? = null, publicWhiteLists: Output<List<String>>? = null, renewPeriod: Output<Int>? = null, renewalPeriodUnit: Output<String>? = null, renewalStatus: Output<String>? = null, resourceGroupId: Output<String>? = null, securityGroupIds: Output<List<String>>? = null, storage: Output<String>? = null, tags: Output<Map<String, Any>>? = null, vswitchId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The package type of Cloud Bastionhost instance. You can query more supported types through the DescribePricingModule.