Bastion Host Instance Args
data class BastionHostInstanceArgs(val adAuthServers: Output<List<BastionHostInstanceAdAuthServerArgs>>? = null, val bandwidth: Output<String>? = null, val description: Output<String>? = null, val enablePublicAccess: Output<Boolean>? = null, val ldapAuthServers: Output<List<BastionHostInstanceLdapAuthServerArgs>>? = 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, String>>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<BastionHostInstanceArgs>
Constructors
Link copied to clipboard
constructor(adAuthServers: Output<List<BastionHostInstanceAdAuthServerArgs>>? = null, bandwidth: Output<String>? = null, description: Output<String>? = null, enablePublicAccess: Output<Boolean>? = null, ldapAuthServers: Output<List<BastionHostInstanceLdapAuthServerArgs>>? = 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, String>>? = null, vswitchId: Output<String>? = null)