BastionHostInstanceArgs

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)